Vathis Volos Agiou Georgiou Antiparou
Βαθύς Βόλος Αγίου Γεωργίου
Vathi Volos Agiou Georgiou Antiparou beach is located in the isnald of Antiparos. This small and secluded beach is the perfect place to escape the crowds and enjoy a relaxing day in the sun. Visitors can enjoy swimming in the crystal-clear waters or exploring the nearby natural beauty.
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([36.97503871, 25.02504679], {icon: customIcon});
marker.bindPopup('
').openPopup();
marker.postId = 582; // add the post ID as a custom property to the marker
map.addLayer(marker);
});