function initialize() { var puntatore1 = L.marker([42.51935076929173, 11.192220264418058]).bindPopup('OASI
Orbetello(Grosseto)
Toscana
'),puntatore2 = L.marker([42.76358696358611, 10.883792638778686]).bindPopup('HOTEL L\'APPRODO
Castiglione della Pescaia(Grosseto)
Toscana
'),puntatore3 = L.marker([42.52054023227352, 11.190876751098585]).bindPopup('PINETA
Orbetello(Grosseto)
Toscana
'),puntatore4 = L.marker([42.527087322981345, 11.188215999755812]).bindPopup('LE PALME
Orbetello(Grosseto)
Toscana
'),puntatore5 = L.marker([42.530376423614655, 11.186198978576613]).bindPopup('GOLFO DEGLI ETRUSCHI
Orbetello(Grosseto)
Toscana
'),puntatore6 = L.marker([42.882976, 11.276127]).bindPopup('ALBERGO DIFFUSO CAMPAGNATICO
Campagnatico(Grosseto)
Toscana
'),puntatore7 = L.marker([42.90891446341883, 10.850372314453125]).bindPopup('BORGO ETRUSCO
Scarlino(Grosseto)
Toscana
'),puntatore8 = L.marker([42.736548, 11.062789]).bindPopup('CASALI LA PRINCIPINA
Grosseto(Grosseto)
Toscana
'),puntatore9 = L.marker([42.562453028457114, 11.16137981414795]).bindPopup('RESIDENCE TALAMONE
Orbetello(Grosseto)
Toscana
'),puntatore10 = L.marker([42.446014614964774, 11.457691541938743]).bindPopup('LOCANDA ROSSA
Capalbio(Grosseto)
Toscana
'),puntatore11 = L.marker([42.43397313528817, 11.138420104980469]).bindPopup('HOTEL BAIA D\'ARGENTO
Monte Argentario(Grosseto)
Toscana
'),puntatore12 = L.marker([42.77777914846909, 11.123356819152832]).bindPopup('HOTEL GRANDUCA
Grosseto(Grosseto)
Toscana
'),puntatore13 = L.marker([42.59062598912378, 11.533069610595703]).bindPopup('L\'ANTICA SOSTA AGRITURISMO
Manciano(Grosseto)
Toscana
'),puntatore14 = L.marker([42.738271, 11.065202]).bindPopup('FATTORIA LA PRINCIPINA
Grosseto(Grosseto)
Toscana
'),puntatore15 = L.marker([43.050325122830735, 10.894145965576172]).bindPopup('TENUTA IL CICALINO
Massa Marittima(Grosseto)
Toscana
'),puntatore16 = L.marker([42.994713, 11.002756]).bindPopup('CASTEANI
Gavorrano(Grosseto)
Toscana
'),puntatore17 = L.marker([42.638902, 11.133545]).bindPopup('IL DUCHESCO
Grosseto(Grosseto)
Toscana
'),puntatore18 = L.marker([42.7698013670592, 10.852282047271729]).bindPopup('RIVA DEL SOLE SPA
Castiglione della Pescaia(Grosseto)
Toscana
'),puntatore19 = L.marker([42.9452164916769, 10.713086128234863]).bindPopup('BORGO VALMARINA
Follonica(Grosseto)
Toscana
'),puntatore20 = L.marker([42.728056, 11.092764]).bindPopup('FATTORIA SAN LORENZO
Grosseto(Grosseto)
Toscana
'),puntatore21 = L.marker([42.52880109351751, 11.18749794907359]).bindPopup('AFRICA
Orbetello(Grosseto)
Toscana
'),puntatore22 = L.marker([42.722107843260666, 10.97796144607537]).bindPopup('TERME MARINE LEOPOLDO II
Grosseto(Grosseto)
Toscana
'),puntatore23 = L.marker([42.67150167143074, 11.50661335044856]).bindPopup('AGRITURISMO FONTENUOVA IL CASALE
Manciano(Grosseto)
Toscana
'),puntatore24 = L.marker([42.649871, 11.510848]).bindPopup('LE CASCATELLE
Manciano(Grosseto)
Toscana
'),puntatore25 = L.marker([42.810607585374235, 10.924181002960268]).bindPopup('AGRITURISMO LA LUCIANA
Castiglione della Pescaia(Grosseto)
Toscana
'),puntatore26 = L.marker([42.779599, 10.801372]).bindPopup('CAMPING VILLAGE ROCCHETTE
Castiglione della Pescaia(Grosseto)
Toscana
'),puntatore27 = L.marker([42.777051, 10.810029]).bindPopup('CAMPING VILLAGE SANTAPOMATA
Castiglione della Pescaia(Grosseto)
Toscana
'),puntatore28 = L.marker([42.774493, 10.843626]).bindPopup('MAREMMA SANS SOUCI
Castiglione della Pescaia(Grosseto)
Toscana
'),puntatore29 = L.marker([42.868813, 11.323446]).bindPopup('COLLEMASSARI HOSPITALITY
Cinigiano(Grosseto)
Toscana
'); var cities = L.layerGroup([puntatore1,puntatore2,puntatore3,puntatore4,puntatore5,puntatore6,puntatore7,puntatore8,puntatore9,puntatore10,puntatore11,puntatore12,puntatore13,puntatore14,puntatore15,puntatore16,puntatore17,puntatore18,puntatore19,puntatore20,puntatore21,puntatore22,puntatore23,puntatore24,puntatore25,puntatore26,puntatore27,puntatore28,puntatore29]); 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: [42.868813, 11.323446], zoom: 9, layers: [streets, cities] }); var baseLayers = { "Streets": streets }; var overlays = { "Cities": cities }; L.control.layers(baseLayers, overlays).addTo(map); }