
function initialize(identifiant,adresse) {
      if (GBrowserIsCompatible()) {
        var map = new GMap2(document.getElementById(identifiant));
        map.setCenter(new GLatLng(48.076647,7.358542), 16);
		map.setMapType(G_NORMAL_MAP);
		map.setUIToDefault();
		map.disableScrollWheelZoom(); /***** Desactive le zoom *****/
		
		var petitIcon = new GIcon(G_DEFAULT_ICON);
        petitIcon.shadow = "";
        petitIcon.iconSize = new GSize(18, 18);
        petitIcon.iconAnchor = new GPoint(9, 9);
		petitIcon.imageMap = [0,0,18,0,18,18,0,18]
        petitIcon.infoWindowAnchor = new GPoint(9, 9);
		
		var moyenIcon = new GIcon(G_DEFAULT_ICON);
        moyenIcon.shadow = "";
        moyenIcon.iconSize = new GSize(24, 24);
        moyenIcon.iconAnchor = new GPoint(12, 12);
		moyenIcon.imageMap = [0,0,24,0,24,24,0,24]
        moyenIcon.infoWindowAnchor = new GPoint(12, 12);
		
		var grandIcon = new GIcon(G_DEFAULT_ICON);
        grandIcon.shadow = "";
        grandIcon.iconSize = new GSize(32, 32);
        grandIcon.iconAnchor = new GPoint(16, 16);
		grandIcon.imageMap = [0,0,32,0,32,32,0,32]
        grandIcon.infoWindowAnchor = new GPoint(16, 16);
		
		var adressIcon = new GIcon(G_DEFAULT_ICON);
        adressIcon.shadow = "";
        adressIcon.iconSize = new GSize(20, 20);
        adressIcon.iconAnchor = new GPoint(10, 10);
		adressIcon.imageMap = [0,0,20,0,20,20,0,20]
        adressIcon.infoWindowAnchor = new GPoint(10, 10);
		
		function adresseMarker(point, infos) {
        var letteredIcon = new GIcon(adressIcon);
        letteredIcon.image = dossier_squelette+"/images/picto_adresse.png";
        markerOptions = { icon:letteredIcon };
        var marker = new GMarker(point, markerOptions);
		var infos = "<p class=\"infoBulle\">"+infos+"<span class=\"nettoyeur nettoyeur_plan\"></span></p>";
		var marker = new GMarker(point, markerOptions);
 		
    	marker.autoShowHide = function(zoom){
        	if (zoom >= 16) {
            	marker.show();
        	}
        	else {
            	marker.hide();
        	}
    	};
		
		marker.autoShowHide(map.getZoom());
		
		GEvent.addListener(map, "zoomend", function(oldLevel, newLevel) { 
        	marker.autoShowHide(newLevel);
		});
		
		GEvent.addListener(marker, "click", function(point) {
   			map.openInfoWindowHtml(point, infos);

		});
	
        return marker;
        }

		function parkingMarker(point, infos) {
        var letteredIcon = new GIcon(grandIcon);
        letteredIcon.image = dossier_squelette+"/images/picto_parking.png";
        markerOptions = { icon:letteredIcon };
        var marker = new GMarker(point, markerOptions);
		var infos = "<p class=\"infoBulle\">"+infos+"<span class=\"nettoyeur nettoyeur_plan\"></span></p>";
		GEvent.addListener(marker, "click", function(point) {
   			map.openInfoWindowHtml(point, infos);

		});
        return marker;
        }
		
		function parkingGratuitMarker(point, infos) {
        var letteredIcon = new GIcon(grandIcon);
        letteredIcon.image = dossier_squelette+"/images/picto_parking_vert.png";
        markerOptions = { icon:letteredIcon };
        var marker = new GMarker(point, markerOptions);
		var infos = "<p class=\"infoBulle\">"+infos+"<span class=\"nettoyeur nettoyeur_plan\"></span></p>";
		GEvent.addListener(marker, "click", function(point) {
   			map.openInfoWindowHtml(point, infos);

		});
        return marker;
        } 
		
		function ajoutAdresses(adresse){
		
		
		map.addOverlay(adresseMarker(new GLatLng(48.073811,7.357382),"<img src=\"sites/guide-colmar.fr/local/cache-gd2/5c2035dbf50f2ef45280d9f1b0235183.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />Mode et Décor"));
		if (adresse==72){
		var infos = "<p class=\"infoBulle\"><img src=\"sites/guide-colmar.fr/local/cache-gd2/5c2035dbf50f2ef45280d9f1b0235183.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />Mode et Décor<span class=\"nettoyeur nettoyeur_plan\"></span></p>";
		map.openInfoWindowHtml(new GLatLng(48.073811,7.357382),infos);
		map.setCenter(new GLatLng(48.073811,7.357382), 16);
		}
		
		map.addOverlay(adresseMarker(new GLatLng(48.07842,7.361354),"<img src=\"sites/guide-colmar.fr/local/cache-gd2/5adbdccd9e3815719254b1da959e48bb.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />Urban Zone"));
		if (adresse==73){
		var infos = "<p class=\"infoBulle\"><img src=\"sites/guide-colmar.fr/local/cache-gd2/5adbdccd9e3815719254b1da959e48bb.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />Urban Zone<span class=\"nettoyeur nettoyeur_plan\"></span></p>";
		map.openInfoWindowHtml(new GLatLng(48.07842,7.361354),infos);
		map.setCenter(new GLatLng(48.07842,7.361354), 16);
		}
		
		map.addOverlay(adresseMarker(new GLatLng(48.073753,7.358018),"<img src=\"sites/guide-colmar.fr/local/cache-gd2/9799f12654e68304d2ef43ec25147847.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />Avenue Enfant"));
		if (adresse==74){
		var infos = "<p class=\"infoBulle\"><img src=\"sites/guide-colmar.fr/local/cache-gd2/9799f12654e68304d2ef43ec25147847.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />Avenue Enfant<span class=\"nettoyeur nettoyeur_plan\"></span></p>";
		map.openInfoWindowHtml(new GLatLng(48.073753,7.358018),infos);
		map.setCenter(new GLatLng(48.073753,7.358018), 16);
		}
		
		map.addOverlay(adresseMarker(new GLatLng(48.041247,7.136054),"<img src=\"sites/guide-colmar.fr/local/cache-gd2/52ccdda7ae795d5cec5d83c4bc1fddfc.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />Artisanat d&#8217;Art"));
		if (adresse==75){
		var infos = "<p class=\"infoBulle\"><img src=\"sites/guide-colmar.fr/local/cache-gd2/52ccdda7ae795d5cec5d83c4bc1fddfc.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />Artisanat d&#8217;Art<span class=\"nettoyeur nettoyeur_plan\"></span></p>";
		map.openInfoWindowHtml(new GLatLng(48.041247,7.136054),infos);
		map.setCenter(new GLatLng(48.041247,7.136054), 16);
		}
		
		map.addOverlay(adresseMarker(new GLatLng(48.195572,7.31797),"<img src=\"sites/guide-colmar.fr/local/cache-gd2/5fd31cdf63e0c97ff5f1462cb05e83a1.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />Pourpreline Chaussures"));
		if (adresse==76){
		var infos = "<p class=\"infoBulle\"><img src=\"sites/guide-colmar.fr/local/cache-gd2/5fd31cdf63e0c97ff5f1462cb05e83a1.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />Pourpreline Chaussures<span class=\"nettoyeur nettoyeur_plan\"></span></p>";
		map.openInfoWindowHtml(new GLatLng(48.195572,7.31797),infos);
		map.setCenter(new GLatLng(48.195572,7.31797), 16);
		}
		
		map.addOverlay(adresseMarker(new GLatLng(48.07365,7.238444),"<img src=\"sites/guide-colmar.fr/local/cache-gd2/8b8f6b00f83c3da50049c825f7582a30.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />L&#8217;Alchimie des saveurs"));
		if (adresse==77){
		var infos = "<p class=\"infoBulle\"><img src=\"sites/guide-colmar.fr/local/cache-gd2/8b8f6b00f83c3da50049c825f7582a30.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />L&#8217;Alchimie des saveurs<span class=\"nettoyeur nettoyeur_plan\"></span></p>";
		map.openInfoWindowHtml(new GLatLng(48.07365,7.238444),infos);
		map.setCenter(new GLatLng(48.07365,7.238444), 16);
		}
		
		map.addOverlay(adresseMarker(new GLatLng(48.075761,7.358519),"<img src=\"sites/guide-colmar.fr/local/cache-gd2/62e9507e90d174002fba2c642aeded73.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />L&#8217;Emerveil du Bain"));
		if (adresse==124){
		var infos = "<p class=\"infoBulle\"><img src=\"sites/guide-colmar.fr/local/cache-gd2/62e9507e90d174002fba2c642aeded73.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />L&#8217;Emerveil du Bain<span class=\"nettoyeur nettoyeur_plan\"></span></p>";
		map.openInfoWindowHtml(new GLatLng(48.075761,7.358519),infos);
		map.setCenter(new GLatLng(48.075761,7.358519), 16);
		}
		
		map.addOverlay(adresseMarker(new GLatLng(48.078685,7.358133),"<img src=\"sites/guide-colmar.fr/local/cache-gd2/aa8995613c05d808152729880401ad98.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />C&#8217;PLAISIRS"));
		if (adresse==133){
		var infos = "<p class=\"infoBulle\"><img src=\"sites/guide-colmar.fr/local/cache-gd2/aa8995613c05d808152729880401ad98.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />C&#8217;PLAISIRS<span class=\"nettoyeur nettoyeur_plan\"></span></p>";
		map.openInfoWindowHtml(new GLatLng(48.078685,7.358133),infos);
		map.setCenter(new GLatLng(48.078685,7.358133), 16);
		}
		
		map.addOverlay(adresseMarker(new GLatLng(48.077911,7.351073),"<img src=\"sites/guide-colmar.fr/local/cache-gd2/895f98433ef62a64e020e393816e0099.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />OUI CREATION MARAIGE"));
		if (adresse==134){
		var infos = "<p class=\"infoBulle\"><img src=\"sites/guide-colmar.fr/local/cache-gd2/895f98433ef62a64e020e393816e0099.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />OUI CREATION MARAIGE<span class=\"nettoyeur nettoyeur_plan\"></span></p>";
		map.openInfoWindowHtml(new GLatLng(48.077911,7.351073),infos);
		map.setCenter(new GLatLng(48.077911,7.351073), 16);
		}
		
		
		
		map.addOverlay(adresseMarker(new GLatLng(48.07493,7.401979),"<img src=\"sites/guide-colmar.fr/local/cache-gd2/77f6263830154b0227bdeaa93f7ea1b8.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />Natural Form&#8217;"));
		if (adresse==78){
		var infos = "<p class=\"infoBulle\"><img src=\"sites/guide-colmar.fr/local/cache-gd2/77f6263830154b0227bdeaa93f7ea1b8.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />Natural Form&#8217;<span class=\"nettoyeur nettoyeur_plan\"></span></p>";
		map.openInfoWindowHtml(new GLatLng(48.07493,7.401979),infos);
		map.setCenter(new GLatLng(48.07493,7.401979), 16);
		}
		
		map.addOverlay(adresseMarker(new GLatLng(48.077445,7.359471),"<img src=\"sites/guide-colmar.fr/local/cache-gd2/d1ffb2af7f88e6fb1505328da9007f96.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />Coiffure Création"));
		if (adresse==79){
		var infos = "<p class=\"infoBulle\"><img src=\"sites/guide-colmar.fr/local/cache-gd2/d1ffb2af7f88e6fb1505328da9007f96.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />Coiffure Création<span class=\"nettoyeur nettoyeur_plan\"></span></p>";
		map.openInfoWindowHtml(new GLatLng(48.077445,7.359471),infos);
		map.setCenter(new GLatLng(48.077445,7.359471), 16);
		}
		
		map.addOverlay(adresseMarker(new GLatLng(48.080184,7.35967),"<img src=\"sites/guide-colmar.fr/local/cache-gd2/cb4d361a756eec0d87f81a7a66247cf6.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />En Particulier"));
		if (adresse==80){
		var infos = "<p class=\"infoBulle\"><img src=\"sites/guide-colmar.fr/local/cache-gd2/cb4d361a756eec0d87f81a7a66247cf6.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />En Particulier<span class=\"nettoyeur nettoyeur_plan\"></span></p>";
		map.openInfoWindowHtml(new GLatLng(48.080184,7.35967),infos);
		map.setCenter(new GLatLng(48.080184,7.35967), 16);
		}
		
		map.addOverlay(adresseMarker(new GLatLng(48.103638,7.361373),"<img src=\"sites/guide-colmar.fr/local/cache-gd2/848388d846f2c357c6fe842e532059c1.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />Passage Bleu"));
		if (adresse==146){
		var infos = "<p class=\"infoBulle\"><img src=\"sites/guide-colmar.fr/local/cache-gd2/848388d846f2c357c6fe842e532059c1.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />Passage Bleu<span class=\"nettoyeur nettoyeur_plan\"></span></p>";
		map.openInfoWindowHtml(new GLatLng(48.103638,7.361373),infos);
		map.setCenter(new GLatLng(48.103638,7.361373), 16);
		}
		
		map.addOverlay(adresseMarker(new GLatLng(48.073711,7.358669),"<img src=\"sites/guide-colmar.fr/local/cache-gd2/a6bebd8827b2b674e9dde39fc7612996.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />CREA LOOK"));
		if (adresse==147){
		var infos = "<p class=\"infoBulle\"><img src=\"sites/guide-colmar.fr/local/cache-gd2/a6bebd8827b2b674e9dde39fc7612996.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />CREA LOOK<span class=\"nettoyeur nettoyeur_plan\"></span></p>";
		map.openInfoWindowHtml(new GLatLng(48.073711,7.358669),infos);
		map.setCenter(new GLatLng(48.073711,7.358669), 16);
		}
		
		map.addOverlay(adresseMarker(new GLatLng(48.080219,7.36075),"<img src=\"sites/guide-colmar.fr/local/cache-gd2/f868daecd65b05be6890b04308185da9.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />Institut Grain de Beauté"));
		if (adresse==148){
		var infos = "<p class=\"infoBulle\"><img src=\"sites/guide-colmar.fr/local/cache-gd2/f868daecd65b05be6890b04308185da9.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />Institut Grain de Beauté<span class=\"nettoyeur nettoyeur_plan\"></span></p>";
		map.openInfoWindowHtml(new GLatLng(48.080219,7.36075),infos);
		map.setCenter(new GLatLng(48.080219,7.36075), 16);
		}
		
		
		
		map.addOverlay(adresseMarker(new GLatLng(48.079177,7.357411),"<img src=\"sites/guide-colmar.fr/local/cache-gd2/f1e8d1f38499eef6dc694e37d9a8cf12.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />Brasserie Heydel"));
		if (adresse==81){
		var infos = "<p class=\"infoBulle\"><img src=\"sites/guide-colmar.fr/local/cache-gd2/f1e8d1f38499eef6dc694e37d9a8cf12.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />Brasserie Heydel<span class=\"nettoyeur nettoyeur_plan\"></span></p>";
		map.openInfoWindowHtml(new GLatLng(48.079177,7.357411),infos);
		map.setCenter(new GLatLng(48.079177,7.357411), 16);
		}
		
		map.addOverlay(adresseMarker(new GLatLng(48.074754,7.358967),"<img src=\"sites/guide-colmar.fr/local/cache-gd2/55f373edf0eba3dda0977fad16cac517.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />Maison Rouge"));
		if (adresse==82){
		var infos = "<p class=\"infoBulle\"><img src=\"sites/guide-colmar.fr/local/cache-gd2/55f373edf0eba3dda0977fad16cac517.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />Maison Rouge<span class=\"nettoyeur nettoyeur_plan\"></span></p>";
		map.openInfoWindowHtml(new GLatLng(48.074754,7.358967),infos);
		map.setCenter(new GLatLng(48.074754,7.358967), 16);
		}
		
		map.addOverlay(adresseMarker(new GLatLng(48.079048,7.361762),"<img src=\"sites/guide-colmar.fr/local/cache-gd2/0a0947d8da5f99de5841d35758bb2972.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />Anadolu"));
		if (adresse==83){
		var infos = "<p class=\"infoBulle\"><img src=\"sites/guide-colmar.fr/local/cache-gd2/0a0947d8da5f99de5841d35758bb2972.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />Anadolu<span class=\"nettoyeur nettoyeur_plan\"></span></p>";
		map.openInfoWindowHtml(new GLatLng(48.079048,7.361762),infos);
		map.setCenter(new GLatLng(48.079048,7.361762), 16);
		}
		
		map.addOverlay(adresseMarker(new GLatLng(48.077524,7.360442),"<img src=\"sites/guide-colmar.fr/local/cache-gd2/7b455cc83eba88b57f7271541c09b066.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />Djerba la Douce"));
		if (adresse==84){
		var infos = "<p class=\"infoBulle\"><img src=\"sites/guide-colmar.fr/local/cache-gd2/7b455cc83eba88b57f7271541c09b066.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />Djerba la Douce<span class=\"nettoyeur nettoyeur_plan\"></span></p>";
		map.openInfoWindowHtml(new GLatLng(48.077524,7.360442),infos);
		map.setCenter(new GLatLng(48.077524,7.360442), 16);
		}
		
		map.addOverlay(adresseMarker(new GLatLng(48.075288,7.279018),"<img src=\"sites/guide-colmar.fr/local/cache-gd2/859b8c438e47de37c071009640c43e4f.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />Les Planches"));
		if (adresse==85){
		var infos = "<p class=\"infoBulle\"><img src=\"sites/guide-colmar.fr/local/cache-gd2/859b8c438e47de37c071009640c43e4f.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />Les Planches<span class=\"nettoyeur nettoyeur_plan\"></span></p>";
		map.openInfoWindowHtml(new GLatLng(48.075288,7.279018),infos);
		map.setCenter(new GLatLng(48.075288,7.279018), 16);
		}
		
		map.addOverlay(adresseMarker(new GLatLng(48.077471,7.358688),"<img src=\"sites/guide-colmar.fr/local/cache-gd2/d5fca6586427e4b2c04556d9c21489f9.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />Coté cours"));
		if (adresse==86){
		var infos = "<p class=\"infoBulle\"><img src=\"sites/guide-colmar.fr/local/cache-gd2/d5fca6586427e4b2c04556d9c21489f9.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />Coté cours<span class=\"nettoyeur nettoyeur_plan\"></span></p>";
		map.openInfoWindowHtml(new GLatLng(48.077471,7.358688),infos);
		map.setCenter(new GLatLng(48.077471,7.358688), 16);
		}
		
		map.addOverlay(adresseMarker(new GLatLng(48.093712,7.307076),"<img src=\"sites/guide-colmar.fr/local/cache-gd2/b5968b74ae4d8f138ef02be231daa729.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />Le Sot L&#8217;y Laisse"));
		if (adresse==87){
		var infos = "<p class=\"infoBulle\"><img src=\"sites/guide-colmar.fr/local/cache-gd2/b5968b74ae4d8f138ef02be231daa729.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />Le Sot L&#8217;y Laisse<span class=\"nettoyeur nettoyeur_plan\"></span></p>";
		map.openInfoWindowHtml(new GLatLng(48.093712,7.307076),infos);
		map.setCenter(new GLatLng(48.093712,7.307076), 16);
		}
		
		map.addOverlay(adresseMarker(new GLatLng(48.075912,7.358768),"<img src=\"sites/guide-colmar.fr/local/cache-gd2/b2e42604e2cc8b911a3b1a2618958c7d.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />La Belle Epoque"));
		if (adresse==88){
		var infos = "<p class=\"infoBulle\"><img src=\"sites/guide-colmar.fr/local/cache-gd2/b2e42604e2cc8b911a3b1a2618958c7d.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />La Belle Epoque<span class=\"nettoyeur nettoyeur_plan\"></span></p>";
		map.openInfoWindowHtml(new GLatLng(48.075912,7.358768),infos);
		map.setCenter(new GLatLng(48.075912,7.358768), 16);
		}
		
		map.addOverlay(adresseMarker(new GLatLng(48.082065,7.356649),"<img src=\"sites/guide-colmar.fr/local/cache-gd2/efc4e8070488fa52c40d877dbe90c405.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />L&#8217;Asian Buffet"));
		if (adresse==89){
		var infos = "<p class=\"infoBulle\"><img src=\"sites/guide-colmar.fr/local/cache-gd2/efc4e8070488fa52c40d877dbe90c405.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />L&#8217;Asian Buffet<span class=\"nettoyeur nettoyeur_plan\"></span></p>";
		map.openInfoWindowHtml(new GLatLng(48.082065,7.356649),infos);
		map.setCenter(new GLatLng(48.082065,7.356649), 16);
		}
		
		map.addOverlay(adresseMarker(new GLatLng(48.043608,7.306551),"<img src=\"sites/guide-colmar.fr/local/cache-gd2/1fabc9b6c64e7cf74efca213482516fe.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />Le Caveau Bacchus"));
		if (adresse==90){
		var infos = "<p class=\"infoBulle\"><img src=\"sites/guide-colmar.fr/local/cache-gd2/1fabc9b6c64e7cf74efca213482516fe.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />Le Caveau Bacchus<span class=\"nettoyeur nettoyeur_plan\"></span></p>";
		map.openInfoWindowHtml(new GLatLng(48.043608,7.306551),infos);
		map.setCenter(new GLatLng(48.043608,7.306551), 16);
		}
		
		map.addOverlay(adresseMarker(new GLatLng(48.082418,7.352137),"<img src=\"sites/guide-colmar.fr/local/cache-gd2/1cbd8a70d93ae73456063f2d1c2ca7d3.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />Le Silex"));
		if (adresse==91){
		var infos = "<p class=\"infoBulle\"><img src=\"sites/guide-colmar.fr/local/cache-gd2/1cbd8a70d93ae73456063f2d1c2ca7d3.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />Le Silex<span class=\"nettoyeur nettoyeur_plan\"></span></p>";
		map.openInfoWindowHtml(new GLatLng(48.082418,7.352137),infos);
		map.setCenter(new GLatLng(48.082418,7.352137), 16);
		}
		
		map.addOverlay(adresseMarker(new GLatLng(48.041653,7.306492),"<img src=\"sites/guide-colmar.fr/local/cache-gd2/4707ba564b2c7e6bf835f623bead7406.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />La Grangelière"));
		if (adresse==92){
		var infos = "<p class=\"infoBulle\"><img src=\"sites/guide-colmar.fr/local/cache-gd2/4707ba564b2c7e6bf835f623bead7406.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />La Grangelière<span class=\"nettoyeur nettoyeur_plan\"></span></p>";
		map.openInfoWindowHtml(new GLatLng(48.041653,7.306492),infos);
		map.setCenter(new GLatLng(48.041653,7.306492), 16);
		}
		
		map.addOverlay(adresseMarker(new GLatLng(48.042385,7.306267),"<img src=\"sites/guide-colmar.fr/local/cache-gd2/68bad1d9d65870c6a6865e3f650b0816.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />Kas&#8217;Fratz"));
		if (adresse==93){
		var infos = "<p class=\"infoBulle\"><img src=\"sites/guide-colmar.fr/local/cache-gd2/68bad1d9d65870c6a6865e3f650b0816.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />Kas&#8217;Fratz<span class=\"nettoyeur nettoyeur_plan\"></span></p>";
		map.openInfoWindowHtml(new GLatLng(48.042385,7.306267),infos);
		map.setCenter(new GLatLng(48.042385,7.306267), 16);
		}
		
		map.addOverlay(adresseMarker(new GLatLng(48.157792,7.326609),"<img src=\"sites/guide-colmar.fr/local/cache-gd2/1df32c6a2845b1f41d41260b3518fc52.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />Caveau Gambrinus"));
		if (adresse==94){
		var infos = "<p class=\"infoBulle\"><img src=\"sites/guide-colmar.fr/local/cache-gd2/1df32c6a2845b1f41d41260b3518fc52.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />Caveau Gambrinus<span class=\"nettoyeur nettoyeur_plan\"></span></p>";
		map.openInfoWindowHtml(new GLatLng(48.157792,7.326609),infos);
		map.setCenter(new GLatLng(48.157792,7.326609), 16);
		}
		
		map.addOverlay(adresseMarker(new GLatLng(48.167722,7.321217),"<img src=\"sites/guide-colmar.fr/local/cache-gd2/2b3b7af775794ace016d0cc7d9f6f75b.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />Restaurant Maximilien"));
		if (adresse==95){
		var infos = "<p class=\"infoBulle\"><img src=\"sites/guide-colmar.fr/local/cache-gd2/2b3b7af775794ace016d0cc7d9f6f75b.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />Restaurant Maximilien<span class=\"nettoyeur nettoyeur_plan\"></span></p>";
		map.openInfoWindowHtml(new GLatLng(48.167722,7.321217),infos);
		map.setCenter(new GLatLng(48.167722,7.321217), 16);
		}
		
		map.addOverlay(adresseMarker(new GLatLng(48.068305,7.344271),"<img src=\"sites/guide-colmar.fr/local/cache-gd2/ed7c61c2adc34faff5efede32da93d0c.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />WILL&#8217;S RESTAURANT"));
		if (adresse==136){
		var infos = "<p class=\"infoBulle\"><img src=\"sites/guide-colmar.fr/local/cache-gd2/ed7c61c2adc34faff5efede32da93d0c.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />WILL&#8217;S RESTAURANT<span class=\"nettoyeur nettoyeur_plan\"></span></p>";
		map.openInfoWindowHtml(new GLatLng(48.068305,7.344271),infos);
		map.setCenter(new GLatLng(48.068305,7.344271), 16);
		}
		
		map.addOverlay(adresseMarker(new GLatLng(48.076306,7.359592),"<img src=\"sites/guide-colmar.fr/local/cache-gd2/7c442110e9384e566cb12c625caff400.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />JY&#8217;S SUSHI BAR"));
		if (adresse==137){
		var infos = "<p class=\"infoBulle\"><img src=\"sites/guide-colmar.fr/local/cache-gd2/7c442110e9384e566cb12c625caff400.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />JY&#8217;S SUSHI BAR<span class=\"nettoyeur nettoyeur_plan\"></span></p>";
		map.openInfoWindowHtml(new GLatLng(48.076306,7.359592),infos);
		map.setCenter(new GLatLng(48.076306,7.359592), 16);
		}
		
		map.addOverlay(adresseMarker(new GLatLng(48.079044,7.355579),"<img src=\"sites/guide-colmar.fr/local/cache-gd2/b4ec83bfd81caf826b20ff8b7ce23609.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />LA MAISON DES TETES"));
		if (adresse==138){
		var infos = "<p class=\"infoBulle\"><img src=\"sites/guide-colmar.fr/local/cache-gd2/b4ec83bfd81caf826b20ff8b7ce23609.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />LA MAISON DES TETES<span class=\"nettoyeur nettoyeur_plan\"></span></p>";
		map.openInfoWindowHtml(new GLatLng(48.079044,7.355579),infos);
		map.setCenter(new GLatLng(48.079044,7.355579), 16);
		}
		
		map.addOverlay(adresseMarker(new GLatLng(48.07685,7.358218),"<img src=\"sites/guide-colmar.fr/local/cache-gd2/9fe4cfbfa999b3a7157f0f3a974345da.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />L&#8217;ATELIER DU PEINTRE"));
		if (adresse==139){
		var infos = "<p class=\"infoBulle\"><img src=\"sites/guide-colmar.fr/local/cache-gd2/9fe4cfbfa999b3a7157f0f3a974345da.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />L&#8217;ATELIER DU PEINTRE<span class=\"nettoyeur nettoyeur_plan\"></span></p>";
		map.openInfoWindowHtml(new GLatLng(48.07685,7.358218),infos);
		map.setCenter(new GLatLng(48.07685,7.358218), 16);
		}
		
		map.addOverlay(adresseMarker(new GLatLng(48.077309,7.358927),"<img src=\"sites/guide-colmar.fr/local/cache-gd2/6dd57010ed6915d1e6457e622ecde704.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />Le 3"));
		if (adresse==149){
		var infos = "<p class=\"infoBulle\"><img src=\"sites/guide-colmar.fr/local/cache-gd2/6dd57010ed6915d1e6457e622ecde704.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />Le 3<span class=\"nettoyeur nettoyeur_plan\"></span></p>";
		map.openInfoWindowHtml(new GLatLng(48.077309,7.358927),infos);
		map.setCenter(new GLatLng(48.077309,7.358927), 16);
		}
		
		map.addOverlay(adresseMarker(new GLatLng(48.074087,7.357009),"Le comptoir de Georges"));
		if (adresse==160){
		var infos = "<p class=\"infoBulle\">Le comptoir de Georges<span class=\"nettoyeur nettoyeur_plan\"></span></p>";
		map.openInfoWindowHtml(new GLatLng(48.074087,7.357009),infos);
		map.setCenter(new GLatLng(48.074087,7.357009), 16);
		}
		
		
		
		map.addOverlay(adresseMarker(new GLatLng(48.077364,7.361816),"<img src=\"sites/guide-colmar.fr/local/cache-gd2/fd52fd5cfe7ffded4444719ad8ef92c4.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />En Appar&#8217;Thé"));
		if (adresse==96){
		var infos = "<p class=\"infoBulle\"><img src=\"sites/guide-colmar.fr/local/cache-gd2/fd52fd5cfe7ffded4444719ad8ef92c4.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />En Appar&#8217;Thé<span class=\"nettoyeur nettoyeur_plan\"></span></p>";
		map.openInfoWindowHtml(new GLatLng(48.077364,7.361816),infos);
		map.setCenter(new GLatLng(48.077364,7.361816), 16);
		}
		
		map.addOverlay(adresseMarker(new GLatLng(48.077507,7.358795),"<img src=\"sites/guide-colmar.fr/local/cache-gd2/54ec5b1f5dd4e4a2c636db519696a4f7.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />Brussel&#8217;s Café"));
		if (adresse==97){
		var infos = "<p class=\"infoBulle\"><img src=\"sites/guide-colmar.fr/local/cache-gd2/54ec5b1f5dd4e4a2c636db519696a4f7.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />Brussel&#8217;s Café<span class=\"nettoyeur nettoyeur_plan\"></span></p>";
		map.openInfoWindowHtml(new GLatLng(48.077507,7.358795),infos);
		map.setCenter(new GLatLng(48.077507,7.358795), 16);
		}
		
		map.addOverlay(adresseMarker(new GLatLng(48.077578,7.358806),"<img src=\"sites/guide-colmar.fr/local/cache-gd2/9e54b533df8b01f5e4c551df97d56387.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />Plancha Bar"));
		if (adresse==98){
		var infos = "<p class=\"infoBulle\"><img src=\"sites/guide-colmar.fr/local/cache-gd2/9e54b533df8b01f5e4c551df97d56387.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />Plancha Bar<span class=\"nettoyeur nettoyeur_plan\"></span></p>";
		map.openInfoWindowHtml(new GLatLng(48.077578,7.358806),infos);
		map.setCenter(new GLatLng(48.077578,7.358806), 16);
		}
		
		map.addOverlay(adresseMarker(new GLatLng(48.076291,7.359429),"<img src=\"sites/guide-colmar.fr/local/cache-gd2/b68a6b153361f174d8ae32ca9c43a4e2.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />Le Gambrinus"));
		if (adresse==99){
		var infos = "<p class=\"infoBulle\"><img src=\"sites/guide-colmar.fr/local/cache-gd2/b68a6b153361f174d8ae32ca9c43a4e2.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />Le Gambrinus<span class=\"nettoyeur nettoyeur_plan\"></span></p>";
		map.openInfoWindowHtml(new GLatLng(48.076291,7.359429),infos);
		map.setCenter(new GLatLng(48.076291,7.359429), 16);
		}
		
		map.addOverlay(adresseMarker(new GLatLng(48.079208,7.361915),"<img src=\"sites/guide-colmar.fr/local/cache-gd2/977ec7d54af1ce325602cdb1bf111d44.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />Pause Café"));
		if (adresse==100){
		var infos = "<p class=\"infoBulle\"><img src=\"sites/guide-colmar.fr/local/cache-gd2/977ec7d54af1ce325602cdb1bf111d44.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />Pause Café<span class=\"nettoyeur nettoyeur_plan\"></span></p>";
		map.openInfoWindowHtml(new GLatLng(48.079208,7.361915),infos);
		map.setCenter(new GLatLng(48.079208,7.361915), 16);
		}
		
		map.addOverlay(adresseMarker(new GLatLng(48.075192,7.279228),"<img src=\"sites/guide-colmar.fr/local/cache-gd2/016c29997e755dfa5491af4d4699720d.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />Discothèque le Poisson Rouge"));
		if (adresse==101){
		var infos = "<p class=\"infoBulle\"><img src=\"sites/guide-colmar.fr/local/cache-gd2/016c29997e755dfa5491af4d4699720d.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />Discothèque le Poisson Rouge<span class=\"nettoyeur nettoyeur_plan\"></span></p>";
		map.openInfoWindowHtml(new GLatLng(48.075192,7.279228),infos);
		map.setCenter(new GLatLng(48.075192,7.279228), 16);
		}
		
		map.addOverlay(adresseMarker(new GLatLng(48.076893,7.358283),"<img src=\"sites/guide-colmar.fr/local/cache-gd2/4539212c27b11df1d4f6052bd36ab3dc.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />L&#8217;Essence du Thé"));
		if (adresse==125){
		var infos = "<p class=\"infoBulle\"><img src=\"sites/guide-colmar.fr/local/cache-gd2/4539212c27b11df1d4f6052bd36ab3dc.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />L&#8217;Essence du Thé<span class=\"nettoyeur nettoyeur_plan\"></span></p>";
		map.openInfoWindowHtml(new GLatLng(48.076893,7.358283),infos);
		map.setCenter(new GLatLng(48.076893,7.358283), 16);
		}
		
		
		
		map.addOverlay(adresseMarker(new GLatLng(48.080268,7.355067),"<img src=\"sites/guide-colmar.fr/local/cache-gd2/0958acc42a70a63c5328c96e3181a188.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />Musée Unterlinden"));
		if (adresse==11){
		var infos = "<p class=\"infoBulle\"><img src=\"sites/guide-colmar.fr/local/cache-gd2/0958acc42a70a63c5328c96e3181a188.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />Musée Unterlinden<span class=\"nettoyeur nettoyeur_plan\"></span></p>";
		map.openInfoWindowHtml(new GLatLng(48.080268,7.355067),infos);
		map.setCenter(new GLatLng(48.080268,7.355067), 16);
		}
		
		map.addOverlay(adresseMarker(new GLatLng(48.079275,7.36202),"<img src=\"sites/guide-colmar.fr/local/cache-gd2/4baf5179d1ec71507006f49bfd256add.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />Musée Du Jouet"));
		if (adresse==107){
		var infos = "<p class=\"infoBulle\"><img src=\"sites/guide-colmar.fr/local/cache-gd2/4baf5179d1ec71507006f49bfd256add.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />Musée Du Jouet<span class=\"nettoyeur nettoyeur_plan\"></span></p>";
		map.openInfoWindowHtml(new GLatLng(48.079275,7.36202),infos);
		map.setCenter(new GLatLng(48.079275,7.36202), 16);
		}
		
		map.addOverlay(adresseMarker(new GLatLng(48.07346,7.3588),"<img src=\"sites/guide-colmar.fr/local/cache-gd2/cd326a89a2bb208e5551c2c4f6a557c0.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />Musée D&#8217;Histoire Naturelle"));
		if (adresse==108){
		var infos = "<p class=\"infoBulle\"><img src=\"sites/guide-colmar.fr/local/cache-gd2/cd326a89a2bb208e5551c2c4f6a557c0.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />Musée D&#8217;Histoire Naturelle<span class=\"nettoyeur nettoyeur_plan\"></span></p>";
		map.openInfoWindowHtml(new GLatLng(48.07346,7.3588),infos);
		map.setCenter(new GLatLng(48.07346,7.3588), 16);
		}
		
		
		
		map.addOverlay(adresseMarker(new GLatLng(48.134616,7.302608),"<img src=\"sites/guide-colmar.fr/local/cache-gd2/7751edbeb49dd80346c19dd9fa112f11.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />Vins Tappe &amp; Fils"));
		if (adresse==12){
		var infos = "<p class=\"infoBulle\"><img src=\"sites/guide-colmar.fr/local/cache-gd2/7751edbeb49dd80346c19dd9fa112f11.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />Vins Tappe &amp; Fils<span class=\"nettoyeur nettoyeur_plan\"></span></p>";
		map.openInfoWindowHtml(new GLatLng(48.134616,7.302608),infos);
		map.setCenter(new GLatLng(48.134616,7.302608), 16);
		}
		
		map.addOverlay(adresseMarker(new GLatLng(48.146236,7.32383),"<img src=\"sites/guide-colmar.fr/local/cache-gd2/9beb5f5258252d2dbadaced8a4fd5f45.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />Bestheim"));
		if (adresse==102){
		var infos = "<p class=\"infoBulle\"><img src=\"sites/guide-colmar.fr/local/cache-gd2/9beb5f5258252d2dbadaced8a4fd5f45.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />Bestheim<span class=\"nettoyeur nettoyeur_plan\"></span></p>";
		map.openInfoWindowHtml(new GLatLng(48.146236,7.32383),infos);
		map.setCenter(new GLatLng(48.146236,7.32383), 16);
		}
		
		map.addOverlay(adresseMarker(new GLatLng(48.08623,7.266806),"<img src=\"sites/guide-colmar.fr/local/cache-gd2/62d12f25d1f15b5be6498173876a43fa.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />Cave de Turckheim"));
		if (adresse==103){
		var infos = "<p class=\"infoBulle\"><img src=\"sites/guide-colmar.fr/local/cache-gd2/62d12f25d1f15b5be6498173876a43fa.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />Cave de Turckheim<span class=\"nettoyeur nettoyeur_plan\"></span></p>";
		map.openInfoWindowHtml(new GLatLng(48.08623,7.266806),infos);
		map.setCenter(new GLatLng(48.08623,7.266806), 16);
		}
		
		map.addOverlay(adresseMarker(new GLatLng(48.076771,7.357916),"<img src=\"sites/guide-colmar.fr/local/cache-gd2/b7c56da34134cdc64d26ff053a83fbfc.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />La Boutique Du Champignon"));
		if (adresse==104){
		var infos = "<p class=\"infoBulle\"><img src=\"sites/guide-colmar.fr/local/cache-gd2/b7c56da34134cdc64d26ff053a83fbfc.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />La Boutique Du Champignon<span class=\"nettoyeur nettoyeur_plan\"></span></p>";
		map.openInfoWindowHtml(new GLatLng(48.076771,7.357916),infos);
		map.setCenter(new GLatLng(48.076771,7.357916), 16);
		}
		
		map.addOverlay(adresseMarker(new GLatLng(48.196214,7.33259),"<img src=\"sites/guide-colmar.fr/local/cache-gd2/bcc4a621449702e4f4570ddadd9933ca.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />Trimbach"));
		if (adresse==105){
		var infos = "<p class=\"infoBulle\"><img src=\"sites/guide-colmar.fr/local/cache-gd2/bcc4a621449702e4f4570ddadd9933ca.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />Trimbach<span class=\"nettoyeur nettoyeur_plan\"></span></p>";
		map.openInfoWindowHtml(new GLatLng(48.196214,7.33259),infos);
		map.setCenter(new GLatLng(48.196214,7.33259), 16);
		}
		
		map.addOverlay(adresseMarker(new GLatLng(48.135144,7.285185),"<img src=\"sites/guide-colmar.fr/local/cache-gd2/4712b2d5ae29726f837151ee47bfa61a.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />Cave Vinicole Kientzheim-Kaysersberg"));
		if (adresse==106){
		var infos = "<p class=\"infoBulle\"><img src=\"sites/guide-colmar.fr/local/cache-gd2/4712b2d5ae29726f837151ee47bfa61a.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />Cave Vinicole Kientzheim-Kaysersberg<span class=\"nettoyeur nettoyeur_plan\"></span></p>";
		map.openInfoWindowHtml(new GLatLng(48.135144,7.285185),infos);
		map.setCenter(new GLatLng(48.135144,7.285185), 16);
		}
		
		map.addOverlay(adresseMarker(new GLatLng(48.098021,7.302729),"<img src=\"sites/guide-colmar.fr/local/cache-gd2/615a03abd5dcb11d0563ee99c9705cd5.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />CAVE JEAN GEILER"));
		if (adresse==140){
		var infos = "<p class=\"infoBulle\"><img src=\"sites/guide-colmar.fr/local/cache-gd2/615a03abd5dcb11d0563ee99c9705cd5.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />CAVE JEAN GEILER<span class=\"nettoyeur nettoyeur_plan\"></span></p>";
		map.openInfoWindowHtml(new GLatLng(48.098021,7.302729),infos);
		map.setCenter(new GLatLng(48.098021,7.302729), 16);
		}
		
		
		
		map.addOverlay(adresseMarker(new GLatLng(48.123536,7.284223),"<img src=\"sites/guide-colmar.fr/local/cache-gd2/b1d9a8d7f995dffe2a23688409b509f1.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />Golf d&#8217;Ammerschwihr"));
		if (adresse==66){
		var infos = "<p class=\"infoBulle\"><img src=\"sites/guide-colmar.fr/local/cache-gd2/b1d9a8d7f995dffe2a23688409b509f1.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />Golf d&#8217;Ammerschwihr<span class=\"nettoyeur nettoyeur_plan\"></span></p>";
		map.openInfoWindowHtml(new GLatLng(48.123536,7.284223),infos);
		map.setCenter(new GLatLng(48.123536,7.284223), 16);
		}
		
		map.addOverlay(adresseMarker(new GLatLng(48.191902,7.33631),"<img src=\"sites/guide-colmar.fr/local/cache-gd2/954bf2af27f75e61aea104b1629af919.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />Casino Barriere"));
		if (adresse==67){
		var infos = "<p class=\"infoBulle\"><img src=\"sites/guide-colmar.fr/local/cache-gd2/954bf2af27f75e61aea104b1629af919.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />Casino Barriere<span class=\"nettoyeur nettoyeur_plan\"></span></p>";
		map.openInfoWindowHtml(new GLatLng(48.191902,7.33631),infos);
		map.setCenter(new GLatLng(48.191902,7.33631), 16);
		}
		
		map.addOverlay(adresseMarker(new GLatLng(48.041161,7.146335),"<img src=\"sites/guide-colmar.fr/local/cache-gd2/54d7bb437f9138820d079556fb13aa11.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />Centre nautique La Piscine"));
		if (adresse==68){
		var infos = "<p class=\"infoBulle\"><img src=\"sites/guide-colmar.fr/local/cache-gd2/54d7bb437f9138820d079556fb13aa11.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />Centre nautique La Piscine<span class=\"nettoyeur nettoyeur_plan\"></span></p>";
		map.openInfoWindowHtml(new GLatLng(48.041161,7.146335),infos);
		map.setCenter(new GLatLng(48.041161,7.146335), 16);
		}
		
		map.addOverlay(adresseMarker(new GLatLng(47.860788,7.296765),"<img src=\"sites/guide-colmar.fr/local/cache-gd2/f057453e91d22b1795d25323428e59eb.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />Le Bioscope"));
		if (adresse==69){
		var infos = "<p class=\"infoBulle\"><img src=\"sites/guide-colmar.fr/local/cache-gd2/f057453e91d22b1795d25323428e59eb.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />Le Bioscope<span class=\"nettoyeur nettoyeur_plan\"></span></p>";
		map.openInfoWindowHtml(new GLatLng(47.860788,7.296765),infos);
		map.setCenter(new GLatLng(47.860788,7.296765), 16);
		}
		
		map.addOverlay(adresseMarker(new GLatLng(47.852488,7.285146),"<img src=\"sites/guide-colmar.fr/local/cache-gd2/f3a2a356c45ff8a2e4a58e870065582a.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />L&#8217;Ecomusee"));
		if (adresse==70){
		var infos = "<p class=\"infoBulle\"><img src=\"sites/guide-colmar.fr/local/cache-gd2/f3a2a356c45ff8a2e4a58e870065582a.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />L&#8217;Ecomusee<span class=\"nettoyeur nettoyeur_plan\"></span></p>";
		map.openInfoWindowHtml(new GLatLng(47.852488,7.285146),infos);
		map.setCenter(new GLatLng(47.852488,7.285146), 16);
		}
		
		map.addOverlay(adresseMarker(new GLatLng(48.100113,7.369269),"<img src=\"sites/guide-colmar.fr/local/cache-gd2/47e1daeb804e912482ae475a87bb807d.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />Bowling Colmar Loisirs"));
		if (adresse==71){
		var infos = "<p class=\"infoBulle\"><img src=\"sites/guide-colmar.fr/local/cache-gd2/47e1daeb804e912482ae475a87bb807d.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />Bowling Colmar Loisirs<span class=\"nettoyeur nettoyeur_plan\"></span></p>";
		map.openInfoWindowHtml(new GLatLng(48.100113,7.369269),infos);
		map.setCenter(new GLatLng(48.100113,7.369269), 16);
		}
		
		map.addOverlay(adresseMarker(new GLatLng(48.082857,7.356631),"<img src=\"sites/guide-colmar.fr/local/cache-gd2/497b8b9fe5e32ac62e7ec9f0cb22d3de.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />MEGA CGR"));
		if (adresse==135){
		var infos = "<p class=\"infoBulle\"><img src=\"sites/guide-colmar.fr/local/cache-gd2/497b8b9fe5e32ac62e7ec9f0cb22d3de.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />MEGA CGR<span class=\"nettoyeur nettoyeur_plan\"></span></p>";
		map.openInfoWindowHtml(new GLatLng(48.082857,7.356631),infos);
		map.setCenter(new GLatLng(48.082857,7.356631), 16);
		}
		
		
		
		map.addOverlay(adresseMarker(new GLatLng(48.074162,7.356649),"<img src=\"sites/guide-colmar.fr/local/cache-gd2/2d6484acf23110552ae1472bc5777867.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />Le Maréchal ****"));
		if (adresse==14){
		var infos = "<p class=\"infoBulle\"><img src=\"sites/guide-colmar.fr/local/cache-gd2/2d6484acf23110552ae1472bc5777867.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />Le Maréchal ****<span class=\"nettoyeur nettoyeur_plan\"></span></p>";
		map.openInfoWindowHtml(new GLatLng(48.074162,7.356649),infos);
		map.setCenter(new GLatLng(48.074162,7.356649), 16);
		}
		
		map.addOverlay(adresseMarker(new GLatLng(48.072191,7.360684),"<img src=\"sites/guide-colmar.fr/local/cache-gd2/9eac7154c8fdbaf55a07e9289e29a5c5.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />Hôtel Turenne **"));
		if (adresse==109){
		var infos = "<p class=\"infoBulle\"><img src=\"sites/guide-colmar.fr/local/cache-gd2/9eac7154c8fdbaf55a07e9289e29a5c5.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />Hôtel Turenne **<span class=\"nettoyeur nettoyeur_plan\"></span></p>";
		map.openInfoWindowHtml(new GLatLng(48.072191,7.360684),infos);
		map.setCenter(new GLatLng(48.072191,7.360684), 16);
		}
		
		map.addOverlay(adresseMarker(new GLatLng(48.095165,7.374554),"<img src=\"sites/guide-colmar.fr/local/cache-gd2/97ba2efc27ed89c8fa3e867b3439ac08.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />Hôtel Du Ladhof"));
		if (adresse==110){
		var infos = "<p class=\"infoBulle\"><img src=\"sites/guide-colmar.fr/local/cache-gd2/97ba2efc27ed89c8fa3e867b3439ac08.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />Hôtel Du Ladhof<span class=\"nettoyeur nettoyeur_plan\"></span></p>";
		map.openInfoWindowHtml(new GLatLng(48.095165,7.374554),infos);
		map.setCenter(new GLatLng(48.095165,7.374554), 16);
		}
		
		map.addOverlay(adresseMarker(new GLatLng(48.041489,7.1425),"<img src=\"sites/guide-colmar.fr/local/cache-gd2/245b246b69ad958705d8973e48262488.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />Hôtel Verte Vallée ***"));
		if (adresse==111){
		var infos = "<p class=\"infoBulle\"><img src=\"sites/guide-colmar.fr/local/cache-gd2/245b246b69ad958705d8973e48262488.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />Hôtel Verte Vallée ***<span class=\"nettoyeur nettoyeur_plan\"></span></p>";
		map.openInfoWindowHtml(new GLatLng(48.041489,7.1425),infos);
		map.setCenter(new GLatLng(48.041489,7.1425), 16);
		}
		
		map.addOverlay(adresseMarker(new GLatLng(48.0866,7.279324),"<img src=\"sites/guide-colmar.fr/local/cache-gd2/45135a5debf0f7d6e094ed6c072d8c77.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />Hôtel - Restaurant Des Vosges **"));
		if (adresse==112){
		var infos = "<p class=\"infoBulle\"><img src=\"sites/guide-colmar.fr/local/cache-gd2/45135a5debf0f7d6e094ed6c072d8c77.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />Hôtel - Restaurant Des Vosges **<span class=\"nettoyeur nettoyeur_plan\"></span></p>";
		map.openInfoWindowHtml(new GLatLng(48.0866,7.279324),infos);
		map.setCenter(new GLatLng(48.0866,7.279324), 16);
		}
		
		map.addOverlay(adresseMarker(new GLatLng(48.166823,7.297676),"<img src=\"sites/guide-colmar.fr/local/cache-gd2/4b889c0770e305877b8cb708fb113a4d.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />Hôtel - Restaurant Au Dolder **"));
		if (adresse==113){
		var infos = "<p class=\"infoBulle\"><img src=\"sites/guide-colmar.fr/local/cache-gd2/4b889c0770e305877b8cb708fb113a4d.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />Hôtel - Restaurant Au Dolder **<span class=\"nettoyeur nettoyeur_plan\"></span></p>";
		map.openInfoWindowHtml(new GLatLng(48.166823,7.297676),infos);
		map.setCenter(new GLatLng(48.166823,7.297676), 16);
		}
		
		map.addOverlay(adresseMarker(new GLatLng(48.077567,7.403108),"<img src=\"sites/guide-colmar.fr/local/cache-gd2/cca7435ceafc8ace9a36320c047d12ed.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />HOTEL EUROPE"));
		if (adresse==141){
		var infos = "<p class=\"infoBulle\"><img src=\"sites/guide-colmar.fr/local/cache-gd2/cca7435ceafc8ace9a36320c047d12ed.jpg\" alt=\"\" class=\"imgBulle\" style=\"width:100px;height:100px;\" />HOTEL EUROPE<span class=\"nettoyeur nettoyeur_plan\"></span></p>";
		map.openInfoWindowHtml(new GLatLng(48.077567,7.403108),infos);
		map.setCenter(new GLatLng(48.077567,7.403108), 16);
		}
		
		
		}
		
		function ajoutAdresse(){
		
		}
		
		
		// Parkings
		var parking="oui";
		map.addOverlay(parkingMarker(new GLatLng(48.077660, 7.358305),"Cathédrale <strong>(78 places)</strong><br />Payant"));
		map.addOverlay(parkingMarker(new GLatLng(48.075632, 7.358605),"Marché aux Fruits <strong>(36 places)</strong><br />Payant"));
		map.addOverlay(parkingMarker(new GLatLng(48.079651, 7.357865),"Mairie <strong>(395 places)</strong><br />Payant"));
		map.addOverlay(parkingMarker(new GLatLng(48.077553,7.35349),"Rapp <strong>(925 places)</strong><br />Payant"));
		map.addOverlay(parkingMarker(new GLatLng(48.073759, 7.356542),"Six Montagnes Noires <strong>(36 places)</strong><br />Payant"));
		map.addOverlay(parkingMarker(new GLatLng(48.075805, 7.361794),"Montagne Verte <strong>(375 places)</strong><br />En partie gratuit et payant"));
		map.addOverlay(parkingGratuitMarker(new GLatLng(48.074660, 7.359850),"Marché couvert <strong>(60 places)</strong><br />Gratuit"));
		map.addOverlay(parkingGratuitMarker(new GLatLng(48.081979,7.357049),"Scheurer-Kestner <strong>(393 places)</strong><br />Gratuit"));
		map.addOverlay(parkingGratuitMarker(new GLatLng(48.075434,7.364444),"St Josse <strong>(188 places)</strong><br />Gratuit"));
		
		
		
		
		
		
      }
}

function showPlan(identifiant,adresse){
	GUnload();
	if ($('#map_canvas_conteneur_'+adresse).css("display")=="none")
	{
	$('.map_canvas_conteneur').css("display","none");
	$('#map_canvas_conteneur_'+adresse).css("display","block");
	}
	else {
	$('.map_canvas_conteneur').css("display","none");
	}
	initialize(identifiant,adresse);
	return false;
}
