Westbury, NY

Property Details

Westbury, NY
(In- Progress)

Description

Property Details:

4 Bedrooms 2.5 Bathrooms 1,400 sq ft split level home 6,000 Sq ft lot

After Renovations:
We are going to knock down this property and rebuild a center hall colonial home from the ground up. It will include 5 bedrooms, 5.5 bathrooms, and a fully finished basement with over 4,500 sq ft in living space. It will include high-end features and designs. If you are looking to live in the heart of Salisbury call us today!

Description: 

We recently purchased an inherited property in Westbury, NY from someone
looking for a fast and straightforward sale. With no one living in the home and the burden of managing an empty property, they needed a quick, cash solution without the hassle of showings, repairs, or realtor fees. At Legacy Home Development Group, we specialize in helping families in situations just like this—offering fair cash offers and handling the entire process with care and efficiency. This is exactly why we do what we do—to make difficult transitions easier for homeowners.

 

Inquire About This Property

function waitForPopupAndInitAutocomplete() { const observer = new MutationObserver(() => { const popup = document.querySelector('.pum-active'); // Adjust selector if needed if (popup) { console.log('✅ Popup opened:', popup); // Try finding the label const labels = Array.from(popup.querySelectorAll('label')); const targetLabel = labels.find(label => label.textContent.trim().toLowerCase().includes('property address') ); if (!targetLabel) { console.warn('❌ Label "Property Address" not found.'); return; } // Find the associated input using `for` attribute or proximity let addressInput = null; const forAttr = targetLabel.getAttribute('for'); if (forAttr) { addressInput = popup.querySelector(`#${forAttr}`); } else { addressInput = targetLabel.closest('div')?.querySelector('input'); } if (addressInput) { console.log('🏷️ Found input for label "Property Address":', addressInput); const autocomplete = new google.maps.places.Autocomplete(addressInput, { types: ['geocode'], componentRestrictions: { country: 'us' } }); console.log('📍 Google Places autocomplete initialized.'); observer.disconnect(); // Stop observing after success } else { console.warn('❌ Could not find associated input for "Property Address".'); } } }); observer.observe(document.body, { childList: true, subtree: true }); } waitForPopupAndInitAutocomplete();