function initialize() { var puntatore1 = L.marker([41.005921, 15.380013]).bindPopup('DOMUS ROMULEA
Bisaccia(Avellino)
Campania
'),puntatore2 = L.marker([40.03582823134168, 15.306428760681115]).bindPopup('VILLAGGIO ARCO NATURALE CLUB
Centola(Salerno)
Campania
'),puntatore3 = L.marker([40.000071, 15.368649]).bindPopup('MACINELLE
Camerota(Salerno)
Campania
'),puntatore4 = L.marker([40.03556957170009, 15.309720095214857]).bindPopup('MARBELLA CLUB
Centola(Salerno)
Campania
'),puntatore5 = L.marker([40.818572603013884, 15.236889907338588]).bindPopup('GERARDO DI MASI
Caposele(Avellino)
Campania
'); 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.818572603013884, 15.236889907338588], zoom: 7, layers: [streets, cities] }); var baseLayers = { "Streets": streets }; var overlays = { "Cities": cities }; L.control.layers(baseLayers, overlays).addTo(map); }