function initialize() { var puntatore1 = L.marker([39.815396, 8.555130]).bindPopup('S\'ENA RRUBIA
Arborea(Oristano)
Sardegna
'),puntatore2 = L.marker([40.25306650040504, 8.520927429199219]).bindPopup('VILLA ASFODELI
Tresnuraghes(Oristano)
Sardegna
'),puntatore3 = L.marker([39.93053755341913, 8.527793884277343]).bindPopup('AQUAE SINIS
Cabras(Oristano)
Sardegna
'),puntatore4 = L.marker([40.29149111294354, 8.479514122009277]).bindPopup('SPORTING HOTEL STELLA MARIS
Bosa(Oristano)
Sardegna
'),puntatore5 = L.marker([40.174967, 8.773511]).bindPopup('NURAGHE RUIU BLUE HOLIDAY BLUE ITALIA
Norbello(Oristano)
Sardegna
'); var cities = L.layerGroup([puntatore1,puntatore2,puntatore3,puntatore4,puntatore5]); 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: [40.174967, 8.773511], zoom: 9, layers: [streets, cities] }); var baseLayers = { "Streets": streets }; var overlays = { "Cities": cities }; L.control.layers(baseLayers, overlays).addTo(map); }