ACTIVE
$575,000
3 bd   
2 ba
6907 LAKES EDGE WAY
MINERAL, VA 23117
ACTIVE
$400,000
15908(A) DAYS BRIDGE RD
MINERAL, VA 23117
ACTIVE
$729,900
5 bd   
3 ba  
1 half ba
   4,200 SQFT
15404 CEDAR HILL DR
MINERAL, VA 23117
Database last updated  11/10/2024 02:39 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.

Olga Gribanova, RealtorĀ®, Principal Broker
Grove One Properties, L.L.C.
6424 Kalmia Street
Springfield, VA 22150
 
Powered by ListingsToGo™
set @lat=38.1475200;set @lon = -77.8771600;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;