COMING SOON
$420,000
3 bd   
2 ba  
1 half ba
   1,774 SQFT
12303 OSPREY LN
CULPEPER, VA 22701
ACTIVE UNDER CONTRACT
$650,000
5 bd   
3 ba  
1 half ba
   3,120 SQFT
19103 EDGEHILL PL
CULPEPER, VA 22701
ACTIVE
$789,500
4 bd   
3 ba  
1 half ba
   4,787 SQFT
19133 JOHN WILLIAM PL
CULPEPER, VA 22701
ACTIVE
$799,900
5 bd   
4 ba  
1 half ba
   5,875 SQFT
11259 PIMLICO CIR
CULPEPER, VA 22701
Database last updated  05/08/2025 02:59 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.4475100;set @lon = -78.0323200;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;