49,013 properties
0 phones
0 emails
0 for sale
8,082 results · Page 92/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:

Geronimo RV Resort

2

Miramar Beach, FL · 75 Arnett Lane

RV Parks 34 Sites 💰 Valuation on file
Phone

Live Oak Landing RV Park

2

Freeport, FL · 229 Pitts Avenue

RV Parks 95 Sites 💰 Valuation on file
⚠️ Phone

Nature Trail Park

2

Miramar Beach, FL · 306 S Geronimo Street

RV Parks 16 Sites 💰 Valuation on file
Phone

DOGWOOD ACRES

2

Chipley, FL · 3320 HARMONY Road

RV Parks 7 Sites 💰 Valuation on file
Phone

Herds Creek Campground

2

Cameron, NC · 205 Herds Creek Trail, Cameron, NC 28326, USA

RV Parks 24 Sites 💰 Valuation on file
Phone

Delhi RV Park

2

Delhi, LA · Highway 17 South (about 3 tenths of a mile from I-20 Look for our sign, Delhi, LA 71232, USA

RV Parks 39 Sites 💰 Valuation on file
Phone

Archway RV Park

3

Jefferson County, KY

RV Parks 42 Sites 💰 Valuation on file
Phone Email

Thunderbird East Zion Riverside RV Park

3

Orderville, UT

RV Parks 12 Sites 💰 Valuation on file
Phone Email

North Branch Conservation Area (cyclists only)

3

McHenry County, IL

RV Parks 7 Sites 💰 Valuation on file
Phone Email

Cheaha State Park (Upper) Campground #1

1B

AL

RV Parks
Phone Email

Garden City RV

1B

AK

RV Parks
Phone Email

Prince Rupert RV

1B

AK

RV Parks
Phone Email

Yukon Motel RV Park

1B 🌐 Multi-Vertical

AK

RV Parks
Phone Email

Malibu Creek Group Camp Site

1B

CA

RV Parks
Phone Email

Malibu Creek Campground

1B

CA

RV Parks
Phone Email

Sundance RV Resort

1B

Earp, CA · 1201 Parker Dam Road

RV Parks
Phone Email

Highland's RV Park

1B

Bishop, CA · 2275 N Sierra Hwy

RV Parks
Phone Email

Kampgrounds of America - Sugarloaf Key / Key West

1B

FL

RV Parks
Phone Email

Oak Lake RV Resort

1B

IL · 5310 East 900 North

RV Parks
Phone Email

Angola / Hogback Lake KOA Holiday

1B

Angola, IN · 5251 US 20

RV Parks 350 Sites 💰 Valuation on file
Phone Email

KOA Journey

1B

KS

RV Parks
⚠️ Phone Email

Kansas State Fairgrounds RV Park

1B

KS

RV Parks
Phone Email

Hickory Grove Lake Campground

1B

Marion County, OH

RV Parks
Phone Email

El Reno West KOA

1B

OK

RV Parks
Phone Email

River Park Campground

1B

Menominee, MI · 1400 5th Avenue

RV Parks
Phone Email

Lakeside RV Resort and Campground

1B

Hawk Junction, MI · 215 Hawk Lake Road North

RV Parks
Phone Email

Ponds RV Park

1B

MI · Mersea 5 Road

RV Parks
Phone Email

Swift Run - Michaux Campsite #24

1B 📋 6 locations

PA

RV Parks
🏢 Corp Email

Parker's RV Park

1B

MO

RV Parks
⚠️ Phone Email

American Creek Campground

1B

Chamberlain, SD

RV Parks 100 Sites 💰 Valuation on file
Phone Email

KOA Holiday

1B

TX

RV Parks
Phone Email

David's RV Park

1B

Pleasanton, TX · 9360 US 281

RV Parks
Phone Email

El Reno West KOA

1B

TX

RV Parks
Phone Email

Thousand Lakes RV Park

1B

Wayne County, UT

RV Parks
⚠️ Phone Email

Vantage Riverstone Resort

1B

Kittitas County, WA

RV Parks 75 Sites 💰 Valuation on file
Phone Email

KOA Van Horn

1B

Van Horn, TX

RV Parks
Phone Email

Yogi Bear's Jellystone Park

1B

MD

RV Parks
Phone Email

Gothenburg KOA Campground

1B

Gothenburg, NE

RV Parks
Phone Email

KOA Campground

1B

Gothenburg, NE

RV Parks
Phone Email

Madison KOA

1B

DeForest, WI

RV Parks
Phone Email

Yogi Bear's Jellystone Park Camp Resort

1B

Fremont, IN

RV Parks
Phone Email

Yogi Bear’s Jellystone Park Camp Resort

1B

Portage, IN

RV Parks
Phone Email

Destiny Dallas/Dallas KOA

1B

Denton, TX

RV Parks
Phone Email

Yogi Bear's Jellystone Park

1B

Bremen, AL

RV Parks
Phone Email

Yogi Bear's Jellystone Park

1B

Asheboro, NC

RV Parks
Phone Email

Panama City Beach KOA

1B

Panama City Beach, FL · 9010 Panama City Beach Parkway

RV Parks 106 Sites 💰 Valuation on file
✓ Owner Owner

Tallahassee East KOA

1B

Monticello, FL · 346 KOA Road

RV Parks 79 Sites 💰 Valuation on file
Phone Owner

Lion Country Safari KOA

1B

Loxahatchee, FL · 2000 Lion Country Safari Road

RV Parks 226 Sites 💰 Valuation on file
✓ Owner Owner

Creek Campground

1B

Whittier, AK

RV Parks
Phone Email

Chicken Creek RV Park

1B

Unorganized Borough, AK

RV Parks
Phone Email
← Prev 92 / 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