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

Goose Pond Colony Park

1B

Scottsboro, AL · 417 Ed Hembree Drive

Marinas
Phone Email

Coosa Landing

1B

Gadsden, AL · 623 Broad Street

Marinas
Phone Email

Valdez Small Boat Harbor

1B

Valdez, AK · 300 N North Harbor Drive

Marinas
Phone Email

Cow Bay Marina

1B

AK · Cow Bay 209

Marinas
Phone Email

Roosevelt Lake Marina

1B

Roosevelt, AZ · 28085 AZ-188

Marinas
Phone Email

Sierra Marina

1B

Shaver Lake, CA · 45795 Tollhouse Road

Marinas
Phone Email

Safe Harbor Yacht Haven

1B

Stamford, CT · 181 Harbor Drive

Marinas
Phone Email

Maxwell Boatyard

1B

Groton, CT · 135 Pearl Street

Marinas
Phone Email

Noank Marine Services

1B

Groton, CT · 55 Spicer Avenue

Marinas
Phone Email

Keʻehi Marine Center

1B

Honolulu, HI · 24 Sand Island Access Road

Marinas
Phone Email

Keʻehi Lagoon Harbor

1B

Honolulu, HI · 4 Sand Island Access Road

Marinas
Phone Email

Club nautique de l’Île d’Orleans

1B

Saint-Laurent-de-l'Île-d'Orléans, ME · 100 Chemin du Quai

Marinas
Phone Email

Fore Points Marina

1B

Portland, ME · 1 Marina Way

Marinas
Phone Email

Great Bay Marine

1B

Newington, NH · 61 Beane Lane

Marinas
Phone Email

Generation III Marina

1B

Cambridge, MD · 205 Cedar Street

Marinas
Phone Email

Saint Michaels Harbour Inn, Marina and Spa

1B

Saint Michaels, MD · 101 North Harbor Road

Marinas
Phone Email

Chesapeake Bay Maritime Museum

1B

Saint Michaels, MD · 213 North Talbot Street

Marinas
Phone Email

Solomons Yachting Center

1B

Solomons, MD · 255 Alexander Street

Marinas
Phone Email

Harbor Island Marina

1B

Solomons, MD · 105 Charles Street

Marinas
Phone Email

Calvert Marina

1B

Solomoms, MD · 14485 Dowell Road

Marinas
Phone Email

Charles Riverboat Company

1B

Cambridge, MA · 100 CambridgeSide Place

Marinas
Phone Email

Crimson Sailing Academy

1B

Cambridge, MA · 45 Memorial Drive

Marinas
Phone Email

Provincetown Marina

1B

Provincetown, MA · 9 Ryder Street Extension

Marinas
Phone Email

Charles River Yacht Club

1B

Cambridge, MA · 99 Memorial Drive

Marinas
Phone Email

The Landings on Indian River

1B

Indian River, MI · 4605 Beatty Drive

Marinas
Phone Email

Duncan Bay Boat Club

1B

Cheboygan, MI · 902 Boat Club Drive

Marinas
Phone Email

Rogers City Marina

1B

Rogers City, MI · 270 North Lake Street

Marinas
Phone Email

Cheboygan Village Marina

1B

Cheboygan, MI · 123 South Main Street

Marinas
Phone Email

Alpena Marina

1B

Alpena, MI · 400 East Chisholm Street

Marinas
Phone Email

Silver Shores Marina

1B

Wyandotte, MI · 3 James DeSana Drive

Marinas
Phone Email

Buck’s Marina

1B

Wawa, MI · 360 Superior Street

Marinas
Phone Email

Howe Marine

1B

Indian River, MI · 3312 Nabanois Trail

Marinas
Phone Email

Rivers Edge Marina

1B

Ecorse, MI · 4700 West Jefferson Avenue

Marinas
Phone Email

Walstom Marine

1B

Cheboygan, MI · 113 East State Street

Marinas
Phone Email

Grand Lake Marina

1B

Presque Isle, MI · 15279 US-23 South

Marinas
Phone Email

Jack's Mullett Lake Marina

1B

Cheboygan, MI · 7700 Mullett Lake Road

Marinas
Phone Email

Ryde Marine

1B

Alanson, MI · 9088 Marina Drive

Marinas
Phone Email

Seaport Marina

1B

Egg Harbor Township, NJ · 176 Thompson Lane

Marinas
Phone Email

Peck's Marina

1B

Lansdowne, NY · 505 1000 Islands Parkway

Marinas
Phone Email

Clark's Marina

1B

Gananoque, NY · 35 Clark Drive

Marinas
Phone Email

CFB Kingston Yacht Club

1B

NY · 4 Yacht Club Lane

Marinas
Phone Email

Hucks Marine & Resort

1B

Rockport, NY · 53 Front Street

Marinas
Phone Email

Village Guay marina

1B

NY · 541 1000 Islands Parkway

Marinas
Phone Email

Confederation Basin Marina

1B

Kingston, NY · 6 Clarence Street

Marinas
Phone Email

Collins Bay Marina

1B

NY · 1270 Coverdale Drive

Marinas
Phone Email

City Island Yaht Sales & Marina

1B

NY · 691 Bridge Street

Marinas
Phone Email

West Shore Marina

1B

NY · 100 West Shore Road

Marinas
Phone Email

Orchard Creek Marina

1B

Center Moriches, NY · 57 Ocean Avenue

Marinas
Phone Email

Bayside Marina

1B

Bayside, NY · 28-05 Cross Island Parkway

Marinas 18 Slips 💰 Valuation on file
✓ Owner Email Owner

St. Lawrence Marina

1B

Johnstown, NY · 2807 County Road 2

Marinas
Phone Email
1 / 70 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