Drepanou
Δρεπάνι
Drepanou beach is a picturesque beach located on the northern coast of the Peloponnese peninsula, The long and sandy Drepanou beach is a popular destination for visitors looking to enjoy the sun, sea, and sand in a peaceful and scenic setting. Surrounded by olive groves and green hills, the beach offers a tranquil atmosphere and clear blue waters, making it ideal for swimming and sunbathing. Along the shore, there are several tavernas and cafes where you can taste local delicacies and enjoy a refreshing drink while admiring the stunning views of the Ionian Sea.
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([38.33834037, 21.86110848], {icon: customIcon});
marker.bindPopup('
').openPopup();
marker.postId = 177; // add the post ID as a custom property to the marker
map.addLayer(marker);
});