    function iconBar() {
				var blueIcon = new GIcon(G_DEFAULT_ICON);
				blueIcon.image = "/i/gmaps/bar.gif";
				blueIcon.iconSize = new GSize(18, 20);
				blueIcon.shadowSize = new GSize(0, 0);
				blueIcon.iconAnchor = new GPoint(9, 20);
				blueIcon.infoWindowAnchor = new GPoint(0, 190);
				return blueIcon;
		}
		
		function iconChurch() {
				var blueIcon = new GIcon(G_DEFAULT_ICON);
				blueIcon.image = "/i/gmaps/church.gif";
				blueIcon.iconSize = new GSize(18, 20);
				blueIcon.shadowSize = new GSize(0, 0);
				blueIcon.iconAnchor = new GPoint(9, 20);
				blueIcon.infoWindowAnchor = new GPoint(0, 190);
				return blueIcon;
		}
		
		function iconGallery() {
				var blueIcon = new GIcon(G_DEFAULT_ICON);
				blueIcon.image = "/i/gmaps/gallery.gif";
				blueIcon.iconSize = new GSize(18, 20);
				blueIcon.shadowSize = new GSize(0, 0);
				blueIcon.iconAnchor = new GPoint(9, 20);
				blueIcon.infoWindowAnchor = new GPoint(0, 190);
				return blueIcon;
		}
		
		function iconHotel() {
				var blueIcon = new GIcon(G_DEFAULT_ICON);
				blueIcon.image = "/i/gmaps/hotel.gif";
				blueIcon.iconSize = new GSize(18, 20);
				blueIcon.shadowSize = new GSize(0, 0);
				blueIcon.iconAnchor = new GPoint(9, 20);
				blueIcon.infoWindowAnchor = new GPoint(0, 190);
				return blueIcon;
		}
		
		function iconHotelBig() {
				var blueIcon = new GIcon(G_DEFAULT_ICON);
				blueIcon.image = "/i/gmaps/hotel_big.gif";
				blueIcon.iconSize = new GSize(26, 27);
				blueIcon.shadowSize = new GSize(0, 0);
				blueIcon.iconAnchor = new GPoint(13, 27);
				blueIcon.infoWindowAnchor = new GPoint(0, 190);
				return blueIcon;
		}
		
		function iconLandmark() {
				var blueIcon = new GIcon(G_DEFAULT_ICON);
				blueIcon.image = "/i/gmaps/landmark.gif";
				blueIcon.iconSize = new GSize(18, 20);
				blueIcon.shadowSize = new GSize(0, 0);
				blueIcon.iconAnchor = new GPoint(9, 20);
				blueIcon.infoWindowAnchor = new GPoint(0, 190);
				return blueIcon;
		}
		
		function iconMonument() {
				var blueIcon = new GIcon(G_DEFAULT_ICON);
				blueIcon.image = "/i/gmaps/monument.gif";
				blueIcon.iconSize = new GSize(18, 20);
				blueIcon.shadowSize = new GSize(0, 0);
				blueIcon.iconAnchor = new GPoint(9, 20);
				blueIcon.infoWindowAnchor = new GPoint(0, 190);
				return blueIcon;
		}
		
		function iconMuseum() {
				var blueIcon = new GIcon(G_DEFAULT_ICON);
				blueIcon.image = "/i/gmaps/museum.gif";
				blueIcon.iconSize = new GSize(18, 20);
				blueIcon.shadowSize = new GSize(0, 0);
				blueIcon.iconAnchor = new GPoint(9, 20);
				blueIcon.infoWindowAnchor = new GPoint(0, 190);
				return blueIcon;
		}
		
		function iconPark() {
				var blueIcon = new GIcon(G_DEFAULT_ICON);
				blueIcon.image = "/i/gmaps/park.gif";
				blueIcon.iconSize = new GSize(18, 20);
				blueIcon.shadowSize = new GSize(0, 0);
				blueIcon.iconAnchor = new GPoint(9, 20);
				blueIcon.infoWindowAnchor = new GPoint(0, 190);
				return blueIcon;
		}
		
		function iconRestaurant() {
				var blueIcon = new GIcon(G_DEFAULT_ICON);
				blueIcon.image = "/i/gmaps/restaurant.gif";
				blueIcon.iconSize = new GSize(18, 20);
				blueIcon.shadowSize = new GSize(0, 0);
				blueIcon.iconAnchor = new GPoint(9, 20);
				blueIcon.infoWindowAnchor = new GPoint(0, 190);
				return blueIcon;
		}
		
		function iconTheather() {
				var blueIcon = new GIcon(G_DEFAULT_ICON);
				blueIcon.image = "/i/gmaps/theather.gif";
				blueIcon.iconSize = new GSize(18, 20);
				blueIcon.shadowSize = new GSize(0, 0);
				blueIcon.iconAnchor = new GPoint(9, 20);
				blueIcon.infoWindowAnchor = new GPoint(0, 190);
				return blueIcon;
		}
		
    function iconTopHotel() {
				var blueIcon = new GIcon(G_DEFAULT_ICON);
				blueIcon.image = "/i/gmaps/top_hotel.gif";
				blueIcon.iconSize = new GSize(18, 20);
				blueIcon.shadowSize = new GSize(0, 0);
				blueIcon.iconAnchor = new GPoint(9, 20);
				blueIcon.infoWindowAnchor = new GPoint(0, 190);
				return blueIcon;
		}
		
		function iconTopHotelBig() {
				var blueIcon = new GIcon(G_DEFAULT_ICON);
				blueIcon.image = "/i/gmaps/top_hotel_big.gif";
				blueIcon.iconSize = new GSize(26, 27);
				blueIcon.shadowSize = new GSize(0, 0);
				blueIcon.iconAnchor = new GPoint(13, 27);
				blueIcon.infoWindowAnchor = new GPoint(0, 190);
				return blueIcon;
		}
		
    function iconSelBar() {
				var blueIcon = new GIcon(G_DEFAULT_ICON);
				blueIcon.image = "/i/gmaps/bar_on.gif";
				blueIcon.iconSize = new GSize(18, 20);
				blueIcon.shadowSize = new GSize(0, 0);
				blueIcon.iconAnchor = new GPoint(9, 20);
				blueIcon.infoWindowAnchor = new GPoint(0, 190);
				return blueIcon;
		}
		
		function iconSelChurch() {
				var blueIcon = new GIcon(G_DEFAULT_ICON);
				blueIcon.image = "/i/gmaps/church_on.gif";
				blueIcon.iconSize = new GSize(18, 20);
				blueIcon.shadowSize = new GSize(0, 0);
				blueIcon.iconAnchor = new GPoint(9, 20);
				blueIcon.infoWindowAnchor = new GPoint(0, 190);
				return blueIcon;
		}
		
		function iconSelGallery() {
				var blueIcon = new GIcon(G_DEFAULT_ICON);
				blueIcon.image = "/i/gmaps/gallery_on.gif";
				blueIcon.iconSize = new GSize(18, 20);
				blueIcon.shadowSize = new GSize(0, 0);
				blueIcon.iconAnchor = new GPoint(9, 20);
				blueIcon.infoWindowAnchor = new GPoint(0, 190);
				return blueIcon;
		}
		
		function iconSelLandmark() {
				var blueIcon = new GIcon(G_DEFAULT_ICON);
				blueIcon.image = "/i/gmaps/landmark_on.gif";
				blueIcon.iconSize = new GSize(18, 20);
				blueIcon.shadowSize = new GSize(0, 0);
				blueIcon.iconAnchor = new GPoint(9, 20);
				blueIcon.infoWindowAnchor = new GPoint(0, 190);
				return blueIcon;
		}
		
		function iconSelMonument() {
				var blueIcon = new GIcon(G_DEFAULT_ICON);
				blueIcon.image = "/i/gmaps/monument_on.gif";
				blueIcon.iconSize = new GSize(18, 20);
				blueIcon.shadowSize = new GSize(0, 0);
				blueIcon.iconAnchor = new GPoint(9, 20);
				blueIcon.infoWindowAnchor = new GPoint(0, 190);
				return blueIcon;
		}
		
		function iconSelMuseum() {
				var blueIcon = new GIcon(G_DEFAULT_ICON);
				blueIcon.image = "/i/gmaps/museum_on.gif";
				blueIcon.iconSize = new GSize(18, 20);
				blueIcon.shadowSize = new GSize(0, 0);
				blueIcon.iconAnchor = new GPoint(9, 20);
				blueIcon.infoWindowAnchor = new GPoint(0, 190);
				return blueIcon;
		}
		
		function iconSelPark() {
				var blueIcon = new GIcon(G_DEFAULT_ICON);
				blueIcon.image = "/i/gmaps/park_on.gif";
				blueIcon.iconSize = new GSize(18, 20);
				blueIcon.shadowSize = new GSize(0, 0);
				blueIcon.iconAnchor = new GPoint(9, 20);
				blueIcon.infoWindowAnchor = new GPoint(0, 190);
				return blueIcon;
		}
		
		function iconSelRestaurant() {
				var blueIcon = new GIcon(G_DEFAULT_ICON);
				blueIcon.image = "/i/gmaps/restaurant_on.gif";
				blueIcon.iconSize = new GSize(18, 20);
				blueIcon.shadowSize = new GSize(0, 0);
				blueIcon.iconAnchor = new GPoint(9, 20);
				blueIcon.infoWindowAnchor = new GPoint(0, 190);
				return blueIcon;
		}
		
		function iconSelTheather() {
				var blueIcon = new GIcon(G_DEFAULT_ICON);
				blueIcon.image = "/i/gmaps/theather_on.gif";
				blueIcon.iconSize = new GSize(18, 20);
				blueIcon.shadowSize = new GSize(0, 0);
				blueIcon.iconAnchor = new GPoint(9, 20);
				blueIcon.infoWindowAnchor = new GPoint(0, 190);
				return blueIcon;
		}

