     var gicons = [];
      gicons["default"] = new GIcon(G_DEFAULT_ICON, "1.gif");
      gicons["internet"] = new GIcon(G_DEFAULT_ICON, "internet.png");
      gicons["trans"] = new GIcon(G_DEFAULT_ICON, "1.gif");
      gicons["hotel"] = new GIcon(G_DEFAULT_ICON, "hotel.png");
      gicons["bar"] = new GIcon(G_DEFAULT_ICON, "bar.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, "clubs.png");
   gicons["club"] = new GIcon(baseIcon3, "clubs.png");
      gicons["restaurants"] = new GIcon(baseIcon3, "restaurants.png");
   gicons["restaurant"] = new GIcon(baseIcon3, "restaurants.png");

