49,013 properties
0 phones
0 emails
0 for sale
8,082 results · Page 108/162
All (49,013) Self-Storage (6,315) Mobile Home Parks (7,982) Car Washes (7,857) Laundromats (5,362) RV Parks (8,082) Marinas (3,500) Budget Motels (9,891) Mailbox / Pack & Ship (24)
Map:

Paradise Valley Campground

2

Cleveland, GA · 1000 Paradise Valley Road

RV Parks
Phone

Cathead Creek Ranch & RV Park

2

Townsend, GA · 1288 Cox Road Southwest

RV Parks
Phone

Grassy Key RV Park & Resort

2

Grass Key, FL · 58671 Overseas Highway

RV Parks 39 Sites 💰 Valuation on file
Phone Email

Bluewater Key - A Luxury RV Resort

2

Key West, FL · 2950 Overseas Highway

RV Parks
Phone

Lion Country Safari KOA Campground

2

Loxahatchee, FL · 2000 Lion Country Safari Road

RV Parks
Phone

Sunshine Key RV Resort and Marina

2

Big Pine Key, FL · 38801 Overseas Highway

RV Parks
⚠️ Phone Email

Encore Fort Myers Beach

2

Fort Myers, FL · 16299 San Carlos Boulevard

RV Parks
Phone

Fox Den RV & Campground

2

West Yellowstone, MT · 637 Highway 20 West

RV Parks 47 Sites 💰 Valuation on file
Phone

Liberty Lake RV Campground

2

Liberty Lake, WA · 22751 East Appleway Avenue

RV Parks
Phone

Legacy Fields RV Park

2

Filer, ID · 21236 US-30

RV Parks
Phone

Lava Hot Springs KOA

2

Lava Hot Springs, ID · 100 Bristol Park Lane

RV Parks
Phone

Riverfront RV Park

2

Garrison, MT · 115 Riverfront Lane

RV Parks 67 Sites 💰 Valuation on file
Phone

2 Bar Lazy H RV Campground

2

Rocker, MT · 122015 West Browns Gulch Road

RV Parks
Phone

Heyburn Riverside RV Park

2

Heyburn, ID · 1175 7th Street

RV Parks 29 Sites 💰 Valuation on file
Phone Email

KOA Holiday

2

Lena, IL · 10982 US 20

RV Parks
Phone

Whitetail Bluff Camp & Resort

2

Cassville, WI · 8973 Irish Ridge Road

RV Parks
Phone

West Omaha / NE Lincoln KOA Holiday

2

Gretna, NE · 14601 Highway 6

RV Parks 90 Sites 💰 Valuation on file
Phone

Riverside RV Camp & Storage

2

Ashland, IA · 1215 Highway 6

RV Parks
Phone

Wranglers Campground

2

Golden Pond, KY · 5100 Laura Furnace Road

RV Parks
Phone

Richmond KOA

2

Richmond, IN · 3101 Cart Road

RV Parks
Phone

Bozarth Campground and Recreational Resort

2

Lagro, IN · 7309 East 400 South

RV Parks
Phone

KOA Holiday

2

Middlebury, IN · 52867 IN 13

RV Parks
Phone

Batesville KOA

2

Batesville, IN · 7234 East State Road 46

RV Parks
Phone

Yellowstone Valley Inn

2

Cody, WY · 3324 Yellowstone Highway

RV Parks
⚠️ Phone

Peter D's

2

Sheridan, WY · 1105 Joe Street

RV Parks
⚠️ Phone

Big Timber / Greycliff Mill KOA Journey

2

Big Timber, MT · 693 Old US Highway 10

RV Parks
Phone

Dodge City KOA

2

Dodge City, KS · 701 Park Street

RV Parks
Phone

Lawrence KOA Holiday

2

Lawrence, KS · 1473 US 40

RV Parks
Phone

Hitchin' Post RV Park

2

Yoder, KS · 3415 Switzer Road

RV Parks 20 Sites 💰 Valuation on file
Phone

Yogi On The Lake Jellystone Park

2

Pelahatchie, LA · 143 Campground Road

RV Parks
Phone Email

Maxey Care RV Park

2

Morganza, LA · 641 LA-1, Morganza, LA 70759

RV Parks 36 Sites 💰 Valuation on file
Phone

Lafayette KOA

2

Scott, LA · 537 Apollo Road

RV Parks
Phone

Lee Estates RV Park

2

Natchez, MS · 91 Old U.S. 84

RV Parks
Phone

KOA Holiday

2

Gulfport, MS · 14031 US 49

RV Parks
Phone

Cooling Springs RV Resort

2

Lake Charles, LA · 5501 US Highway 90

RV Parks 39 Sites 💰 Valuation on file
Phone

Oak Hollow Campground

2

NC · 3415 North Centennial Street

RV Parks
Phone

KOA Journey

2

Newport, NC · 240 Koa Lane

RV Parks
Phone

Yogi Bear's Jellystone Park at Daddy Joe's

2

Tabor City, NC · 626 Richard Wright Road

RV Parks 212 Sites 💰 Valuation on file
Phone Email

Lumberton / I-95 KOA Journey

2

Lumberton, NC · 465 Kenric Drive

RV Parks 102 Sites 💰 Valuation on file
Phone

Holiday Trav-L-Park Resort

2

Emerald Isle, NC · 9102 Coast Guard Road

RV Parks
Phone

Fayetteville RV Resort and Cottages

2

Wade, NC · 6250 Wade-Stedman Road

RV Parks
Phone Email

Wood Creek RV Park

2

Sneads Ferry, NC · 2201 Sneads Ferry Road

RV Parks
Phone Email

Country Girls RV Park

2

Bryson City, NC · 1367 Hyatt Creek Road

RV Parks
Phone

Outer Banks West/Currituck Sound KOA Holiday

2

Coinjock, NC · 1631 Waterlily Road

RV Parks
Phone

Douglas Headwater Campground

2

NC · 1680 Boat Launch Road

RV Parks
Phone

Riverside RV Park & Campground

2

ME · 1318 Rue Principale

RV Parks
Phone

Wild Acres

2

Old Orchard Beach, ME · 179 Saco Avenue

RV Parks
⚠️ Phone

Camping des Aulnaies

2

ME · 1399 Route de la Seigneurie

RV Parks
Phone

Camping Saint-Basile

2

ME · 14411 Route 144

RV Parks
Phone Email

Augusta / Gardiner KOA Journey

2

Richmond, ME · 30 Mallard Drive

RV Parks
Phone
← Prev 108 / 162 Next →
// Heat map modes // mapPoints format: [id, lat, lon, category, valuation, data_score, motivated_score] let heatLayer = null; let circleLayer = null; let currentMode = 'markers'; function clearOverlays() { if (heatLayer) { map.removeLayer(heatLayer); heatLayer = null; } if (circleLayer) { map.removeLayer(circleLayer); circleLayer = null; } } function setMapMode(mode) { currentMode = mode; clearOverlays(); // Update button states document.querySelectorAll('.map-mode-btn').forEach(b => b.classList.remove('active')); document.getElementById('btn-' + mode).classList.add('active'); if (mode === 'markers') { markers.addTo(map); return; } map.removeLayer(markers); if (mode === 'density') { // Pure density heatmap const pts = mapPoints.filter(p => p[1] && p[2]).map(p => [p[1], p[2], 1]); heatLayer = L.heatLayer(pts, {radius: 20, blur: 15, maxZoom: 10, max: 5, gradient: {0.2: '#ffffb2', 0.4: '#fd8d3c', 0.6: '#f03b20', 0.8: '#bd0026', 1: '#800026'} }).addTo(map); } else if (mode === 'valuation') { // Circle markers colored by valuation circleLayer = L.layerGroup(); const maxVal = Math.max(...mapPoints.map(p => p[4]).filter(v => v > 0)) || 1; mapPoints.filter(p => p[1] && p[2] && p[4] > 0).forEach(p => { const ratio = Math.min(p[4] / maxVal, 1); const r = Math.round(ratio * 255); const g = Math.round((1 - ratio) * 200); const color = `rgb(${r}, ${g}, 50)`; const radius = 4 + ratio * 10; L.circleMarker([p[1], p[2]], { radius: radius, fillColor: color, color: '#fff', weight: 1, fillOpacity: 0.7 }).bindPopup(`$${(p[4]/1000).toFixed(0)}K`).addTo(circleLayer); }); circleLayer.addTo(map); } else if (mode === 'quality') { // Circle markers colored by data_score circleLayer = L.layerGroup(); mapPoints.filter(p => p[1] && p[2]).forEach(p => { const score = p[5] || 0; const ratio = score / 10; // Green = high, Red = low const r = Math.round((1 - ratio) * 255); const g = Math.round(ratio * 200); const color = `rgb(${r}, ${g}, 50)`; L.circleMarker([p[1], p[2]], { radius: 3 + ratio * 5, fillColor: color, color: '#fff', weight: 0.5, fillOpacity: 0.6 }).addTo(circleLayer); }); circleLayer.addTo(map); } else if (mode === 'motivated') { // Heat map weighted by motivated score const pts = mapPoints.filter(p => p[1] && p[2] && p[6] > 0).map(p => [p[1], p[2], p[6] / 100]); heatLayer = L.heatLayer(pts, {radius: 25, blur: 20, maxZoom: 10, max: 1, gradient: {0.2: '#fff7bc', 0.4: '#fec44f', 0.6: '#fe9929', 0.8: '#d95f0e', 1: '#993404'} }).addTo(map); } }
🔒
Unlock owner contacts for 55,000+ properties
Get Access