var baseIcon = [];
var smallIcon;
smallIcon = new GIcon();
smallIcon.iconSize = new GSize(20, 20);
smallIcon.iconAnchor = new GPoint(20, 10);
smallIcon.infoWindowAnchor = new GPoint(5, 1); 

// Apartments
baseIcon[1] = new GIcon(smallIcon);
baseIcon[1].image = "http://www.easycasa.com/components/com_alberghi/images/icons/apartments.png";

// Villas & Houses
baseIcon[2] = new GIcon(smallIcon);
baseIcon[2].image = "http://www.easycasa.com/components/com_alberghi/images/icons/villasandhouses.png";

baseIcon[3] = new GIcon(smallIcon);
baseIcon[3].image = "http://www.easycasa.com/components/com_alberghi/images/icons/default.png";

baseIcon[4] = new GIcon(smallIcon);
baseIcon[4].image = "http://www.easycasa.com/components/com_alberghi/images/icons/default.png";

baseIcon[5] = new GIcon(smallIcon);
baseIcon[5].image = "http://www.easycasa.com/components/com_alberghi/images/icons/default.png";

baseIcon[6] = new GIcon(smallIcon);
baseIcon[6].image = "http://www.easycasa.com/components/com_alberghi/images/icons/default.png";

baseIcon[7] = new GIcon(smallIcon);
baseIcon[7].image = "http://www.easycasa.com/components/com_alberghi/images/icons/default.png";

baseIcon[8] = new GIcon(smallIcon);
baseIcon[8].image = "http://www.easycasa.com/components/com_alberghi/images/icons/default.png";

baseIcon[9] = new GIcon(smallIcon);
baseIcon[9].image = "http://www.easycasa.com/components/com_alberghi/images/icons/default.png";

baseIcon[10] = new GIcon(smallIcon);
baseIcon[10].image = "http://www.easycasa.com/components/com_alberghi/images/icons/default.png";

