Akti Leptokarias (Posidon Pallas)
Ακτή Λεπτοκαρυάς (Ποσειδών Παλλάς)
Akti Leptokarias, also known as Posidon Pallas, is a beautiful beach located in the small town of Leptokaria on the eastern coast of Greece. It is a long and wide sandy beach with crystal clear waters and stunning views of the Aegean Sea. The beach is well-organized with sun loungers and umbrellas for rent, and there are several restaurants and cafes nearby. It is a popular destination for swimming and sunbathing, and is also known for its beautiful sunsets.
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([40.04040441, 22.5844171], {icon: customIcon});
marker.bindPopup('
').openPopup();
marker.postId = 84; // add the post ID as a custom property to the marker
map.addLayer(marker);
});