Agia Marina Ozias
Αγία Μαρίνα Οζιάς
Nestled on the northern coast of Paxos Island in the Ionian Sea, Agia Marina Ozias stands as a serene haven of natural beauty. Accessible by boat or a scenic hike down a winding footpath, this enchanting beach captivates visitors with its crystalline waters and soft white pebble shoreline, framed by dramatic cliffs. Its secluded cove offers a sense of tranquility and seclusion, making it perfect for those seeking a quiet escape. Adventure awaits with the opportunity for kayaking or canoeing along the rugged coastline, exploring hidden sea caves and secret grottos.
document.addEventListener('DOMContentLoaded', function() {
var map = L.map('map').setView([38.178, 23.939], 6);
L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {
attribution: '© OpenStreetMap for Online Watersports'
}).addTo(map);
// Add geolocation control
L.control.locate().addTo(map);
var customIcon = L.icon({
iconUrl: '/wp-content/uploads/2023/04/style-three-pin-boat-skating.png',
iconSize: [27, 27]
});
var marker = L.marker([39.1818205, 20.20187258], {icon: customIcon});
marker.bindPopup('
').openPopup();
marker.postId = 4760; // add the post ID as a custom property to the marker
map.addLayer(marker);
});