var tsmgmap=false; function initTSMGMAP() { tsmgmap = new TosomMap({ id : "tsmgmap" , center : [45.4374, 12.332176], zoom : 17, minZoom : 10, maxZoom : 20, mapType : "roadmap", poi : false, controls : {"wheel":false,"streetView":false,"fullscreen":false}, markers :[ { pos:[45.436451, 12.331176],title:'Ca\' Angeli - Venezia',icon:'http://www.caangeli.it/images/gmap_marker.png' }, { pos:[45.438033, 12.335994],title:"Rialto Bridge",icon:'http://www.caangeli.it/images/gmap_marker_rialto.png' } ] }); };