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
22 BROADHAVEN DR,  Ponte Vedra,  FL 32081
54
$442,000
$3K
2 beds
2 baths
1,483 SqFt
Single Family Home
244 PALM ISLAND WAY,  Ponte Vedra,  FL 32081
74
$700,000
$25K
3 beds
3 baths
2,230 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) } }); };