     var gicons = [];
      gicons["default"] = new GIcon(G_DEFAULT_ICON, "1.gif");
      gicons["newspaper"] = new GIcon(G_DEFAULT_ICON, "newspaper.png");
      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");


 var baseIcon2 = new GIcon();
     baseIcon2.shadow = "";
     baseIcon2.iconSize = new GSize(40, 37);
     baseIcon2.shadowSize = new GSize(1, 1);
     baseIcon2.iconAnchor = new GPoint(0, 37);
     baseIcon2.infoWindowAnchor = new GPoint(20, 14);

      gicons["villas"] = new GIcon(baseIcon2, "villas.png");
   gicons["apt"] = new GIcon(baseIcon2, "apt.png");
   
    var baseIcon1 = new GIcon();
     baseIcon1.shadow = "";
     baseIcon1.iconSize = new GSize(80, 25);
     baseIcon1.shadowSize = new GSize(1, 1);
     baseIcon1.iconAnchor = new GPoint(0, 37);
     baseIcon1.infoWindowAnchor = new GPoint(20, 14);
   gicons["boat"] = new GIcon(baseIcon1, "speedboat.png");
   
    var baseIcon4 = new GIcon();
     baseIcon4.shadow = "";
     baseIcon4.iconSize = new GSize(40, 37);
     baseIcon4.shadowSize = new GSize(1, 1);
     baseIcon4.iconAnchor = new GPoint(0, 37);
     baseIcon4.infoWindowAnchor = new GPoint(20, 14);
   gicons["hummer"] = new GIcon(baseIcon4, "images/hummer.jpg");
