COMING SOON
$1,250,000
5 bd   
4 ba  
1 half ba
   4,922 SQFT
41381 LADYBUG CT
ALDIE, VA 20105
ACTIVE UNDER CONTRACT
$2,150,000
4 bd   
4 ba  
1 half ba
   6,159 SQFT
41635 REVIVAL DR
ASHBURN, VA 20148
ACTIVE UNDER CONTRACT
$459,990
2 bd   
2 ba
   1,570 SQFT
41900 METAMORPHIC SQ #404
ALDIE, VA 20105
ACTIVE
$460,000
3 bd   
2 ba
   1,524 SQFT
24636 WOOLLY MAMMOTH TER #401
ALDIE, VA 20105
Database last updated  10/27/2025 02:58 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.

Mayura Gupte, Principal BrokerĀ®
REALTY2U, INC.
24805 Pinebrook Road, #209
Chantilly, VA 20152
 
Powered by ListingsToGo™
set @lat=38.9439225;set @lon = -77.5657185;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;