ACTIVE
$55,000
2 bd   
2 ba
14723 NATIONAL DRIVE
CHANTILLY, VA 20151
ACTIVE
$130,000
4 bd   
2 ba
   1,800 SQFT
14726 PAN AM AVE
CHANTILLY, VA 20151
ACTIVE
$120,000
3 bd   
2 ba
   1,352 SQFT
14517 BRANIFF CIRCLE
CHANTILLY, VA 20151
ACTIVE
$474,990
2 bd   
2 ba
   1,162 SQFT
14401 MILK THISTLE LN #341 - EMERALD SEPT
CHANTILLY, VA 20151
Database last updated  05/30/2025 05:02 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.

VA, MD, DC Utilities
VA Links
DC Links
MD Links
Mortgage Calculator
Mayura Gupte, Principal Broker®
REALTY2U, INC.
24805 Pinebrook Road, #209
Chantilly, VA 20152
 
Powered by ListingsToGo™
set @lat=38.8969200;set @lon = -77.4553600;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;