function initialize() { var puntatore1 = L.marker([43.29379379706816, 12.585890293121338]).bindPopup('CASTELLO DI SAN VITTORINO
Gubbio(Perugia)
Umbria
'),puntatore2 = L.marker([43.17950578100244, 12.0188370950317]).bindPopup('BADIACCIA CAMPING VILLAGE
Castiglione del Lago(Perugia)
Umbria
'),puntatore3 = L.marker([42.97989513444763, 12.41194721160889]).bindPopup('F.LLI MARI MAIOLICHE
Deruta(Perugia)
Umbria
'),puntatore4 = L.marker([42.760562, 12.719296]).bindPopup('BICIGRILL
Spoleto(Perugia)
Umbria
'),puntatore5 = L.marker([43.00279544849753, 12.645649909973145]).bindPopup('RESIDENZA ISABELLA
Spello(Perugia)
Umbria
'),puntatore6 = L.marker([43.518034, 12.285532]).bindPopup('SANTA FELICITA  PATERNA
Città di Castello(Perugia)
Umbria
'),puntatore7 = L.marker([43.361640682497644, 12.327387550926232]).bindPopup('HOTEL FORTEBRACCIO
Montone(Perugia)
Umbria
'),puntatore8 = L.marker([43.032467, 12.780045]).bindPopup('CASTELLO DI GALLANO RESORT
Valtopina(Perugia)
Umbria
'); var cities = L.layerGroup([puntatore1,puntatore2,puntatore3,puntatore4,puntatore5,puntatore6,puntatore7,puntatore8]); 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.032467, 12.780045], zoom: 9, layers: [streets, cities] }); var baseLayers = { "Streets": streets }; var overlays = { "Cities": cities }; L.control.layers(baseLayers, overlays).addTo(map); }