/* HEYO, ALBA JQUERY SNIPPETS RIGHT HERE */

/////////////////////
// DOCUMENT READY //
///////////////////	

$(function(){ 

	 $("#controller").jFlow({
            slides: "#slider",
            width: "700px",
            height: "485px",
            duration: 200
        });
     

	//$("ul#ticker").liScroll(); 
	$("#mainnav a").hover(
	function() {
	$(this).stop().animate({"opacity": "0.7"}, "slow");
	},
	function() {
	$(this).stop().animate({"opacity": "1"}, "slow");
	});
	$(".jFlowControl").click(
	function() {
	$(this).find('img').attr('src','/wp-content/themes/chateaudeau/images/bulle.png');
	$(this).siblings().find('img').attr('src','/wp-content/themes/chateaudeau/images/bulle2.png');
	});
	
	
	
	$("#map").gMap({ controls: true,
                  scrollwheel: true,
                  markers: [{ latitude: 48.845853,
                              longitude: 2.549343,
                              html: "<strong>Françoise Cabrini</strong><br/>Maternelle, Primaire, Collège, Lyçée",
                              icon: { image: "/wp-content/themes/chateaudeau/images/icon_school.png",
                                      iconsize: [25, 25],
                                      iconanchor: [25,25],
                                      infowindowanchor: [12, 0] } },
                            { latitude: 48.84829551252508,
                              longitude: 2.5490722060203552,
                              html: "<strong>Rue Commerçante</strong><br/>De nombreux commerces de proximité ainsi qu'une grande surface",
                              icon: { image: "/wp-content/themes/chateaudeau/images/icon_shop.png",
                                      iconsize: [25, 25],
                                      iconanchor: [25,25],
                                      infowindowanchor: [12, 0] } },
                           // { latitude: 48.84804487606678,
                           //   longitude: 2.55295068025589,
                           //   html: "<strong>Au Bureau</strong><br/>Bar - Restaurant",
                           //   icon: { image: "/wp-content/themes/chateaudeau/images/icon_bar.png",
                           //           iconsize: [25, 25],
                           //           iconanchor: [25,25],
                           //           infowindowanchor: [12, 0] } },
                            { latitude: 48.84083236281508,
                              longitude: 2.548227310180664,
                              html: "<strong>Gare de Noisy le Grand</strong><br/>RER A - Gare Routière",
                              id: "#marker_gare",
                              icon: { image: "/wp-content/themes/chateaudeau/images/icon_ratp.png",
                                      iconsize: [25, 25],
                                      iconanchor: [25,25],
                                      infowindowanchor: [12, 0] } },
							{ latitude: 48.849121544929446,
                              longitude: 2.552593946456909,
                              html: "<strong>Cinéma</strong><br/>Le Bijou",
                              icon: { image: "/wp-content/themes/chateaudeau/images/icon_cinema.png",
                                      iconsize: [25, 25],
                                      iconanchor: [25,25],
                                      infowindowanchor: [12, 0] } },
							{ latitude: 48.84813489353067,
                              longitude: 2.5528138875961304,
                              html: "<strong>Marché</strong><br/>Le vendredi et le dimanche",
                              icon: { image: "/wp-content/themes/chateaudeau/images/icon_marche.png",
                                      iconsize: [25, 25],
                                      iconanchor: [25,25],
                                      infowindowanchor: [12, 0] } },
							{ latitude: 48.84593736213928,
                              longitude: 2.5533127784729004,
                              html: "<strong>Michel Simon</strong><br/>Centre culturel : concerts, théatre, médiathèque, évènements...",
                              icon: { image: "/wp-content/themes/chateaudeau/images/icon_michelsimon.png",
                                      iconsize: [25, 25],
                                      iconanchor: [25,25],
                                      infowindowanchor: [12, 0] } }, 
							{ latitude: 48.84593736213928,
                              longitude: 2.5533127784729004,
                              html: "<strong>Michel Simon</strong><br/>Centre culturel : concerts, théatre, médiathèque, évènements...",
                              icon: { image: "/wp-content/themes/chateaudeau/images/icon_michelsimon.png",
                                      iconsize: [25, 25],
                                      iconanchor: [25,25],
                                      infowindowanchor: [12, 0] } },                                       
							{ latitude: 48.84893445331359,
                              longitude: 2.553200125694275,
                              html: "<strong>La Poste</strong><br/>Bureau de poste du centre ville",
                              icon: { image: "/wp-content/themes/chateaudeau/images/icon_poste.png",
                                      iconsize: [25, 25],
                                      iconanchor: [25,25],
                                      infowindowanchor: [12, 0] } },                                                                      
							{ latitude: 48.848957398549366,
                              longitude: 2.554466128349304,
                              html: "<strong>Piscine municipale</strong><br/>Piscine du centre ville",
                              icon: { image: "/wp-content/themes/chateaudeau/images/icon_piscine.png",
                                      iconsize: [25, 25],
                                      iconanchor: [25,25],
                                      infowindowanchor: [12, 0] } },                                                                            
							{ latitude: 48.84659751423307,
                              longitude: 2.5456899404525757,
                              html: "<strong>Le Chateau d'eau</strong><br/>Votre futur logement ici !",
                              icon: { image: "/wp-content/themes/chateaudeau/images/icon_chateaudeau.png",
                                      iconsize: [50, 50],
                                      iconanchor: [50,50],
                                      infowindowanchor: [12, 0] } },                                                   
							{ latitude: 48.84836258404057,
                              longitude: 2.5549542903900146,
                              html: "<strong>Ecole du centre</strong><br/>Maternelle, primaire",
                              icon: { image: "/wp-content/themes/chateaudeau/images/icon_school.png",
                                      iconsize: [25, 25],
                                      iconanchor: [25,25],
                                      infowindowanchor: [12, 0] } },                                                    
                                                                    ],
                  icon: { image: "images/gmap_pin.png", 
                          iconsize: [26, 46],
                          iconanchor: [12, 46],
                          infowindowanchor: [12, 0] },
                  latitude: 48.845853,
                  longitude: 2.549343,
                  zoom: 15 });
    
    			$("#map2").gMap({ controls: true,
                  scrollwheel: true,
                  markers: [{ latitude: 48.845853,
                              longitude: 2.549343,
                              //html: "<strong>Françoise Cabrini</strong><br/>Maternelle, Primaire, Collège, Lyçée",
                              icon: { image: "/wp-content/themes/chateaudeau/images/icon_chateaudeau.png",
                                      iconsize: [50, 50],
                                      iconanchor: [50,50],
                                      infowindowanchor: [12, 0] } },
                            
                            ],
                  icon: { image: "images/gmap_pin.png", 
                          iconsize: [26, 46],
                          iconanchor: [12, 46],
                          infowindowanchor: [12, 0] },
                  latitude: 48.845853,
                  longitude: 2.549343,
                  zoom: 14 });
	
}); 



