ACTIVE UNDER CONTRACT
$1,899,990
6 bd   
6 ba  
1 half ba
   5,880 SQFT
23673 AMESFIELD PL
ALDIE, VA 20105
ACTIVE UNDER CONTRACT
$1,325,000
6 bd   
5 ba  
1 half ba
   4,292 SQFT
23623 GLENMALLIE CT
ALDIE, VA 20105
ACTIVE
$2,800,000
7 bd   
7 ba  
1 half ba
   8,206 SQFT
23438 PERRY KNOLL CT
ALDIE, VA 20105
ACTIVE
$1,499,000
7 bd   
5 ba
   5,900 SQFT
40976 MAPLEHURST DR
ALDIE, VA 20105
Database last updated  07/03/2025 10:07 PM
 
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.

THE BILL DAVIS TEAM
CENTURY 21 New Millenium
4437 Brookfield Corporate Drive
Suite 110
Chantilly, VA 20151
Direct:
Copyright © 2022. Bill Davis Team Real Estate
Copyright © 2022. Bill Davis Team Real Estate
 
Powered by ListingsToGo™
set @lat=38.9661300;set @lon = -77.5941700;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;