ACTIVE UNDER CONTRACT
$1,650,000
3 bd   
2 ba  
2 half ba
   4,183 SQFT
10100 WINDING BROOK LN
VIENNA, VA 22182
ACTIVE UNDER CONTRACT
$1,650,000
10100 WINDING BROOK LN
VIENNA, VA 22182
ACTIVE UNDER CONTRACT
$2,285,000
5 bd   
5 ba  
1 half ba
   6,766 SQFT
1427 WYNHURST LN
VIENNA, VA 22182
ACTIVE UNDER CONTRACT
$3,389,500
6 bd   
6 ba  
2 half ba
   9,653 SQFT
1339 BEULAH RD
VIENNA, VA 22182
ACTIVE
$3,799,500
7 bd   
7 ba  
1 half ba
   10,470 SQFT
1337 BEULAH RD
VIENNA, VA 22182
ACTIVE
$1,499,000
5 bd   
3 ba  
2 half ba
   4,295 SQFT
1517 TUBA CT
VIENNA, VA 22182
Database last updated  05/27/2025 02:36 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.

Melissa Comi
CENTURY 21 New Millennium
4437 Brookfield Corporate Dr #110
Chantilly, VA 20151
 
Powered by ListingsToGo™
set @lat=38.9461100;set @lon = -77.2859400;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;