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

Image
Address
Sold Price
Sold Date
Configuration
Property Type
267 BAY LK DR,  Ponte Vedra,  FL 32081
1
$475,000
$40K
2 beds
2 baths
1,784 SqFt
Single Family Home
224 CLATTER BRIDGE RD,  Ponte Vedra,  FL 32081
73
$1,800,000
$450K
4 beds
4 baths
2,749 SqFt
Single Family Home
Unlock 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) } }); };