//Pour creer des markers qui affiche une bulle sur click 
//fonction CreateMarker
      function createMarker(point,html) {
        var marker = new GMarker(point);
        GEvent.addListener(marker, "click", function() {
          marker.openInfoWindowHtml(html);
        });
        return marker;
      }
//Pour creer des markers qui affiche une bulle sur click avec changement d'icone
//fonction CreateMarker1
      function createMarker1(point,html) {
      var icone1 = new GIcon();
//      icone1.image= "http://labs.google.com/ridefinder/images/mm_20_green.png";
      icone1.image= "carrever.gif";
      icone1.shadow="";
      icone1.iconSize = new GSize(15,17);
      icone1.shadowSize = new GSize(0,0);
      icone1.iconAnchor = new GPoint(6,20);
      icone1.infoWindowAnchor = new GPoint(5,1);
        var marker1 = new GMarker(point,icone1);
// on peut utilise l'action "click"
        GEvent.addListener(marker1, "mouseover", function() {
          marker1.openInfoWindowHtml(html);
        });
        return marker1;
      }
//fonction CreateMarker11
      function createMarker11(point,html) {
      var icone11 = new GIcon();
//      icone11.image= "http://labs.google.com/ridefinder/images/mm_20_green.png";
      icone11.image= "carrevera.gif";
      icone11.shadow="";
      icone11.iconSize = new GSize(15,17);
      icone11.shadowSize = new GSize(0,0);
      icone11.iconAnchor = new GPoint(6,20);
      icone11.infoWindowAnchor = new GPoint(5,1);
        var marker11 = new GMarker(point,icone11);
// on peut utilise l'action "click"
        GEvent.addListener(marker11, "mouseover", function() {
          marker11.openInfoWindowHtml(html);
        });
        return marker11;
      }

//fonction CreateMarker2
      function createMarker2(point,html) {
      var icone2 = new GIcon();
//      icone2.image= "http://labs.google.com/ridefinder/images/mm_20_yellow.png";
      icone2.image= "carrejau.gif";
      icone2.shadow="";
      icone2.iconSize = new GSize(15,17);
      icone2.shadowSize = new GSize(0,0);
      icone2.iconAnchor = new GPoint(6,20);
      icone2.infoWindowAnchor = new GPoint(5,1);
        var marker2 = new GMarker(point,icone2);
// on peut utilise l'action "click"
        GEvent.addListener(marker2, "mouseover", function() {
          marker2.openInfoWindowHtml(html);
        });
        return marker2;
      }
//fonction CreateMarker22
      function createMarker22(point,html) {
      var icone22 = new GIcon();
//      icone22.image= "http://labs.google.com/ridefinder/images/mm_20_yellow.png";
      icone22.image= "carrejaua.gif";
      icone22.shadow="";
      icone22.iconSize = new GSize(15,17);
      icone22.shadowSize = new GSize(0,0);
      icone22.iconAnchor = new GPoint(6,20);
      icone22.infoWindowAnchor = new GPoint(5,1);
        var marker22 = new GMarker(point,icone22);
// on peut utilise l'action "click"
        GEvent.addListener(marker22, "mouseover", function() {
          marker22.openInfoWindowHtml(html);
        });
        return marker22;
      }

//fonction CreateMarker3
      function createMarker3(point,html) {
      var icone3 = new GIcon();
//      icone3.image= "http://labs.google.com/ridefinder/images/mm_20_orange.png";
      icone3.image= "carreora.gif";
      icone3.shadow="";
      icone3.iconSize = new GSize(15,17);
      icone3.shadowSize = new GSize(0,0);
      icone3.iconAnchor = new GPoint(6,20);
      icone3.infoWindowAnchor = new GPoint(5,1);
        var marker3 = new GMarker(point,icone3);
// on peut utilise l'action "click"
        GEvent.addListener(marker3, "mouseover", function() {
          marker3.openInfoWindowHtml(html);
        });
        return marker3;
      }
//fonction CreateMarker33
      function createMarker33(point,html) {
      var icone33 = new GIcon();
//      icone33.image= "http://labs.google.com/ridefinder/images/mm_20_orange.png";
      icone33.image= "carreoraa.gif";
      icone33.shadow="";
      icone33.iconSize = new GSize(15,17);
      icone33.shadowSize = new GSize(0,0);
      icone33.iconAnchor = new GPoint(6,20);
      icone33.infoWindowAnchor = new GPoint(5,1);
        var marker33 = new GMarker(point,icone33);
// on peut utilise l'action "click"
        GEvent.addListener(marker33, "mouseover", function() {
          marker33.openInfoWindowHtml(html);
        });
        return marker33;
      }

//fonction CreateMarker4
      function createMarker4(point,html) {
      var icone4 = new GIcon();
//      icone4.image= "http://labs.google.com/ridefinder/images/mm_20_red.png";
      icone4.image= "carreble.gif";
      icone4.shadow="";
      icone4.iconSize = new GSize(15,17);
      icone4.shadowSize = new GSize(0,0);
      icone4.iconAnchor = new GPoint(6,20);
      icone4.infoWindowAnchor = new GPoint(5,1);
        var marker4 = new GMarker(point,icone4);
// on peut utilise l'action "click"
        GEvent.addListener(marker4, "mouseover", function() {
          marker4.openInfoWindowHtml(html);
        });
        return marker4;
      }
//fonction CreateMarker44
      function createMarker44(point,html) {
      var icone44 = new GIcon();
//      icone44.image= "http://labs.google.com/ridefinder/images/mm_20_red.png";
      icone44.image= "carreblea.gif";
      icone44.shadow="";
      icone44.iconSize = new GSize(15,17);
      icone44.shadowSize = new GSize(0,0);
      icone44.iconAnchor = new GPoint(6,20);
      icone44.infoWindowAnchor = new GPoint(5,1);
        var marker44 = new GMarker(point,icone44);
// on peut utilise l'action "click"
        GEvent.addListener(marker44, "mouseover", function() {
          marker44.openInfoWindowHtml(html);
        });
        return marker44;
      }

//fonction CreateMarker5
      function createMarker5(point,html) {
      var icone5 = new GIcon();
//      icone5.image= "http://labs.google.com/ridefinder/images/mm_20_purple.png";
      icone5.image= "carrerou.gif";
      icone5.shadow="";
      icone5.iconSize = new GSize(15,17);
      icone5.shadowSize = new GSize(0,0);
      icone5.iconAnchor = new GPoint(6,20);
      icone5.infoWindowAnchor = new GPoint(5,1);
        var marker5 = new GMarker(point,icone5);
// on peut utilise l'action "click"
        GEvent.addListener(marker5, "mouseover", function() {
          marker5.openInfoWindowHtml(html);
        });
        return marker5;
      }
//fonction CreateMarker55
      function createMarker55(point,html) {
      var icone55 = new GIcon();
//      icone55.image= "http://labs.google.com/ridefinder/images/mm_20_purple.png";
      icone55.image= "carreroua.gif";
      icone55.shadow="";
      icone55.iconSize = new GSize(15,17);
      icone55.shadowSize = new GSize(0,0);
      icone55.iconAnchor = new GPoint(6,20);
      icone55.infoWindowAnchor = new GPoint(5,1);
        var marker55 = new GMarker(point,icone55);
// on peut utilise l'action "click"
        GEvent.addListener(marker55, "mouseover", function() {
          marker55.openInfoWindowHtml(html);
        });
        return marker55;
      }

//fonction CreateMarker6
      function createMarker6(point,html) {
      var icone6 = new GIcon();
//      maison art nouveau
      icone6.image= "carremau.gif";
      icone6.shadow="";
      icone6.iconSize = new GSize(15,17);
      icone6.shadowSize = new GSize(0,0);
      icone6.iconAnchor = new GPoint(6,20);
      icone6.infoWindowAnchor = new GPoint(5,1);
        var marker6 = new GMarker(point,icone6);
// on peut utilise l'action "click"
        GEvent.addListener(marker6, "mouseover", function() {
          marker6.openInfoWindowHtml(html);
        });
        return marker6;
      }

//fonction CreateMarker66
      function createMarker66(point,html) {
      var icone66 = new GIcon();
//      maison etroite
      icone66.image= "carremaua.gif";
      icone66.shadow="";
      icone66.iconSize = new GSize(15,17);
      icone66.shadowSize = new GSize(0,0);
      icone66.iconAnchor = new GPoint(6,20);
      icone66.infoWindowAnchor = new GPoint(5,1);
        var marker66 = new GMarker(point,icone66);
// on peut utilise l'action "click"
        GEvent.addListener(marker66, "mouseover", function() {
          marker66.openInfoWindowHtml(html);
        });
        return marker66;
      }

//fonction CreateMarker8
      function createMarker8(point,html) {
      var icone8 = new GIcon();
//    
      icone8.image= "carrebla.gif";
      icone8.shadow="";
      icone8.iconSize = new GSize(15,17);
      icone8.shadowSize = new GSize(0,0);
      icone8.iconAnchor = new GPoint(6,20);
      icone8.infoWindowAnchor = new GPoint(5,1);
        var marker8 = new GMarker(point,icone8);
// on peut utilise l'action "click"
        GEvent.addListener(marker8, "mouseover", function() {
          marker8.openInfoWindowHtml(html);
        });
        return marker8;
      }

//fonction CreateMarker9
      function createMarker9(point,html) {
      var icone9 = new GIcon();
//      icone9.image= "http://labs.google.com/ridefinder/images/mm_20_black.png";
      icone9.image= "carreroz.gif";
      icone9.shadow="";
      icone9.iconSize = new GSize(15,17);
      icone9.shadowSize = new GSize(0,0);
      icone9.iconAnchor = new GPoint(6,20);
      icone9.infoWindowAnchor = new GPoint(5,1);
        var marker9 = new GMarker(point,icone9);
// on peut utilise l'action "click"
        GEvent.addListener(marker9, "mouseover", function() {
          marker9.openInfoWindowHtml(html);
        });
        return marker9;
      }
//fonction CreateMarker99
      function createMarker99(point,html) {
      var icone99 = new GIcon();
//      icone99.image= "http://labs.google.com/ridefinder/images/mm_20_black.png";
      icone99.image= "carreblua.gif";
      icone99.shadow="";
      icone99.iconSize = new GSize(15,17);
      icone99.shadowSize = new GSize(0,0);
      icone99.iconAnchor = new GPoint(6,20);
      icone99.infoWindowAnchor = new GPoint(5,1);
        var marker99 = new GMarker(point,icone99);
// on peut utilise l'action "click"
        GEvent.addListener(marker99, "mouseover", function() {
          marker99.openInfoWindowHtml(html);
        });
        return marker99;
      }