function initialize() { var puntatore1 = L.marker([45.725071810885574, 12.253854274749756]).bindPopup('HOLIDAY LA MARCA
Villorba(Treviso)
Veneto
'),puntatore2 = L.marker([45.48562046686088, 12.217440605163574]).bindPopup('PARK HOTEL AI PINI
Venezia(Venezia)
Veneto
'),puntatore3 = L.marker([45.443217, 10.972945]).bindPopup('MIGLIORANZI ANTONIO
Verona(Verona)
Veneto
'),puntatore4 = L.marker([45.439053100002944, 10.988839999990851]).bindPopup('CARRERA HOME VR
Verona(Verona)
Veneto
'),puntatore5 = L.marker([45.483429011393355, 12.233123523310528]).bindPopup('ANDA VENICE
Venezia(Venezia)
Veneto
'),puntatore6 = L.marker([45.658037, 12.245441]).bindPopup('RESIDENCE PALAZZO BRANDO
Treviso(Treviso)
Veneto
'),puntatore7 = L.marker([46.543559, 12.131641]).bindPopup('SPORT HOTEL CORTINA
Cortina d\'Ampezzo(Belluno)
Veneto
'),puntatore8 = L.marker([45.62733415423001, 12.375712394714355]).bindPopup('CASTELLO DI RONCADE
Roncade(Treviso)
Veneto
'),puntatore9 = L.marker([45.481590293525116, 11.842895894165054]).bindPopup('HOTEL VALBRENTA
Limena(Padova)
Veneto
'),puntatore10 = L.marker([45.666830582637665, 12.2407865524292]).bindPopup('MAISON MATILDA
Treviso(Treviso)
Veneto
'),puntatore11 = L.marker([45.43855595787232, 10.722130251007115]).bindPopup('KAIROS GARDA HOTEL
Castelnuovo del Garda(Verona)
Veneto
'),puntatore12 = L.marker([45.480044, 12.572433]).bindPopup('GARDEN PARADISO
Cavallino Treporti(Venezia)
Veneto
'),puntatore13 = L.marker([45.212781, 12.294807]).bindPopup('BRISTOL
Chioggia(Venezia)
Veneto
'),puntatore14 = L.marker([45.49087800223866, 12.580434679985046]).bindPopup('GARNÌ DA VITO
Iesolo(Venezia)
Veneto
'),puntatore15 = L.marker([45.775305913000494, 12.837867736816406]).bindPopup('HOTEL SPESSOTTO
Portogruaro(Venezia)
Veneto
'),puntatore16 = L.marker([45.938675, 11.936065]).bindPopup('SOLAGNA
Quero(Belluno)
Veneto
'),puntatore17 = L.marker([45.437914039199185, 12.205193765888652]).bindPopup('PALLADIO
Venezia(Venezia)
Veneto
'),puntatore18 = L.marker([45.342358, 11.947642]).bindPopup('LA POSA DEGLI AGRI
Polverara(Padova)
Veneto
'),puntatore19 = L.marker([45.438463, 12.319580]).bindPopup('SANTA CHIARA
Venezia(Venezia)
Veneto
'),puntatore20 = L.marker([45.487228, 12.299206]).bindPopup('HOTEL ANTONY
Venezia(Venezia)
Veneto
'),puntatore21 = L.marker([45.39059956698004, 11.802785633540168]).bindPopup('PIROGA PADOVA GS
Selvazzano Dentro(Padova)
Veneto
'),puntatore22 = L.marker([45.42471422821025, 10.70989969934841]).bindPopup('ACTIVE HOTEL PARADISO E GOLF
Peschiera del Garda(Verona)
Veneto
'); var cities = L.layerGroup([puntatore1,puntatore2,puntatore3,puntatore4,puntatore5,puntatore6,puntatore7,puntatore8,puntatore9,puntatore10,puntatore11,puntatore12,puntatore13,puntatore14,puntatore15,puntatore16,puntatore17,puntatore18,puntatore19,puntatore20,puntatore21,puntatore22]); var mbAttr = 'Map data © OpenStreetMap contributors, ' + 'CC-BY-SA, ' + 'Imagery © Mapbox', mbUrl = 'https://api.mapbox.com/styles/v1/{id}/tiles/{z}/{x}/{y}?access_token=pk.eyJ1IjoibWFwYm94IiwiYSI6ImNpejY4NXVycTA2emYycXBndHRqcmZ3N3gifQ.rJcFIG214AriISLbB6B5aw'; var streets = L.tileLayer(mbUrl, {id: 'mapbox/streets-v11', tileSize: 512, zoomOffset: -1, attribution: mbAttr}); var map = L.map('mappabasso', { center: [45.42471422821025, 10.70989969934841], zoom: 7, layers: [streets, cities] }); var baseLayers = { "Streets": streets }; var overlays = { "Cities": cities }; L.control.layers(baseLayers, overlays).addTo(map); }