ACTIVE UNDER CONTRACT
$975,000
4 bd   
3 ba  
1 half ba
   3,296 SQFT
9617 VILLAGESMITH WAY
BURKE, VA 22015
ACTIVE
$934,000
4 bd   
3 ba  
1 half ba
   2,602 SQFT
9822 WOLCOTT DR
BURKE, VA 22015
COMING SOON
$935,000
5 bd   
3 ba  
1 half ba
   3,046 SQFT
6208 ORMANDY DR
BURKE, VA 22015
ACTIVE
$945,000
5 bd   
3 ba
   2,875 SQFT
6686 OLD BLACKSMITH DR
BURKE, VA 22015
ACTIVE
$975,000
5 bd   
3 ba  
1 half ba
   2,538 SQFT
9751 IRONMASTER DR
BURKE, VA 22015
ACTIVE UNDER CONTRACT
$940,000
5 bd   
3 ba  
1 half ba
   3,528 SQFT
6622 CRAYFORD ST
BURKE, VA 22015
Database last updated  04/03/2026 03:35 AM
 
For Sale Listings
Find a Home
Minimum Sale Price
Maximum Sale Price
Search powered by
© Bright MLS. All rights reserved.
Listings provided by Bright MLS from various brokers who participate in IDX (Internet Data Exchange). Information deemed reliable but not guaranteed.

MENDENHALL PROPERTIES
CENTURY 21 - NEW MILLENNIUM
5904 Washington Blvd
Arlington, VA 22205
 
Powered by ListingsToGo™
set @lat=38.7758300;set @lon = -77.2862900;set @dist = .7;set @rlon1 = @lon-@dist/abs(cos(radians(@lat))*69);set @rlon2 = @lon+@dist/abs(cos(radians(@lat))*69);set @rlat1 = @lat-(@dist/69);set @rlat2 = @lat+(@dist/69);select st_distance(point(@lon, @lat), thePoint) as distance, ListingID, ListingStatus, LotAreaAcre, LivingArea, ForSale, Longitude, ModificationTimestamp, YearBuilt, Latitude, Subdivision, VirtualTourURL, ListOfficeName, ListingKey, ZipCode, ListPictureURL,ListPicture3URL, FullStreetAddress, StreetName, Beds, BathsFull,BathsHalf, CityName, State, ZipCode, ListPrice, ClosePrice, InternetRemarks, LotAreaAcre from `searchALL` where st_within(thePoint, envelope(linestring(point(@rlon1, @rlat1), point(@rlon2, @rlat2)))) and (ListingStatus LIKE "Active%" or ListingStatus ='COMING SOON') and ForSale='Y' order by distance ASC, st_distance(point(@lon, @lat), thePoint) limit 50;