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

Store-N-Go

3

Kulpmont, PA · 1501 Chestnut Street

Self-Storage
Phone

J.L. Dresch Storage

3

Pottsville, PA · 691 Port Carbon Saint Clair Highway

Self-Storage
Phone

New Ringgold Storage

3

New Ringgold, PA · 107 Feger Street

Self-Storage
Phone Email

M&M Self Storage

3

Tamaqua, PA · 6 Villas Crossing

Self-Storage
Phone

M&M Self Storage

3

Tamaqua, PA · 3 West Rose Street

Self-Storage
Phone

Pine Grove Storage

3

Pine Grove, PA · 133 Suedberg Road

Self-Storage
Phone Email

Getz Self Storage

3

White Haven, PA · 30 PA-534

Self-Storage
Phone

Home Self Storage

3

Brodheadsville, PA · 140 Switzgabel Drive

Self-Storage
Phone Email

Brodheadsville Self Storage

3

Brodheadsville, PA · 532 Jenna Drive

Self-Storage
Phone Email

Express Self Storage

3

NY · 202 Dartmouth Drive

Self-Storage
Phone

Extra Space Storage

3

NY · 104 Joel Street

Self-Storage
Phone Email

Self Storage Station Parkway

3

Wilkes-Barre, PA · 1266 Sans Souci Parkway

Self-Storage
Phone Email

Stark Holdings

3

Hanover Township, PA · 110 West Saint Mary's Road

Self-Storage
Phone

Mundy Street Self Storage

3

Wilkes-Barre, PA · 190 Mundy Street

Self-Storage
Phone

Wilkes-Barre City Self Storage

3

Wilkes-Barre, PA · 421 North Pennsylvania Avenue

Self-Storage
Phone Email

Concession Road Storage

3

NY · 2804 Concession Road

Self-Storage
Phone

Additional Storage in the Gap

3

Stroudsburg, PA · 1075 Foxtown Hill Road

Self-Storage
Phone

Axis Self Storage

3

Stroudsburg, PA · 1120 Foxtown Hill Road

Self-Storage
Phone

Extra Space Storage

3

East Stroudsburg, PA · 324 Dartmouth Drive

Self-Storage
Phone

Pine Hollow Storage

3

Canadensis, PA · 1380 Route 390

Self-Storage
Phone

AAA Self Storage

3

Pocono Summit, PA · 5393 Development Park Drive

Self-Storage
Phone

Blueberry Mountain Storage

3

NY · 1260 Toll Road

Self-Storage
Phone Email

Extra Space Storage

3

Valley Stream, NY · West Merrick Road

Self-Storage
Phone

SmartStop Self Storage

3

Mississauga, NY · 3136 Mavis Road

Self-Storage
Phone

STP Storage

3

Frackville, PA · 6 Starter Drive

Self-Storage
Phone

Ticonderoga Self Storage

3

Ticonderoga, NY · 139 Alexandria Avenue

Self-Storage
Phone

Brickey Storage

3

Pottsville, PA · 17 Bricky Road

Self-Storage
Phone

Bethlehem Self Storage

3

Bethlehem, PA · 1650 Gary Street

Self-Storage
Phone

Community Self Storage

3

Milford, PA · 486 Route 6 & 209

Self-Storage
Phone

Pocono U-Store-Um

3

Milford, PA · 100 Saint Vincent Drive

Self-Storage
Phone

Wallenpaupack Self Storage

3

Greentown, PA · 116 Ehrgood Road

Self-Storage
Phone

Storage King

3

Hawley, PA · 663 PA-739

Self-Storage

Climate Control Self Storage

3

Lords Valley, PA · 645 PA-739

Self-Storage
Phone Email

Storage King

3

Greeley, PA · 1409 US-6

Self-Storage
Phone

August Business Centre & Storage

3

NY · 1652 County Road 2

Self-Storage
Phone Email

LocalStorage Stowe

3

Stowe, VT · 167 Fly Rod Road

Self-Storage
Phone Email

SmartStop Self Storage

3

NY · 515 Centennial Road North

Self-Storage
Phone

A Metro Self Storage

3

Schenectady, NY · 2703 Curry Road

Self-Storage
Phone

Prime Storage

3

Clifton Park, NY · 101 Sitterly Road

Self-Storage
Phone

Paul's Self Storage

3

Gloversville, NY · 104 Blowers Road

Self-Storage
Phone

Coon Self Storage

3

Hudson, NY · 1840 Route 9H

Self-Storage
Phone Email

New Mini Storage

3

NY

Self-Storage

Champlain Valley Self Storage

3

NY

Self-Storage
Phone

Zippy Shell Storage and Moving

3

Wayne, NJ · 25 Corporate Drive

Self-Storage
Phone

U-Haul

3

NY · 26-45 Brooklyn-Queens Expressway West

Self-Storage
Phone

East Rochester Self Storage

3

East Rochester, NY · 115 North Washington Street

Self-Storage
Phone

America Stores-It

3

Liverpool, NY · 8372 Oswego Road

Self-Storage
Phone Email

Extra Space Storage

3

West Nyack, NY · 100 Snake Hill Road

Self-Storage

Public Storage

3

Spring Valley, NY · 203 New Clarkstown Road

Self-Storage
Phone

CubeSmart

3

Tuckahoe, NY · 40 Marbledale Road

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