document.addEventListener("DOMContentLoaded", function () { function updatePropertyTitle() { // Select the target h2 element inside the lp-title-group const titleElement = document.querySelector(".lp-title-group h2.lp-h2.title"); if (titleElement) { // Extract the location from the URL path const path = window.location.pathname; const locationMatch = path.match(/\/neighborhoods\/([^/]+)/); if (locationMatch && locationMatch[1]) { // Format the location name (replace hyphens and capitalize words) const location = locationMatch[1] .replace(/-/g, " ") // Replace hyphens with spaces .replace(/\b\w/g, (char) => char.toUpperCase()); // Capitalize each word // Update the content of the h2 element titleElement.textContent = `Property Listings in ${location}`; } } } // Run the function to update the title updatePropertyTitle(); // Use MutationObserver to watch for changes if the content is dynamically loaded const observer = new MutationObserver(updatePropertyTitle); observer.observe(document.body, { childList: true, subtree: true }); });

How much is your home worth?

  • Instant property valuation
  • Expert advice
  • Sell for more
main

WHAT'S YOUR PROPERTY WORTH?

Home valuations give you valuable knowledge that can help you plan for the future and make smart decisions. It’s good practice to stay informed about how much equity you have in your home and how much you may be able to borrow against it or sell it for. 

Our tool provides a more robust, accurate assessment than you’ll get from the major real estate portals. For the most precise valuation, reach out to discuss a customized Comparative Market Analysis or an appraisal.

Find Your Dream Home

Home Search

HOW IS A VALUATION PERFORMED?

Two Accurate Ways to Perform Home Valuations

WHY IS A VALUATION IMPORTANT?

Situations When a Home Valuation May Be Necessary

Follow Us on Instagram