ACTIVE
$2,495,000
7 bd   
6 ba  
1 half ba
   10,287 SQFT
10605 RIVERS BEND CT
POTOMAC, MD 20854
ACTIVE
$1,940,000
6 bd   
5 ba
   6,109 SQFT
10900 TARA RD
POTOMAC, MD 20854
ACTIVE
$4,000,000
7 bd   
9 ba  
1 half ba
   11,575 SQFT
11940 RIVER RD
POTOMAC, MD 20854
ACTIVE
$3,995,000
7 bd   
8 ba  
3 half ba
   11,575 SQFT
11940 RIVER RD
POTOMAC, MD 20854
ACTIVE
$1,950,000
12000 RIVER RD
POTOMAC, MD 20854
Database last updated  04/03/2026 03:35 AM
 
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.0348400;set @lon = -77.2368700;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;