var balade = new GIcon();
    balade.iconSize=new GSize(12,20);
    balade.shadowSize=new GSize(22,20);
    balade.iconAnchor=new GPoint(6,20);	
    balade.infoWindowAnchor=new GPoint(5, 1);

	var IconeBalade = new GIcon(balade, "http://labs.google.com/ridefinder/images/mm_20_white.png", null, "");
			

var sport = new GIcon();
    sport.iconSize=new GSize(12,20);
    sport.shadowSize=new GSize(22,20);
    sport.iconAnchor=new GPoint(6, 20);
    sport.infoWindowAnchor=new GPoint(5,1);
	var IconeSport = new GIcon(sport, "http://labs.google.com/ridefinder/images/mm_20_white.png", null, "");
			

var resto = new GIcon();
    resto.iconSize=new GSize(12,20);
    resto.shadowSize=new GSize(22,20);
    resto.iconAnchor=new GPoint(6, 20);
    resto.infoWindowAnchor=new GPoint(5,1);
	var IconeResto = new GIcon(resto, "http://labs.google.com/ridefinder/images/mm_20_white.png", null, "");

var culture = new GIcon();
    culture.iconSize=new GSize(12,20);
    culture.shadowSize=new GSize(22,20);
    culture.iconAnchor=new GPoint(6, 20);
    culture.infoWindowAnchor=new GPoint(5,1);
	var IconeCulture = new GIcon(culture, "http://labs.google.com/ridefinder/images/mm_20_white.png", null, "");
	

    
// Construction
////////////////////////////////////////////
var Icone = [];
    Icone["0001"] = IconeCulture;
    Icone["0002"] = IconeSport;
    Icone["0003"] = IconeBalade;
    Icone["0004"] = IconeResto;

////////////////////////////////////


/// logo rentonic  
var rentonic = new GIcon();

    rentonic.image = "http://labs.google.com/ridefinder/images/mm_20_red.png";
    rentonic.shadow = "http://labs.google.com/ridefinder/images/mm_20_shadow.png";
    rentonic.iconSize = new GSize(12, 20);
    rentonic.shadowSize = new GSize(22, 20);
    rentonic.iconAnchor = new GPoint(6, 20);
    rentonic.infoWindowAnchor = new GPoint(5, 1);


/// logo rentonic  
var bifamille = new GIcon();

    bifamille.image = "http://labs.google.com/ridefinder/images/mm_20_red.png";
    bifamille.shadow = "http://labs.google.com/ridefinder/images/mm_20_shadow.png";
    bifamille.iconSize = new GSize(12, 20);
    bifamille.shadowSize = new GSize(22, 20);
    bifamille.iconAnchor = new GPoint(6, 20);
    bifamille.infoWindowAnchor = new GPoint(5, 1);

//--------------
//------------------------------------------------------------------------------ F I N 	
