Scopri le emozioni uniche di una vacanza in Norvegia, tra natura incontaminata, città affascinanti e avventure indimenticabili in ogni stagione.
document.addEventListener("DOMContentLoaded", function () { var map = L.map('contentmap_6946ea6baf995'); L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', { attribution: '© OpenStreetMap contributors' }).addTo(map); var markers = L.featureGroup(); var marker = L.marker([59.912345838695806, 10.750777433342598]).bindPopup(``); markers.addLayer(marker); marker.on('popupopen', function(e) { map.panTo(e.popup._latlng, { animate: true }); }); if (markers.getLayers().length > 0) { map.fitBounds(markers.getBounds()); } else { map.setView([28, -15], 6); } markers.addTo(map); });