function createMarker(point,html,icon) {
        var marker = new GMarker(point,icon);
        GEvent.addListener(marker, "click", function() {
          marker.openInfoWindowHtml(html);
        });
        return marker;
      }

var baseIcon = new GIcon();
          baseIcon.iconSize=new GSize(32,32);
          baseIcon.shadowSize=new GSize(56,32);
          baseIcon.iconAnchor=new GPoint(16,32);
          baseIcon.infoWindowAnchor=new GPoint(16,0);
          
//var resto = new GIcon(baseIcon, "/images/ducati.png", null, "/images/ombres/icon_shadow.png");
var resto = new GIcon(baseIcon, "/images/trombi/ducatiperformanceclub_map.png", null, "/images/ombres/icon_shadow.png");
var garcon = new GIcon(baseIcon, "/images/gmale.png", null, "/images/ombres/icon_shadow.png");
var fille = new GIcon(baseIcon, "/images/gfemale.png", null, "/images/ombres/icon_shadow.png");
var test = new GIcon(baseIcon, "/images/info.png", null, "/images/ombres/icon_shadow.png");

	  
function load() {
var map = new GMap2(document.getElementById("map"));
map.addControl(new GLargeMapControl());
map.addControl(new GMapTypeControl());
map.addControl(new GOverviewMapControl());
map.addControl(new GScaleControl());
map.setCenter(new GLatLng(48.774885,2.440995),10);
map.setMapType(G_SATELLITE_MAP);

	var point = new GLatLng(48.745764,2.437546);
	var marker = createMarker(point, '<div class="titre2" align="center">Le rendez-vous des ducatistes<br /><a href="/plan_guinguette.php3" title="voir le détail"><img src="../images/logo_dpc_guinguette.gif" alt="" border="0" /></a></div>',resto);
	map.addOverlay(marker);
// **************************************** AJOUT DES MEMBRES ***************************************** //

	// Adrian L.
	var adrian_l = new GIcon(baseIcon, "/images/trombi/garcon/adrian_l_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.880571,2.310101);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/adrian_l.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Adrian L.</span><br /><strong>Localité :</strong> Paris<br /><strong>Moto :</strong> Ducati ?<br /><br /><strong>>> <a href="../trombi/m/adrian_l.php3" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br />',adrian_l);
	map.addOverlay(marker);
	
	// Alex C.
	var alex_c = new GIcon(baseIcon, "/images/trombi/garcon/alex_c_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(43.446002,6.635056);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/alex_c.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Alex C.</span><br /><strong>Localité :</strong> Roquebrune sur argens, 83<br /><strong>Moto :</strong> Ducati mostro 600 Rouge<br /><br /><strong>>> <a href="../trombi/m/alex_c.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /><img src="../images/trombi/garcon/motos/alex_c/alex_c_m800_01_tn.jpg" alt="" width="49" class="img2" /><img src="../images/trombi/garcon/motos/alex_c/alex_c_m800_02_tn.jpg" alt="" width="49" class="img2" /><img src="../images/trombi/garcon/motos/alex_c/alex_c_m800_03_tn.jpg" alt="" width="49" class="img2" /><img src="../images/trombi/garcon/motos/alex_c/alex_c_m800_04_tn.jpg" alt="" width="49" class="img2" /></div>',alex_c);
	map.addOverlay(marker);
	
	var point = new GLatLng(49.467901,1.115456);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/inconnu.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Alexandre A.</span><br /><strong>Localité :</strong> Rouen, 76<br /><strong>Moto :</strong> ducati 749 biposto rouge<br /><br /><strong>>> <a href="../trombi/m/alexandre_a.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',garcon);
	map.addOverlay(marker);

	var alexandre_b = new GIcon(baseIcon, "/images/trombi/garcon/alexandre_b_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.800153,2.285743);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/alexandre_b.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Alexandre B.</span><br /><strong>Localité :</strong> Chatillon, 92<br /><strong>Moto :</strong> DUCATI S4R 2007<br /><br /><strong>>> <a href="../trombi/m/alexandre_b.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',alexandre_b);
	map.addOverlay(marker);
	
	var alexandre_r = new GIcon(baseIcon, "/images/trombi/garcon/alexandre_r_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.778665,2.548299);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/alexandre_r.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Alexandre R.</span><br /><strong>Localité :</strong> Noiseau<br /><strong>Moto :</strong> DUCATI 996 S4R<br /><br /><strong>>> <a href="../trombi/m/alexandre_r.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',alexandre_r);
	map.addOverlay(marker);
	
	// Alexandre S.
	var alexandre_s = new GIcon(baseIcon, "/images/trombi/garcon/alexandre_s_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.892374,2.31966);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/alexandre_s.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Alexandre S.</span><br /><strong>Localité :</strong> Paris<br /><strong>Moto :</strong> Honda Varadero 1000 gris<br /><br /><strong>>> <a href="../trombi/m/alexandre_s.php3" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',alexandre_s);
	map.addOverlay(marker);
	
	// Anand C.
	var anand_c = new GIcon(baseIcon, "/images/trombi/garcon/anand_c_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.847589,2.430232);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/anand_c.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Anand C.</span><br /><strong>Localité :</strong> Vincennes, 94<br /><strong>Moto :</strong> Ducati 1098 rouge<br /><br /><strong>>> <a href="../trombi/m/anand_c.php3" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',anand_c);
	map.addOverlay(marker);
	
	// Andreas H.
	var point = new GLatLng(48.972527,2.248292);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/andreas_h.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Andreas H.</span><br /><strong>Localité :</strong> Sannois, 95<br /><strong>Moto :</strong> M900Sie - SBK 999 904cc et 998cc<br /><br /><strong>>> <a href="../trombi/m/andreas_h.php3" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',garcon);
	map.addOverlay(marker);
	
	// Andre D.
	var andre_d = new GIcon(baseIcon, "/images/trombi/garcon/andre_d_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.892196,2.316388);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/andre_d.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">André D.</span><br /><strong>Localité :</strong> Paris 17čme<br /><strong>Moto :</strong> Monster 695<br /><br /><strong>>> <a href="../trombi/m/andre_d.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',andre_d);
	map.addOverlay(marker);
	
	// Antoine B.
	var antoine_b = new GIcon(baseIcon, "/images/trombi/garcon/antoine_b_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.794038,2.656076);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/antoine_b.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Antoine B.</span><br /><strong>Localité :</strong> Roissy-en-brie, 77<br /><strong>>> <a href="../trombi/m/antoine_b.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',antoine_b);
	map.addOverlay(marker);
	
	// Antoine G.
	var antoine_g = new GIcon(baseIcon, "/images/trombi/garcon/antoine_g_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.937323,2.612933);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/antoine_g.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Antoine G.</span><br /><strong>Localité :</strong> Villeparisis, 77<br /><strong>Moto :</strong> Ducati Mostro 600 dark<br /><br /><strong>>> <a href="../trombi/m/antoine_g.php3" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',antoine_g);
	map.addOverlay(marker);
	
	// Antoine S.
	var point = new GLatLng(48.878913,2.415833);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/antoine_s.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Antoine S.</span><br /><strong>Localité :</strong> Les Lilas, 93<br /><strong>Moto :</strong> Ducati Monster S4 916 rouge<br /><br /><strong>>> <a href="../trombi/m/antoine_s.php3" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /><img src="../images/trombi/garcon/motos/antoine_s/antoine_s_s4_01_tn.jpg" alt="" width="49" class="img2" /></div>',garcon);
	map.addOverlay(marker);

	var antonio_m = new GIcon(baseIcon, "/images/trombi/garcon/antonio_m_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.858464,2.315097);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/antonio_m.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Antonio M.</span><br /><strong>Localité :</strong> PARIS 7<br /><strong>Moto :</strong> Ducati S2R 800, tangerine bande noire<br /><br /><strong>>> <a href="../trombi/m/antonio_m.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /></div>',antonio_m);
	map.addOverlay(marker);


	// Arnaud P.
	var arnaud_p = new GIcon(baseIcon, "/images/trombi/garcon/arnaud_p_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.168275,3.139215);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/arnaud_p.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Arnaud P.</span><br /><strong>Localité :</strong> Fouchčres, 89<br /><strong>Moto :</strong> Ducati Mostro S4RS noir (2006)<br /><br /><strong>>> <a href="../trombi/m/arnaud_p.php3" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',arnaud_p);
	map.addOverlay(marker);
	
	// Aymeric B.
	var aymeric_b = new GIcon(baseIcon, "/images/trombi/garcon/aymeric_b_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.698991,2.133021);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/aymeric_b.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Aymeric B.</span><br /><strong>Localité :</strong> Gif sur Yvette, 91<br /><strong>Moto :</strong> Ducati 900 SS rouge (1993)<br /><br /><strong>>> <a href="../trombi/m/aymeric_b.php3" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',aymeric_b);
	map.addOverlay(marker);
	
	var point = new GLatLng(49.285835,-0.122566);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/inconnu.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Benjamin T.</span><br /><strong>Localité :</strong> Cabourg, 14<br /><strong>Moto :</strong> Ducati 1098R<br /><br /><strong>>> <a href="../trombi/m/benjamin_t.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /></div>',garcon);
	map.addOverlay(marker);
	

	var benoit_c = new GIcon(baseIcon, "/images/trombi/garcon/benoit_c_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.891305,2.352987);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/benoit_c.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Benoit C.</span><br /><strong>Localité :</strong> Paris, 75018<br /><br /><strong>>> <a href="../trombi/m/benoit_c.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',benoit_c);
	map.addOverlay(marker);
	
	var bruno_b = new GIcon(baseIcon, "/images/trombi/garcon/bruno_b_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.83745,2.675085);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/bruno_b.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Bruno B.</span><br /><strong>Localité :</strong> Collégien, 77<br /><strong>Moto :</strong> Ducati Mostro 695 rouge<br /><br /><strong>>> <a href="../trombi/m/bruno_b.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',bruno_b);
	map.addOverlay(marker);
	
	// Bruno G.
	var bruno_g = new GIcon(baseIcon, "/images/trombi/garcon/bruno_g_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.699774,2.545213);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/bruno_g.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Bruno G.</span><br /><strong>Localité :</strong> Mandres les Roses, 94<br /><strong>Moto :</strong> Ducati Mostro + 900sscc<br /><br /><strong>>> <a href="../trombi/m/bruno_g.php3" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /><img src="../images/trombi/garcon/motos/bruno_g/bruno_g_900sscc_01_tn.jpg" alt="" width="49" class="img2" /></div>',bruno_g);
	map.addOverlay(marker);
	
	var bruno_p = new GIcon(baseIcon, "/images/trombi/garcon/bruno_p_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.975234,2.324133);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/bruno_p.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Bruno P.</span><br /><strong>Localité :</strong>DEUIL LA BARRE<br /><br /><strong>>> <a href="../trombi/m/bruno_p.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',bruno_p);
	map.addOverlay(marker);
	
	var catherine_g = new GIcon(baseIcon, "/images/trombi/filles/catherine_g_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(49.395111,3.336067);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/filles/catherine_g.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Catherine G.</span><br /><strong>Localité :</strong> Soissons, 02<br /><strong>Moto :</strong> DUCATI 696 Année 2008 Rouge<br /><br /><strong>>> <a href="../trombi/f/catherine_g.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',catherine_g);
	map.addOverlay(marker);

	var point = new GLatLng(48.804828,2.460423);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/filles/cathy_t.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Cathy T.</span><br /><strong>Localité :</strong> Créteil, 94<br /><strong>Moto :</strong> Ducati 696 rouge 2008<br /><br /><strong>>> <a href="../trombi/f/cathy_t.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /></div>',fille);
	map.addOverlay(marker);
	
	var cecile_k = new GIcon(baseIcon, "/images/trombi/filles/cecile_k_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.564828,2.434473);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/filles/cecile_k.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Cécile K</span><br /><strong>Localité :</strong> MENNECY<br /><strong>Moto :</strong> DUCATI 696<br /><br /><strong>>> <a href="../trombi/f/cecile_k.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',cecile_k);
	map.addOverlay(marker);


	var point = new GLatLng(48.702914,2.314017);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/cedric_l.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Cédric L.</span><br /><strong>Localité :</strong> Chilly-Mazarin, 91<br /><strong>Moto :</strong> Ducati S4R Testastretta 998 Titanium<br /><br /><strong>>> <a href="../trombi/m/cedric_l.php3" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /><img src="../images/trombi/garcon/motos/cedric_l/cedric_l_s4r_01_tn.jpg" alt="" width="49" class="img2" /></div>',garcon);
	map.addOverlay(marker);
	
	var cedric_p = new GIcon(baseIcon, "/images/trombi/garcon/cedric_p_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(43.604362,1.442951);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/cedric_p.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Cédric P.</span><br /><strong>Localité :</strong> TOULOUSE<br /><strong>Moto :</strong> DUCATI S4RS BLANC NACRE BANDE ROUGE<br /><br /><strong>>> <a href="../trombi/m/cedric_p.php3" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /><img src="../images/trombi/garcon/motos/cedric_p/cedric_p_S4Rs_tn.jpg" alt="" width="49" class="img2" /></div>',cedric_p);
	map.addOverlay(marker);
	
	var celine_c = new GIcon(baseIcon, "/images/trombi/filles/celine_c_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.422708,2.794132);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/filles/celine_c.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Céline C.</span><br /><strong>Localité :</strong> Thomery, 77<br /><strong>Moto :</strong> Ducati 620 DDie<br /><br /><strong>>> <a href="../trombi/f/celine_c.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /><img src="../images/trombi/filles/motos/celine_c/ducati620DDie_tn.jpg" alt="" width="49" class="img2" /></div>',celine_c);
	map.addOverlay(marker);
	
	var celine_d = new GIcon(baseIcon, "/images/trombi/filles/celine_d_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.857141,2.533363);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/filles/celine_d.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Céline D.</span><br /><strong>Localité :</strong> Noisy sur Marne, 93<br /><strong>Moto :</strong> Kawasaki 1200<br /><br /><strong>>> <a href="../trombi/f/celine_d.php3" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',celine_d);
	map.addOverlay(marker);
	
	var chantal_l = new GIcon(baseIcon, "/images/trombi/filles/chantal_l_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.795599,2.265244);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/filles/chantal_l.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Chantal L.</span><br /><strong>Localité :</strong> Clamart, 92<br /><strong>Moto :</strong> Ducati SS + mostro 800 + 900<br /><br /><strong>>> <a href="../trombi/f/chantal_l.php3" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /><img src="../images/trombi/filles/motos/chantal_l/chantal_l_800_01_tn.jpg" alt="" width="49" class="img2" /></div>',chantal_l);
	map.addOverlay(marker);
	
	var point = new GLatLng(48.7846,2.5336);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/charly_c.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Charly C.</span><br /><strong>Localité :</strong> Ormesson sur Marne, 94<br /><strong>Moto :</strong> Yamaha FZ6 2007 600 noire<br /><br /><strong>>> <a href="../trombi/m/charly_c.php3" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /><img src="../images/trombi/garcon/motos/charly_c/charly_c_fz6n_03_tn.jpg" alt="" width="49" class="img2" /></div>',garcon);
	map.addOverlay(marker);

	var point = new GLatLng(48.70493,2.330618);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/inconnu.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Christian G.</span><br /><strong>Localité :</strong>Morangis <br /><strong>Moto :</strong> ST4S 2001<br /><br /><strong>>> <a href="../trombi/m/christian_g.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',garcon);
	map.addOverlay(marker);
	
	var christian_lo = new GIcon(baseIcon, "/images/trombi/garcon/christian_lo_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.893085,2.134581);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/christian_lo.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Christian Lo.</span><br /><strong>Localité :</strong>Le Vésinet, 78<br /><strong>Moto :</strong> DUCATI 1000 DS MULTISTRADA<br /><br /><strong>>> <a href="../trombi/m/christian_lo.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',christian_lo);
	map.addOverlay(marker);
	
	var christophe_f = new GIcon(baseIcon, "/images/trombi/garcon/christophe_f_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(46.082757,2.518616);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/christophe_f.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Christophe F.</span><br /><strong>Localité :</strong>ROUGNAT, 23700<br /><strong>Moto :</strong> DUCATI S4 Senna 2001<br /><br /><strong>>> <a href="../trombi/m/christophe_f.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',christophe_f);
	map.addOverlay(marker);
	
	var point = new GLatLng(48.679316,2.418387);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/christophe_h.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Christophe H.</span><br /><strong>Localité :</strong>Draveil, 91<br /><strong>Moto :</strong> Ducati 999s rouge (2005)<br /><br /><strong>>> <a href="../trombi/m/christophe_h.php3" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',garcon);
	map.addOverlay(marker);
	
	var christophe_l = new GIcon(baseIcon, "/images/trombi/garcon/christophe_l_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(47.370222,1.201973);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/christophe_l.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Christophe L.</span><br /><strong>Localité :</strong>Montrichard, 41<br /><strong>Moto :</strong> SUZUKI GSXR 1000 (2007)<br /><br /><strong>>> <a href="../trombi/m/christophe_l.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',christophe_l);
	map.addOverlay(marker);

	var point = new GLatLng(48.957158,2.885542);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/christophe_m.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Christophe M.</span><br /><strong>Localité :</strong>Meaux, 77<br /><strong>Moto :</strong> BMW 1200RT blanche<br /><br /><strong>>> <a href="../trombi/m/christophe_m.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',garcon);
	map.addOverlay(marker);

	var point = new GLatLng(49.407511,3.230753);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/inconnu.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Christophe Mo.</span><br /><strong>Localité :</strong>Osly-Courtil, 02<br /><strong>Moto :</strong> 1098 rouge 2008<br /><br /><strong>>> <a href="../trombi/m/christophe_mo.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',garcon);
	map.addOverlay(marker);

	var christophe_n = new GIcon(baseIcon, "/images/trombi/garcon/christophe_n_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.606275,2.307959);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/christophe_n.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Christophe N.</span><br /><strong>Localité :</strong>Brétigny sur Orge<br /><strong>Moto :</strong> BMW 1200RT blanche<br /><br /><strong>>> <a href="../trombi/m/christophe_n.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',christophe_n);
	map.addOverlay(marker);

	var claude_ba = new GIcon(baseIcon, "/images/trombi/garcon/claude_ba_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.814285,2.315698);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/claude_ba.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Claude Ba.</span><br /><strong>Localité :</strong> Montrouge, 92120<br /><strong>Moto :</strong> Ducati 900 SS, Honda 1100 Pan European.<br /><br /><strong>>> <a href="../trombi/m/claude_ba.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',claude_ba);
	map.addOverlay(marker);
	
	var claude_bu = new GIcon(baseIcon, "/images/trombi/garcon/claude_bu_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.896825,2.256514);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/claude_bu.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Claude Bu.</span><br /><strong>Localité :</strong>Courbevoie<br /><strong>Moto :</strong> Sport 1000S biposto<br /><br /><strong>>> <a href="../trombi/m/claude_bu.php3" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',claude_bu);
	map.addOverlay(marker);

	var point = new GLatLng(48.809577,2.372189);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/claude_c.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Claude C.</span><br /><strong>Localité :</strong> Ivry, 94<br /><strong>Moto :</strong> Ducati Monster 900 rouge<br /><br /><strong>>> <a href="../trombi/m/claude_c.php3" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',garcon);
	map.addOverlay(marker);
	
	// Claude W.
	var claude_w = new GIcon(baseIcon, "/images/trombi/garcon/claude_w_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(49.902105,2.318791);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/claude_w.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Claude W.</span><br /><strong>Localité :</strong> Rivery, 80<br /><strong>Moto :</strong> Ducati 888 rouge<br /><br /><strong>>> <a href="../trombi/m/claude_w.php3" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /><img src="../images/trombi/garcon/motos/claude_w/claude_w_851_01_tn.jpg" alt="" width="49" class="img2" /><img src="../images/trombi/garcon/motos/claude_w/claude_w_851_02_tn.jpg" alt="" width="49" class="img2" /></div>',claude_w);
	map.addOverlay(marker);

	var clement_p = new GIcon(baseIcon, "/images/trombi/garcon/clement_p_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.849727,2.820024);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/clement_p.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Clément P.</span><br /><strong>Localité :</strong> Bailly-Romainvilliers<br /><strong>Moto :</strong> Ducati 900ss noir 1993<br /><br /><strong>>> <a href="../trombi/m/clement_p.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',clement_p);
	map.addOverlay(marker);

	// Cyril B.
	var cyril_b = new GIcon(baseIcon, "/images/trombi/garcon/cyril_b_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.814664,2.431755);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/cyril_b.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Cyril B.</span><br /><strong>Localité :</strong> Alfortville, 94<br /><strong>Moto :</strong> Ducati GT 1000 crčme et noire 2008<br /><br /><strong>>> <a href="../trombi/m/cyril_b.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong></div>',cyril_b);
	map.addOverlay(marker);

	var cyrille_t = new GIcon(baseIcon, "/images/trombi/garcon/cyrille_t_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.554455,2.668648);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/cyrille_t.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Cyrille T.</span><br /><strong>Localité :</strong> Melun<br /><strong>Moto :</strong> Ducati 848 blanche 2009<br /><br /><strong>>> <a href="../trombi/m/cyrille_t.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /></div>',cyrille_t);
	map.addOverlay(marker);
	
	var danilo_f = new GIcon(baseIcon, "/images/trombi/garcon/danilo_f_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(49.048990,2.016531);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/danilo_f.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Danilo_F.</span><br /><strong>Localité :</strong> Cergy, 95800<br /><strong>Moto :</strong> Ducati 888 rouge<br /><br /><strong>>> <a href="../trombi/m/danilo_f.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /><img src="../images/trombi/garcon/motos/danilo_f/moto_danilo_f_tn.jpg" alt="" width="49" class="img2" /></div>',danilo_f);
	map.addOverlay(marker);
	
	var point = new GLatLng(49.274873,2.517469);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/david_b.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">David B.</span><br /><strong>Localité :</strong> Verneuil-en-Halatte, 60<br /><strong>Moto :</strong> Ducati 848 blanche 2008<br /><br /><strong>>> <a href="../trombi/m/david_b.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /></div>',garcon);
	map.addOverlay(marker);
	
	var point = new GLatLng(48.879018,2.337905);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/filles/delphine_b.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Delphine B.</span><br /><strong>Localité :</strong> Paris, 75009<br /><strong>Moto :</strong> Ducati 848 blanche<br /><br /><strong>>> <a href="../trombi/f/delphine_b.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',garcon);
	map.addOverlay(marker);
	
	var point = new GLatLng(48.588318,2.457204);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/denis_l.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Denis L.</span><br /><strong>Localité :</strong> Villabé, 91<br /><strong>Moto :</strong> Ducati 916 Biposto Rouge<br /><br /><strong>>> <a href="../trombi/m/denis_l.php3" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /><img src="../images/trombi/garcon/motos/denis_l/denis_l_916_01_tn.jpg" alt="" width="49" class="img2" /></div>',garcon);
	map.addOverlay(marker);
	
	// Denis M.
	var denis_m = new GIcon(baseIcon, "/images/trombi/garcon/denis_m_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.845902,2.061203);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/denis_m.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Denis M.</span><br /><strong>Localité :</strong> Noisy le Roi, 78<br /><strong>Moto :</strong> Ducati 748R<br /><br /><strong>>> <a href="../trombi/m/denis_m.php3" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',denis_m);
	map.addOverlay(marker);
	
	// Denis Mo.
	var denis_mo = new GIcon(baseIcon, "/images/trombi/garcon/denis_mo_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(49.606761,6.123848);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/denis_mo.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Denis Mo.</span><br /><strong>Localité :</strong> Luxembourg<br /><strong>Moto :</strong> Ducati 900ie noire (2000)<br /><br /><strong>>> <a href="../trombi/m/denis_mo.php3" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /><img src="../images/trombi/garcon/motos/denis_mo/denis_mo_900ie_01_tn.jpg" alt="" width="49" class="img2" /><img src="../images/trombi/garcon/motos/denis_mo/denis_mo_900ie_02_tn.jpg" alt="" width="49" class="img2" /></div>',denis_mo);
	map.addOverlay(marker);

	// Didier W.
	var didier_w = new GIcon(baseIcon, "/images/trombi/garcon/didier_w_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.970479,2.306907);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/didier_w.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Didier W.</span><br /><strong>Localité :</strong> Enghien les bains, 95880<br /><strong>Moto :</strong> ducati monstro 900 annee 1995<br /><br /><strong>>> <a href="../trombi/m/didier_w.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',didier_w);
	map.addOverlay(marker);
	
	// Dominique B.
	var dominique_b = new GIcon(baseIcon, "/images/trombi/garcon/dominique_b_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.690575,2.607136);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/dominique_b.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Dominique B.</span><br /><strong>Localité :</strong> Brie Comte Robert<br /><strong>Moto :</strong> Ducati S2R 1000<br /><br /><strong>>> <a href="../trombi/m/dominique_b.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',dominique_b);
	map.addOverlay(marker);
	
	var point = new GLatLng(48.679684,2.374527);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/dominique_g.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Dominique G.</span><br /><strong>Localité :</strong> Viry Chatillon, 91<br /><strong>Moto :</strong> Ducati Mostro 620 noir (2005)<br /><br /><strong>>> <a href="../trombi/m/dominique_g.php3" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',garcon);
	map.addOverlay(marker);
	
	// Dominique T.
	var dominique_t = new GIcon(baseIcon, "/images/trombi/filles/dominique_t_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.874277,2.746872);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/filles/dominique_t.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Dominique T.</span><br /><strong>Localité :</strong> Montevrain, 77<br /><strong>Moto :</strong> Ducati ST4 grise (2001)<br /><br /><strong>>> <a href="../trombi/f/dominique_t.php3" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',dominique_t);
	map.addOverlay(marker);
	
	// Eddy B.
	var eddy_b = new GIcon(baseIcon, "/images/trombi/garcon/eddy_b_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.789747,2.460101);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/eddy_b.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Eddy B.</span><br /><strong>Localité :</strong> Créteil, 94<br /><strong>Moto :</strong> Ducati Mostro 750Si<br /><br /><strong>>> <a href="../trombi/m/eddy_b.php3" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /><img src="../images/trombi/garcon/motos/eddy_b/eddy_b_mostro_750si_01_tn.jpg" alt="" width="49" class="img2" /><img src="../images/trombi/garcon/motos/eddy_b/eddy_b_mostro_750si_02_tn.jpg" alt="" width="49" class="img2" /></div>',eddy_b);
	map.addOverlay(marker);
	
	// Edouard E.
	var eddy_b = new GIcon(baseIcon, "/images/trombi/garcon/edouard_e_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.734349,2.204845);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/edouard_e.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Edouard E.</span><br /><strong>Localité :</strong> Vauhallan, 91<br /><strong>Moto :</strong> Ducati S4Rs Blanche Bande Rouge 2007<br /><br /><strong>>> <a href="../trombi/m/edouard_e.php3" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /><img src="../images/trombi/garcon/motos/edouard_e/edouard_e_nouvelle_tn.jpg" alt="" width="49" class="img2" /></div>',eddy_b);
	map.addOverlay(marker);
	
	var point = new GLatLng(48.858447,2.384505);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/filles/elisa_d.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Elisa D.</span><br /><strong>Localité :</strong> Paris 11°<br /><strong>Moto :</strong> Ducati mostro 900 noir<br /><br /><strong>>> <a href="../trombi/f/elisa_d.php3" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /><img src="../images/trombi/filles/motos/elisa_d/elisa_d_mostro900_01_tn.jpg" alt="" width="49" class="img2" /><img src="../images/trombi/filles/motos/elisa_d/elisa_d_900_01_tn.jpg" alt="" width="49" class="img2" /></div>',fille);
	map.addOverlay(marker);
	
	var emmanuelle_t = new GIcon(baseIcon, "/images/trombi/filles/emmanuelle_t_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(49.429290,2.081068);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/filles/elodie_h.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Elodie H.</span><br /><strong>Localité :</strong> Beauvais<br /><strong>Moto :</strong> Aucune... Snif!!!!<br /><br /><strong>>> <a href="../trombi/f/elodie_h.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',emmanuelle_t);
	map.addOverlay(marker);
	
	var point = new GLatLng(48.819997,2.503091);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/inconnu.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Emmanuel T.</span><br /><strong>Localité :</strong> Champigny sur marne<br /><strong>Moto :</strong> ducati mostro rouge 1998 - 900ss 1993 rouge<br /><br /><strong>>> <a href="../trombi/m/emmanuel_t.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /></div>',garcon);
	map.addOverlay(marker);
	
	// Emmanuelle C.
	var emmanuelle_c = new GIcon(baseIcon, "/images/trombi/filles/emmanuelle_c_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.839102,2.218423);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/filles/emmanuelle_c.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Emmanuelle C.</span><br /><strong>Localité :</strong> Haut de Seine, 92<br /><strong>Moto :</strong> Ducati 900 SSIE rouge (2001)<br /><br /><strong>>> <a href="../trombi/f/emmanuelle_c.php3" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /><img src="../images/trombi/filles/motos/emmanuelle_c/emmanuelle_c_900ssie_06_tn.jpg" alt="" width="49" class="img2" /><img src="../images/trombi/filles/motos/emmanuelle_c/emmanuelle_c_900ssie_04_tn.jpg" alt="" width="49" class="img2" /><img src="../images/trombi/filles/motos/emmanuelle_c/emmanuelle_c_900ssie_10_tn.jpg" alt="" width="49" class="img2" /></div>',emmanuelle_c);
	map.addOverlay(marker);
	
	var point = new GLatLng(48.858124,2.353486);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/enrico_a.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Enrico A.</span><br /><strong>Localité :</strong> Paris, 75<br /><strong>Moto :</strong> Ducati GT 1000 Rouge<br /><br /><strong>>> <a href="../trombi/m/enrico_a.php3" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /><img src="../images/trombi/garcon/motos/enrico_a/enrico_a_gt1000_04_tn.jpg" alt="" width="49" class="img2" /></div>',garcon);
	map.addOverlay(marker);
	
	var point = new GLatLng(48.892825,2.252514);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/inconnu.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Eric BR.</span><br /><strong>Localité :</strong> Courbevoie<br /><strong>Moto :</strong> 1098S Ducati<br /><br /><strong>>> <a href="../trombi/m/eric_br.php3" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /></div>',garcon);
	map.addOverlay(marker);
	
	// Eric Ge.
	var eric_ge = new GIcon(baseIcon, "/images/trombi/garcon/eric_ge_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.198806,2.819002);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/eric_ge.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Eric Ge.</span><br /><strong>Localité :</strong> Chaintreaux, 77<br /><strong>Moto :</strong> Ducati 1000 SSDS Jaune (2003)<br /><br /><strong>>> <a href="../trombi/m/eric_ge.php3" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /><img src="../images/trombi/garcon/motos/eric_ge/eric_ge_1000ss_01_tn.jpg" alt="" width="49" class="img2" /></div>',eric_ge);
	map.addOverlay(marker);


	// Eric Le.
	var eric_le = new GIcon(baseIcon, "/images/trombi/garcon/eric_le_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(49.454735,2.098045);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/eric_le.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Eric Le.</span><br /><strong>Localité :</strong> Beauvais, 60<br /><strong>Moto :</strong> Ducati 748 annee 2001 couleur rouge deco xerox<br /><br /><strong>>> <a href="../trombi/m/eric_le.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /><img src="../images/trombi/garcon/motos/eric_le/moto_eric_le_tn.jpg" alt="" width="49" class="img2" /></div>',eric_le);
	map.addOverlay(marker);


	var point = new GLatLng(48.936428,2.531919);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/eric_lb.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Eric LB.</span><br /><strong>Localité :</strong> Sevran, 93<br /><strong>Moto :</strong> Ducati 900SSie jaune<br /><br /><strong>>> <a href="../trombi/m/eric_lb.php3" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',garcon);
	map.addOverlay(marker);
	
	var eric_s = new GIcon(baseIcon, "/images/trombi/garcon/eric_s_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.825890,2.406890);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/eric_s.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Eric S.</span><br /><strong>Localité :</strong> Charenton-le-Pont<br /><strong>Moto :</strong> Ducati ST3-S, millésime 2007<br /><br /><strong>>> <a href="../trombi/m/eric_s.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',eric_s);
	map.addOverlay(marker);

	var eric_t = new GIcon(baseIcon, "/images/trombi/garcon/eric_t_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(44.75868,0.411987);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/eric_t.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Eric T.</span><br /><strong>Localité :</strong> Bergerac<br /><strong>Moto :</strong> Ducati ST3<br /><br /><strong>>> <a href="../trombi/m/eric_t.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',eric_t);
	map.addOverlay(marker);
	
	var point = new GLatLng(48.903264,2.260695);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/inconnu.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Fabien L.</span><br /><strong>Localité :</strong> Courbevoie<br /><strong>Moto :</strong> Ducati 848<br /><br /><strong>>> <a href="../trombi/m/fabien_l.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',garcon);
	map.addOverlay(marker);
	
	// Fabien R.
	var fabien_r = new GIcon(baseIcon, "/images/trombi/garcon/fabien_r_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.968717,2.254536);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/fabien_r.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Fabien R.</span><br /><strong>Localité :</strong> Sannois, 95<br /><strong>Moto :</strong> Ducati 749R rouge (piste)<br /><br /><strong>>> <a href="../trombi/m/fabien_r.php3" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',fabien_r);
	map.addOverlay(marker);
	
	var point = new GLatLng(49.204183,2.586234);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/fanch_l.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Fanch L.</span><br /><strong>Localité :</strong> Senlis, 60<br /><strong>Moto : </strong>Ducati 1098<br /><br /><strong>>> <a href="../trombi/m/fanch_l.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',garcon);
	map.addOverlay(marker);

	// Florence D.
	var florence_d = new GIcon(baseIcon, "/images/trombi/filles/florence_d_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.799243,2.606792);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/filles/florence_d.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Florence D.</span><br /><strong>Localité :</strong> Pontault Combault, 77<br /><strong>Moto : </strong>Monster 696<br /><br /><strong>>> <a href="../trombi/f/florence_d.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',florence_d);
	map.addOverlay(marker);

	var point = new GLatLng(48.828566,2.542219);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/florent_v.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Florent V.</span><br /><strong>Localité :</strong> Villiers sur Marne, 94<br /><strong>Moto : </strong>Ducati Multistrada & sport 1000<br /><br /><strong>>> <a href="../trombi/m/florent_v.php3" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',garcon);
	map.addOverlay(marker);

	var point = new GLatLng(48.787951,2.465358);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/florian_l.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Florian L.</span><br /><strong>Localité :</strong> Créteil, 94<br /><strong>Moto : </strong>Ducati 998s FE 998 rouge <br /><br /><strong>>> <a href="../trombi/m/florian_l.php3" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',garcon);
	map.addOverlay(marker);
	
	// Francis P.
	var point = new GLatLng(48.858419,2.38575);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/francis_p.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Francis P.</span><br /><strong>Localité :</strong> Paris, 11°<br /><strong>Moto :</strong> Ducati 996 STRADA + Ducati ST2<br /><br /><strong>>> <a href="../trombi/m/francis_p.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /><img src="../../images/trombi/garcon/motos/francis_p/francis_p_996_01_tn.jpg" alt="" width="49" pclass="img2" /><img src="../../images/trombi/garcon/motos/francis_p/francis_p_st2_01_tn.jpg" alt="" width="49" class="img1" />',garcon);
	map.addOverlay(marker);
	
	// Franck G.
	var franck_g = new GIcon(baseIcon, "/images/trombi/garcon/franck_g_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.952071,2.610497);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/franck_g.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Franck G.</span><br /><strong>Localité :</strong> Villeparisis, 77<br /><strong>Moto :</strong> Ducati 916 Biposto jaune<br /><br /><strong>>> <a href="../trombi/m/franck_g.php3" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /><img src="../images/trombi/garcon/motos/franck_g/franck_g_916_01_tn.jpg" alt="" width="49" class="img2" /></div>',franck_g);
	map.addOverlay(marker);

	var point = new GLatLng(48.787951,2.465358);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/francois_b.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">François B.</span><br /><strong>Localité :</strong> Civry-la-Foręt, 78<br /><strong>Moto : </strong>	Ducati Monster s4 Jaune<br /><br /><strong>>> <a href="../trombi/m/francois_b.php3" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',garcon);
	map.addOverlay(marker);
	
	var point = new GLatLng(48.403177,2.47044);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/francois_l.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Francois L.</span><br /><strong>Localité :</strong> Milly la foręt, 77<br /><strong>Moto :</strong> Ducati 996 Biposto Rouge 2001<br /><br /><strong>>> <a href="../trombi/m/francois_l.php3" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',garcon);
	map.addOverlay(marker);
	
	var point = new GLatLng(48.856132,2.589769);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/francois_m.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Francois M.</span><br /><strong>Localité :</strong> Champs sur Marne, 77<br /><strong>Moto :</strong> Ducati s2r 800 rouge et blanche (2004)<br /><br /><strong>>> <a href="../trombi/m/francois_m.php3" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',garcon);
	map.addOverlay(marker);
	
	var point = new GLatLng(48.903349,2.304082);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/fred_a.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Frédéric A.</span><br /><strong>Localité :</strong> Clichy, 92<br /><strong>Moto :</strong> Ducati Monster 888 Noir<br /><br /><strong>>> <a href="../trombi/m/frederic_a.php3" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /><img src="../images/trombi/garcon/motos/frederic_a/frederic_a_888_01_tn.jpg" alt="" width="49" class="img2" /><img src="../images/trombi/garcon/motos/frederic_a/frederic_a_888_02_tn.jpg" alt="" width="49" class="img2" /></div>',garcon);
	map.addOverlay(marker);
	
	// Frédéric B.
	var frederic_b = new GIcon(baseIcon, "/images/trombi/garcon/frederic_b_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.692065,2.615347);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/frederic_b.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Frédéric B.</span><br /><strong>Localité :</strong> Brie Comte Robert, 77<br /><strong>Moto :</strong> Ducati Mostro 600 noire<br /><br /><strong>>> <a href="../trombi/m/frederic_b.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /><img src="../images/trombi/garcon/motos/frederic_b/frederic_b_748_s_tn.jpg" alt="" width="49" class="img2" />',frederic_b);
	map.addOverlay(marker);
	
	var fred_d = new GIcon(baseIcon, "/images/trombi/garcon/fred_d_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(50.372197,2.270262);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/fred_d.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Fred D.</span><br /><strong>Localité :</strong> Siracourt,62<br /><strong>Moto :</strong> hypermotard 1100 & 749 piste<br /><br /><strong>>> <a href="../trombi/m/fred_d.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><img src="../images/trombi/garcon/motos/fred_d/fred_d_01_tn.jpg" alt="" width="49" class="img2" /></div>',fred_d);
	map.addOverlay(marker);
	
	// Frédéric M.
	var frederic_m = new GIcon(baseIcon, "/images/trombi/garcon/frederic_m_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.814333,2.287982);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/frederic_m.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Frédéric M.</span><br /><strong>Localité :</strong> Malakoff, 92<br /><strong>Moto :</strong> Ducati 750 SS de 1993 et 888 de 1994<br /><br /><strong>>> <a href="../trombi/m/frederic_m.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /><img src="../images/trombi/garcon/motos/frederic_m/DSCN2650a_tn.jpg" alt="" width="49" class="img2" />',frederic_m);
	map.addOverlay(marker);
	
	// Gabriel a.
	var gabriel_a = new GIcon(baseIcon, "/images/trombi/garcon/gabriel_a_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.863495,2.331734);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/gabriel_a.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Gabriel A.</span><br /><strong>Localité :</strong> Paris<br /><strong>Moto :</strong> Ducati Monster 1000 ieS 2004 Senna<br /><br /><strong>>> <a href="../trombi/m/gabriel_a.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',gabriel_a);
	map.addOverlay(marker);

	// Gabriel C.
	var gabriel_c = new GIcon(baseIcon, "/images/trombi/garcon/gabriel_c_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.822915,2.353134);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/gabriel_c.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Gabriel C.</span><br /><strong>Localité :</strong> Gentilly, 94<br /><strong>Moto :</strong> monster 620 corse<br /><br /><strong>>> <a href="../trombi/m/gabriel_c.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',gabriel_c);
	map.addOverlay(marker);

	// Georges S.
	var point = new GLatLng(43.582372,6.275653);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/georges_s.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Georges S.</span><br /><strong>Localité :</strong> Villecroze, 83<br /><strong>Moto :</strong> Mostro 900s<br /><br /><strong>>> <a href="../trombi/m/georges_s.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',garcon);
	map.addOverlay(marker);

	// Gérard A.
	var gerard_a = new GIcon(baseIcon, "/images/trombi/garcon/gerard_a_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(45.19843,5.678215);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/gerard_a.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Gérard A.</span><br /><strong>Localité :</strong> Fontaine, 38600<br /><strong>Moto :</strong> ducati 999S  Fila 2003<br /><br /><strong>>> <a href="../trombi/m/gerard_a.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br />',gerard_a);
	map.addOverlay(marker);
	
	// Gérard B.
	var gerard_b = new GIcon(baseIcon, "/images/trombi/garcon/gerard_b_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.844539,2.547133);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/gerard_b.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Gérard B.</span><br /><strong>Localité :</strong> Noisy le Grand, 93<br /><strong>Moto :</strong> Ducati Mostro 1000 S2R rouge (2006)<br /><br /><strong>>> <a href="../trombi/m/gerard_b.php3" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br />',gerard_b);
	map.addOverlay(marker);
	
	var gerard_bo = new GIcon(baseIcon, "/images/trombi/garcon/gerard_bo_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(49.035325,2.002378);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/gerard_bo.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Gérard BO.</span><br /><strong>Localité :</strong> Courdimanche, 95800<br /><strong>Moto :</strong> 848 ducati blanc nacré<br /><br /><strong>>> <a href="../trombi/m/gerard_bo.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',gerard_bo);
	map.addOverlay(marker);

// Gil G.
	var gil_g = new GIcon(baseIcon, "/images/trombi/garcon/gil_g_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(46.326068,-71.169434);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/gil_g.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Gil M.</span><br /><strong>Localité :</strong> Thetford Mines Qc<br /><strong>Moto :</strong> GT 1000 (2007)<br /><br /><strong>>> <a href="../trombi/m/gil_g.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /><img src="../images/trombi/garcon/motos/gil_g/moto_gil_g_0_tn.jpg" alt="" width="49" class="img2" /><img src="../images/trombi/garcon/motos/gil_g/moto_gil_g_3_tn.jpg" alt="" width="49" class="img2" /></div>',gil_g);
	map.addOverlay(marker);
	
	// Gil M.
	var gil_m = new GIcon(baseIcon, "/images/trombi/garcon/gil_m_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.879111,2.176495);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/gil_m.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Gil M.</span><br /><strong>Localité :</strong> Rueil Malmaison, 92<br /><strong>Moto :</strong> Aprilia RSV Factory noir et or (2006)<br /><br /><strong>>> <a href="../trombi/m/gil_m.php3" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /><img src="../images/trombi/garcon/motos/gil_m/Factory-2006_tn.jpg" alt="" width="49" class="img2" /></div>',gil_m);
	map.addOverlay(marker);
	
	// Gregory C.
	var gregory_c = new GIcon(baseIcon, "/images/trombi/garcon/gregory_c_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(49.265040,-0.413629);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/gregory_c.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Gregory C.</span><br /><strong>Localité :</strong> Colomby sur thaon, 14<br /><strong>Moto :</strong> Monster 620 ie dark DD 2002<br /><br /><strong>>> <a href="../trombi/m/gregory_c.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',gregory_c);
	map.addOverlay(marker);

	// Gregory D.
	var gregory_d = new GIcon(baseIcon, "/images/trombi/garcon/gregory_d_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.935695,2.459908);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/gregory_d.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Gregory D.</span><br /><strong>Localité :</strong> Drancy, 93<br /><strong>Moto :</strong> Ducati 848<br /><br /><strong>>> <a href="../trombi/m/gregory_d.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',gregory_d);
	map.addOverlay(marker);
	
	var gregory_s = new GIcon(baseIcon, "/images/trombi/garcon/gregory_s_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.445065,1.488962);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/gregory_s.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Grégory S.</span><br /><strong>Localité :</strong> Chartres, 28000<br /><strong>Moto :</strong> 1000 SR2<br /><br /><strong>>> <a href="../trombi/m/gregory_s.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /></div>',gregory_s);
	map.addOverlay(marker);
	
	var point = new GLatLng(48.781013,2.263261);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/inconnu.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Guillaume G.</span><br /><strong>Localité :</strong> Le Plessis-Robinson<br /><strong>Moto :</strong> Monster S2R1000<br /><br /><strong>>> <a href="../trombi/m/guillaume_g.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /><img src="../images/trombi/garcon/motos/guillaume_g/img01_tn.jpg" alt="" width="49" class="img2" /></div>',garcon);
	map.addOverlay(marker);
	
	var guillaume_l = new GIcon(baseIcon, "/images/trombi/garcon/guillaume_l_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.843759,2.508391);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/guillaume_l.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Guillaume L.</span><br /><strong>Localité :</strong> Le Perreux sur Marne, 94<br /><strong>Moto :</strong> Ducati 1000 ss rouge<br /><br /><strong>>> <a href="../trombi/m/guillaume_l.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /><img src="../images/trombi/garcon/motos/guillaume_l/guillaume_l_1000ss_01_tn.jpg" alt="" width="49" class="img2" /><img src="../images/trombi/garcon/motos/guillaume_l/guillaume_l_1000ss_02_tn.jpg" alt="" width="49" class="img2" /><img src="../images/trombi/garcon/motos/guillaume_l/guillaume_l_1000ss_03_tn.jpg" alt="" width="49" class="img2" /></div>',guillaume_l);
	map.addOverlay(marker);
	
	var guillaume_m = new GIcon(baseIcon, "/images/trombi/garcon/guillaume_m_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(49.061590,2.158135);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/guillaume_m.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Guillaume M.</span><br /><strong>Localité :</strong> Val-d\'Oise<br /><strong>Moto :</strong> 996 rouge de 2000<br /><br /><strong>>> <a href="../trombi/m/guillaume_m.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',guillaume_m);
	map.addOverlay(marker);
	
	// Guillaume T.
	var guillaume_t = new GIcon(baseIcon, "/images/trombi/garcon/guillaume_t_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.752949,2.295606);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/guillaume_t.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Guillaume T.</span><br /><strong>Localité :</strong> Antony, 92<br /><strong>Moto :</strong> Ducati 695 noire<br /><br /><strong>>> <a href="../trombi/m/guillaume_t.php3" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /><img src="../images/trombi/garcon/motos/guillaume_t/guillaume_t_695_01_tn.jpg" alt="" width="49" class="img2" /></div>',guillaume_t);
	map.addOverlay(marker);
	
	var guy_d = new GIcon(baseIcon, "/images/trombi/garcon/guy_d_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.86524,2.399983);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/guy_d.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Guy D.</span><br /><strong>Localité :</strong> Paris, 20e<br /><strong>Moto :</strong> Ducati Monster 1100 2009 (Gris/Rouge)<br /><br /><strong>>> <a href="../trombi/m/guy_d.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',guy_d);
	map.addOverlay(marker);
	
	// Hout K.
	var hout_k = new GIcon(baseIcon, "/images/trombi/garcon/hout_k_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.823367,2.366534);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/hout_k.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Hout K.</span><br /><strong>Localité :</strong> Paris 13°<br /><strong>Moto :</strong> Ducati Mostro 620ie dark (2003)<br /><br /><strong>>> <a href="../trombi/m/hout_k.php3" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /><img src="../images/trombi/garcon/motos/hout_k/hout_k_620_01_tn.jpg" alt="" width="49" class="img2" /></div>',hout_k);
	map.addOverlay(marker);
	
	var point = new GLatLng(49.021548,2.280521);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/hugo_r.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Hugo R.</span><br /><strong>Localité :</strong> Bessancourt, 95<br /><strong>Moto :</strong> Ducati S2R 800 rouge<br /><br /><strong>>> <a href="../trombi/m/hugo_r.php3" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /><img src="../images/trombi/garcon/motos/hugo_r/hugo_r_s2r800_01_tn.jpg" alt="" width="49" class="img2" /></div>',garcon);
	map.addOverlay(marker);
	
	var point = new GLatLng(48.856132,2.589769);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/filles/isabelle_d.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Isabelle D.</span><br /><strong>Localité :</strong> Champs sur Marne, 77<br /><strong>Moto :</strong> Honda CBF 500 rouge<br /><br /><strong>>> <a href="../trombi/f/isabelle_d.php3" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',fille);
	map.addOverlay(marker);
	
	// Isabelle G.
	var isabelle_g = new GIcon(baseIcon, "/images/trombi/filles/isabelle_g_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.698757,2.54739);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/filles/isabelle_g.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Isabelle G.</span><br /><strong>Localité :</strong> Mandres les Roses, 94520<br />Moto :</strong> Ducati 851<br /><br /><strong>>> <a href="../trombi/f/isabelle_g.php3" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /><img src="../images/trombi/filles/motos/isabelle_g/isabelle_g_851_01_tn.jpg" alt="" width="49" class="img2" /></div>',isabelle_g);
	map.addOverlay(marker);

	var point = new GLatLng(48.914822,2.381206);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/inconnu.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Jack C.</span><br /><strong>Localité :</strong> Aubervilliers, 93<br /><strong>Moto :</strong> Ducati Monster 620 rouge 2003<br /><br /><strong>>> <a href="../trombi/m/jack_c.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',garcon);
	map.addOverlay(marker);
	
	var point = new GLatLng(38.032915,-78.476415);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/jacques_l.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Jacques L.</span><br /><strong>Localité :</strong> Charlottesville, Virginia, USA<br /><strong>Moto :</strong> Ducati 1098 Rouge (2007)<br /><br /><strong>>> <a href="../trombi/m/jacques_l.php3" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',garcon);
	map.addOverlay(marker);
	
	// Jacques M.
	var jacques_m = new GIcon(baseIcon, "/images/trombi/garcon/jacques_m_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.697497,2.546693);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/jacques_m.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Jacques M.</span><br /><strong>Localité :</strong> Périgny, 91<br /><strong>Moto :</strong> Triumph Bonneville<br /><br /><strong>>> <a href="../trombi/m/jacques_m.php3" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',jacques_m);
	map.addOverlay(marker);
	
	var jeancarol_l = new GIcon(baseIcon, "/images/trombi/garcon/jean-carol_l_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(49.110560,2.240984);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/jean-carol_l.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Jean-Carol L.</span><br /><strong>Localité :</strong> L\'Isle-Adam, 95<br /><strong>Moto :</strong> Ducati, GT 1000, grise, 2008<br /><br /><strong>>> <a href="../trombi/m/jean-carol_l.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><img src="../images/trombi/garcon/motos/jean-carol_l/GT1000_tn.jpg" alt="" width="49" class="img2" /></div>',jeancarol_l);
	map.addOverlay(marker);
	
	var point = new GLatLng(48.721207,2.535868);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/jclaude_b.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Jean-Claude B.</span><br /><strong>Localité :</strong> Villecresnes, 94<br /><strong>Moto :</strong> Ducati 998S + 1098S Rouge<br /><br /><strong>>> <a href="../trombi/m/jean_claude_b.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /><img src="../images/trombi/garcon/motos/jean_claude_b/jean_claude_b_998_01_tn.jpg" alt="" width="49" class="img2" /><img src="../images/trombi/garcon/motos/jean_claude_b/jean_claude_b_998_02_tn.jpg" alt="" width="49" class="img2" /></div>',garcon);
	map.addOverlay(marker);

	var point = new GLatLng(43.598046,5.170441);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/inconnu.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Jean-Christophe C.</span><br /><strong>Localité :</strong> Lançon Provence, 13680<br /><strong>Moto :</strong> Monster 750, 1997, Grise<br /><br /><strong>>> <a href="../trombi/m/jean_christophe_c.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /></div>',garcon);
	map.addOverlay(marker);


	var point = new GLatLng(48.678409,2.560415);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/jean_christophe_g.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Jean-Christophe G.</span><br /><strong>Localité :</strong> Varennes-Jarcy, 91<br /><strong>Moto :</strong> Ducati 900ss<br /><br /><strong>>> <a href="../trombi/m/jean_christophe_g.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /><img src="../images/trombi/garcon/motos/jean_christophe_g/jean_christophe_g_900ss_01_tn.jpg" alt="" width="49" class="img2" /><img src="../images/trombi/garcon/motos/jean_christophe_g/jean_christophe_g_900ss_02_tn.jpg" alt="" width="49" class="img2" /></div>',garcon);
	map.addOverlay(marker);
	
	var point = new GLatLng(48.718595,2.240943);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/jean_claude_v.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Jean-Claude V.</span><br /><strong>Localité :</strong> Palaiseau, 91<br /><strong>Moto :</strong> Ducati st2 944 rouge<br /><br /><strong>>> <a href="../trombi/m/jean_claude_v.php3" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',garcon);
	map.addOverlay(marker);
	
	// Jean-Francois C.
	//var jean_francois_c = new GIcon(baseIcon, "/images/trombi/garcon/jean_francois_c_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(51.031571,2.379613);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/inconnu.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Jean-Francois C.</span><br /><strong>Localité :</strong> Dunkerque, 59<br /><strong>Moto :</strong> Ducati Hypermotard S noire (2007)<br /><br /><strong>>> <a href="../trombi/m/jean_francois_c.php3" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',garcon);
	map.addOverlay(marker);
	
	var jean_luc_b = new GIcon(baseIcon, "/images/trombi/garcon/jean_luc_b_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.878751,2.590617);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/jean_luc_b.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Jean-Luc B.</span><br /><strong>Localité :</strong> Chelles, 77<br /><strong>Moto :</strong> Ducati 749S rouge<br /><br /><strong>>> <a href="../trombi/m/jean_luc_b.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',jean_luc_b);
	map.addOverlay(marker);
	
	var point = new GLatLng(48.916521,2.533507);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/jean_marc_s.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Jean-Marc S.</span><br /><strong>Localité :</strong> Livry-Gargan, 93<br /><strong>Moto :</strong> Ducati s2r 1000 noire (2007)<br /><br /><strong>>> <a href="../trombi/m/jean_marc_s.php3" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',garcon);
	map.addOverlay(marker);
	
	var jean_michel_c = new GIcon(baseIcon, "/images/trombi/garcon/jean-michel_c_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.70757,2.870464);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/jean-michel_c.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Jean-Michel C.</span><br /><strong>Localité :</strong> Fontenay Trésigny<br /><strong>Moto :</strong> Ducati 750s<br /><br /><strong>>> <a href="../trombi/m/jean-michel_c.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',jean_michel_c);
	map.addOverlay(marker);
	
	var point = new GLatLng(47.910704,-4.059792);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/inconnu.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Jean-Sébastien D.</span><br /><strong>Localité :</strong> Clohars Fouesnant, 29950<br /><strong>Moto :</strong> Trial<br /><br /><strong>>> <a href="../trombi/m/jean-sebastien_d.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',garcon);
	map.addOverlay(marker);
	
	var point = new GLatLng(48.708437,2.381823);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/jerome_dd.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Jérôme DD.</span><br /><strong>Localité :</strong> Athis Mons, 91<br /><strong>Moto :</strong> Ducati 620 sport<br /><br /><strong>>> <a href="../trombi/m/jerome_dd.php3" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /><img src="../images/trombi/garcon/motos/jerome_dd/jerome_dd_620s_01_tn.jpg" alt="" width="49" class="img2" /><img src="../images/trombi/garcon/motos/jerome_dd/jerome_dd_620s_02_tn.jpg" alt="" width="49" class="img2" /><img src="../images/trombi/garcon/motos/jerome_dd/jerome_dd_620s_03_tn.jpg" alt="" width="49" class="img2" /></div>',garcon);
	map.addOverlay(marker);
	
	var jerome_s = new GIcon(baseIcon, "/images/trombi/garcon/jerome_s_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.794038,2.660276);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/jerome_s.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Jérôme S.</span><br /><strong>Localité :</strong> Roissy en brie, 77<br /><strong>Moto :</strong> Moto Morini 1200 Corsaro<br /><br /><strong>>> <a href="../trombi/m/jerome_s.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',jerome_s);
	map.addOverlay(marker);
	
	var joel_b = new GIcon(baseIcon, "/images/trombi/garcon/joel_b_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.856667,2.350986);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/joel_b.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Joel B.</span><br /><strong>Localité :</strong> Paris<br /><strong>Moto :</strong> 900 ssie jaune(2000)<br /><br /><strong>>> <a href="../trombi/m/joel_b.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',joel_b);
	map.addOverlay(marker);
	
	var joelle_d = new GIcon(baseIcon, "/images/trombi/filles/joelle_d_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.872015,2.173133);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/filles/joelle_d.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Joelle D.</span><br /><strong>Localité :</strong> Rueil-Malmaison, 92<br /><strong>Moto :</strong> Honda Hornet 600 bleue<br /><br /><strong>>> <a href="../trombi/f/joelle_d.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',joelle_d);
	map.addOverlay(marker);

	var joel_s = new GIcon(baseIcon, "/images/trombi/garcon/joel_s_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.842723,2.292852);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/joel_s.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Joel S.</span><br /><strong>Localité :</strong> Paris, 15<br /><strong>Moto :</strong> 900 sps rouge et blanc 1995<br /><br /><strong>>> <a href="../trombi/m/joel_s.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><img src="../images/trombi/garcon/motos/joel_s/face_tn.jpg" alt="" width="49" class="img2" /><br /></div>',joel_s);
	map.addOverlay(marker);

	// Johann K.
	var johann_k = new GIcon(baseIcon, "/images/trombi/garcon/johann_k_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.796327,2.504454);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/johann_k.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Johann K.</span><br /><strong>Localité :</strong> St Maur des Faussés, 94<br /><strong>Moto :</strong> Ducati S4R bleue bande blanche<br /><br /><strong>>> <a href="../trombi/m/johann_k.php3" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',johann_k);
	map.addOverlay(marker);

	var john_l_r = new GIcon(baseIcon, "/images/trombi/garcon/john_l_r_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(47.390293,0.688850);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/john_l_r.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">John L. R.</span><br /><strong>Localité :</strong> Tours<br /><strong>Moto :</strong> Ducati 748 rouge 2001<br /><br /><strong>>> <a href="../trombi/m/john_l_r.php3" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><img src="../images/trombi/garcon/motos/john_l_r/img_01_tn.jpg" alt="" width="49" class="img2" /><br /></div>',john_l_r); 
	map.addOverlay(marker);
	
	var point = new GLatLng(48.898468,1.407924);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/jonathan_c.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Jonathan C.</span><br /><strong>Localité :</strong> La Couture Boussey, 27<br /><strong>Moto :</strong> Ducati 620 sport<br /><br /><strong>>> <a href="../trombi/m/jonathan_c.php3" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',garcon);
	map.addOverlay(marker);
	
	var julien_b = new GIcon(baseIcon, "/images/trombi/garcon/julien_b_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(47.023980,4.838269);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/julien_b.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Julien B.</span><br /><strong>Localité :</strong> Beaune, 21<br /><strong>Moto :</strong> ducati 620 sport ie<br /><br /><strong>>> <a href="../trombi/m/julien_b.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><img src="../images/trombi/garcon/motos/julien_b/julien_b_620_sport_ie_tn.jpg" alt="" width="49" class="img2" /><br /></div>',julien_b); 
	map.addOverlay(marker);

	var point = new GLatLng(48.743059,2.370472);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/inconnu.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Julien G.</span><br /><strong>Localité :</strong> Paray-Vieille-Poste, 91<br /><strong>Moto :</strong> Ducati mostro corse rouge et blanche 600<br /><br /><strong>>> <a href="../trombi/m/julien_g.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',garcon);
	map.addOverlay(marker);
	
	var julien_m = new GIcon(baseIcon, "/images/trombi/garcon/julien_m_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.693013,2.269715);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/julien_m.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Julien M.</span><br /><strong>Localité :</strong> Saulx-les-Chartreux, 91160<br /><strong>Moto :</strong> Ducati Mostro S4R Rouge 2005 <br /><br /><strong>>> <a href="../trombi/m/julien_m.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><img src="../images/trombi/garcon/motos/julien_m/moto_julien_m_tn.jpg" alt="" width="49" class="img2" /><br /></div>',julien_m); 
	map.addOverlay(marker);
	
	var point = new GLatLng(48.836266,2.292523);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/inconnu.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Karine L.</span><br /><strong>Localité :</strong> Paris, 75015<br /><strong>Moto :</strong> Ducati 800 sie<br /><br /><strong>>> <a href="../trombi/f/karine_l.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',fille);
	map.addOverlay(marker);
	
	var point = new GLatLng(48.606922,2.311463);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/filles/laure_k.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Laure K.</span><br /><strong>Localité :</strong> Brétigny-sur-Orge, 91<br /><strong>Moto :</strong> Terrot 125 noir<br /><br /><strong>>> <a href="../trombi/f/laure_k.php3" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',fille);
	map.addOverlay(marker);
	
	var point = new GLatLng(13.727712,100.520439);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/laurent_a.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Laurent A.</span><br /><strong>Localité :</strong> Paris & Bangkok<br /><strong>Moto :</strong> Ducati S2R 1000 rouge<br /><br /><strong>>> <a href="../trombi/m/laurent_a.php3" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /><img src="../images/trombi/garcon/motos/laurent_a/laurent_a_s2r1000_01_tn.jpg" alt="" width="49" class="img2" /><img src="../images/trombi/garcon/motos/laurent_a/laurent_a_s2r1000_02_tn.jpg" alt="" width="49" class="img2" /></div>',garcon);
	map.addOverlay(marker);
	
	var laurent_b = new GIcon(baseIcon, "/images/trombi/garcon/laurent_b_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.686157,2.408739);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/laurent_b.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Laurent B.</span><br /><strong>Localité :</strong> Draveil<br /><strong>Moto :</strong> Ducati 750 S<br /><br /><strong>>> <a href="../trombi/m/laurent_b.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><img src="../images/trombi/garcon/motos/laurent_b/mts02_tn.jpg" alt="" width="49" class="img2" /><br /></div>',laurent_b); 
	map.addOverlay(marker);

// Laurent Charneau 
	var point = new GLatLng(48.855667,2.350986);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/inconnu.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Laurent CH.</span><br /><strong>Localité :</strong> Paris 2čme<br /><strong>Moto :</strong> Ducati SR4<br /><br /><strong>>> <a href="../trombi/m/laurent_ch.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /></div>',garcon);
	map.addOverlay(marker);

// Laurent F.
	var laurent_f = new GIcon(baseIcon, "/images/trombi/garcon/laurent_f_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.821997,2.503091);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/laurent_f.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Laurent F.</span><br /><strong>Localité :</strong> Champigny sur Marne, 94<br /><strong>Moto :</strong> Ducati 900 SS rouge (2001)<br /><br /><strong>>> <a href="../trombi/m/laurent_f.php3" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',laurent_f);
	map.addOverlay(marker);

	var point = new GLatLng(48.855567,2.516212);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/inconnu.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Laurent M.</span><br /><strong>Localité :</strong> Le Perreux, 94<br /><strong>Moto :</strong> Ducati 848 rouge<br /><br /><strong>>> <a href="../trombi/m/laurent_m.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /></div>',garcon);
	map.addOverlay(marker);
	
	var point = new GLatLng(48.936064,2.364882);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/inconnu.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Ludovic A.</span><br /><strong>Localité :</strong> Saint-Denis, 93<br /><strong>Moto :</strong> Ducati 1000 SS ie<br /><br /><strong>>> <a href="../trombi/m/ludovic_a.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /></div>',garcon);
	map.addOverlay(marker);
	
	var marc_a = new GIcon(baseIcon, "/images/trombi/garcon/marc_a_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(47.21709,4.045887);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/marc_a.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Marc A.</span><br /><strong>Localité :</strong> Saint Brisson, 58<br /><strong>Moto :</strong> Triumph T80 350cc (1938) noire, argent et rouille<br /><br /><strong>>> <a href="../trombi/m/marc_a.php3" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',marc_a);
	map.addOverlay(marker);
	
	// Marc L.
	var marc_l = new GIcon(baseIcon, "/images/trombi/garcon/marc_l_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.815738,2.500248);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/marc_l.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Marc L.</span><br /><strong>Localité :</strong> Champigny sur Marne, 94<br /><strong>Moto :</strong> Ducati 1000ds<br /><br /><strong>>> <a href="../trombi/m/marc_l.php3" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /><img src="../images/trombi/garcon/motos/marc_l/marc_l_1000ds_01_tn.jpg" alt="" width="49" class="img2" /></div>',marc_l);
	map.addOverlay(marker);

	var marc_la = new GIcon(baseIcon, "/images/trombi/garcon/marc_la_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.639375,2.271595);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/inconnu.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Marc La.</span><br /><strong>Localité :</strong> LINAS, 91<br /><strong>Moto :</strong> Sport Classic rouge 2009<br /><br /><strong>>> <a href="../trombi/m/marc_la.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /><img src="../images/trombi/garcon/motos/marc_la/classic_marc_la_4_tn.jpg" alt="" width="49" class="img2" /></div>',marc_la);
	map.addOverlay(marker);
	
	// Marc B.
	var marc_b = new GIcon(baseIcon, "/images/trombi/garcon/marc_b_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.822929,2.479402);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/marc_b.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Marc B.</span><br /><strong>Localité :</strong> Joinville, 94<br /><strong>Moto :</strong> Ducati Monster 620ie, 750SSie et 749S<br /><br /><strong>>> <a href="../trombi/m/marc_b.php3" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /><img src="../images/trombi/garcon/motos/marc_b/marc_b_motos_tn.jpg" alt="" width="49" class="img2" /></div>',marc_b);
	map.addOverlay(marker);
	
	// Marc D.
	var marc_d = new GIcon(baseIcon, "/images/trombi/garcon/marc_d_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.636993,2.495956);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/marc_d.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Marc D.</span><br /><strong>Localité :</strong> Corbeil-Essonnes<br /><strong>Moto :</strong> Ducati 750Sie<br /><br /><strong>>> <a href="../trombi/m/marc_d.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><img src="../images/trombi/garcon/motos/marc_d/750sie_marc_d_tn.jpg" alt="" width="49" class="img2" /></div>',marc_d);
	map.addOverlay(marker);
	
	var point = new GLatLng(48.794925,2.366267);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/marco.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Marco R.</span><br /><strong>Localité :</strong> Villejuif, 94<br /><strong>Moto :</strong> Toutes les motos de la gamme Ducati<br /><br /><strong>>> <a href="../trombi/m/marco_r.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',garcon);
	map.addOverlay(marker);
	
	var marie_l = new GIcon(baseIcon, "/images/trombi/filles/marie_l_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.86066,2.379452);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/filles/marie_l.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Marie L.</span><br /><strong>Localité :</strong> Paris, 11°<br /><strong>Moto :</strong> Ducati Mostro 1000 jaune (2004)<br /><br /><strong>>> <a href="../trombi/f/marie_l.php3" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /><img src="../images/trombi/filles/motos/marie_l/marie_l_mostro1000_01_tn.jpg" alt="" width="49" class="img2" /></div>',marie_l);
	map.addOverlay(marker);

	var point = new GLatLng(48.875015,2.745595);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/mario_t.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Mario T.</span><br /><strong>Localité :</strong> Montévrain, 77<br /><strong>Moto :</strong> Ducati ST4 grise (2001)<br /><br /><strong>>> <a href="../trombi/m/mario_t.php3" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',garcon);
	map.addOverlay(marker);
	
	var matt_a = new GIcon(baseIcon, "/images/trombi/garcon/matt_a_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.939923,2.506353);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/matt_a.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Matt A.</span><br /><strong>Localité :</strong> Aulnay-sous-Bois, 93<br /><strong>Moto :</strong> Ducati Mostro S2R 1000 grise (2007)<br /><br /><strong>>> <a href="../trombi/m/matt_a.php3" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br />',matt_a);
	map.addOverlay(marker);
	
	var point = new GLatLng(48.841051,2.388561);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/matthieu_z.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Matthieu Z.</span><br /><strong>Localité :</strong> Paris 12°<br /><strong>Moto :</strong> Ducati Monster S2R 800 jaune bandes noires<br /><br /><strong>>> <a href="../trombi/m/matthieu_z.php3" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /><img src="../images/trombi/garcon/motos/matthieu_z/matthieu_z_s2r_01_tn.jpg" alt="" width="49" class="img2" /></div>',garcon);
	map.addOverlay(marker);
	
	var point = new GLatLng(48.7838,2.5328);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/max_c.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Maxime C.</span><br /><strong>Localité :</strong> Ormesson sur Marne, 94<br /><strong>Moto :</strong> Ducati 900ssie rouge<br /><br /><strong>>> <a href="../trombi/m/maxime_c.php3" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /><img src="../images/trombi/garcon/motos/patrick_c/patrick_c_900ssie_01_tn.jpg" alt="" width="49" class="img2" /><img src="../images/trombi/garcon/motos/patrick_c/patrick_c_900ssie_02_tn.jpg" alt="" width="49" class="img2" /></div>',garcon);
	map.addOverlay(marker);

	var max_cl = new GIcon(baseIcon, "/images/trombi/garcon/max_cl_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.922195,2.253714);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/max_cl.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Max CL.</span><br /><strong>Localité : Colombes, 92</strong> <br /><strong>Moto :</strong> Monster 620 Dark SD<br /><br /><strong>>> <a href="../trombi/m/max_cl.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /><img src="../images/trombi/garcon/motos/max_cl/620arriere_tn.jpg" alt="" width="49" class="img2" /><img src="../images/trombi/garcon/motos/max_cl/620avant_tn.jpg" alt="" width="49" class="img2" /></div>',max_cl);
	map.addOverlay(marker);

	var point = new GLatLng(48.875498,2.348156);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/inconnu.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Max L.</span><br /><strong>Localité :</strong> Paris, 75002<br /><strong>Moto :</strong> Triumph Speed Triple noire 2007<br /><br /><strong>>> <a href="../trombi/m/max_l.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',garcon);
	map.addOverlay(marker);
	
	// Michel C.
	var point = new GLatLng(48.835819,2.490431);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/michel_c.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Michel C.</span><br /><strong>Localité :</strong> Nogent sur Marne, 94<br /><strong>Moto :</strong> Ducati ST3 Rouge (2007)<br /><br /><strong>>> <a href="../trombi/m/michel_c.php3" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',garcon);
	map.addOverlay(marker);
	
	var michel_m = new GIcon(baseIcon, "/images/trombi/garcon/michel_m_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.932064,2.360882);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/michel_m.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Michel M.</span><br /><strong>Localité :</strong> Saint-Denis, 93<br /><strong>Moto :</strong> Ducati ST4 rouge 2000<br /><br /><strong>>> <a href="../trombi/m/michel_m.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><img src="../images/trombi/garcon/motos/michel_m/img0_tn.jpg" alt="" width="49" class="img2" /></div>',michel_m);
	map.addOverlay(marker);
	
	// Nicolas C.
	var nicolas_c = new GIcon(baseIcon, "/images/trombi/garcon/nicolas_c_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(43.402241,-0.552835);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/nicolas_c.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Nicolas C.</span><br /><strong>Localité :</strong> Artix, 64<br /><strong>Moto :</strong> Ducati 749 rouge (2004)<br /><br /><strong>>> <a href="../trombi/m/nicolas_c.php3" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',nicolas_c);
	map.addOverlay(marker);

	var nicolas_d = new GIcon(baseIcon, "/images/trombi/garcon/nicolas_d_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.642806,2.29228);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/nicolas_d.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Nicolas D.</span><br /><strong>Localité :</strong> Longpont sur Orge, 91<br /><strong>Moto :</strong> Ducati S2R 800 noire<br /><br /><strong>>> <a href="../trombi/m/nicolas_d.php3" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',nicolas_d);
	map.addOverlay(marker);
	
	var point = new GLatLng(48.630203,2.361188);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/inconnu.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Nicolas De.</span><br /><strong>Localité :</strong> Fleury-Merogis<br /><strong>Moto :</strong> Ducati 750 SSie , Rouge<br /><br /><strong>>> <a href="../trombi/m/nicolas_de.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',garcon);
	map.addOverlay(marker);

	var point = new GLatLng(48.887859,2.510376);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/inconnu.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Nicolas E.</span><br /><strong>Localité :</strong> Villemomble, 93<br /><strong>Moto :</strong> Ducati 750 sport ie Dark<br /><br /><strong>>> <a href="../trombi/m/nicolas_e.php3" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /><img src="../images/trombi/garcon/motos/nicolas_e/nicolas_e_750sport_01_tn.jpg" alt="" width="49" class="img2" /></div>',garcon);
	map.addOverlay(marker);

	// Nolan D.
	var nolan_d = new GIcon(baseIcon, "/images/trombi/garcon/nolan_d_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(49.070956,2.176666);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/nolan_d.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Nolan D.</span><br /><strong>Localité :</strong> Auvers sur Oise, 95<br /><strong>Moto :</strong> Ducati 1000 SSDS rouge (2005)<br /><br /><strong>>> <a href="../trombi/m/nolan_d.php3" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',nolan_d);
	map.addOverlay(marker);

	var point = new GLatLng(45.777168,3.082418);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/inconnu.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Norman B.</span><br /><strong>Localité :</strong> Clermont-Ferrand<br /><strong>Moto :</strong> Ducati 748<br /><br /><strong>>> <a href="../trombi/m/norman_b.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /><img src="../images/trombi/garcon/motos/norman_b/moto_norman_b_tn.jpg" alt="" width="49" class="img2" /></div>',garcon);
	map.addOverlay(marker);

	var olivier_n = new GIcon(baseIcon, "/images/trombi/garcon/olivier_n_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.837506,2.407159);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/olivier_n.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Olivier N.</span><br /><strong>Localité :</strong> Paris, 12°<br /><strong>Moto :</strong> Ducati Mostro S2R 800 bleue<br /><br /><strong>>> <a href="../trombi/m/olivier_n.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /><img src="../images/trombi/garcon/motos/olivier_n/olivier_n_s2r800_01_tn.jpg" alt="" width="49" class="img2" /><img src="../images/trombi/garcon/motos/olivier_n/olivier_n_s2r800_02_tn.jpg" alt="" width="49" class="img2" /><img src="../images/trombi/garcon/motos/olivier_n/olivier_n_s2r800_03_tn.jpg" alt="" width="49" class="img2" /></div>',olivier_n);
	map.addOverlay(marker);
	
	var pascal_m = new GIcon(baseIcon, "/images/trombi/garcon/pascal_m_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.059783,0.492668);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/pascal_m.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Pascal M.</span><br /><strong>Localité :</strong> Connerre, Sarthe<br /><strong>Moto :</strong> Ducati 750ss rouge<br /><br /><strong>>> <a href="../trombi/m/pascal_m.php3" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /><img src="../images/trombi/garcon/motos/pascal_m/pascal_m_748_05_tn.jpg" alt="" width="49" class="img2" /><img src="../images/trombi/garcon/motos/pascal_m/pascal_m_748_06_tn.jpg" alt="" width="49" class="img2" /><img src="../images/trombi/garcon/motos/pascal_m/pascal_m_748_07_tn.jpg" alt="" width="49" class="img2" /><img src="../images/trombi/garcon/motos/pascal_m/pascal_m_748_08_tn.jpg" alt="" width="49" class="img2" /></div>',pascal_m);
	map.addOverlay(marker);

	var point = new GLatLng(48.8306,2.321763);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/pascal_g.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Pascal G.</span><br /><strong>Localité :</strong> Paris, 14°<br /><strong>Moto :</strong> Ducati s4r rouge<br /><br /><strong>>> <a href="../trombi/m/pascal_g.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /><img src="../images/trombi/garcon/motos/pascal_g/pascal_g_s4r_01_tn.jpg" alt="" width="49" class="img2" /></div>',garcon);
	map.addOverlay(marker);

	var point = new GLatLng(48.783455,2.532434);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/filles/patou.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Patou C. Pape</span><br /><strong>Localité :</strong> Ormesson sur Marne, 94<br /><strong>Passagčre</strong><br /><br /><strong>>> <a href="../trombi/f/patou_c.php3" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',fille);
	map.addOverlay(marker);
	
	// Patrice E.
	var patrice_e = new GIcon(baseIcon, "/images/trombi/garcon/patrice_e_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.896564,2.205098);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/patrice_e.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Patrice E.</span><br /><strong>Localité :</strong> 92<br /><strong>Moto :</strong> Ducati 998 rouge (2002)<br /><br /><strong>>> <a href="../trombi/m/patrice_e.php3" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /><img src="../images/trombi/garcon/motos/patrice_e/patrice_e_998_02_tn.jpg" alt="" width="49" class="img2" /></div>',patrice_e);
	map.addOverlay(marker);
	
	// Patrice M.
	var patrice_m = new GIcon(baseIcon, "/images/trombi/garcon/patrice_m_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.790842,2.654593);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/patrice_m.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Patrice M.</span><br /><strong>Localité :</strong> Roissy en Brie, 77<br /><strong>Moto :</strong> Aprilia Falco rouge (2000)<br /><br /><strong>>> <a href="../trombi/m/patrice_m.php3" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /><img src="../images/trombi/garcon/motos/patrice_m/patrice_m_falco_01_tn.jpg" alt="" width="49" class="img2" /><img src="../images/trombi/garcon/motos/patrice_m/patrice_m_falco_02_tn.jpg" alt="" width="49" class="img2" /><img src="../images/trombi/garcon/motos/patrice_m/patrice_m_falco_03_tn.jpg" alt="" width="49" class="img2" /></div>',patrice_m);
	map.addOverlay(marker);
	
	// Patrick A
	var patrick_a = new GIcon(baseIcon, "/images/trombi/garcon/patrick_a_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.804428,2.460423);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/patrick_a.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Patrick A.</span><br /><strong>Localité :</strong> Créteil, 94<br /><strong>Moto :</strong> Ducati GT1000 grise 2008<br /><br /><strong>>> <a href="../trombi/m/patrick_a.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /><img src="../images/trombi/garcon/motos/patrick_a/PatOssa01_tn.jpg" alt="" width="49" class="img2" /><img src="../images/trombi/garcon/motos/patrick_a/PatOssa06_tn.jpg" alt="" width="49" class="img2" /></div>',patrick_a);
	map.addOverlay(marker);
	
	// Patrick C Papé
	var patrick_c_pape = new GIcon(baseIcon, "/images/trombi/garcon/patrick_c_pape_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.7842,2.5332);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/patrick_c_pape.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Patrick C. Pape</span><br /><strong>Localité :</strong> Ormesson sur Marne, 94<br /><strong>Moto :</strong> Ducati 900ssie rouge piste et S2R1000<br /><br /><strong>>> <a href="../trombi/m/patrick_c.php3" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /><img src="../images/trombi/garcon/motos/patrick_c/patrick_c_900ssie_03_tn.jpg" alt="" width="49" class="img2" /><img src="../images/trombi/garcon/motos/patrick_c/patrick_c_900ssie_01_tn.jpg" alt="" width="49" class="img2" /><img src="../images/trombi/garcon/motos/patrick_c/patrick_c_900ssie_02_tn.jpg" alt="" width="49" class="img2" /><img src="../images/trombi/garcon/motos/patrick_c/patrick_c_s2r1000_01_tn.jpg" alt="" width="49" class="img2" /></div>',patrick_c_pape);
	map.addOverlay(marker);

	// Patrick D.
	var patrick_d = new GIcon(baseIcon, "/images/trombi/garcon/patrick_d_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(47.899542,1.918144);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/patrick_d.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Patrick D.</span><br /><strong>Localité :</strong> Olivet, 45<br /><strong>Moto :</strong> Ducati ST4S Grise 2005<br /><br /><strong>>> <a href="../trombi/m/patrick_d.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong></div>',patrick_d);
	map.addOverlay(marker);
	
	var point = new GLatLng(49.919178,2.310905);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/inconnu.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Patrick G.</span><br /><strong>Localité :</strong> Amiens, 80<br /><strong>Moto :</strong> ducati 900 SSIE rouge 1999<br /><br /><strong>>> <a href="../trombi/m/patrick_g.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong></div>',garcon);
	map.addOverlay(marker);

	// Patrick Gu.
	var patrick_gu = new GIcon(baseIcon, "/images/trombi/garcon/patrick_gu_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.829865,2.478104);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/patrick_gu.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Patrick Gu.</span><br /><strong>Localité :</strong> Joinville-le-Pont<br /><strong>Moto :</strong> Streetfighter<br /><br /><strong>>> <a href="../trombi/m/patrick_gu.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong></div>',patrick_gu);
	map.addOverlay(marker);
	
	// Patrick L.
	var patrick_l = new GIcon(baseIcon, "/images/trombi/garcon/patrick_l_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.840938,2.296475);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/patrick_l.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Patrick B.</span><br /><strong>Localité :</strong> Paris, 15°<br /><strong>Moto :</strong>  Ducati S2R 1000 rouge (2007) et S4Rs Testattreta rouge (2006)<br /><br /><strong>>> <a href="../trombi/m/patrick_l.php3" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /><img src="../images/trombi/garcon/motos/patrick_l/patrick_l_s2r1000_01_tn.jpg" alt="" width="49" class="img2" /></div>',patrick_l);
	map.addOverlay(marker);
	
	var point = new GLatLng(48.789308,2.618952);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/patrick_p.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Patrick P.</span><br /><strong>Localité :</strong> Pontault Combault, 77<br /><strong>Moto :</strong> Ducati 999R rouge<br /><br /><strong>>> <a href="../trombi/m/patrick_p.php3" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',garcon);
	map.addOverlay(marker);
	
	var patrick_r = new GIcon(baseIcon, "/images/trombi/garcon/patrick_r_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(49.023979,2.021427);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/patrick_r.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Patrick R.</span><br /><strong>Localité :</strong> Vauréal, 95490<br /><strong>Moto :</strong> Ducati Monster S4R 996<br /><br /><strong>>> <a href="../trombi/m/patrick_r.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',patrick_r);
	map.addOverlay(marker);
	
	// Philippe B.
	var philippe_b = new GIcon(baseIcon, "/images/trombi/garcon/philippe_b_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.855256,2.378004);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/philippe_b.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Philippe B.</span><br /><strong>Localité :</strong> Paris, 11°<br /><strong>Moto :</strong> Triumph Speed Triple noire<br /><br /><strong>>> <a href="../trombi/m/philippe_b.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /><img src="../images/trombi/garcon/motos/philippe_b/philippe_b_speedtriple_01_tn.jpg" alt="" width="49" class="img2" /></div>',philippe_b);
	map.addOverlay(marker);
	
	var point = new GLatLng(48.572178,3.310833);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/inconnu.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Philippe D.</span><br /><strong>Localité :</strong> Provins, 77<br /><strong>Moto :</strong> 916 biposto<br /><br /><strong>>> <a href="../trombi/m/philippe_d.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',garcon);
	map.addOverlay(marker);

	// Philippe De.
	var philippe_de = new GIcon(baseIcon, "/images/trombi/garcon/philippe_de_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.858295,2.436976);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/philippe_de.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Philippe De.</span><br /><strong>Localité :</strong> Montreuil, 93<br /><strong>Moto :</strong> Ducati 900 ss<br /><br /><strong>>> <a href="../trombi/m/philippe_de.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /></div>',philippe_de);
	map.addOverlay(marker);
	
	// Philippe Du.
	var philippe_du = new GIcon(baseIcon, "/images/trombi/garcon/philippe_du_map_a.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(49.064644,2.101307);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/philippe_du_a.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Philippe Du.</span><br /><strong>Localité :</strong> PONTOISE, 95<br /><strong>Moto :</strong> DUCATI DS 10000 SS<br /><br /><strong>>> <a href="../trombi/m/philippe_du.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /><img src="../images/trombi/garcon/motos/philippe_du/img01_tn.jpg" alt="" width="36" class="img2" /></div>',philippe_du);
	map.addOverlay(marker);
	
	// Philippe F.
	var philippe_f = new GIcon(baseIcon, "/images/trombi/garcon/philippe_f_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.79714,2.508209);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/philippe_f.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Philippe F.</span><br /><strong>Localité :</strong> La Varenne St Hilaire, 94<br /><strong>Moto :</strong> Ducati 996SPS, TTF1, Pantah 996, 750, 600 rosso<br /><br /><strong>>> <a href="../trombi/m/philippe_f.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /><img src="../images/trombi/garcon/motos/philippe_f/philippe_f_996_01_tn.jpg" alt="" width="49" class="img2" /><img src="../images/trombi/garcon/motos/philippe_f/philippe_f_ttf1_01_tn.jpg" alt="" width="49" class="img2" /></div>',philippe_f);
	map.addOverlay(marker);
	
	// Philippe Ma.
	var philippe_ma = new GIcon(baseIcon, "/images/trombi/garcon/philippe_ma_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(46.762575,0.480051);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/philippe_ma.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Philippe Ma.</span><br /><strong>Localité :</strong> Naintré, 86<br /><strong>Moto :</strong> Ducati 900 SSIE (2002) gris senna<br /><br /><strong>>> <a href="../trombi/m/philippe_ma.php3" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /><img src="../images/trombi/garcon/motos/philippe_ma/philippe_ma_900ssie_01_tn.jpg" alt="" width="49" class="img2" /></div>',philippe_ma);
	map.addOverlay(marker);
	
	// Philippe P.
	var philippe_p = new GIcon(baseIcon, "/images/trombi/garcon/philippe_p_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(49.364556,2.788754);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/philippe_p.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Philippe P.</span><br /><strong>Localité :</strong> Lacroix-Saint-Ouen, 60610<br /><strong>Moto :</strong> ducati streetfighter s<br /><br /><strong>>> <a href="../trombi/m/philippe_p.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',philippe_p);
	map.addOverlay(marker);
	
	// Pierre B.
	var pierre_b = new GIcon(baseIcon, "/images/trombi/garcon/pierre_b_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.660518,2.268666);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/pierre_b.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Pierre B.</span><br /><strong>Localité :</strong> La Ville du Bois, 91<br /><strong>Moto :</strong> Ducati Mostro S2R 1000 rouge (2007)<br /><br /><strong>>> <a href="../trombi/m/pierre_b.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',pierre_b);
	map.addOverlay(marker);
	
	// Pierre C.
	var point = new GLatLng(43.417343,5.213642);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/inconnu.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Pierre C.</span><br /><strong>Localité :</strong> Marignane, 13<br /><strong>Moto :</strong> Ducati S4R 2004 noire<br /><br /><strong>>> <a href="../trombi/m/pierre_c.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',garcon);
	map.addOverlay(marker);
	
	// Pierre-Yves D.
	var point = new GLatLng(48.933911,2.367672);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/pierre_yves_d.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Pierre-Yves D.</span><br /><strong>Localité :</strong> La Saint Denis, 93<br /><strong>Moto :</strong> Ducati Mostro S2R 1000 rouge bandes blanches<br /><br /><strong>>> <a href="../trombi/m/pierre_yves_d.php3" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',garcon);
	map.addOverlay(marker);

	var raphael_b = new GIcon(baseIcon, "/images/trombi/garcon/raphael_b_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.87832,2.321806);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/raphael_b.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Raphael B.</span><br /><strong>Localité :</strong> Paris, 8<br /><strong>Moto :</strong> Ducati Monster 800 S2R dark<br /><br /><strong>>> <a href="../trombi/m/raphael_b.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',raphael_b);
	map.addOverlay(marker);

	// Renaud G
	var renaud_g = new GIcon(baseIcon, "/images/trombi/garcon/renaud_g_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.954297,2.058563);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/renaud_g.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Renaud G.</span><br /><strong>Localité :</strong> Poissy<br /><strong>Moto : </strong>Streetfighter<br /><br /><strong>>> <a href="../trombi/m/renaud_g.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /><img src="../images/trombi/garcon/motos/renaud_g/img1_tn.jpg" alt="" width="49" class="img2" /></div>',renaud_g);
	map.addOverlay(marker);
	
	var point = new GLatLng(48.832295,2.368584);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/richard_m.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Richard M.</span><br /><strong>Localité :</strong> Paris 13°<br /><strong>Moto : </strong>Ducati monster 1000 rouge<br /><br /><strong>>> <a href="../trombi/m/richard_m.php3" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /><img src="../images/trombi/garcon/motos/richard_m/richard_m_monster1000_01_tn.jpg" alt="" width="49" class="img2" /></div>',garcon);
	map.addOverlay(marker);
	
	var rodolphe_m = new GIcon(baseIcon, "/images/trombi/garcon/rodolphe_m_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.868696,2.417727);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/rodolphe_m.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Rodolphe M.</span><br /><strong>Localité :</strong> Bagnolet, 93<br /><strong>Moto :</strong> Ducati, Monster 695, rouge, 2008<br /><br /><strong>>> <a href="../trombi/m/rodolphe_m.php3" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><img src="../images/trombi/garcon/motos/rodolphe_m/rodolphe_m_moto_tn.jpg" alt="" width="49" class="img2" /><br /><br /></div>',rodolphe_m);
	map.addOverlay(marker);
	
	// Rodolphe P.
	var rodolphe_p = new GIcon(baseIcon, "/images/trombi/garcon/rodolphe_p_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.608114,2.308373);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/rodolphe_p.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Rodolphe P.</span><br /><strong>Localité :</strong> Brétigny-sur-Orge, 91<br /><strong>Moto :</strong> Ducati Monster 695 Rouge<br /><br /><strong>>> <a href="../trombi/m/rodolphe_p.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',rodolphe_p);
	map.addOverlay(marker);
	
	// Romaric L.
	var romaric_l = new GIcon(baseIcon, "/images/trombi/garcon/romaric_l_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.835035,2.491633);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/romaric_l.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Romaric L.</span><br /><strong>Localité :</strong> Nogent sur Marne, 94<br /><strong>Moto :</strong> Ducati Mostro S2R 800 rouge<br /><br /><strong>>> <a href="../trombi/m/romaric_l.php3" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /><img src="../images/trombi/garcon/motos/romaric_l/romaric_l_s2r_01_tn.jpg" alt="" width="49" class="img2" /></div>',romaric_l);
	map.addOverlay(marker);

	// Sébastien A.
	var point = new GLatLng(48.610781,2.433472);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/inconnu.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Sébastien A.</span><br /><strong>Localité :</strong> Lisses, 91<br /><strong>Moto :</strong> 750ssie, monster 600 carbu<br /><br /><strong>>> <a href="../trombi/m/sebastien_a.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',garcon);
	map.addOverlay(marker);
	
	// Sébastien Ga.
	var sebastien_ga = new GIcon(baseIcon, "/images/trombi/garcon/sebastien_ga_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.819997,2.503091);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/sebastien_ga.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Sébastien Ga.</span><br /><strong>Localité :</strong> Champigny sur marne, 94<br /><strong>Moto :</strong> Ducati 848<br /><br /><strong>>> <a href="../trombi/m/sebastien_ga.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /><img src="../images/trombi/garcon/motos/sebastien_ga/848_sebastien_ga_tn.jpg" alt="" width="49" class="img2" /></div>',sebastien_ga);
	map.addOverlay(marker);

	var point = new GLatLng(48.791485,2.289126);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/sebastien_m.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Sébastien M.</span><br /><strong>Localité :</strong> Fontenay aux Roses, 92<br /><strong>Moto :</strong> Ducati Monster S4R 996 Noire<br /><br /><strong>>> <a href="../trombi/m/sebastien_m.php3" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',garcon);
	map.addOverlay(marker);
	
	// Sébastien S.
	var sebastien_s = new GIcon(baseIcon, "/images/trombi/garcon/sebastien_s_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.624712,2.430844);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/sebastien_s.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Sébastien S.</span><br /><strong>Localité :</strong> Evry, 91<br /><strong>Moto :</strong> Ducati S2R 800 Dark<br /><br /><strong>>> <a href="../trombi/m/sebastien_s.php3" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /><img src="../images/trombi/garcon/motos/sebastien_s/sebastien_s_s2r_01_tn.jpg" alt="" width="49" class="img2" /><img src="../images/trombi/garcon/motos/sebastien_s/sebastien_s_s2r_03_tn.jpg" alt="" width="49" class="img2" /><img src="../images/trombi/garcon/motos/sebastien_s/sebastien_s_s2r_04_tn.jpg" alt="" width="49" class="img2" /><br /><img src="../images/trombi/garcon/motos/sebastien_s/sebastien_s_s2r_05_tn.jpg" alt="" width="49" class="img2" /><img src="../images/trombi/garcon/motos/sebastien_s/sebastien_s_s2r_06_tn.jpg" alt="" width="49" class="img2" /><img src="../images/trombi/garcon/motos/sebastien_s/sebastien_s_s2r_07_tn.jpg" alt="" width="49" class="img2" /></a></div>',sebastien_s);
	map.addOverlay(marker);
	
	var sebastien_v = new GIcon(baseIcon, "/images/trombi/garcon/sebastien_v_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.789167,2.452869);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/sebastien_v.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Sébastien V.</span><br /><strong>Localité :</strong> Créteil, 94<br /><strong>Moto :</strong> Ducati 600 SS rouge<br /><br /><strong>>> <a href="../trombi/m/sebastien_v.php3" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /><img src="../images/trombi/garcon/motos/sebastien_v/sebastien_v_749_01_tn.jpg" alt="" width="49" class="img2" /><img src="../images/trombi/garcon/motos/sebastien_v/sebastien_v_600ss_01_tn.jpg" alt="" width="49" class="img2" /><img src="../images/trombi/garcon/motos/sebastien_v/sebastien_v_600ss_03_tn.jpg" alt="" width="49" class="img2" /><img src="../images/trombi/garcon/motos/sebastien_v/sebastien_v_600ss_04_tn.jpg" alt="" width="49" class="img2" /></div>',sebastien_v);
	map.addOverlay(marker);

	var serge_vm = new GIcon(baseIcon, "/images/trombi/garcon/serge_vm_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.570928,2.92717);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/serge_vm.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Serge VM.</span><br /><strong>Localité :</strong> saint ouen en brie<br /><strong>Moto :</strong> 900 Monster IE<br /><br /><strong>>> <a href="../trombi/m/serge_vm.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /><img src="../images/trombi/garcon/motos/serge_vm/moto_serge_vm_1_tn.jpg" alt="" width="49" class="img2" /></div>',serge_vm);
	map.addOverlay(marker);
	
	var severine_p = new GIcon(baseIcon, "/images/trombi/filles/severine_p_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.809562,2.189296);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/filles/severine_p.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Séverine P.</span><br /><strong>Localité :</strong> Chaville<br /><strong>Moto :</strong> Ducati 900SS Rouge 95<br /><br /><strong>>> <a href="../trombi/f/severine_p.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /></div>',severine_p);
	map.addOverlay(marker);
	
	var stephane_c = new GIcon(baseIcon, "/images/trombi/garcon/stephane_c_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.871282,2.219349);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/stephane_c.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Stephane C.</span><br /><strong>Localité :</strong> Suresnes, 92<br /><strong>Moto :</strong> Monster 696<br /><br /><strong>>> <a href="../trombi/m/stephane_c.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /><img src="../images/trombi/garcon/motos/stephane_c/ducati_stephane_c_tn.jpg" alt="" width="49" class="img2" /></div>',stephane_c);
	map.addOverlay(marker);
	
	var stephane_p = new GIcon(baseIcon, "/images/trombi/garcon/stephane_p_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.778269,2.34076);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/stephane_p.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Stephane P.</span><br /><strong>Localité :</strong> L\'hay les roses<br /><strong>Moto :</strong> 848<br /><br /><strong>>> <a href="../trombi/m/stephane_p.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /><img src="../images/trombi/garcon/motos/stephane_p/IMG_0134_tn.jpg" alt="" width="49" class="img2" /></div>',stephane_p);
	map.addOverlay(marker);
	
	var point = new GLatLng(48.857374,2.263613);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/stephane_r.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Stéphane R.</span><br /><strong>Localité :</strong> Paris, 16°<br /><strong>Moto :</strong> Ducati 1098S rouge<br /><br /><strong>>> <a href="../trombi/m/stephane_r.php3" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /><img src="../images/trombi/garcon/motos/stephane_r/stephane_r_1098_01_tn.jpg" alt="" width="49" class="img2" /></div>',garcon);
	map.addOverlay(marker);
	
	var stephanie_s = new GIcon(baseIcon, "/images/trombi/filles/stephanie_s_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.877395,2.179133);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/filles/stephanie_s.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Stephanie S.</span><br /><strong>Localité :</strong> Suresnes, 92<br /><strong>Moto :</strong> Derbi GPR<br /><br /><strong>>> <a href="../trombi/f/stephanie_s.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /></div>',stephanie_s);
	map.addOverlay(marker);

// Sully S.
	var point = new GLatLng(48.708975,2.303181);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/inconnu.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Sully S.</span><br /><strong>Localité :</strong> Longjumeau, 91<br /><strong>Moto :</strong> DUCATI 748 BIPOSTO 2000<br /><br /><strong>>> <a href="../trombi/m/sully_s.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br />',garcon);
	map.addOverlay(marker);

// Sylvain M.
	var sylvain_m = new GIcon(baseIcon, "/images/trombi/garcon/sylvain_m_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.768217,2.521849);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/sylvain_m.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Sylvain M.</span><br /><strong>Localité :</strong> Sucy en brie<br /><strong>Moto :</strong> ducati 900SS 1996<br /><br /><strong>>> <a href="../trombi/m/sylvain_m.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br />',sylvain_m);
	map.addOverlay(marker);

// Sylvain S.
	var sylvain_s = new GIcon(baseIcon, "/images/trombi/garcon/sylvain_s_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.849467,2.43463);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/sylvain_s.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Sylvain S.</span><br /><strong>Localité :</strong> Vincennes, 94<br /><strong>Moto :</strong> Ducati 1098s <br /><br /><strong>>> <a href="../trombi/m/sylvain_s.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br />',sylvain_s);
	map.addOverlay(marker);
	
	// Sylvie P.
	var sylvie_p = new GIcon(baseIcon, "/images/trombi/filles/sylvie_p_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.789202,2.45994);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/filles/sylvie_p.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Sylvie P.</span><br /><strong>Localité :</strong> Créteil, 94<br /><br /><strong>>> <a href="../trombi/f/sylvie_p.php3" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',sylvie_p);
	map.addOverlay(marker);
	
	// Sylvie W.
	var sylvie_w = new GIcon(baseIcon, "/images/trombi/filles/sylvie_w_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(49.906807,2.320481);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/filles/sylvie_w.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Sylvie W.</span><br /><strong>Localité :</strong> Rivery, 80<br /><strong>Moto :</strong> Ducati 750 F1 rouge<br /><br /><strong>>> <a href="../trombi/f/sylvie_w.php3" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /><img src="../images/trombi/garcon/motos/sylvie_w/sylvie_w_750f1_01_tn.jpg" alt="" width="49" class="img2" /></div>',sylvie_w);
	map.addOverlay(marker);

	var point = new GLatLng(48.664284,2.563663);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/inconnu.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Thierry E.</span><br /><strong>Localité :</strong> Combs la ville<br /><strong>Moto :</strong> 750 sport ducati de 1988<br /><br /><strong>>> <a href="../trombi/m/thierry_e.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',garcon);
	map.addOverlay(marker);
	
	// Thierry G.
	var thierry_g = new GIcon(baseIcon, "/images/trombi/garcon/thierry_g_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(49.653293,-1.572075);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/inconnu.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Thierry G.</span><br /><strong>Localité :</strong> Tourlaville<br /><strong>Moto :</strong> Ducati 848<br /><br /><strong>>> <a href="../trombi/m/thierry_g.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /><img src="../images/trombi/garcon/motos/thierry_g/thierry_g_848_tn.jpg" alt="" width="49" class="img2" /></div>',thierry_g);
	map.addOverlay(marker);
	
	// Thierry L.
	var thierry_l = new GIcon(baseIcon, "/images/trombi/garcon/thierry_l_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.860621,2.383089);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/thierry_l.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Thierry L.</span><br /><strong>Localité :</strong> Paris, 11°<br /><strong>Moto :</strong> Ducati 749R rouge (2006)<br /><br /><strong>>> <a href="../trombi/m/thierry_l.php3" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /><img src="../images/trombi/garcon/motos/thierry_l/thierry_l_749r_01_tn.jpg" alt="" width="49" class="img2" /></div>',thierry_l);
	map.addOverlay(marker);

	var thierry_lar = new GIcon(baseIcon, "/images/trombi/garcon/thierry_lar_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.798723,2.198467);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/thierry_lar.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Thierry LAR.</span><br /><strong>Localité :</strong> Vélizy<br /><strong>Moto :</strong> Ducati 600 SS rouge<br /><br /><strong>>> <a href="../trombi/m/thierry_lar.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',thierry_lar);
	map.addOverlay(marker);
	

	var point = new GLatLng(49.581169,2.947061);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/thierry_r.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Thierry R.</span><br /><strong>Localité :</strong> Suzoy, 60<br /><strong>Moto :</strong> Ducati 600 SS rouge<br /><br /><strong>>> <a href="../trombi/m/thierry_r.php3" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /><img src="../images/trombi/garcon/motos/thierry_r/thierry_r_600ss_01_tn.jpg" alt="" width="49" class="img2" /></div>',garcon);
	map.addOverlay(marker);
	
	// Thomas L.
	var thomas_l = new GIcon(baseIcon, "/images/trombi/garcon/thomas_l_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.880649,2.378733);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/thomas_l.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Thomas L.</span><br /><strong>Localité :</strong> Paris, 19°<br /><strong>Moto :</strong> Ducati Mostro S2R 1000 grise bande noire (2006)<br /><br /><strong>>> <a href="../trombi/m/thomas_l.php3" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br />',thomas_l);
	map.addOverlay(marker);
	
	// Tony B.
	var tony_b = new GIcon(baseIcon, "/images/trombi/garcon/tony_b_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.811346,2.044919);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/tony_b.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Tony B.</span><br /><strong>Localité :</strong> Fontenay le fleury, 78<br /><strong>Moto :</strong> Ducati 996S Rouge 2001<br /><br /><strong>>> <a href="../trombi/m/tony_b.php3" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><img src="../images/trombi/garcon/motos/tony_b/img001_tn.jpg" alt="" width="49" class="img2" /><br />',tony_b);
	map.addOverlay(marker);
	
	var valerie_m = new GIcon(baseIcon, "/images/trombi/filles/valerie_m_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.936064,2.364882);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/filles/valerie_m.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Valérie M.</span><br /><strong>Localité :</strong> Saint-Germain, 93<br /><br /><strong>>> <a href="../trombi/f/valerie_m.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',valerie_m);
	map.addOverlay(marker);
	
// Valérie S.
	var valerie_s = new GIcon(baseIcon, "/images/trombi/filles/valerie_s_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.915216,2.52884);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/filles/valerie_s.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Valérie S.</span><br /><strong>Localité :</strong> Libry Gargan, 93<br /><br /><strong>>> <a href="../trombi/f/valerie_s.php3" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',valerie_s);
	map.addOverlay(marker);
	
	// Vincent H.
	var vincent_h = new GIcon(baseIcon, "/images/trombi/garcon/vincent_h_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.841779,2.288547);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/vincent_h.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Vincent H.</span><br /><strong>Localité :</strong> Paris 15°<br /><strong>Moto :</strong> Ducati 1000SSie<br /><br /><strong>>> <a href="../trombi/m/vincent_h.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br />',vincent_h);
	map.addOverlay(marker);
	
	var point = new GLatLng(48.25809,3.0231);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/inconnu.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Vincent L.</span><br /><strong>Localité :</strong>Blennes, 77940<br /><strong>Moto :</strong> Ducati 749<br /><br /><strong>>> <a href="../trombi/m/vincent_l.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',garcon);
	map.addOverlay(marker);


	var point = new GLatLng(48.877495,2.700899);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/vincent_m.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Vincent M.</span><br /><strong>Localité :</strong> Lagny sur Marne, 77<br /><strong>Moto :</strong> Ducati S4 2002 rouge ŕ bande noire<br /><br /><strong>>> <a href="../trombi/m/vincent_m.php3" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /><img src="../images/trombi/garcon/motos/vincent_m/vincent_m_s4_01_tn.jpg" alt="" width="49" class="img2" /><img src="../images/trombi/garcon/motos/vincent_m/vincent_m_s4_02_tn.jpg" alt="" width="49" class="img2" /><img src="../images/trombi/garcon/motos/vincent_m/vincent_m_s4_03_tn.jpg" alt="" width="49" class="img2" /></div>',garcon);
	map.addOverlay(marker);
	
	var point = new GLatLng(48.846107,2.556596);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/inconnu.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Vincent R.</span><br /><strong>Localité :</strong> Noisy le Grand, 93<br /><strong>Moto :</strong> Ducati 750 ssie jaune (1999)<br /><br /><strong>>> <a href="../trombi/m/vincent_r.php3" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',garcon);
	map.addOverlay(marker);

	var point = new GLatLng(48.056972,5.464325);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/inconnu.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Vincent V.</span><br /><strong>Localité :</strong> Is en Bassigny, Haute Marne<br /><strong>Moto :</strong> Ducati S4 Rouge<br /><br /><strong>>> <a href="../trombi/m/vincent_v.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',garcon);
	map.addOverlay(marker);

	// Wilfried B.
	var wilfried_b = new GIcon(baseIcon, "/images/trombi/garcon/wilfried_b_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(47.688873,-0.170112);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/wilfried_b.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Wilfried B.</span><br /><strong>Localité :</strong> Bazouges-sur-le-Loir, 72<br /><strong>Moto :</strong> Ducati 900ssie<br /><br /><strong>>> <a href="../trombi/m/wilfried_b.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><img src="../images/trombi/garcon/motos/wilfried_b/900ssie_Wilfried_B_tn.jpg" alt="" width="49" class="img2" /><br />',wilfried_b);
	map.addOverlay(marker);

	// William P
	var william_p = new GIcon(baseIcon, "/images/trombi/garcon/william_p_map.jpg", null, "/images/ombres/icon_shadow.png");
	var point = new GLatLng(48.883812,2.237763);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/william_p.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">William P.</span><br /><strong>Localité :</strong> Puteaux<br /><strong>Moto :</strong> Ducati 696 + Matt Black 09<br /><br /><strong>>> <a href="../trombi/m/william_p.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br />',william_p);
	map.addOverlay(marker);

	var point = new GLatLng(48.833764,2.244623);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/garcon/xavier_b.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Xavier B.</span><br /><strong>Localité :</strong> Boulogne-Billancourt, 92<br /><strong>Moto :</strong> Ducati Supersport 1000DS Rouge<br /><br /><strong>>> <a href="../trombi/m/xavier_b.php3" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /><img src="../images/trombi/garcon/motos/xavier_b/xavier_b_1000ds_01_tn.jpg.jpg" alt="" width="49" class="img2" /><img src="../images/trombi/garcon/motos/xavier_b/xavier_b_1000ds_02_tn.jpg.jpg" alt="" width="49" class="img2" /><img src="../images/trombi/garcon/motos/xavier_b/xavier_b_1000ds_03_tn.jpg.jpg" alt="" width="49" class="img2" /></div>',garcon);
	map.addOverlay(marker);
	
	
	var point = new GLatLng(50.433487,2.828093);
	var marker = createMarker(point, '<div class="ombre"><img src="../images/trombi/inconnu.jpg" border="0" alt="" /></div><div class="descriptif-membre"><br /><span class="titre2">Zeroual G.</span><br /><strong>Localité :</strong> Lens, 62300<br /><strong>Moto :</strong> Ducati monstro<br /><br /><strong>>> <a href="../trombi/m/zeroual_g.php" class="descriptif-membre">voir ma fiche d\'identité</a></strong><br /><br /><br /><br /></div>',garcon);
	map.addOverlay(marker);

	
// cacher les controles onmouseout
map.hideControls();
////'mouseover' listener shows controls
GEvent.addListener(map, "mouseover", function(){
map.showControls();
});
////'mouseout' listener hides controls
GEvent.addListener(map, "mouseout", function(){
map.hideControls(); 
});
// **************************
} 


