// JScript File
/*
 * Google MAP jQuery interface
 * Copyright (c) 2009  Oliver Astrologo
 * Dual licensed under MIT and GPL.
 * @author  Oliver Astrologo
 * @version 1.1
 */

var yellowIcon = new GIcon();
yellowIcon.image = "/images-new/gmaps-icons/marker_giallo.png";
yellowIcon.iconSize = new GSize(32, 40);
yellowIcon.shadow = "/images-new/gmaps-icons/shadow-marker.png";
yellowIcon.shadowSize = new GSize(53.0, 40.0);
yellowIcon.iconAnchor = new GPoint(16, 32);
yellowIcon.infoWindowAnchor = new GPoint(16, 0);
var greenIcon = new GIcon();
greenIcon.image = "/images-new/gmaps-icons/marker_verde.png";
greenIcon.iconSize = new GSize(32, 40);
greenIcon.shadow = "/images-new/gmaps-icons/shadow-marker.png";
greenIcon.shadowSize = new GSize(53.0, 40.0);
greenIcon.iconAnchor = new GPoint(16, 32);
greenIcon.infoWindowAnchor = new GPoint(16, 0);
var redIcon = new GIcon();
redIcon.image = "/images-new/gmaps-icons/marker_rosso.png";
redIcon.iconSize = new GSize(32, 40);
redIcon.shadow = "/images-new/gmaps-icons/shadow-marker_rosso.png";
redIcon.shadowSize = new GSize(53.0, 40.0);
redIcon.iconAnchor = new GPoint(16, 32);
redIcon.infoWindowAnchor = new GPoint(16, 0);
var photoIcon = new GIcon();
photoIcon.image = "/images-new/gmaps-icons/marker_foto.png";
photoIcon.iconSize = new GSize(32, 40);
photoIcon.shadow = "/images-new/gmaps-icons/shadow-marker.png";
photoIcon.shadowSize = new GSize(53.0, 40.0);
photoIcon.iconAnchor = new GPoint(16, 32);
photoIcon.infoWindowAnchor = new GPoint(16, 0);
var orangeIcon = new GIcon();
orangeIcon.image = "/images-new/gmaps-icons/marker_arancione.png";
orangeIcon.iconSize = new GSize(32, 40);
orangeIcon.shadow = "/images-new/gmaps-icons/shadow-marker.png";
orangeIcon.shadowSize = new GSize(53.0, 40.0);
orangeIcon.iconAnchor = new GPoint(16, 32);
orangeIcon.infoWindowAnchor = new GPoint(16, 0);
var bluIcon = new GIcon();
bluIcon.image = "/images-new/gmaps-icons/marker_blu.png";
bluIcon.iconSize = new GSize(32, 40);
bluIcon.shadow = "/images-new/gmaps-icons/shadow-marker.png";
bluIcon.shadowSize = new GSize(53.0, 40.0);
bluIcon.iconAnchor = new GPoint(16, 32);
bluIcon.infoWindowAnchor = new GPoint(16, 0);
var infoIcon = new GIcon();
infoIcon.image = "/images-new/gmaps-icons/marker-infopoint.png";
infoIcon.iconSize = new GSize(38, 38);
infoIcon.iconAnchor = new GPoint(19, 38);
infoIcon.infoWindowAnchor = new GPoint(19, 10);
var mobileGreenIcon = new GIcon();
mobileGreenIcon.image = "/images-new/gmaps-icons/mobili-1.png";
mobileGreenIcon.iconSize = new GSize(32, 32);
mobileGreenIcon.iconAnchor = new GPoint(16, 32);
mobileGreenIcon.infoWindowAnchor = new GPoint(9, 9);
mobileGreenIcon.shadow = "/images-new/gmaps-icons/shadow-mobili.png";
mobileGreenIcon.shadowSize = new GSize(49.0, 32.0);
var mobileBlueIcon = new GIcon();
mobileBlueIcon.image = "/images-new/gmaps-icons/mobili-2.png";
mobileBlueIcon.iconSize = new GSize(32,32);
mobileBlueIcon.iconAnchor = new GPoint(16, 32);
mobileBlueIcon.infoWindowAnchor = new GPoint(9,9);
mobileBlueIcon.shadow = "/images-new/gmaps-icons/shadow-mobili.png";
mobileBlueIcon.shadowSize = new GSize(49.0, 32.0);
var mobileRedIcon = new GIcon();
mobileRedIcon.image = "/images-new/gmaps-icons/mobili-3.png";
mobileRedIcon.iconSize = new GSize(32,32);
mobileRedIcon.iconAnchor = new GPoint(16, 32);
mobileRedIcon.infoWindowAnchor = new GPoint(9,9);
mobileRedIcon.shadow = "/images-new/gmaps-icons/shadow-mobili.png";
mobileRedIcon.shadowSize = new GSize(49.0, 32.0);
var mobileYellowIcon = new GIcon();
mobileYellowIcon.image = "/images-new/gmaps-icons/mobili-4.png";
mobileYellowIcon.iconSize = new GSize(32,32);
mobileYellowIcon.iconAnchor = new GPoint(16, 32);
mobileYellowIcon.infoWindowAnchor = new GPoint(9,9);
mobileYellowIcon.shadow = "/images-new/gmaps-icons/shadow-mobili.png";
mobileYellowIcon.shadowSize = new GSize(49.0, 32.0);
var mobileViolaIcon = new GIcon();
mobileViolaIcon.image = "/images-new/gmaps-icons/mobili-5.png";
mobileViolaIcon.iconSize = new GSize(32,32);
mobileViolaIcon.iconAnchor = new GPoint(16, 32);
mobileViolaIcon.infoWindowAnchor = new GPoint(9,9);
mobileViolaIcon.shadow = "/images-new/gmaps-icons/shadow-mobili.png";
mobileViolaIcon.shadowSize = new GSize(49.0, 32.0);
var mobileAzzurroIcon = new GIcon();
mobileAzzurroIcon.image = "/images-new/gmaps-icons/mobili-6.png";
mobileAzzurroIcon.iconSize = new GSize(32,32);
mobileAzzurroIcon.iconAnchor = new GPoint(16, 32);
mobileAzzurroIcon.infoWindowAnchor = new GPoint(9,9);
mobileAzzurroIcon.shadow = "/images-new/gmaps-icons/shadow-mobili.png";
mobileAzzurroIcon.shadowSize = new GSize(49.0, 32.0);

var icons = [];
icons[0] = redIcon;
icons[1] = yellowIcon;
icons[2] = greenIcon;
icons[4] = photoIcon;
icons[5] = bluIcon;
icons[6] = orangeIcon;
icons[9] = infoIcon;
icons[11] = mobileYellowIcon;
icons[12] = mobileBlueIcon;
icons[13] = mobileGreenIcon;
icons[14] = mobileAzzurroIcon;
icons[15] = mobileViolaIcon;
icons[16] = mobileRedIcon;