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

Modbox Storage

1B

High Point, NC · 1925 Eastchester Drive

Self-Storage
Phone Email

Extra Attic Self-Storage

1B

NC · 900 Windy Road

Self-Storage
Phone Email

Deep Gap Self-Storage

1B

Deep Gap, NC · 7350 Old 421 South

Self-Storage
Phone Email

Ashewyck Mini Storage

1B

Raleigh, NC · 3700 Banks Road

Self-Storage
Phone Email

First Flight Storage

1B

Goldsboro, NC · 185 North Carolina 581 South

Self-Storage
Phone Email

My Storage Unit LLC

1B

NC · 3470 NC-210 N

Self-Storage
Phone Email

Granite Falls Self Storage

1B

Granite Falls, NC · 150 Glenn Ridge Drive

Self-Storage
Phone Email

Public Storage

2

Carrboro, NC · 515 South Greensboro Street

Self-Storage
⚠️ Phone

Seagate Mini Storage

2

Wilmington, NC · 207 Giles Ave

Self-Storage
Phone

Public Storage

2

Carrboro, NC · 510 Jones Ferry Road

Self-Storage
Phone Email

AAA Self Storage

2

NC · 5501 West Friendly Avenue

Self-Storage
Phone

CubeSmart

2

Winston-Salem, NC · 401 Jonestown Road

Self-Storage
Phone

Extra Space Storage

2

Monroe, NC · 2120 West Roosevelt Boulevard

Self-Storage
Phone

AAA Self Storage

2

NC · 5019 West Market Street

Self-Storage
Phone

Moore Storage

2

Southern Pines, NC · 185 Storage Road

Self-Storage
Phone

Storage King USA

2

Raleigh, NC · 315 Hubert Street

Self-Storage
Phone Email

CubeSmart

2

Garner, NC · 5000 Tharrington Road

Self-Storage
Phone

Public Storage

2

NC · 2317 Southwest Cary Parkway

Self-Storage
Phone

Extra Space Storage

2

Greenville, NC · 1701 Woodruff Road

Self-Storage
Phone

Midgard Self Storage

2

Anderson, NC · 3508 Hopewell Road

Self-Storage
Phone Email

U-Haul Storage at Greensboro Coliseum

2

NC · 1560 West Gate City Boulevard

Self-Storage
Phone Email

iStorage

2

NC · 4811 Central Avenue Pike

Self-Storage
Phone

Semper-Fi Vehicle & Self Storage Inc.®

2

Midway Park, NC · 2757 Piney Green Road

Self-Storage
Phone Email

Extra Space Storage

2

NC · 11615 Northpark Drive

Self-Storage
Phone

SafeNest Storage

2

Troutman, NC · 809 South Main Street

Self-Storage
Phone

Right Fit Storage

2

NC · 4106 Spring Garden Street

Self-Storage
Phone

Prime Storage

2

Asheville, NC · 701 Bleachery Boulevard

Self-Storage
Phone

Stored Away Self Storage

2

Sneads Ferry, NC · 2160 NC-172

Self-Storage
Phone Email

Doe Valley Store-All

2

Mountain City, NC · 5361 State Route 67

Self-Storage
Phone Email

SpareBox Storage

2

Athens, NC · 185 South Milledge Drive

Self-Storage
Phone

Lucama Self Storage

2

Lucama, NC · 5300 US 301

Self-Storage
Phone

Extra Space Storage

2

Raleigh, NC · 1515 Sunrise Avenue

Self-Storage
Phone

Store Safe Storage

2

Knoxville, NC · 6417 Maynardville Pike

Self-Storage
Phone

Bee Safe Storage

2

Cary, NC · 9021 Middleton Avenue

Self-Storage
Phone

Pinnacle Storage

2

Boone, NC · 151 Cheek Avenue

Self-Storage
Phone Email

Extra Space Storage

2

Harrisburg, NC · 169 Harrisburg Veterans Road

Self-Storage
Phone

Public Storage

2

Garner, NC · 3430 Integrity Drive

Self-Storage
Phone

Mid-Carolina Self Storage

2

Vass, NC · 3315 US 1 BUS

Self-Storage
Phone Email

Ample Storage Apex

2

Apex, NC · 1136 Ambergate Station

Self-Storage
Phone Email

Coastal Mini Storage

2

Washington, NC · 3928 River Road

Self-Storage
Phone

American Self Storage

2

Pittsboro, NC · 6193 US 64 West

Self-Storage
Phone

American Self Storage

2

Pittsboro, NC · 30 Mt Gilead Church Road

Self-Storage
Phone

Highway 64 Boat and RV Storage

2

Apex, NC · 13144 US 64 East

Self-Storage
Phone

Land Hunter Storage at Jordan Lake

2

Apex, NC · 162 Beaver Creek Road

Self-Storage
Phone

Trindale Self Storage

2

NC · 317 Trindale Road

Self-Storage
Phone

Storagemax

2

Holly Springs, NC · 180 Newspaper Way

Self-Storage
Phone

Midard Self Storage

2

Greensboro, NC · 4165 Pleasant Garden Road

Self-Storage
Phone

Flowers Plantation Storage

2

Clayton, NC · 65 Plantation Drive

Self-Storage
Phone

Haywood Secure Storage, Inc.

2

Clyde, NC · 565 Jones Cove Road

Self-Storage
Phone

Economy Mini Storage

2

Marion, NC · 1454 US-70

Self-Storage
Phone
1 / 6 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