Potamos Epanomis
Ποταμός
Akti Siamo is a long and sandy beach located on the northeastern coast of Greece, near the village of Salonikiou. The beach is well-organized with sun loungers and umbrellas for rent, and offers crystal clear waters and beautiful views of the Aegean Sea. Fewer people come to this northeastern part of Sithonia, so it is easy to get some quite time on this beach.
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.381405, 22.927308], {icon: customIcon});
marker.bindPopup('
').openPopup();
marker.postId = 88; // add the post ID as a custom property to the marker
map.addLayer(marker);
});