function initialize() { var puntatore1 = L.marker([46.40709420362972, 11.144979270804596]).bindPopup('PAOLINO
Cavareno(Trento)
Trentino Alto Adige
'),puntatore2 = L.marker([45.889892409535115, 11.04224681854248]).bindPopup('OSTELLO DI ROVERETO
Rovereto(Trento)
Trentino Alto Adige
'),puntatore3 = L.marker([46.35261512930026, 10.914058685302734]).bindPopup('LIBERTY HOTEL MALE\'
Malè(Trento)
Trentino Alto Adige
'),puntatore4 = L.marker([45.99554547592768, 11.266651153564453]).bindPopup('ALBERGO RISTORANTE GILDA
Caldonazzo(Trento)
Trentino Alto Adige
'),puntatore5 = L.marker([45.910764423270265, 10.899875164031982]).bindPopup('PARK HOTEL IL VIGNETO
Riva del Garda(Trento)
Trentino Alto Adige
'),puntatore6 = L.marker([46.00444274424737, 11.243196301574699]).bindPopup('ENERGY HOTEL
Calceranica al Lago(Trento)
Trentino Alto Adige
'),puntatore7 = L.marker([46.354296, 11.492415]).bindPopup('DOLOMITI
Varena(Trento)
Trentino Alto Adige
'); 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: [46.354296, 11.492415], zoom: 9, layers: [streets, cities] }); var baseLayers = { "Streets": streets }; var overlays = { "Cities": cities }; L.control.layers(baseLayers, overlays).addTo(map); }