     var gicons = [];
      gicons["default"] = new GIcon(G_DEFAULT_ICON, "/images/markers/sta_eul/marker.png");
      gicons["tabacos"] = new GIcon(G_DEFAULT_ICON, "/images/markers/sta_eul/tabacos.png");
      gicons["supermarket"] = new GIcon(G_DEFAULT_ICON, "/images/markers/sta_eul/supermarket.png");
      gicons["bank"] = new GIcon(G_DEFAULT_ICON, "/images/markers/sta_eul/atm.png");
      gicons["library"] = new GIcon(G_DEFAULT_ICON, "/images/markers/sta_eul/library.png");
      gicons["florist"] = new GIcon(G_DEFAULT_ICON, "/images/markers/sta_eul/florist.png");
      gicons["bar"] = new GIcon(G_DEFAULT_ICON, "/images/markers/sta_eul/bar.png");
      gicons["bars"] = new GIcon(G_DEFAULT_ICON, "/images/markers/sta_eul/bar.png");
      gicons["police"] = new GIcon(G_DEFAULT_ICON, "/images/markers/sta_eul/police.png");
      gicons["newspaper"] = new GIcon(G_DEFAULT_ICON, "/images/markers/sta_eul/newspaper.png");
      gicons["church"] = new GIcon(G_DEFAULT_ICON, "/images/markers/sta_eul/church.png");
      gicons["bus"] = new GIcon(G_DEFAULT_ICON, "/images/markers/sta_eul/bus.png");
      gicons["dvd"] = new GIcon(G_DEFAULT_ICON, "/images/markers/sta_eul/dvd.png");
      gicons["pharmacia"] = new GIcon(G_DEFAULT_ICON, "/images/markers/sta_eul/pharmacia.png");
      gicons["petrol"] = new GIcon(G_DEFAULT_ICON, "/images/markers/sta_eul/petrol.png");
      gicons["tourismo"] = new GIcon(G_DEFAULT_ICON, "/images/markers/sta_eul/tourismo.png");
      gicons["carpark"] = new GIcon(G_DEFAULT_ICON, "/images/markers/sta_eul/carpark.png");
      gicons["water"] = new GIcon(G_DEFAULT_ICON, "/images/markers/sta_eul/water.png");
      gicons["vets"] = new GIcon(G_DEFAULT_ICON, "/images/markers/sta_eul/vets.png");
      gicons["postbox"] = new GIcon(G_DEFAULT_ICON, "/images/markers/sta_eul/postbox.png");
      gicons["medical"] = new GIcon(G_DEFAULT_ICON, "/images/markers/sta_eul/medical.png");   
      gicons["bakery"] = new GIcon(G_DEFAULT_ICON, "/images/markers/sta_eul/bakery.png");   
    gicons["clubs"] = new GIcon(G_DEFAULT_ICON, "/images/googleicons/clubs.png");   
      gicons["busstop"] = new GIcon(G_DEFAULT_ICON, "/images/markers/bus/busstop.png");
       gicons["phonebox"] = new GIcon(G_DEFAULT_ICON, "/images/markers/sta_eul/phonebox.png");
      gicons["clinic"] = new GIcon(G_DEFAULT_ICON, "/images/markers/sta_eul/clinic.png");
      gicons["internet"] = new GIcon(G_DEFAULT_ICON, "/images/markers/sta_eul/internet.png");
      gicons["townhall"] = new GIcon(G_DEFAULT_ICON, "/images/markers/townhall.png");
      gicons["construction"] = new GIcon(G_DEFAULT_ICON, "/images/markers/construction.png");
      gicons["horse"] = new GIcon(G_DEFAULT_ICON, "/images/markers/horse.png");
      gicons["tower"] = new GIcon(G_DEFAULT_ICON, "/images/markers/tower.png");
      gicons["windmill"] = new GIcon(G_DEFAULT_ICON, "/images/markers/windmill.png");
      gicons["butano"] = new GIcon(G_DEFAULT_ICON, "/images/markers/butano.png");
  


 var baseIcon2 = new GIcon();
     baseIcon2.shadow = "/images/1.gif";
     baseIcon2.iconSize = new GSize(26, 38);
     baseIcon2.shadowSize = new GSize(1, 1);
     baseIcon2.iconAnchor = new GPoint(13, 38);
     baseIcon2.infoWindowAnchor = new GPoint(13, 14);
   gicons["beach"] = new GIcon(baseIcon2, "/images/googleicons/beaches.png");

 var baseIcon3 = new GIcon();
     baseIcon3.shadow = "/images/1.gif";
     baseIcon3.iconSize = new GSize(27, 35);
     baseIcon3.shadowSize = new GSize(1, 1);
     baseIcon3.iconAnchor = new GPoint(19, 35);
     baseIcon3.infoWindowAnchor = new GPoint(13, 14);
   gicons["towns"] = new GIcon(baseIcon3, "/images/googleicons/towns.png");
   gicons["clubs"] = new GIcon(baseIcon3, "/images/googleicons/clubs.png");
   gicons["restaurant"] = new GIcon(baseIcon3, "/images/googleicons/restaurants.png");


 var baseIcon4 = new GIcon();
     baseIcon4.shadow = "/images/1.gif";
     baseIcon4.iconSize = new GSize(48, 52);
     baseIcon4.shadowSize = new GSize(1, 1);
     baseIcon4.iconAnchor = new GPoint(24, 52);
     baseIcon4.infoWindowAnchor = new GPoint(13, 14);
   gicons["cycle"] = new GIcon(baseIcon4, "/images/markers/cycle.png");

 var baseIcon5 = new GIcon();
     baseIcon5.shadow = "/images/1.gif";
     baseIcon5.iconSize = new GSize(35, 33);
     baseIcon5.shadowSize = new GSize(1, 1);
     baseIcon5.iconAnchor = new GPoint(17, 33);
     baseIcon5.infoWindowAnchor = new GPoint(15, 10);
   gicons["agro"] = new GIcon(baseIcon5, "/images/markers/countryhotel.png");

 var baseIcon7 = new GIcon();
     baseIcon7.shadow = "http://www.ibizaa-z.com/images/1.gif";
     baseIcon7.iconSize = new GSize(60, 43);
     baseIcon7.shadowSize = new GSize(1, 1);
     baseIcon7.iconAnchor = new GPoint(42, 43);
     baseIcon7.infoWindowAnchor = new GPoint(50, 14);
   gicons["atzaro"] = new GIcon(baseIcon7, "/images/markers/atzaro.png");



 var baseIcon6 = new GIcon();
     baseIcon6.shadow = "/images/1.gif";
     baseIcon6.iconSize = new GSize(0, 0);
     baseIcon6.shadowSize = new GSize(1, 1);
     baseIcon6.iconAnchor = new GPoint(1, 1);
     baseIcon6.infoWindowAnchor = new GPoint(1, 1);
    gicons["cyclemarker"] = new GIcon(baseIcon6, "/images/1.gif");



function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}