49,013 properties
0 phones
0 emails
0 for sale
237 results · Page 2/5
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:

CubeSmart

2

Denver, CO · 8930 East Hampden Avenue

Self-Storage
⚠️ Phone

Guardian Storage - Rental Units

2

Grand Junction, CO · 497 28 1/2 Road

Self-Storage
Phone

Guardian Storage - Rental Units

2

Grand Junction, CO · 458 Willow Road

Self-Storage
Phone

Public Storage

2

Denver, CO · 1042 South Parker Road

Self-Storage
Phone Email

Guardian Storage - Rental Units

2

Grand Junction, CO · 2260 East Main Street

Self-Storage
Phone

StorQuest

2

Parker, CO · 16980 Cottonwood Drive

Self-Storage
Phone Email

Public Storage

2

Parker, CO · 16840 Northgate Drive

Self-Storage
Phone Email

Castle Rock Self Storage and U-Haul

2

Castle Rock, CO · 11 Kellogg Court

Self-Storage
Phone

Park Street Storage

2

Castle Rock, CO · 1500 Park Street

Self-Storage
Phone

Castle Lock Self Storage

2

Castle Rock, CO · 1936 North Liggett Road

Self-Storage
Phone Email

Foothills Self-Storage

2

Loveland, CO · 4009 North Grant Avenue

Self-Storage
Phone Email

Public Storage

2

Aurora, CO · 5212 South Parker Road

Self-Storage
Phone

CubeSmart

2

Denver, CO · 6150 Leetsdale Drive

Self-Storage
Phone

Harbor Plaza Storage

2

Aurora, CO · 4411 South Parker Road

Self-Storage
Phone Email

North Avenue Storage 2

2

Grand Junction, CO · 2985 North Avenue

Self-Storage
Phone Email

StorQuest

2

Lakewood, CO · 9720 West Colfax Avenue

Self-Storage
Phone Email

Lock Away Storage

2

CO · 1248 Gorom Avenue

Self-Storage
Phone Email

CubeSmart Self Storage

2

Brighton, CO · 134 S 50th Ave

Self-Storage
Phone

Store It Wise at Westmoor

2

Greeley, CO · 4753 West 10th Street

Self-Storage
Phone

CubeSmart

2

Aurora, CO · 1540 Altura Boulevard

Self-Storage
Phone

Storage Perfect

2

Broomfield, CO · 12035 Perry Street

Self-Storage
Phone Email

A&A Self Storage

2

Wellington, CO · 8201 West 1st Street

Self-Storage
Phone

US Storage Centers

2

Castle Rock, CO · 4395 Regent Street

Self-Storage
Phone

North Avenue Storage

2

Grand Junction, CO · 502 Court Road

Self-Storage
Phone Email

Guardian Storage

2

Aurora, CO · 3633 North Walden Circle

Self-Storage
Phone

U-Haul

2

Grand Junction, CO · 3113 E 1/2 Road

Self-Storage
Phone Email

StorHaus Garage Condos

2

Castle Rock, CO · 4390 Regent Street

Self-Storage
Phone Email

Extra Space Storage

2

Castle Rock, CO · 4633 Industrial Way

Self-Storage
Phone

StorQuest

2

Castle Rock, CO · 2633 Liggett Road

Self-Storage
Phone

LokStarSelf Storage

2

Arvada, CO · 17120 CO-72

Self-Storage
Phone

Public Storage

2

Denver, CO · 5005 East Evans Avenue

Self-Storage
Phone

StorQuest

2

Denver, CO · 5200 East Evans Avenue

Self-Storage
Phone Email

Railway Arms Self Storage

2

Elizabeth, CO · 400 East Kiowa Avenue

Self-Storage
Phone

The GarageCondos at Hangman Gulch

2

Castle Rock, CO · 1931 Liggett Road

Self-Storage
Phone

Castle Lock RV & Storage

2

Castle Rock, CO · 2015 Liggett Road

Self-Storage
Phone Email

Guardian Storage Fort Collins North

2

Fort Collins, CO · 1057 Buckingham Street

Self-Storage
Phone Email

Andrews Space Center Mini Storage

2

Deer Trail, CO · 733 7th Avenue

Self-Storage
Phone

SecurCare Self Storage

2

Bennett, CO · 915 Sharl's Court;Sharis Court

Self-Storage
Phone

Public Storage

2

Denver, CO · 4101 East Evans Avenue

Self-Storage
Phone

Public Storage

2

Colorado Springs, CO · 3855 Tutt Boulevard

Self-Storage
Phone Email

Extra Space Storage

2

Boulder, CO · 6405 Odell Place

Self-Storage
Phone

Self Storage of America

2

Grand Junction, CO · 424 South Avenue

Self-Storage
⚠️ Phone

SmartStop Self Storage

2

Lakewood, CO · 12750 West Alameda Parkway

Self-Storage
Phone

Gold Dust Store It

2

Creede, CO · 20402 CO 149

Self-Storage
Phone Email

Sopris Self Storage

2

Carbondale, CO · 1201 Colorado Avenue

Self-Storage
Phone

Extra Space Storage

2

Highlands Ranch, CO · 8569 South Poplar Way

Self-Storage
Phone

Valley Mini Storage

2

Fountain, CO · 639 Carson Boulevard

Self-Storage
Phone

American Portable Storage Rentals

2

Grand Junction, CO · 2660 I 70 Business Loop

Self-Storage
Phone

Ironwood Plaza Mini Storage

2

CO · 3201 East Mulberry Street

Self-Storage
Phone

Central Storage

2

CO · 4425 River Point Parkway

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