Asteras Vouliagmenis
Αστέρας
steras Vouliagmenis beach is a beautiful beach located in the southern suburbs of Athens. It is a popular destination for both locals and tourists alike, offering a relaxing and luxurious beach experience. The beach is known for its crystal clear waters and sandy shores, which make it a great spot for swimming and sunbathing. There are also several beach bars and restaurants nearby where visitors can enjoy delicious food and drinks while taking in the stunning views of the Saronic Gulf.
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([37.8097158, 23.7733232], {icon: customIcon});
marker.bindPopup('
').openPopup();
marker.postId = 182; // add the post ID as a custom property to the marker
map.addLayer(marker);
});