function initialize() { var puntatore1 = L.marker([44.14032637174088, 10.671168565750122]).bindPopup('ALBERGO PRIMULA
Abetone(Pistoia)
Toscana
'),puntatore2 = L.marker([43.86533882580872, 10.826504899706041]).bindPopup('LA CASA NELL\'AIA
Monsummano Terme(Pistoia)
Toscana
'),puntatore3 = L.marker([43.92157530539628, 10.694847106933594]).bindPopup('VILLAGGIO ALB. SAN LORENZO
Pescia(Pistoia)
Toscana
'),puntatore4 = L.marker([44.100899975864145, 10.756645202636718]).bindPopup('HOTEL VILLA PATRIZIA
Cutigliano(Pistoia)
Toscana
'),puntatore5 = L.marker([44.13928694326797, 10.631546974182129]).bindPopup('VAL DI LUCE SPA RESORT
Abetone(Pistoia)
Toscana
'),puntatore6 = L.marker([43.89126898627109, 10.776934280109344]).bindPopup('GRAND HOTEL PANORAMIC
Montecatini Terme(Pistoia)
Toscana
'),puntatore7 = L.marker([43.95012525637657, 10.91964116336817]).bindPopup('VILLA CAPPUGI
Pistoia(Pistoia)
Toscana
'); var cities = L.layerGroup([puntatore1,puntatore2,puntatore3,puntatore4,puntatore5,puntatore6,puntatore7]); 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: [43.95012525637657, 10.91964116336817], zoom: 9, layers: [streets, cities] }); var baseLayers = { "Streets": streets }; var overlays = { "Cities": cities }; L.control.layers(baseLayers, overlays).addTo(map); }