	var icongeocoder = new GIcon();
      icongeocoder.image = 'http://'+location.hostname+"/imagenes/iconoscat/bandera.gif";
      icongeocoder.shadow = 'http://'+location.hostname+"/imagenes/iconoscat/sombra16x16.png";
      icongeocoder.iconSize = new GSize(16, 16);
      icongeocoder.shadowSize = new GSize(16, 16);
      icongeocoder.iconAnchor = new GPoint(8, 16);
      icongeocoder.infoWindowAnchor = new GPoint(8, 16);
      icongeocoder.infoShadowAnchor = new GPoint(8, 16);
      icongeocoder.transparent = 'http://'+location.hostname+"/imagenes/iconoscat/markerTransparent.png";
      icongeocoder.printImage = 'http://'+location.hostname+"/imagenes/iconoscat/bandera.gif";
      icongeocoder.mozPrintImage = 'http://'+location.hostname+"/imagenes/iconoscat/bandera.gif";

	var ahumada = new GIcon();
      	ahumada.image = 'http://'+location.hostname+"/images/ahumada.png";
      	ahumada.shadow = 'http://'+location.hostname+"/images/sombra.png";
      	ahumada.iconSize = new GSize(16, 16);
      	ahumada.shadowSize = new GSize(16, 16);
      	ahumada.iconAnchor = new GPoint(8, 16);
      	ahumada.infoWindowAnchor = new GPoint(8, 16);
      	ahumada.infoShadowAnchor = new GPoint(8, 16);
      	ahumada.transparent = "http://www.google.com/intl/en_ALL/mapfiles/markerTransparent.png";
      	ahumada.printImage = 'http://'+location.hostname+"/images/ahumada.png";
      	ahumada.mozPrintImage = 'http://'+location.hostname+"/images/ahumada.png";
		
	var cruzverde = new GIcon();
      	cruzverde.image = 'http://'+location.hostname+"/images/cruzverde.png";
      	cruzverde.shadow = 'http://'+location.hostname+"/images/sombra.png";
      	cruzverde.iconSize = new GSize(16, 16);
      	cruzverde.shadowSize = new GSize(16, 16);
      	cruzverde.iconAnchor = new GPoint(8, 16);
      	cruzverde.infoWindowAnchor = new GPoint(8, 16);
      	cruzverde.infoShadowAnchor = new GPoint(8, 16);
      	cruzverde.transparent = "http://www.google.com/intl/en_ALL/mapfiles/markerTransparent.png";
      	cruzverde.printImage ='http://'+location.hostname+"/imagenes/iconoscat/05t.png";
      	cruzverde.mozPrintImage = 'http://'+location.hostname+"/imagenes/iconoscat/05t.png";
		
	var salcobrand = new GIcon();
      	salcobrand.image ='http://'+location.hostname+"/images/salcobrand.png";
      	salcobrand.shadow = 'http://'+location.hostname+"/images/sombra.png";
      	salcobrand.iconSize = new GSize(16, 16);
      	salcobrand.shadowSize = new GSize(16, 16);
      	salcobrand.iconAnchor = new GPoint(8, 16);
      	salcobrand.infoWindowAnchor = new GPoint(8, 16);
      	salcobrand.infoShadowAnchor = new GPoint(8,16);
      	salcobrand.transparent = "http://www.google.com/intl/en_ALL/mapfiles/markerTransparent.png";
      	salcobrand.printImage = 'http://'+location.hostname+"/imagenes/iconoscat/05t.png";
      	salcobrand.mozPrintImage = 'http://'+location.hostname+"/imagenes/iconoscat/05t.png";
		
	var farmacias = new GIcon();
      	farmacias.image = 'http://'+location.hostname+"/images/farmacias.png";
      	farmacias.shadow = 'http://'+location.hostname+"/images/sombra.png";
      	farmacias.iconSize = new GSize(16, 16);
      	farmacias.shadowSize = new GSize(16, 16);
      	farmacias.iconAnchor = new GPoint(8, 16);
      	farmacias.infoWindowAnchor = new GPoint(8, 16);
      	farmacias.infoShadowAnchor = new GPoint(8, 16);
      	farmacias.transparent = "http://www.google.com/intl/en_ALL/mapfiles/markerTransparent.png";
      	farmacias.printImage ='http://'+location.hostname+"/imagenes/iconoscat/05t.png";
      	farmacias.mozPrintImage = 'http://'+location.hostname+"/imagenes/iconoscat/05t.png";

  var iconos = [];
iconos['ahumada'] = ahumada; 
iconos['cruzverde']=cruzverde;
iconos['salcobrand']=salcobrand;
iconos['farmacias']=farmacias;
