@if(criteria.criteriaType==='businessListings'){

Business Listing Search

} @else if (criteria.criteriaType==='commercialPropertyListings'){

Property Listing Search

} @else {

Professional Listing Search

}
@if(criteria.criteriaType==='businessListings'){
@for (radius of [5, 20, 50, 100, 200, 300, 400, 500]; track radius) { }
-
-
-
@for(tob of selectOptions.typesOfBusiness; track tob){
}
-
-
} @if(criteria.criteriaType==='commercialPropertyListings'){
@for (radius of [5, 20, 50, 100, 200, 300, 400, 500]; track radius) { }
-
@for(tob of selectOptions.typesOfCommercialProperty; track tob){
}
} @if(criteria.criteriaType==='brokerListings'){
@for (radius of [5, 20, 50, 100, 200, 300, 400, 500]; track radius) { }
@for(tob of selectOptions.customerSubTypes; track tob){
}
}