fbpx
Your search results

AVM Result Page

Property Street View

Change Address

Your Home Estimate*

Estimated Sale Price Range

Sell Your Home With Resilient Realty

Sell your home with Resilient Realty for expert guidance and personalized service from experienced professionals.

Sales History from 1970 for

Greg Peters

Principal Realtor & Partner; General Contractor
Member of: WRA; NAR

Proceeds Calculator

Estimate your take-home proceeds from selling your home

Estimated Proceeds

$0

Est. Take Home

RealEstimateSM: $0

Estimated Mortgage Balance: $0

Selling Costs: $0

Repairs: $0

This calculator provides an estimate only and is not intended to replace advice from a real estate professional.

Property Location Map

Compare Listings

document.addEventListener('DOMContentLoaded', function() { // Function to get query parameters function getQueryParam(param) { const urlParams = new URLSearchParams(window.location.search); return urlParams.get(param); } // Get the value of the 'value' query parameter var homeEstimate = getQueryParam('value') || 0; // Default to 0 if not found // Format the number with commas using toLocaleString var formattedHomeEstimate = parseFloat(homeEstimate).toLocaleString(); // Find the element with ID 'home-estimate' and replace its content var homeEstimateElement = document.getElementById('home-estimate'); if (homeEstimateElement) { homeEstimateElement.innerHTML = "$" + formattedHomeEstimate; } });