Ponte Vedra

Listings

There are no active listings right now, you can subscribe this page to receive alert when new listing hit the market.

RECENT LISTINGS

Please input a valid location in the search bar to view recent listings.
Please input a valid location in the search bar to view recent listings.
};function runPageScript(){ // Map initialization (placeholder until Map block works) document.addEventListener("DOMContentLoaded", function() { const mapContainer = document.querySelector(".map-block"); if (mapContainer && !mapContainer.innerHTML.includes("No Data")) { // Placeholder for Lofty's map API (coordinates 30.2397, -81.3867) console.log("Map loaded at 30.2397, -81.3867"); } else { console.log("Map data unavailable; check Lofty settings."); } }); // Form submission for agent contact document.querySelector("form").addEventListener("submit", function(e) { e.preventDefault(); const name = document.querySelector("input[name='Full Name']").value; const phone = document.querySelector("input[name='Phone']").value; if (name && phone) { alert("Thank you, " + name + "! We’ll contact you at " + phone); // Add AJAX to send to Lofty CMS or email (if supported) } }); };