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

SecureSpace Self Storage

2

Berkeley, CA · 2721 Shattuck Avenue

Self-Storage
Phone

Trojan Self Storage

2

Roseville, CA · 1299 Baseline Road

Self-Storage
Phone

Independence Storage

2

Mountain View, CA · 877 Independence Avenue

Self-Storage
Phone

Stoway Mini Storage

2

CA · 2172 Wyandotte Street

Self-Storage
Phone

Public Storage

2

CA · 1040 Terra Bella Avenue

Self-Storage
Phone

American Storage

2

CA · 600 Amador Street

Self-Storage
Phone

Redtop Storage

2

Chico, CA · 1322 Nord Avenue

Self-Storage
Phone

West Coast Self-Storage

2

Sparks, NV · 30 East Victorian Avenue

Self-Storage
Phone

Army Street Mini Storage

2

San Francisco, CA · 1100 26th Street

Self-Storage
Phone

Manzanita Self Storage

2

Elko, NV · 1859 Manzanita Lane

Self-Storage
Phone

Airport Boat & RV Storage

2

CO · 3401 East 71st Street

Self-Storage
Phone

Andersen RV and Self Storage

2

Longmont, CO · 451 South Andersen Street

Self-Storage
Phone

Homestead Self Storage

2

Greeley, CO · 3546 29th Street

Self-Storage
Phone

P&C Storage

1B

AR

Self-Storage
Phone Email

Extra Space Storage

2

Bloomfield, CT · 2 Douglas Street

Self-Storage
Phone

Extra Space Storage

2

Glastonbury, CT · 269 Oakwood Drive

Self-Storage
Phone

Extra Space Storage

2

Danbury, CT · 15 Kenosia Avenue

Self-Storage
Phone

The Storage Yard

2

Norwich, CT · 217 Otrobando Avenue

Self-Storage
Phone

Coconino Mini Storage

2

Flagstaff, AZ · 1130 West Kaibab Lane

Self-Storage
Phone

Ironwood Self Storage

2

Apache Junction, AZ · 1678 West Superstition Boulevard

Self-Storage
Phone

Apache Trails Self Storage

2

Apache Junction, AZ · 1735 West Apache Trail

Self-Storage
Phone

29 Palms RV & Boat Storage

2

Surprise, AZ · 22611 North 159th Avenue

Self-Storage
Phone

US Storage Centers

2

AZ · 2440 North Cave Creek Road

Self-Storage
Phone

Dollar Self Storage

2

Apache Junction, AZ · 2901 South Winchester Road

Self-Storage
Phone

Extra Space Storage

2

Glendale, AZ · 13902 North 59th Avenue

Self-Storage
Phone

Dollar Self Storage

2

Glendale, AZ · 10550 North 51st Avenue

Self-Storage
Phone

Anytime Storage

2

Apache Junction, AZ · 11139 East Apache Trail

Self-Storage
Phone

Extra Space Storage

2

Scottsdale, AZ · 9383 East Bell Road

Self-Storage
Phone

Extra Space Storage

2

Scottsdale, AZ · 7227 East Williams Drive

Self-Storage
Phone

CubeSmart

2

Scottsdale, AZ · 9405 East Doubletree Ranch Road

Self-Storage
Phone

Extra Space Storage

2

Scottsdale, AZ · 7245 East Gold Dust Avenue

Self-Storage
Phone

Central Self Storage

2

Peoria, AZ · 5240 West Cactus Road

Self-Storage
Phone

Double J Court Self Storage

2

Wickenburg, AZ · 500 South Vulture Mine Road

Self-Storage
Phone

Double J Court Self Storage

2

Wickenburg, AZ · 500 US 60

Self-Storage
Phone

Surprise Mini Storage

2

Surprise, AZ · 15701 North Reems Road

Self-Storage
Phone

Towne Storage

2

Phoenix, AZ · 1706 West Southern Avenue

Self-Storage
Phone

Nest Self Storage

2

Goodyear, AZ · 3305 South Bullard Avenue

Self-Storage
Phone

Prince Self Storage

2

Tucson, AZ · 455 East Prince Road

Self-Storage
Phone

Green Valley RV & Self Storage

2

Green Valley, AZ · 1730 West Duval Commerce Court

Self-Storage
Phone

U Store It

2

Hot Springs, AR · 109 Winans Avenue

Self-Storage
Phone

Burchwood Bay Storage

2

Hot Springs, AR · 542 Burchwood Bay Rd, #9

Self-Storage
Phone

Keyport Self Storage

2

Fayetteville, AR · 1660 North College Avenue

Self-Storage
Phone

SpareBox Storage

2

Fayetteville, AR · 1192 North Rupple Road

Self-Storage
Phone

Double Springs Storage

2

Fayetteville, AR · 406 North Double Springs Road

Self-Storage
Phone

Cantrell Mini Storage

2

Little Rock, AR · 2000 Cantrell Road

Self-Storage
Phone

Extra Space Storage

2

Memphis, TN · 395 Union Avenue

Self-Storage
Phone

Extra Space Storage

2

Memphis, TN · 6937 Stage Road

Self-Storage
Phone

Extra Space Storage

2

Memphis, TN · 6780 Country Park Drive

Self-Storage
Phone

Southern Storage

2

Fayetteville, AR · 1551 Main Drive

Self-Storage
Phone

U Store It

2

Hot Springs, AR · 6045 Central Avenue

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