     var gicons = [];
      gicons["default"] = new GIcon(G_DEFAULT_ICON, "/images/marker.png");
      gicons["newspaper"] = new GIcon(G_DEFAULT_ICON, "/images/newspaper.png");
      gicons["internet"] = new GIcon(G_DEFAULT_ICON, "/images/internet.png");
      gicons["trans"] = new GIcon(G_DEFAULT_ICON, "/images/1.gif");
      gicons["accommodation"] = new GIcon(G_DEFAULT_ICON, "/images/hotel.png");
   gicons["restaurants"] = new GIcon(G_DEFAULT_ICON, "/images/restaurants.png");
   gicons["restaurant"] = new GIcon(G_DEFAULT_ICON, "/images/restaurants.png");
      gicons["bar"] = new GIcon(G_DEFAULT_ICON, "/images/bar.png");
      gicons["petrol"] = new GIcon(G_DEFAULT_ICON, "/images/petrol.png");
      gicons["shop"] = new GIcon(G_DEFAULT_ICON, "/images/supermarket.png");

 var baseIcon3 = new GIcon();
     baseIcon3.shadow = "";
     baseIcon3.iconSize = new GSize(27, 35);
     baseIcon3.shadowSize = new GSize(1, 1);
     baseIcon3.iconAnchor = new GPoint(19, 35);
     baseIcon3.infoWindowAnchor = new GPoint(10, 14);
   gicons["clubs"] = new GIcon(baseIcon3, "/images/clubs.png");
   gicons["club"] = new GIcon(baseIcon3, "/images/clubs.png");


