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

KOA Great Falls

2

Great Falls, ID

RV Parks
Phone

St Mary/East Glacier KOA Holiday

2

Saint Mary, ID

RV Parks
⚠️ Phone

Twin Falls / Jerome KOA

2

Jerome, ID

RV Parks
Phone

Montpelier Creek KOA Journey

2

Montpelier, ID

RV Parks
Phone

Camp Three Forks

2

Broadwater County, ID

RV Parks
Phone

Flathead River RV Resort

2

Polson, ID

RV Parks
Phone

Sedlmayer's

2

Spirit Lake, ID

RV Parks
Phone

Yellowstone Lakeside RV Park

2

Rigby, ID

RV Parks
Phone

Heart of Glacier RV Park & Cabins

2

Saint Mary, ID

RV Parks
Phone

Pull Through, Full Hookup 50AMP

2

Butte, ID

RV Parks
Phone

Northern American RV Park & Yurt Village

2

Coram, ID

RV Parks
Phone

Trailside Rv & Bicycle Park

2

Council, ID · 407 South Hornet Creek Street

RV Parks
Phone

Budget Rv Park

2

Chubbuck, ID · 4613 Yellowstone Ave #7, Chubbuck, ID 83202, USA

RV Parks
Phone

Park It RV Storage - Pocatello "A Home For Your Toys"

2

Pocatello, ID · 3770 Philbin Rd, Pocatello, ID 83201, USA

RV Parks
Phone

Pocatello Mobile Homes

2

Pocatello, ID · 363 &, 427 W Griffith Rd, Pocatello, ID 83201, USA

RV Parks
Phone

High Desert RV Park

2

Twin Falls, ID · 221 Addison Ave W, Twin Falls, ID 83301, USA

RV Parks
Phone

Sky Lane Mobile home park

2

Twin Falls, ID · 198 S Hills Rd, Twin Falls, ID 83301, USA

RV Parks
Phone

Fairview Community LLC & RV Park

2

Lewiston, ID · 3526 11th St, Lewiston, ID 83501, USA

RV Parks
Phone

East 5 Points Trailer Court

2

Twin Falls, ID · 171 Blue Lakes Blvd S, Twin Falls, ID 83301, USA

RV Parks
Phone

Lonesomehurst Campground

3

West Yellowstone, ID

RV Parks 27 Sites 💰 Valuation on file

Outback Mobile Home Settlement

2

Whitefish, ID

RV Parks
Phone

Hunters RV Park And Mobile Home Community

2

Anaconda, ID

RV Parks
Phone

Fort Limhi RV Park

2 🔥 MOTIVATED FOR SALE

Salmon, ID

RV Parks 20 Sites 💰 Valuation on file
Phone

River Park RV Park

2

Mackay, ID

RV Parks
Phone

Bitterroot Family Campground

2

Hamilton, ID

RV Parks
Phone

Hi-Dee-Ho RV Park

2

Ponderay, ID

RV Parks
Phone

Saltzman's RV Park

2

Townsend, ID

RV Parks
Phone

Turah RV park

2

Clinton, ID

RV Parks
Phone

McCammon RV Park

2

McCammon, ID

RV Parks 37 Sites 💰 Valuation on file
Phone

Travel America Park

2

Sagle, ID

RV Parks
Phone

Round Lake State Park Campground

3

Sagle, ID · 1880 Dufort Road

RV Parks
Phone Email

City of Sandpoint RV Park

3

Sandpoint, ID · 54 Bridge Street

RV Parks

KOA Journey

3

Meridian, ID · 184 West Pennwood Street

RV Parks

Scenic Meadows RV and Tent Park

3

ID · 59781 Wallowa Lake Highway

RV Parks
Phone

Oasis on the Snake

3

ID

RV Parks

Missoula KOA Holiday

3

ID

RV Parks

Suntree RV Park

3

Post Falls, ID · 350 North Idahline Road

RV Parks
Phone

Pullman RV Park

3

ID

RV Parks
Phone Email

Murph's RV Park

3

Yellowpine, ID · 420 Murphs Avenue

RV Parks
Phone Email

High Country

3

Pocatello, ID · 37, 4200 Philbin Rd #111, Pocatello, ID 83202, USA

RV Parks
Phone Email

Dynasty Court

3

Pocatello, ID · 326 W Griffith Rd, Pocatello, ID 83201, USA

RV Parks
Phone Email

Shoshone Falls RV Parking

3

Kimberly, ID · Kimberly, ID 83341, USA

RV Parks
Phone

Pioneer Trailer Park

3

Twin Falls, ID · 1515 Kimberly Rd, Twin Falls, ID 83301, USA

RV Parks
Phone Email

South Tourist Park RV Dump

3

Idaho Falls, ID · 2930 S Yellowstone Hwy, Idaho Falls, ID 83402, USA

RV Parks
Phone

Steelhead Park

3

Lewiston, ID · Lewiston, ID 83501, USA

RV Parks
Phone Email

Green Ash Court

3

Pocatello, ID · 845 Wilson Ave, Pocatello, ID 83201, USA

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