Ammothines Petrochori
Αμμοθίνες Πετροχώρι
Ammothines Petrochori Messinias is a stunning beach located in the Peloponnese region of Greece. With its crystal clear waters and white sand, it is the perfect spot for a relaxing day in the sun. The beach is surrounded by lush greenery and is a great spot for swimming, sunbathing, and enjoying the stunning views of the surrounding area. Whether you’re looking for a peaceful day of relaxation or an exciting day of adventure, Ammothines Petrochori Messinias is the perfect destination.
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.9787828, 21.6551336], {icon: customIcon});
marker.bindPopup('
').openPopup();
marker.postId = 106; // add the post ID as a custom property to the marker
map.addLayer(marker);
});