ACTIVE
$2,299,000
4 bd   
3 ba  
1 half ba
   4,023 SQFT
11212 W MONTPELIER RD
GREAT FALLS, VA 22066
COMING SOON
$1,925,000
4 bd   
3 ba  
1 half ba
   2,973 SQFT
11208 W MONTPELIER RD
GREAT FALLS, VA 22066
ACTIVE
$1,699,999
4 bd   
4 ba
   5,682 SQFT
11265 BEACH MILL RD
GREAT FALLS, VA 22066
ACTIVE
$1,970,000
5 bd   
4 ba  
1 half ba
   6,334 SQFT
11200 ELMVIEW PL
GREAT FALLS, VA 22066
ACTIVE UNDER CONTRACT
$1,850,000
5 bd   
5 ba  
1 half ba
   4,854 SQFT
331 CANTERWOOD LN
GREAT FALLS, VA 22066
ACTIVE
$1,799,000
5 bd   
4 ba  
1 half ba
   5,578 SQFT
326 CANTERWOOD LN
GREAT FALLS, VA 22066
Database last updated  06/18/2025 04:21 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=39.0364600;set @lon = -77.3312200;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;