49,013 properties
0 phones
0 emails
0 for sale
6,315 results · Page 85/127
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:

Public Storage

3

Fairfax, OH · 3650 Red Bank Road

Self-Storage
Phone

Lexington Mini Storage

3

Lexington, KY · 2081 Bryant Road

Self-Storage
Phone Email

CitySpace Self Storage

3

Louisville, KY · 913 East Main Street

Self-Storage
Phone

Extra Space Storage

3

Louisville, KY · 201 East Market Street

Self-Storage
Phone

Morningstar Storage

3

Louisville, KY · 615 West Shipp Avenue

Self-Storage
Phone Email

STOR-ALL

3

Lexington, KY · 2670 Palumbo Drive

Self-Storage
Phone

Rent-A-Center

3

Bowling Green, KY · 2945 Scottsville Road

Self-Storage
Phone

Tri-State Storage

3

Huntington, WV · 114 8th Avenue

Self-Storage
Phone Email

24/7 Self Storage Louisville

3

Louisville, KY · 354 Farmington Avenue

Self-Storage
Phone

Stor All Self Storage

3

Louisville, KY · 1919 Brownsboro Road

Self-Storage
Phone

West 68 Self-Storage

3

Hopkinsville, KY · West 7th Street

Self-Storage
Phone

Turbo Self Storage

3

Radcliff, KY · 1625 North Logsdon Parkway

Self-Storage
Phone

Extra Space Storage

3

Bedford, IN · 909 O Street

Self-Storage
Phone

Blue Sky Self Storage

3

Jeffersonville, IN · 1510 Research Drive

Self-Storage

Access Storage - Huntingburg 22nd St

3

Huntingburg, IN · 401 East 22nd Street

Self-Storage

G & G Self Storage

3

Big Stone Gap, VA · 112 East 5th Street North

Self-Storage
Phone

Majestic Stor-It

3

West Union, OH · 4615 SR 125

Self-Storage
Phone Email

Wellston Storage

3

Wellston, OH · West 13th Street

Self-Storage
Phone

Republic Storage

3

Meridian, ID · 627 South Meridian Road

Self-Storage
Phone

Costless Storage

3

Boise, ID · 8100 South Eisenman Road

Self-Storage
Phone Email

City Storage

3

ID · 1445 North Woodruff Avenue

Self-Storage
Phone Email

Storage Solutions

3

Spokane Valley, WA · 19311 East Appleway Avenue

Self-Storage
Phone

Broadway Storage & Rentals

3

Idaho Falls, ID · 2504 West Broadway Street

Self-Storage
Phone

S & M Storage

3

WA · 402 West Main Street

Self-Storage
Phone

ABC Mini Storage

3

Butte, MT · 6307 Highway 2

Self-Storage
Phone

Stor-It Self Storage

3

Meridian, ID · 1776 North Avest Lane

Self-Storage
Phone

River Valley, Inc. RV Storage

3

Spokane Valley, WA · 205 South Evergreen Road

Self-Storage
Phone

Discovery Storage

3

Anaconda, MT · Anaconda Smelter Road

Self-Storage
Phone

Clark Fork Storage

3

Missoula, MT · 3305 Clark Fork Way

Self-Storage
Phone Email

Stor-It Self Storage

3

Boise, ID · 7800 West State Street

Self-Storage
Phone Email

Broadway Storage

3

Missoula, MT · 1150 East Broadway Street

Self-Storage
Phone Email

Affordable Self Storage

3

ID

Self-Storage
Phone

Vigilante Parking and Storage

3

Missoula, MT · 4050 West Broadway Street

Self-Storage
Phone

Ada Storage

3

Boise, ID · 1761 North Hampton Road

Self-Storage
Phone

Keylock Storage

3

Meridian, ID · 1975 East Franklin Road

Self-Storage

Athol Mini Storage

3

Athol, ID · 6025 East Highway 54

Self-Storage
Phone

Valleyway Self Storage

3

Spokane Valley, WA · 15302 East Valleyway Avenue

Self-Storage
Phone

Extra Space Storage

3

Meridian, ID · 5100 North Dyver Avenue

Self-Storage
Phone

Elevate Self Storage

3

Meridian, ID · 3535 North Records Avenue

Self-Storage
Phone

Stateline Storage

3

ID · 6808 West Seltice Way

Self-Storage
Phone Email

River Rock Self Storage

3

ID · 650 North Idahline Road

Self-Storage
Phone

Boulder Storage Solutions

3

Post Falls, ID · 3749 West Seltice Way

Self-Storage
Phone

A Better Storage Solution

3

Post Falls, ID · 995 North Boulder Court

Self-Storage
Phone

Trust Storage

3

Boise, ID · 6400 South Maple Grove Road

Self-Storage
Phone

Poleline Self Storage

3

Post Falls, ID · 3355 East Poleline Avenue

Self-Storage
Phone Email

Swan Falls Storage

3

Kuna, ID · 387 South Swan Falls Road

Self-Storage
Phone

Barber Valley Storage

3

Boise, ID · 3000 South Wise Way

Self-Storage
Phone

Rockwood Self Storage

3

Rathdrum, ID · 14365 North Rockwood Court

Self-Storage
Phone

Idaho Storage

3

Filer, ID · 2403 Jorden Lane

Self-Storage
Phone

Park Ave Storage LLC

3

Filer, ID · 171 Main Street

Self-Storage
Phone
← Prev 85 / 127 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