var map;
var baseIcon = new GIcon();
baseIcon.shadow = "http://www.google.com/mapfiles/shadow50.png";
baseIcon.iconSize=new GSize(22,32);
baseIcon.shadowSize=new GSize(56,32);
baseIcon.iconAnchor=new GPoint(11,32);
baseIcon.infoWindowAnchor=new GPoint(11,0);
baseIcon.infoShadowAnchor = new GPoint(12, 25);
var smallIcon = new GIcon();
smallIcon.iconSize=new GSize(17,20);
smallIcon.iconAnchor=new GPoint(8,10);
smallIcon.infoWindowAnchor=new GPoint(8,0);
var medIcon = new GIcon();
medIcon.iconSize=new GSize(22,32);
medIcon.iconAnchor=new GPoint(11,16);
medIcon.infoWindowAnchor=new GPoint(11,0);
// Default Icons
var myicon = new GIcon(smallIcon, "http://www.portale-hotel.com/img/googlemap/marker/hotel_std.png", null, "");
var myicon_selected = new GIcon(medIcon, "http://www.portale-hotel.com/img/googlemap/marker/selected.png", null, "");
var myiconzona = new GIcon(smallIcon, "http://www.portale-hotel.com/img/googlemap/marker/pdi.png", null, "");
var myiconpdi = new GIcon(smallIcon, "http://www.portale-hotel.com/img/googlemap/marker/pdi.png", null, "");
var myiconristo_bar = new GIcon(smallIcon, "http://www.portale-hotel.com/img/googlemap/marker/ristoranti.png", null, "");
var legenda = '';
myicon_tip = new Array();
myicon_zona = new Array();
myicon_pdi = new Array();
myicon_tip[1] = new GIcon(smallIcon, "http://www.portale-hotel.com/img/googlemap/marker/hotel_std.png", null, "");
legenda += '

Hotel
';
myicon_tip[2] = new GIcon(smallIcon, "http://www.portale-hotel.com/img/googlemap/marker/hotel_std.png", null, "");
legenda += '
Residence
';
myicon_tip[3] = new GIcon(smallIcon, "http://www.portale-hotel.com/img/googlemap/marker/case.png", null, "");
legenda += '
Appartamenti
';
myicon_tip[4] = new GIcon(smallIcon, "http://www.portale-hotel.com/img/googlemap/marker/agriturismo.png", null, "");
legenda += '
Agriturismo
';
myicon_tip[5] = new GIcon(smallIcon, "http://www.portale-hotel.com/img/googlemap/marker/bb.png", null, "");
legenda += '
Bed & Breakfast
';
myicon_tip[6] = new GIcon(smallIcon, "http://www.portale-hotel.com/img/googlemap/marker/camping.png", null, "");
legenda += '
Camping
';
myicon_tip[16] = new GIcon(smallIcon, "http://www.portale-hotel.com/img/googlemap/marker/case.png", null, "");
legenda += '
Case vacanza
';
myicon_zona[1] = new GIcon(smallIcon, "http://www.portale-hotel.com/img/googlemap/marker/1.png", null, "");
legenda += '
Parchi Tematici
';
myicon_pdi[5] = new GIcon(smallIcon, "http://www.portale-hotel.com/img/googlemap/marker/monumenti.png", null, "");
legenda += '
Monumenti
';
myicon_pdi[6] = new GIcon(smallIcon, "http://www.portale-hotel.com/img/googlemap/marker/spiagge.png", null, "");
legenda += '
Spiagge
';
myicon_pdi[8] = new GIcon(smallIcon, "http://www.portale-hotel.com/img/googlemap/marker/terme.png", null, "");
legenda += '
Terme
';
myicon_pdi[9] = new GIcon(smallIcon, "http://www.portale-hotel.com/img/googlemap/marker/porti-turistici.png", null, "");
legenda += '
Porti turistici
';
myicon_pdi[10] = new GIcon(smallIcon, "http://www.portale-hotel.com/img/googlemap/marker/stabilimenti-balneari.png", null, "");
legenda += '
Stabilimenti balneari
';
myicon_pdi[12] = new GIcon(smallIcon, "http://www.portale-hotel.com/img/googlemap/marker/parchi-tematici.png", null, "");
legenda += '
Parchi tematici
';
myicon_pdi[13] = new GIcon(smallIcon, "http://www.portale-hotel.com/img/googlemap/marker/parchi-meccanici.png", null, "");
legenda += '
Parchi meccanici
';
myicon_pdi[16] = new GIcon(smallIcon, "http://www.portale-hotel.com/img/googlemap/marker/musei.png", null, "");
legenda += '
Musei
';
myicon_pdi[17] = new GIcon(smallIcon, "http://www.portale-hotel.com/img/googlemap/marker/rocche-e-castelli.png", null, "");
legenda += '
Rocche e Castelli
';
myicon_pdi[21] = new GIcon(smallIcon, "http://www.portale-hotel.com/img/googlemap/marker/ristoranti.png", null, "");
legenda += '
Ristoranti
';
myicon_pdi[22] = new GIcon(smallIcon, "http://www.portale-hotel.com/img/googlemap/marker/pizzerie.png", null, "");
legenda += '
Pizzerie
';
myicon_pdi[23] = new GIcon(smallIcon, "http://www.portale-hotel.com/img/googlemap/marker/bar-e-caffe.png", null, "");
legenda += '
Bar e Caffè
';
myicon_pdi[24] = new GIcon(smallIcon, "http://www.portale-hotel.com/img/googlemap/marker/cantine.png", null, "");
legenda += '
Cantine
';