// JavaScript Document

function createMarker(point,text) {
	  var marker = new GMarker(point);
	  GEvent.addListener(marker, "click", function() {   marker.openInfoWindowHtml(text);  });
	  return marker; //fonction qui affiche l'info bulle légende sur le marqueur
	}
	
	function initialize() {
      if (GBrowserIsCompatible()) {
        var map = new GMap2(document.getElementById("map_canvas"));
        map.setCenter(new GLatLng(46.85856,2.29434), 5);
        map.setUIToDefault();
		
				
		var point = new GLatLng(48.81446060651118, 2.497592568397522);
			var marker = createMarker(point,'<p><img src="images/clubs/miniatures/champigny.jpg" alt="Champigny Natation" width="60" height="54" />Red Star Club Champigny Natation<br /><a href="http://www.natationpourtous.com/services/annuaire/rsc-champigny-natation.php">En savoir plus sur ce club</a></p>');
			map.addOverlay(marker);
			
		var point = new GLatLng(44.91402333439752, -0.6326258182525635);
			var marker = createMarker(point,'<p><img src="images/clubs/miniatures/esbomnisports.jpg" alt="Blanquefort Natation" />ES Blanquefort Natation<br /><a href="http://www.natationpourtous.com/services/annuaire/es-blanquefort-natation.php">En savoir plus sur ce club</a></p>');
			map.addOverlay(marker);
		
		var point = new GLatLng(42.010039553796105, 9.324935674667358);
			var marker = createMarker(point,'<p><img src="images/clubs/miniatures/fiumorbu.jpg" alt="Nageurs du Fiumorbu" />Cercle des Nageurs du Fiumorbu<br /><a href="http://www.natationpourtous.com/services/annuaire/cercle-nageurs-fiumorbu.php">En savoir plus sur ce club</a></p>');
			map.addOverlay(marker);
		
		var point = new GLatLng(49.035499, 2.078583);
			var marker = createMarker(point,'<p><img src="images/clubs/miniatures/cergy-pontoise.jpg" alt="Cergy Pontoise Natation" /><br />Cergy Pontoise Natation<br /><a href="http://www.natationpourtous.com/services/annuaire/cergy-pontoise-natation.php">En savoir plus sur ce club</a></p>');
			map.addOverlay(marker);	
			
			var point = new GLatLng(48.86343903935211, 2.3549365997314453);
			var marker = createMarker(point,'<p><img src="images/clubs/miniatures/paris-aquatique.jpg" alt="paris aquatique" />Paris aquatique<br /><a href="http://www.natationpourtous.com/services/annuaire/paris-aquatique.php">En savoir plus sur ce club</a></p>');
			map.addOverlay(marker);
			
			var point = new GLatLng(31.955509920278764, 5.331818461418152);
			var marker = createMarker(point,'<p>Club sportif amateur de Ouargla<br /><a href="http://www.natationpourtous.com/services/annuaire/club-ouargla-algerie.php">En savoir plus sur ce club</a></p>');
			map.addOverlay(marker);	
			
			var point = new GLatLng(33.888658, -5.544319);
			var marker = createMarker(point,'<p>Club Omnisports de Meknes<br /><a href="http://www.natationpourtous.com/services/annuaire/club-omnisports-meknes.php">En savoir plus sur ce club</a></p>');
			map.addOverlay(marker);
			
			var point = new GLatLng(48.84331, 2.307435);
			var marker = createMarker(point,'<p><img src="images/clubs/miniatures/neptune-club-france.jpg" alt="neptune club de France" />Neptune Club de France<br /><a href="http://www.natationpourtous.com/services/annuaire/neptune-club-france.php">En savoir plus sur ce club</a></p>');
			map.addOverlay(marker);	
			
			var point = new GLatLng(-20.90934272189157, 55.48152565956116);
			var marker = createMarker(point,'<p><img src="images/clubs/miniatures/moufia-aquatik.jpg" alt="Moufia Aquatik" />Moufia Aquatik<br /><a href="http://www.natationpourtous.com/services/annuaire/moufia-aquatik.php">En savoir plus sur ce club</a></p>');
			map.addOverlay(marker);
			
			var point = new GLatLng(43.18466748839996, -0.6207489967346191);
			var marker = createMarker(point,'<p><img src="images/clubs/miniatures/oloron-natation-64.jpg" alt="Oloron Natation" />Oloron Natation 64<br /><a href="http://www.natationpourtous.com/services/annuaire/oloron-natation-64.php">En savoir plus sur ce club</a></p>');
			map.addOverlay(marker);	
			
			var point = new GLatLng(46.12520296826343, 5.816895961761475);
			var marker = createMarker(point,'<p>Cercle des Nageurs de Bellegarde/Valserine<br /><a href="http://www.natationpourtous.com/services/annuaire/cercle-nageurs-bellegarde.php">En savoir plus sur ce club</a></p>');
			map.addOverlay(marker);	
			
			var point = new GLatLng(48.68152585525736, -1.3557171821594238);
			var marker = createMarker(point,'<p><img src="images/clubs/miniatures/avranches-cn.jpg" alt="Cercle des Nageurs Avranches" />Cercle des Nageurs d\'Avranches<br /><a href="http://www.natationpourtous.com/services/annuaire/cercle-nageurs-avranches.php">En savoir plus sur ce club</a></p>');
			map.addOverlay(marker);	
			
			var point = new GLatLng(47.244399, 5.999387);
			var marker = createMarker(point,'<p>Avenir Natation Besançon<br /><a href="http://www.natationpourtous.com/services/annuaire/avenir-natation-besancon.php">En savoir plus sur ce club</a></p>');
			map.addOverlay(marker);	
			
			var point = new GLatLng(48.832245187581904, -1.5730512142181396);
			var marker = createMarker(point,'<p><img src="/services/images/clubs/miniatures/photo-granville.jpg" alt="nageur de l\'E.V. Granville Natation"/>E.V. Granville Natation<br /><a href="http://www.natationpourtous.com/services/annuaire/granville-natation.php">En savoir plus sur ce club</a></p>');
			map.addOverlay(marker);	
			
			var point = new GLatLng(46.22323352488896, -0.1426076889038086);
			var marker = createMarker(point,'<p><img src="/services/images/clubs/miniatures/club-mellois.jpg" alt="logo du club sportif mellois"/>Club sportif mellois natation<br /><a href="http://www.natationpourtous.com/services/annuaire/club-mellois-natation.php">En savoir plus sur ce club</a></p>');
			map.addOverlay(marker);
			
			var point = new GLatLng(43.60496884028549, -0.9947454929351807);
			var marker = createMarker(point,'<p><img src="/services/images/clubs/miniatures/pouillon-natation.jpg" alt="nageur de l\'Us Pouillon natation"/>Us Pouillon natation<br /><a href="http://www.natationpourtous.com/services/annuaire/us-pouillon-natation.php">En savoir plus sur ce club</a></p>');
			map.addOverlay(marker);	
			
			var point = new GLatLng(46.03253216114781, 4.060885906219482);
			var marker = createMarker(point,'<p><img src="/services/images/clubs/miniatures/roanne-natation.jpg" alt="logo de l\'AS Roanne Natation"/>AS Roanne Natation<br /><a href="http://www.natationpourtous.com/services/annuaire/as-roanne-natation.php">En savoir plus sur ce club</a></p>');
			map.addOverlay(marker);	
			
			var point = new GLatLng(44.15979494949414, 4.1205596923828125);
			var marker = createMarker(point,'<p><img src="/services/images/clubs/miniatures/blason-salindres.jpg" alt="blason de Salindres natation" />A.S. Salindres Natation<br /><a href="http://www.natationpourtous.com/services/annuaire/salindres-natation.php">En savoir plus sur ce club</a></p>');
			map.addOverlay(marker);
			
			var point = new GLatLng(48.50276549449771, 3.509606122970581);
			var marker = createMarker(point,'<p><img src="/services/images/clubs/miniatures/nogent-romilly.jpg" alt="logo du club" />Esperance Nogent Romilly Natation<br /><a href="http://www.natationpourtous.com/services/annuaire/esperance-nogent-romilly.php">En savoir plus sur ce club</a></p>');
			map.addOverlay(marker);
			
			var point = new GLatLng(48.87929415338698, 2.246983051300049);
			var marker = createMarker(point,'<p><img src="/services/images/clubs/miniatures/puteaux-natation.jpg" alt="logo du csmp" />CSM Puteaux natation<br /><a href="http://www.natationpourtous.com/services/annuaire/puteaux-natation.php">En savoir plus sur ce club</a></p>');
			map.addOverlay(marker);
			
			var point = new GLatLng(50.591404, 4.32439);
			var marker = createMarker(point,'<p><img src="/services/images/clubs/miniatures/club-nivellois.jpg" alt="logo du club nivellois" />Dauphin Club Nivellois<br /><a href="http://www.natationpourtous.com/services/annuaire/dauphin-club-nivellois.php">En savoir plus sur ce club</a></p>');
			map.addOverlay(marker);
			
			var point = new GLatLng(50.28561011175866, 2.768876552581787);
			var marker = createMarker(point,'<p><img src="/services/images/clubs/miniatures/rca-natation.jpg" alt="logo du racing club d\'arras" />RCA natation<br /><a href="http://www.natationpourtous.com/services/annuaire/rca-natation.php">En savoir plus sur ce club</a></p>');
			map.addOverlay(marker);
			
			var point = new GLatLng(48.294776, 4.081572);
			var marker = createMarker(point,'<p><img src="/services/images/clubs/miniatures/troyes-gymnique-chapelle-natation.jpg" alt="logo du TGCN" />Troyes chapelle natation<br /><a href="http://www.natationpourtous.com/services/annuaire/troyes-natation.php">En savoir plus sur ce club</a></p>');
			map.addOverlay(marker);
			var point = new GLatLng(43.618274, 3.865447);
			var marker = createMarker(point,'<p>ASP natation<br /><a href="http://www.natationpourtous.com/services/annuaire/asp-natation.php">En savoir plus sur ce club</a></p>');
			map.addOverlay(marker);
			
			var point = new GLatLng(46.33803967770791, 2.6099395751953125);
			var marker = createMarker(point,'<p><img src="/services/images/clubs/miniatures/montlucon-natation.jpg" alt="logo du club de Montluçon" />Montluçon natation<br /><a href="http://www.natationpourtous.com/services/annuaire/montlucon-natation.php">En savoir plus sur ce club</a></p>');
			map.addOverlay(marker);
			
			var point = new GLatLng(48.172181841352085, 2.2604799270629883);
			var marker = createMarker(point,'<p>Club nautique de Pithiviers<br /><a href="http://www.natationpourtous.com/services/annuaire/club-nautique-pithiviers.php">En savoir plus sur ce club</a></p>');
			map.addOverlay(marker);
			
			var point = new GLatLng(47.155046, 3.086358);
			var marker = createMarker(point,'<p><img src="/services/images/clubs/miniatures/la-charite-natation.jpg" alt="logo de la charité natation" />US La Charité Natation<br /><a href="http://www.natationpourtous.com/services/annuaire/la-charite-natation.php">En savoir plus sur ce club</a></p>');
			map.addOverlay(marker);
			
			var point = new GLatLng(48.665944, 2.269282);
			var marker = createMarker(point,'<p><img src="/services/images/clubs/miniatures/exocet-master-club.jpg" alt="logo de l\'exocet master club" />Exocet Master Club<br /><a href="http://www.natationpourtous.com/services/annuaire/exocet-master-club.php">En savoir plus sur ce club</a></p>');
			map.addOverlay(marker);
			
			var point = new GLatLng(16.271574976600327, -61.501808166503906);
			var marker = createMarker(point,'<p><img src="/services/images/clubs/miniatures/squales.jpg" alt="logo du CNIC les quales" />C.N.I.C Les Squales<br /><a href="http://www.natationpourtous.com/services/annuaire/cnic-squales.php">En savoir plus sur ce club</a></p>');
			map.addOverlay(marker);
			
			var point = new GLatLng(43.274849, 5.550409);
			var marker = createMarker(point,'<p><img src="/services/images/clubs/miniatures/aubagne-natation.jpg" alt="logo du club aubagne natation" />Aubagne natation<br /><a href="http://www.natationpourtous.com/services/annuaire/aubagne-natation.php">En savoir plus sur ce club</a></p>');
			map.addOverlay(marker);
			
			var point = new GLatLng(47.36231578548192, 7.3450469970703125);
			var marker = createMarker(point,'<p><img src="/services/images/clubs/miniatures/cnd.jpg" alt="logo du club de natation Delémont" />Club de natation Delémont<br /><a href="http://www.natationpourtous.com/services/annuaire/natation-delemont.php">En savoir plus sur ce club</a></p>');
			map.addOverlay(marker);
			
			var point = new GLatLng(48.84259057485564, 2.4147605895996094);
			var marker = createMarker(point,'<p><img src="/services/images/clubs/miniatures/cnp.jpg" alt="logo du cnp" />Club des nageurs de Paris<br /><a href="http://www.natationpourtous.com/services/annuaire/club-nageurs-paris.php">En savoir plus sur ce club</a></p>');
			map.addOverlay(marker);
			
			var point = new GLatLng(48.73304011158022, 6.169981956481934);
			var marker = createMarker(point,'<p><img src="/services/images/clubs/miniatures/talintes-tcn.jpg" alt="logo du club de talintes" />Talintés Club Natation TCN<br /><a href="http://www.natationpourtous.com/services/annuaire/talintes-club-natation.php">En savoir plus sur ce club</a></p>');
			map.addOverlay(marker);
			
			var point = new GLatLng(49.515853, 0.074155);
			var marker = createMarker(point,'<p><img src="/services/images/clubs/miniatures/eau-douce.jpg" alt="image de l\'association eau douce" />Association "Eau douce"<br /><a href="http://www.natationpourtous.com/services/annuaire/eau-douce.php">En savoir plus sur ce club</a></p>');
			map.addOverlay(marker);
			
			var point = new GLatLng(44.13186412216083, 4.79527473449707);
			var marker = createMarker(point,'<p>Cercle des nageurs d\'Orange<br /><a href="http://www.natationpourtous.com/services/annuaire/cercle-nageurs-orange.php">En savoir plus sur ce club</a></p>');
			map.addOverlay(marker);
			
			var point = new GLatLng(43.31137701331536, -0.3878903388977051);
			var marker = createMarker(point,'<p><img src="/services/images/clubs/miniatures/asptt-pau.jpg" alt="logo de l\'asptt Pau" />ASPTT Pau natation<br /><a href="http://www.natationpourtous.com/services/annuaire/asptt-pau.php">En savoir plus sur ce club</a></p>');
			map.addOverlay(marker);
			
			var point = new GLatLng(48.682482, 6.184278);
			var marker = createMarker(point,'<p><img src="/services/images/clubs/miniatures/asptt-nancy.jpg" alt="logo de l\'asptt Nancy" />ASPTT Nancy<br /><a href="http://www.natationpourtous.com/services/annuaire/asptt-nancy.php">En savoir plus sur ce club</a></p>');
			map.addOverlay(marker); 
			
			var point = new GLatLng(44.60952, 2.027669);
			var marker = createMarker(point,'<p><img src=" /services/images/clubs/miniatures/figeac.jpg" alt="image de Cercle nageurs Figeac" />Cercle nageurs Figeac<br /><a href="http://www.natationpourtous.com/services/annuaire/cercle-nageurs-figeac.php">En savoir plus sur ce club</a></p>');
			map.addOverlay(marker);
			
			var point = new GLatLng(48.80316, 2.140801);
			var marker = createMarker(point,'<p><img src=" /services/images/clubs/miniatures/sn-versailles.jpg" alt="image de la sn versailles" />Société de Natation de Versailles<br /><a href="http://www.natationpourtous.com/services/annuaire/sn-versailles.php">En savoir plus sur ce club</a></p>');
			map.addOverlay(marker);
			
			var point = new GLatLng(48.939696, 2.362494);
			var marker = createMarker(point,'<p><img src=" /services/images/clubs/miniatures/sdus.jpg" alt="logo du sdus" />Saint-Denis Union Sport<br /><a href="http://www.natationpourtous.com/services/annuaire/saint-denis-sdus.php">En savoir plus sur ce club</a></p>');
			map.addOverlay(marker);
			 
			var point = new GLatLng(48.802695, 2.350273);
			var marker = createMarker(point,'<p><img src=" /services/images/clubs/miniatures/csakb.jpg" alt="logo du csakb" />CSAKB Section Natation<br /><a href="http://www.natationpourtous.com/services/annuaire/kremlin-bicetre.php">En savoir plus sur ce club</a></p>');
			map.addOverlay(marker);
			
			var point = new GLatLng(43.323836, 5.383605);
			var marker = createMarker(point,'<p>Club de Natation Sauvetage Servières<br /><a href="http://www.natationpourtous.com/services/annuaire/club-servieres.php">En savoir plus sur ce club</a></p>');
			map.addOverlay(marker);
			
			var point = new GLatLng(-17.536923167318065, -149.56649780273438);
			var marker = createMarker(point,'<p><img src=" /services/images/clubs/miniatures/cercle-nageurs-polynesie.jpg" alt="logo du cnp" />Cercle des Nageurs de Polynésie<br /><a href="http://www.natationpourtous.com/services/annuaire/cercle-nageurs-polynesie.php">En savoir plus sur ce club</a></p>');
			map.addOverlay(marker);
			
			var point = new GLatLng(49.094749632512176, 1.451096534729004);
			var marker = createMarker(point,'<p><img src=" /services/images/clubs/miniatures/ligne-eau.jpg" alt="logo du club ligne d\'eau" />La ligne d\'eau<br /><a href="http://www.natationpourtous.com/services/annuaire/ligne-eau.php">En savoir plus sur ce club</a></p>');
			map.addOverlay(marker);
			
			var point = new GLatLng(47.252784, 6.035677);
			var marker = createMarker(point,'<p><img src=" /services/images/clubs/miniatures/bebes-dauphins-besancon.jpg" alt="Association Bébés Dauphins de Besançon" />Bébés Dauphins de Besançon<br /><a href="http://www.natationpourtous.com/services/annuaire/bebes-dauphins-besancon.php">En savoir plus sur ce club</a></p>');
			map.addOverlay(marker);
			
			var point = new GLatLng(34.011546304843755, -6.824655532836914);
			var marker = createMarker(point,'<p>Union Sportive des Cheminots du Maroc<br /><a href="http://www.natationpourtous.com/services/annuaire/uscm.php">En savoir plus sur ce club</a></p>');
			map.addOverlay(marker);
			
			var point = new GLatLng(49.12191624862565, 6.175861358642578);
			var marker = createMarker(point,'<p><img src=" /services/images/clubs/miniatures/sn-metz.jpg" alt="Société de natation de Metz" />Société de natation de Metz<br /><a href="http://www.natationpourtous.com/services/annuaire/sn-metz.php">En savoir plus sur ce club</a></p>');
			map.addOverlay(marker);
			
			var point = new GLatLng(46.232408, 7.358485);
			var marker = createMarker(point,'<p>Cercle des Nageurs de Sion<br /><a href="http://www.natationpourtous.com/services/annuaire/cercle-nageurs-sion.php">En savoir plus sur ce club</a></p>');
			map.addOverlay(marker);
			
			var point = new GLatLng(43.304759, 5.365583);
			var marker = createMarker(point,'<p><img src="/services/images/clubs/miniatures/marseille-handisport.jpg" alt="logo du club de Marseille handisport" />Handisport Marseille<br /><a href="http://www.natationpourtous.com/services/annuaire/handisport-marseille.php">En savoir plus sur ce club</a></p>');
			map.addOverlay(marker);
			
			var point = new GLatLng(43.55377346540468, 6.9660186767578125);
			var marker = createMarker(point,'<p><img src="/services/images/clubs/miniatures/avenirs-cannes.jpg" alt="Les avenirs de Cannes" />Cercle des nageurs de Cannes<br /><a href="http://www.natationpourtous.com/services/annuaire/cercle-nageurs-cannes.php">En savoir plus sur ce club</a></p>');
			map.addOverlay(marker);
			
			var point = new GLatLng(48.633715, 2.433032);
			var marker = createMarker(point,'<p><img src="/services/images/clubs/miniatures/sca-evry.jpg" alt="logo du SCA 2000 Evry " />SCA 2000 Evry<br /><a href="http://www.natationpourtous.com/services/annuaire/evry-sca-2000.php">En savoir plus sur ce club</a></p>');
			map.addOverlay(marker);
			
			var point = new GLatLng(45.990384, 4.708339);
			var marker = createMarker(point,'<p><img src="/services/images/clubs/miniatures/ndvb.jpg" alt="logo du NDVB" />Natation District Villefranche en Beaujolais<br /><a href="http://www.natationpourtous.com/services/annuaire/villefranche-beaujolais-natation.php">En savoir plus sur ce club</a></p>');
			map.addOverlay(marker);
			
			var point = new GLatLng(46.1708559069, 1.87668800354);
			var marker = createMarker(point,'<p><img src="/services/images/clubs/miniatures/nageurs-gueretois.jpg" alt="logo du CNG" />Cercle des Nageurs Guérétois<br /><a href="http://www.natationpourtous.com/services/annuaire/cercle-nageurs-gueretois.php">En savoir plus sur ce club</a></p>');
			map.addOverlay(marker);
			
			var point = new GLatLng(47.056234, -0.76503);
			var marker = createMarker(point,'<p><img src="/services/images/clubs/miniatures/aqualys.jpg" alt="logo de l\'aqualys" />Aqualys<br /><a href="http://www.natationpourtous.com/services/annuaire/aqualys.php">En savoir plus sur ce club</a></p>');
			map.addOverlay(marker);
			
			var point = new GLatLng(45.937145, 6.633184);
			var marker = createMarker(point,'<p><img src="/services/images/clubs/miniatures/mont-blanc-natation.jpg" alt="logo de Mont blanc natation" />Mont-blanc natation<br /><a href="http://www.natationpourtous.com/services/annuaire/mont-blanc-natation.php">En savoir plus sur ce club</a></p>');
			map.addOverlay(marker);
			
			var point = new GLatLng(48.90275621434411, 2.0819950103759766);
			var marker = createMarker(point,'<p>Sauvetage Secourisme de l\'Ouest<br /><a href="http://www.natationpourtous.com/services/annuaire/sauvetage-secourisme-ouest.php">En savoir plus sur ce club</a></p>');
			map.addOverlay(marker);
			
			var point = new GLatLng(48.70587355042233, 2.8767013549804688);
			var marker = createMarker(point,'<p>Les Dauphins du Centre Brie<br /><a href="http://www.natationpourtous.com/services/annuaire/dauphins-centre-brie.php">En savoir plus sur ce club</a></p>');
			map.addOverlay(marker);
			
			var point = new GLatLng(48.70319715481828, 2.8847694396972656);
			var marker = createMarker(point,'<p>Association Loisir Evasion<br /><a href="http://www.natationpourtous.com/services/annuaire/association-loisir-evasion.php">En savoir plus sur ce club</a></p>');
			map.addOverlay(marker);
			
			var point = new GLatLng(43.611976, 2.261502);
			var marker = createMarker(point,'<p><img src="/services/images/clubs/miniatures/castres.jpg" alt="logo de Castres" />Castres sports nautiques<br /><a href="http://www.natationpourtous.com/services/annuaire/castres-sports-nautiques.php">En savoir plus sur ce club</a></p>');
			map.addOverlay(marker);
			
			var point = new GLatLng(46.315456, -0.979839);
			var marker = createMarker(point,'<p><img src="/services/images/clubs/miniatures/dauphins-marandais.jpg" alt="piscine des dauphins Marandais" />Dauphins Marandais<br /><a href="http://www.natationpourtous.com/services/annuaire/dauphins-marandais.php">En savoir plus sur ce club</a></p>');
			map.addOverlay(marker);
			
			var point = new GLatLng(43.518725, 5.463067);
			var marker = createMarker(point,'<p><img src="/services/images/clubs/miniatures/aquasport.jpg" alt="Equipe aquasport" />Aquasport 13<br /><a href="http://www.natationpourtous.com/services/annuaire/aquasport.php">En savoir plus sur ce club</a></p>');
			map.addOverlay(marker);
			
			var point = new GLatLng(48.020802, -4.000045);
			var marker = createMarker(point,'<p><img src="/services/images/clubs/miniatures/aquaforme.jpg" alt="Aqua forme" />Aqua forme<br /><a href="http://www.natationpourtous.com/services/annuaire/aquaforme.php">En savoir plus sur ce club</a></p>');
			map.addOverlay(marker);
			
			var point = new GLatLng(48.811108, 2.490676);
			var marker = createMarker(point,'<p><img src="/services/images/clubs/miniatures/logo-stella.jpg" alt="Stella Saint-Maur" />Stella Sports Saint-Maur<br /><a href="http://www.natationpourtous.com/services/annuaire/stella-saint-maur.php">En savoir plus sur ce club</a></p>');
			map.addOverlay(marker);
			
			var point = new GLatLng(44.504654, 1.136174);
			var marker = createMarker(point,'<p><img src="/services/images/clubs/miniatures/puy-leveque.jpg" alt="Puy L\'Eveque" />DOVLV  Puy L\'Evêque<br /><a href="http://www.natationpourtous.com/services/annuaire/dovlv-puy-leveque.php">En savoir plus sur ce club</a></p>');
			map.addOverlay(marker);
			
			var point = new GLatLng(45.766144, 4.874057);
			var marker = createMarker(point,'<p><img src="/services/images/clubs/miniatures/accord.jpg" alt="A corps et accord" />Centre d\'Etudes à corps et accord<br /><a href="http://www.natationpourtous.com/services/annuaire/a-corps-accord.php">En savoir plus sur ce club</a></p>');
			map.addOverlay(marker);
			
			var point = new GLatLng(6.82389, -5.24802);
			var marker = createMarker(point,'<p>Bélier Natation Club<br /><a href="http://www.natationpourtous.com/services/annuaire/belier-natation.php">En savoir plus sur ce club</a></p>');
			map.addOverlay(marker);
			
			var point = new GLatLng(43.195995, 5.612858);
			var marker = createMarker(point,'<p><img src="/services/images/clubs/miniatures/pascal-natation.jpg" alt="Pascal Natation" />Pascal Natation<br /><a href="http://www.natationpourtous.com/services/annuaire/pascal-natation.php">En savoir plus sur ce club</a></p>');
			map.addOverlay(marker);
			
			var point = new GLatLng(50.000524, 2.655843);
			var marker = createMarker(point,'<p>Albert Sport Natation<br /><a href="http://www.natationpourtous.com/services/annuaire/albert-sport.php">En savoir plus sur ce club</a></p>');
			map.addOverlay(marker);
			
			var point = new GLatLng(43.29619890659104, -0.3900146484375);
			var marker = createMarker(point,'<p><img src="/services/images/clubs/miniatures/mauleon.jpg" alt="SAM natation" />Sport Athlétique Mauléonais Section Natation <br /><a href="http://www.natationpourtous.com/services/annuaire/sam-natation.php">En savoir plus sur ce club</a></p>');
			map.addOverlay(marker);
			
			var point = new GLatLng(50.36533901538186, 3.5599136352539062);
			var marker = createMarker(point,'<p><img src="/services/images/clubs/miniatures/marsouins-saint-saulviens.jpg" alt="Marsouins Saint saulviens natation" />Marsouin St Saulve <br /><a href="http://www.natationpourtous.com/services/annuaire/saint-saulve.php">En savoir plus sur ce club</a></p>');
			map.addOverlay(marker);
			
			
			//javascript:void(prompt('',gApplication.getMap().getCenter()));
			
      }
    }

