Why am I seeing this ad?

Bruce Meyer, Real Estate Broker

Real Estate Broker

Upgrade this listing

Website | (630) 220-9297
24034 Lockport St, Plainfield, IL 60544, USA

Opening Hours:
Monday: 9:00 AM – 7:00 PM
Tuesday: 9:00 AM – 7:00 PM
Wednesday: 9:00 AM – 7:00 PM
Thursday: 9:00 AM – 7:00 PM
Friday: 9:00 AM – 7:00 PM
Saturday: 10:00 AM – 5:00 PM
Sunday: Closed


Area Served:
Within 4 miles (6.4km) of 24034 Lockport St, Plainfield, IL 60544, USA
Get more exposure


brown and white concrete house under blue sky during daytimeAs your Realtor, Bruce is a professional that will work with your best interests in mind.  He will provide guidance and information you need for informed decisions about your real estate investments whether buying, selling, or relocating out of state. With a professional background as a licensed Architect and as a proud member of Coldwell Banker Real Estate Group, he will provide you with a complete real estate review, combining his knowledge of architecture and Realtor services.  Ultimately, his goal is to serve you with integrity and outstanding service, as he strives to exceed your expectations. He firmly believes that listening and understanding his clients is essential, so you are represented in the best possible way. Above all, he is there to help, and values the trust clients put in him to help guide you through your real estate sale or purchase. He is dedicated to providing you with the professional service and personal attention that will make your real estate experience successful!

34+ years of experience in problem solving his clients' needs from determining the need/problem, searching for and narrowing down the best options, working with clients to determine the best direction and using tools/knowledge to execute a solution. You will experience proven processes intended to provide optimal results.

Aggressive Marketing / Competitive Commission Rates / Free Home Evaluations   

Contact him for a free consultation. When you meet, he will listen to gain an understanding about your goals, he will review the current market and discuss your options. If your decision leads you to buying or selling, he can review with you his proven multi-point plan to sell your home for the best price, or he can discuss his 10-step process to find the home that best suits your needs.

Market Activity, May 2024 - Market Activity For Plainfield, IL Sold Listings

132

111 last month

New Listings

179

142 last month

Homes On Market

182

165 last month

Avg Days On Market

38

71 last month

Market activity for the last month. Contact me to learn more about your specific neighborhood.

Market Watch Learn about the market conditions in your price range below County Select County Cook, ILDuPage, ILKane, ILWill, IL

Current Activity Click below to view

2738 New Listings (past 30 days) 120 Open Houses

1339 Price Reductions (past 30 days) It's a Seller's Market Seller's Market Buyer's Market 0.7 months of supply Seller's Market There is not enough market data to give an accurate calculation. Get a detailed estimate of your home's value using our AVM tool. Active Listings $200-250K 425 listings Avg. Days on Market $200-250K 56 days Closed Sales $200-250K 692 May 2024 Get a free detailed Market Report of your home Get a complete Market Report

months of supply"); // supplyList.find('li.active-supply').first().html(monthsOfSupply + " months of supply"); // animateNewDecimalValue(jQuery('#months-of-supply'), monthsOfSupply);

// // Determine market type // var marketType = ""; // if (monthsOfSupply <= 6) // marketType = "Seller's"; // else if (monthsOfSupply > 6 && monthsOfSupply < 8) // marketType = "Neutral"; // else // marketType = "Buyer's"; // // jQuery('#market-type').text("It's a "+marketType+" Market");

// // Fill in either sellers or buyers market bar // supplyListElements.first().removeClass("active-title"); // supplyListElements.last().removeClass("active-title"); // if (marketType === "Buyer's") // supplyListElements.last().addClass("active-title"); // else if (marketType === "Seller's") // supplyListElements.first().addClass("active-title"); //

// } else // jQuery('div.supply-chart-wrapper').hide(); // jQuery('.market-graph').find('.months-of-supply').hide(); // jQuery('.market-graph').find('.sellers-buyers').hide(); // jQuery('#market-type').text("Market Data Not Available"); // jQuery('#no-market-data').show(); //

var monthsOfSupply = json.summary.MonthsOfSupply; if (monthsOfSupply > 0) jQuery('#no-market-data').hide(); jQuery('#supply_gauge').show(); jQuery('.market-graph').find('.months-of-supply').show(); jQuery('.market-graph').find('.sellers-market-label').show(); jQuery('.market-graph').find('.buyers-market-label').show(); jQuery('.market-graph').find('.sellers-buyers').show();

animateNewDecimalValue(jQuery('#months-of-supply'), monthsOfSupply); if (monthsOfSupply > 15) gauge.set(15); else gauge.set(monthsOfSupply);

var marketType = ""; if (monthsOfSupply <= 6) marketType = "Seller's"; else if (monthsOfSupply > 6 && monthsOfSupply < 8) marketType = "Neutral"; else marketType = "Buyer's"; jQuery('#market-type').text("It's a "+marketType+" Market"); else jQuery('#supply_gauge').hide(); jQuery('.market-graph').find('.months-of-supply').hide(); jQuery('.market-graph').find('.sellers-market-label').hide(); jQuery('.market-graph').find('.buyers-market-label').hide(); jQuery('.market-graph').find('.sellers-buyers').hide(); jQuery('#market-type').text("Market Data Not Available"); jQuery('#no-market-data').show();

if (includeCurrentActivity) animateNewValue(jQuery('#new-count'), json.summary.NewListings); animateNewValue(jQuery('#open-count'), json.summary.OpenHouses); animateNewValue(jQuery('#reduction-count'), json.summary.PriceReductions);

animateNewValue(jQuery('#active-count'), json.summary.ActiveListings); animateNewValue(jQuery('#days-count'), json.summary.AvgDaysOnMarket); animateNewValue(jQuery('#sold-count'), json.summary.SoldListings); } else console.error("Invalid JSON response"); });

// Update the price range text if (rangeMax < 100000000) jQuery('.price-range').text("$" + (rangeMin / 1000) + "-" + (rangeMax / 1000) + "K"); else jQuery('.price-range').text("$" + (rangeMin / 1000) + "K+"); }

function initMarketSlider()

/*var monthsOfSupply = parseFloat(jQuery('input[name="months_of_supply"]').val()); if (monthsOfSupply > 0) jQuery('#no-market-data').hide(); jQuery('div.supply-chart-wrapper').show(); jQuery('.market-graph').find('.months-of-supply').show(); jQuery('.market-graph').find('.sellers-buyers').show(); else jQuery('div.supply-chart-wrapper').hide(); jQuery('.market-graph').find('.months-of-supply').hide(); jQuery('.market-graph').find('.sellers-buyers').hide(); jQuery('#market-type').text("Market Data Not Available"); jQuery('#no-market-data').show(); */

var monthsOfSupply = parseFloat(jQuery('#months-of-supply').text()); var target = document.getElementById('supply_gauge'); // Our canvas element var gauge = new Gauge(target).setOptions( angle: 0, // The span of the gauge arc lineWidth: 0.3, // The line thickness radiusScale: 1, // Relative radius pointer: length: .59, // Relative to gauge radius strokeWidth: .015, // The thickness color: '#000' // Fill color , limitMax: false, // If false, max value increases automatically if value > maxValue limitMin: false, // If true, the min value of the gauge will be fixed colorStart: jQuery('#months-of-supply').css('background-color'), // Colors colorStop: jQuery('#months-of-supply').css('background-color'), // Just experiment with them strokeColor: '#e5e5e5', // To see which ones work best for you generateGradient: true, highDpiSupport: true, // High resolution support ); // Create gauge! gauge.maxValue = 15; // Set max gauge value gauge.setMinValue(0); // Prefer setter over gauge.minValue = 0 gauge.animationSpeed = 32; // Set animation speed (32 is default value)

gauge.set(monthsOfSupply); // Set actual value

if (monthsOfSupply > 0) jQuery('#no-market-data').hide(); jQuery('#supply_gauge').show(); jQuery('.market-graph').find('.months-of-supply').show(); jQuery('.market-graph').find('.sellers-market-label').show(); jQuery('.market-graph').find('.buyers-market-label').show(); jQuery('.market-graph').find('.sellers-buyers').show();

if (monthsOfSupply > 15) gauge.set(15); else gauge.set(monthsOfSupply); else jQuery('#supply_gauge').hide(); jQuery('.market-graph').find('.months-of-supply').hide(); jQuery('.market-graph').find('.sellers-buyers').hide(); jQuery('.market-graph').find('.sellers-market-label').hide(); jQuery('.market-graph').find('.buyers-market-label').hide(); jQuery('#market-type').text("Market Data Not Available"); jQuery('#no-market-data').show();

if (jQuery("#stat-county").length > 0) jQuery('#stat-county').on('change', function() updateMarketValues(gauge, true); );

if (jQuery("#price-slider").length > 0) var sliderValues = [100000, 150000, 200000, 250000, 300000, 500000, 750000, 1000000]; var sliderTips = ["0-100K", "100-150K", "150-200K", "200-250K", "250-300K", "300-500K", "500-750K", "750K+"]; var sliderLabels = ["", "", "", "", "", "", "", ""]; jQuery("#price-slider").slider( value: 3, // array index of onload selected default value on slider, for example, 45000 in same array will be selected as default on load min: 0, // the values will be from 0 to array length-1 max: sliderValues.length - 1, // the max length, slider will snap until this point in equal width increments animate: true,

slide: function( event, ui ) if (sliderValues[ui.value] == 100000) jQuery('#priceMin').val(0); jQuery('#priceMax').val(100000); else if (sliderValues[ui.value] == 150000) jQuery('#priceMin').val(100000); jQuery('#priceMax').val(150000); else if (sliderValues[ui.value] == 200000) jQuery('#priceMin').val(150000); jQuery('#priceMax').val(200000); else if (sliderValues[ui.value] == 250000) jQuery('#priceMin').val(200000); jQuery('#priceMax').val(250000); else if (sliderValues[ui.value] == 300000) jQuery('#priceMin').val(250000); jQuery('#priceMax').val(300000); else if (sliderValues[ui.value] == 500000) jQuery('#priceMin').val(300000); jQuery('#priceMax').val(500000); else if (sliderValues[ui.value] == 750000) jQuery('#priceMin').val(500000); jQuery('#priceMax').val(750000); else if (sliderValues[ui.value] == 1000000) jQuery('#priceMin').val(750000); jQuery('#priceMax').val(100000000);

updateMarketValues(gauge); ).slider("pips", rest: "label", labels: sliderLabels ).slider("float", labels: sliderTips );

document.addEventListener('DOMContentLoaded', function() initMarketSlider(); );

Trust    Service    Guidance

Google Rating: 5.0 out of 5 stars (1 total ratings)

Ann Banti
5 Star
Bruce Meyer recently assisted me with the sale of my home in Elburn, IL and I found him to be very pleasant to work with. He cares about his clients and keeps their best interests in mind. Bruce is very personable, an efficient communicator, and exhibits professionalism and integrity. I had the highest level of confidence in him to sell my home as he is very conscientious, shows great attention to detail, and walked me through every step of the home selling process. Bruce is very knowledgeable of the current market trends and did extensive market research specific to this local area, actively marketed my home bringing qualified buyers, and had my home under contract while still on the PLN. Working with Bruce made for a stress free home selling experience and I highly recommend him.
Monday 7th August 2023