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

Rainey Creek Campground

2

Stewart, AK · 8th Avenue

RV Parks
Phone

Dawson Peaks Resort & RV Park

2

Teslin, AK · Alaska Highway

RV Parks
Phone

Kinnikinnick Campground & RV Park

2

Port Edward, AK · 333 Skeena Drive

RV Parks
Phone

Eagle Shadow Campground

2

Hyder, AK · 990 Hyder Avenue

RV Parks
Phone

Homer/Baycrest KOA Holiday

2

Homer, AK · 3425 Sterling Highway

RV Parks
Phone

Mountain Shadow RV Park and Campground

2

Iskut, AK · Mile 255 BC 37

RV Parks
Phone

Continental Divide Lodge RV Park

2

Swift River, AK · Alaska Highway

RV Parks
Phone

Fox Run Lodge and RV Campground

2

Palmer, AK · 4466 South Glenn Highway

RV Parks 27 Sites 💰 Valuation on file
Phone

Bonanza Gold Motel & RV Park

2

Dawson City, AK · 32502 North Klondike Highway

RV Parks
⚠️ Phone

Mendeltna Creek Lodge

2

Mendeltna, AK · Mile 153 Glenn Highway

RV Parks
Phone

Thousand Trails Oakzanita Springs

2

Descanso, CA · 11053 Highway 79

RV Parks 118 Sites 💰 Valuation on file
Phone

Thousand Trails

2

Idyllwild, CA · 24400 Canyon Trail

RV Parks
Phone

Lake Havasu State Park

2

AZ · 699 London Bridge Road

RV Parks
Phone

Banning Stagecoach KOA RV Park and Storage

2

Banning, CA · 1455 San Gorgonio Avenue

RV Parks
⚠️ Phone

San Diego KOA Campground

2

Chula Vista, CA · 111 North 2nd Avenue

RV Parks
Phone

Las Vegas KOA at Sam's Town

2

Las Vegas, NV · 5225 Boulder Highway

RV Parks
Phone

Maycliff Mini Storage and RV Park

2

Las Vegas, NV · 4001 East Sahara Avenue

RV Parks
Phone

Lazy 8 RV Park

2

Yuma, AZ · 3035 West 8th Street

RV Parks
Phone

Gila Mountain RV Park

2

Yuma, AZ · 12325 South Frontage Road

RV Parks 260 Sites 💰 Valuation on file
Phone

Holiday Palms RV Park

2

Quartzsite, AZ · 365 West Main Street

RV Parks
Phone

Hassler's RV Park

2

Quartzsite, AZ · 400 West Main Street

RV Parks
Phone

Crazy Horse Campgrounds

2

Lake Havasu City, AZ · 1534 Beachcomber Boulevard

RV Parks
Phone

La Paz RV Park

2

Quartzsite, AZ · 52301 Century

RV Parks
Phone

CRIT Bluewater RV Park

2

Parker, AZ · 1001 Bluewater Drive

RV Parks
Phone Email

Best Time RV

2

Stanton, CA · 12392 Beach Boulevard

RV Parks
⚠️ Phone

Las Vegas KOA Journey North Section

2

Las Vegas, NV · 4040 South Nellis Boulevard

RV Parks
Phone

Thousand Trails Palm Springs RV Campground

2

Palm Desert, CA · 77500 Varner Road

RV Parks
Phone

Red Bluff KOA Journey

2

Red Bluff, CA · 100 Lake Avenue

RV Parks
Phone

Good Sam RV Park

2

Reno, NV · 1455 West 4th Street

RV Parks
Phone Email

RV Park at Grand Sierra Resort

2

Reno, NV · 2500 East Second Street

RV Parks
⚠️ Phone

Living Springs RV and Lodging

2

Shingletown, CA · 7185 Mill Creek Road

RV Parks 14 Sites 💰 Valuation on file
Phone

KOA Holiday

2

Coleville, CA · 110437 US Highway 395

RV Parks
Phone

Crescent City-Redwoods KOA

2

Crescent City, CA · 4241 Highway 101 N

RV Parks
Phone

Hidden Creek RV Park

2

Trinidad, CA · 199 Westhaven Drive North

RV Parks
Phone

Woodside RV Park & Campground

2

Fort Bragg, CA · 17900 CA-1

RV Parks
Phone

Falcon/Colorado Springs NE KOA Holiday

2

Peyton, CO · 14010 Judge Orr Road

RV Parks
⚠️ Phone

Foot of the Rockies RV Resort

2

Colorado Springs, CO · 53 Resort Point

RV Parks 65 Sites 💰 Valuation on file
Phone

Sand Dunes Recreation Area

2

Hooper, CO · 1191 County Road 63

RV Parks
Phone

Carbondale / Crystal River KOA

2

Carbondale, CO · 7202 CO 133

RV Parks
Phone

Denver East Strasburg KOA Campground

2

Strasburg, CO · 1312 Monroe Street

RV Parks
Phone

La Junta KOA Journey

2

La Junta, CO · 26680 Highway 50

RV Parks 58 Sites 💰 Valuation on file
Phone

KOA Journey Campgrounds

2

Wellington, CO · 4821 Owl Canyon Road

RV Parks
Phone

Yogi Bear's Jellystone Park Larkspur

2

Larkspur, CO · 650 Sky View Lane

RV Parks
Phone

Orlando S.W. / Fort Summit KOA

2

Davenport, FL · 2525 Fort Summit Road

RV Parks
Phone

Encore Vacation Village

2

FL · 6900 Ulmerton Road

RV Parks
Phone

Saint Augustine Beach KOA

2

Saint Augustine, FL · 525 West Pope Road

RV Parks
Phone

Cypress Point RV Park

2

Osteen, FL · 650 Osteen Maytown Road

RV Parks
Phone

Chassahowitzka River Campground

2

Homosassa, FL · 8600 West Miss Maggie Drive

RV Parks 81 Sites 💰 Valuation on file
Phone

Encore Topics

2

Spring Hill, FL · 13063 County Line Road

RV Parks
Phone

Lakeside RV Travel Park

2

Tallahassee, FL · 6401 West Tennessee Street

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