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

Fountain Mini Storage LLC

2

Columbus, GA · 1711 Fountain Court

Self-Storage
Phone

American Self Storage

2

Dothan, AL · 116 South Woodburn Drive

Self-Storage
Phone

Stars & Stripes Mini Storage

2

Dothan, AL · 2332 Omussee Road

Self-Storage
Phone

Cartersville Storage

2

GA · 1976 Joe Frank Harris Parkway Southeast

Self-Storage
Phone Email

American Self Storage

2

Dothan, AL · 1405 Ross Clark Circle

Self-Storage
Phone

Public Storage

2

Roswell, GA · 2300 Holcomb Bridge Road

Self-Storage
Phone Email

Extra Space Storage

2

GA · 1195 Gresham Road Northeast

Self-Storage
Phone

Apple Self Storage

2

Carrollton, GA · 1418 Bankhead Highway

Self-Storage
Phone

West Ellijay Storage

2

Ellijay, GA · 44 Harold Pritchett Road

Self-Storage
Phone Email

Meigs Mini Storage

2

Meigs, GA · 1015 Church Street

Self-Storage
Phone

Davis Creations Self Storage

2

Valdosta, GA · 402 Murray Road

Self-Storage
Phone

CubeSmart Self Storage

2

GA · 1966 Leland Drive Southeast

Self-Storage
Phone

FreeUp Storage

2

Opelika, AL · 710 Columbus Parkway

Self-Storage
Phone

Midgard Self Storage

2

Anderson, SC · 3508 Hopewell Road

Self-Storage
Phone Email

Compass Self Storage

2

Lawrenceville, GA · 282 East Crogan Street

Self-Storage
Phone

The RV Loft

2

GA · 980 Marietta Industrial Drive Northeast

Self-Storage
Phone Email

Prime Storage

2

Rock Hill, SC · 2550 North Cherry Road

Self-Storage
Phone Email

Extra Space Storage

2

Atlanta, GA · 489 Decatur Street Southeast

Self-Storage
Phone

Extra Space Storage

2

Greenville, GA · 1701 Woodruff Road

Self-Storage
Phone

Public Storage

2

Marietta, GA · 1285 Kennestone Circle Northwest

Self-Storage
Phone Email

Midgard Self Storage

2

Anderson, GA · 3508 Hopewell Road

Self-Storage
Phone Email

SmartStop Self Storage

2

Marietta, GA · 2035 Powers Ferry Road Southeast

Self-Storage
Phone

Extra Space Storage

2

GA · 3148 Johnson Ferry Road Northeast

Self-Storage
Phone

Whiskey Road Storage

2

Aiken, SC · 2598 Whiskey Rd

Self-Storage
Phone

Extra Space Storage

2

Woodstock, GA · 42 Sycamore Lane

Self-Storage
Phone

Bee Safe Storage

2

Greer, SC · 805 Hammett Bridge Road

Self-Storage
Phone

Public Storage

2

Greenville, SC · 1408 Boiling Springs Road

Self-Storage
Phone Email

Extra Space Storage

2

Marietta, GA · 1490 Terrell Mill Road Southeast

Self-Storage
Phone

Extra Space Storage

2

Marietta, GA · 1725 Roswell Road

Self-Storage
Phone

Morningstar Storage

2

GA · 3420 Sandy Plains Road

Self-Storage
Phone Email

Extra Space Storage

2

Spartanburg, SC · 1640 John B White Sr Boulevard

Self-Storage
Phone

Augusta Self Storage

2

Augusta, GA · 255 Boy Scout Road

Self-Storage
Phone

U-Haul Moving & Storage of Augusta West

2

Augusta, GA · 3515 Wrightsboro Road

Self-Storage
Phone Email

Summit Self Storage

2

Augusta, GA · 2955 Gun Club Road

Self-Storage
Phone

Extra Space Storage

2

GA · 1484 Northside Drive Northwest

Self-Storage
Phone

Extra Space Storage

2

GA · 331 Chastain Road Northwest

Self-Storage
Phone

Extra Space Storage

2

Kennesaw, GA · 3950 Jiles Road

Self-Storage
Phone

SpareBox Storage

2

Athens, GA · 185 South Milledge Drive

Self-Storage
Phone

Public Storage

2

GA · 2307 Canton Road Northeast

Self-Storage
Phone Email

Fortress Storage

2

Douglasville, GA · 7750 Dallas Highway

Self-Storage
Phone

Extra Space Storage

2

Columbia, SC · 9700 Two Notch Road

Self-Storage
Phone

Public Storage

2

Elgin, SC · 811 Bookman Road

Self-Storage
Phone Email

Extra Space Storage

2

Roswell, GA · 1150 Old Ellis Road

Self-Storage
Phone

Extra Space Storage

2

Columbia, SC · 10020 Two Notch Road

Self-Storage
Phone

Extra Space Storage

2

Columbia, SC · 810 Sparkleberry Lane

Self-Storage
Phone

Extra Space Storage

2

Columbia, SC · 1721 Clemson Road

Self-Storage
Phone

Extra Space Storage

2

Columbia, SC · 512 Percival Road

Self-Storage
Phone

U-Haul

2

Columbia, SC · 1117 Sparkleberry Lane Extension

Self-Storage
Phone Email

Copper Safe Storage

2

Phenix City, AL · 3205 Martin Luther King Jr Parkway South

Self-Storage
Phone

SecurCare Self Storage

2

Dallas, GA · 3587 East Paulding Drive

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