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

Sun Outdoors Saco Old Orchard Beach

2

Saco, ME · 814 Portland Road

RV Parks 197 Sites 💰 Valuation on file
Phone

Silver Springs Campground and Cottages

2

Saco, ME · 705 Portland Road

RV Parks 151 Sites 💰 Valuation on file
Phone

Hid'n Pines Family Campground

2

Old Orchard Beach, ME · 8 Cascade Road

RV Parks
Phone Email

Fogg Brook Resort Campground

2

Palmyra, ME · 147 Lang Hill Road

RV Parks
Phone

Jellystone Park Chincoteague Island

2

Chincoteague Island, VA · 6742 Maddox Boulevard

RV Parks
Phone Email

Prince William Forest RV Campground

2

Dumfries, VA · 16058 Dumfries Road

RV Parks 74 Sites 💰 Valuation on file
Phone

Monroe County / Toledo North KOA

2

Petersburg, MI · 15600 Tunnicliff Road

RV Parks
Phone

Pirolli Park Campground

2

Petersburg, MI · 6030 Sylvania-Petersburg Road

RV Parks
Phone

Ye Olde Barn RV Park

2

Belmont, OH · 42561 National Road

RV Parks
Phone

Green Valley Campground

2

Morenci, MI · 11500 Morenci Road

RV Parks
Phone

Cold Creek Trout Camp

2

Sandusky, OH · 4711 Venice Road

RV Parks
Phone

Camp Cedar RV Resort

2

Mason, OH · 5158 Kings Island Drive

RV Parks
Phone

Boston/Cape Cod KOA

2

Middleboro, MA · 438 Plymouth Street

RV Parks
Phone

Sandy Pond Campground

2

Plymouth, MA · 834 Bourne Road

RV Parks 223 Sites 💰 Valuation on file
Phone

Ginny-B Campground

2

Foster, MA · 7 Harrington Road

RV Parks
Phone

Elk City / Clinton KOA

2

Foss, OK · 21167 Route 66 North

RV Parks
Phone

MortonRV

2

Morton, TX · 203 West Cleveland Avenue

RV Parks
Phone

Cherry Hill Park

2

Tulsa, OK · 4808 South Elwood Avenue

RV Parks
Phone

Big Cedar RV Park & Cabins

2

Hodgen, OK · 21823 OK-63

RV Parks
Phone

KOA Holiday

2

Sallisaw, OK · 1900 KOA Power Drive

RV Parks
Phone

Jensen's RV Park & Motel

2

South Haven, MI · 7366 North Shore Drive

RV Parks
Phone

Northern Exposure

2

Mesick, MI · 285 Manistee River Road

RV Parks
Phone

Woodstar Beach Campground

2

Manistique, MI · 1786S Little Harbor Road

RV Parks
Phone

Arcadia Campground Marina

2

Arcadia, MI · 17220 First Street

RV Parks
Phone

Betsie River Campsite

2

Frankfort, MI · 1923 River Road

RV Parks
Phone

Indigo Bluffs RV Park

2

Empire, MI · 6760 West Empire Highway

RV Parks
Phone

Sunnywoods Resort

2

Beulah, MI · 14065 Honor Highway

RV Parks
Phone

Old Orchard Park Campground

2

Oscoda, MI · 883 East River Road

RV Parks
Phone

Oscoda KOA

2

Oscoda, MI · 3591 Forest Road

RV Parks
Phone

Tawas River RV Park

2

Tawas City, MI · 560 East M-55

RV Parks 100 Sites 💰 Valuation on file
Phone

Northport Condo Campground

2

Au Gres, MI · 3675 East Michigan Avenue

RV Parks
Phone

Lake Billings Campground

2

Manton, MI · 221 East Elmore Street

RV Parks
Phone

Big Star Lake RV Camping Resort

2

Baldwin, MI · 9975 South Star Lake Drive

RV Parks
Phone

Ivan's Campground and Cabins

2

Baldwin, MI · 7332 South M-37

RV Parks
Phone

Matson's Big Manistee River Campground

2

Manistee, MI · 2680 Bialik Road

RV Parks
Phone

Pickerel Lakeside Campground and Cottages

2

Bitely, MI · 12666 North Woodbridge Avenue

RV Parks
Phone

Stony Haven Campground & Cabins

2

New Era, MI · 8079 West Stoney Lake Road

RV Parks
Phone

Cedar Shores Campground

2

Harrison, MI · 5916 Cedar Shores Drive

RV Parks
Phone Email

Country Village RV Park

2

Ishpeming, MI · 1200 Country Lane

RV Parks 105 Sites 💰 Valuation on file
Phone

Gammy Woods Campground

2

Weidman, MI · 1855 North Coldwater Road

RV Parks
Phone

Lake George Campground

2

Harrison, MI · 1935 South Jackson Avenue

RV Parks
Phone

River Country Campground

2

Evart, MI · 6281 River Road

RV Parks
Phone

River Ridge Campground

2

Breckenridge, MI · 1989 West Pine River Road

RV Parks
Phone

Emmett KOA

2

Emmett, MI · 3864 Breen Road

RV Parks
Phone

Otter Lake Village Campground

2

Otter Lake, MI · 5902 Genesee Street

RV Parks
Phone

Wolverine Campground

2

Columbiaville, MI · 7698 North Baxter Road

RV Parks 195 Sites 💰 Valuation on file
⚠️ Phone

Drew's Country Camping

2

Holland, MI · 12850 Ransom Street

RV Parks
Phone

Just In Time Campground

2

Ithaca, MI · 8421 East Pierce Road

RV Parks
Phone

Oak Grove Campground

2

Carson City, MI · 11283 East Condensery Road

RV Parks
Phone

South Shore Campground

2

Crystal, MI · 2850 South Shore Drive

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