Commercial Properties for Sale
Find office buildings, retail spaces, warehouses, and industrial properties across the United States. Investment opportunities from verified sellers and commercial real estate brokers.
@if(listings?.length > 0) {
Available Commercial Property Listings
@for (listing of listings; track listing.id) {
@if(user) {
}
@if (listing.imageOrder?.length>0){
} @else {
}
{{ selectOptions.getCommercialProperty(listing.type) }}
{{ selectOptions.getState(listing.location.state) }}
{{ getDaysListed(listing) }} days listed
{{ listing.title }}
@if(listing.draft){
Draft
}
{{ listing.location.name ? listing.location.name : listing.location.county }}
{{ listing.price | currency : 'USD' : 'symbol' : '1.0-0' }}
View Full Listing
}
} @else if (listings?.length === 0){
There’s no listing here
Try changing your filters to see listings
Clear Filter
}