looplink.sgcre.com Open in urlscan Pro
104.126.37.160  Public Scan

Submitted URL: https://looplink.sgcre.com/
Effective URL: https://looplink.sgcre.com/looplink/search/
Submission: On June 28 via api from US — Scanned from DE

Form analysis 4 forms found in the DOM

Name: frmSearchBarPriceRange

<form name="frmSearchBarPriceRange" class="ng-pristine ng-valid ng-valid-min ng-valid-maxlength ng-valid-max">
  <div class="container transparent borderless search-bar-price-range-filter">
    <div class="row">
      <div class="column-12 no-padding-top no-padding-bottom">
        <div class="range-container">
          <div class="range-from">
            <input type="text" class="input-text ng-pristine ng-untouched ng-valid ng-empty ng-valid-min ng-valid-maxlength ng-valid-max" ng-model="criteria.PriceRangeMin" min="0" max="" maxlength="13" decimal-only=""
              ng-model-options="{debounce: { 'default': 1000, 'blur': 0 } }" placeholder="Min $">
          </div>
          <div class="range-divider"> to </div>
          <div class="range-to">
            <input type="text" name="PriceRangeMax" class="input-text ng-pristine ng-untouched ng-valid ng-empty ng-valid-min ng-valid-maxlength" ng-model="criteria.PriceRangeMax" min="0" maxlength="13" decimal-only=""
              ng-model-options="{debounce: { 'default': 1000, 'blur': 0 } }" placeholder="Max $">
          </div>
        </div>
        <div class="pill-group margin-top-lg" ng-show="(countryCode || criteria.Country) != 'FR'">
          <div class="pill">
            <input type="radio" ng-model="criteria.PriceRangeRateType" value="Total" class="input-radio ng-pristine ng-untouched ng-valid ng-empty" id="searchBarPriceRangeTotal" name="9">
            <label class="label small first ng-binding" for="searchBarPriceRangeTotal">Total $</label>
          </div>
          <div class="pill ng-hide" ng-show="(countryCode || criteria.Country) == 'ES'">
            <input type="radio" ng-model="criteria.PriceRangeRateType" value="BuildingSquareMeters" class="input-radio ng-pristine ng-untouched ng-valid ng-empty" id="searchBarPriceRangeSm" name="10">
            <label class="label small ng-binding" for="searchBarPriceRangeSm">$/m²</label>
          </div>
          <!-- ngIf: criteria.IsForSale && $root.checkCategoryBitwise(categoryBitwiseSnapshot.forSale, 512) -->
          <div class="pill" ng-show="(countryCode || criteria.Country) != 'ES'">
            <input type="radio" ng-model="criteria.PriceRangeRateType" value="BuildingSquareFootage" class="input-radio ng-pristine ng-untouched ng-valid ng-empty" id="searchBarPriceRangeSf" name="11">
            <label class="label small ng-binding" for="searchBarPriceRangeSf">$/SF</label>
          </div>
          <!-- ngIf: criteria.IsForSale && $root.checkCategoryBitwise(categoryBitwiseSnapshot.forSale, 512) -->
          <!-- ngIf: criteria.IsForSale && $root.checkCategoryBitwise(categoryBitwiseSnapshot.forSale, 72) -->
        </div>
        <div class="pill-groups margin-top-lg ng-hide" ng-show="(countryCode || criteria.Country) == 'FR'">
          <div class="pill-group">
            <div class="pill">
              <input type="radio" ng-model="criteria.PriceRangeRateType" value="Total" class="input-radio ng-pristine ng-untouched ng-valid ng-empty" id="searchBarPriceRangeTotal-FR" name="12">
              <label class="label small first ng-binding" for="searchBarPriceRangeTotal-FR">Total $</label>
            </div>
            <div class="pill">
              <input type="radio" ng-model="criteria.PriceRangeRateType" value="BuildingSquareMeters" class="input-radio ng-pristine ng-untouched ng-valid ng-empty" id="searchBarPriceRangeSm-FR" name="13">
              <label class="label small ng-binding" for="searchBarPriceRangeSm-FR">$/m²</label>
            </div>
            <div class="pill">
              <input type="radio" ng-model="criteria.PriceRangeRateType" value="LotHectarage" class="input-radio ng-pristine ng-untouched ng-valid ng-empty" id="searchBarPriceRangeHectare-FR" name="14">
              <label class="label small last ng-binding" for="searchBarPriceRangeHectare-FR">$/Hectare</label>
            </div>
          </div>
          <div class="pill-group">
            <!-- ngIf: criteria.IsForSale && $root.checkCategoryBitwise(categoryBitwiseSnapshot.forSale, 72) -->
            <div class="pill">
              <input type="radio" ng-model="criteria.PriceRangeRateType" value="BuildingSquareFootage" class="input-radio ng-pristine ng-untouched ng-valid ng-empty" id="searchBarPriceRangeSf-FR" name="15">
              <label class="label small ng-binding" for="searchBarPriceRangeSf-FR">$/SF</label>
            </div>
            <!-- ngIf: criteria.IsForSale && $root.checkCategoryBitwise(categoryBitwiseSnapshot.forSale, 512) -->
          </div>
        </div>
      </div>
    </div>
  </div>
</form>

Name: frmSearchBarBuildingSize

<form name="frmSearchBarBuildingSize" class="ng-pristine ng-valid ng-valid-min ng-valid-maxlength ng-valid-max">
  <div class="container transparent borderless search-bar-building-size-filter">
    <div class="row">
      <div class="column-12 range-container ng-hide" ng-show="(criteria.IsForLease &amp;&amp; categoryBitwiseSnapshot.forLease === 4) || (criteria.IsForSale &amp;&amp; categoryBitwiseSnapshot.forSale === 512)">
        <div class="range-from">
          <input type="text" class="input-text ng-pristine ng-untouched ng-valid ng-empty ng-valid-min ng-valid-maxlength ng-valid-max" ng-model="criteria.LotSizeRangeMin" min="0" max="" maxlength="13" decimal-only=""
            ng-model-options="{debounce: { 'default': 1000, 'blur': 0 } }" placeholder="Min Acres">
        </div>
        <span class="range-divider"> to </span>
        <div class="range-to">
          <input type="text" class="input-text ng-pristine ng-untouched ng-valid ng-empty ng-valid-min ng-valid-maxlength" ng-model="criteria.LotSizeRangeMax" min="0" maxlength="13" decimal-only=""
            ng-model-options="{debounce: { 'default': 1000, 'blur': 0 } }" placeholder="Max Acres">
        </div>
      </div>
    </div>
    <!-- ngIf: criteria.IsForSale && categoryBitwiseSnapshot.forSale === 512 && !isMetricCountryByCountryCode(countryCode || criteria.Country) -->
    <!-- ngIf: criteria.IsForSale && categoryBitwiseSnapshot.forSale === 512 && isMetricCountryByCountryCode(countryCode || criteria.Country) -->
    <div ng-show="(criteria.IsForLease &amp;&amp; categoryBitwiseSnapshot.forLease !== 4) || (criteria.IsForSale &amp;&amp; categoryBitwiseSnapshot.forSale !== 512)">
      <div class="range-container">
        <div class="range-from">
          <input type="text" class="input-text ng-pristine ng-untouched ng-valid ng-empty ng-valid-min ng-valid-maxlength ng-valid-max" ng-model="criteria.BuildingSizeRangeMin" min="0" max="" maxlength="13" decimal-only=""
            ng-model-options="{debounce: { 'default': 1000, 'blur': 0 } }" placeholder="Min SF">
        </div>
        <span class="range-divider"> to </span>
        <div class="range-to">
          <input type="text" class="input-text ng-pristine ng-untouched ng-valid ng-empty ng-valid-min ng-valid-maxlength" ng-model="criteria.BuildingSizeRangeMax" min="0" maxlength="13" decimal-only=""
            ng-model-options="{debounce: { 'default': 1000, 'blur': 0 } }" placeholder="Max SF">
        </div>
      </div>
    </div>
    <div class="radio-group pill-group pill-group-mod margin-top-lg ng-hide" ng-show="searchType == 'forSale' &amp;&amp; categoryBitwiseSnapshot.forSale !== 512 &amp;&amp; !isMetricCountryByCountryCode(countryCode || criteria.Country)">
      <div class="pill">
        <input type="radio" ng-model="criteria.BuildingSizeUom" id="SquareFeet-qwfd3" value="SquareFeet" class="input-radio ng-pristine ng-untouched ng-valid ng-not-empty" ng-change="selectBuildingSizeUOMForQuickFilter(criteria.BuildingSizeUom);"
          name="17">
        <label class="label small first" for="SquareFeet-qwfd3">Square Feet</label>
      </div>
      <div class="pill">
        <input type="radio" ng-model="criteria.BuildingSizeUom" id="SquareMeters-qwfd32" value="SquareMeters" class="input-radio ng-pristine ng-untouched ng-valid ng-not-empty"
          ng-change="selectBuildingSizeUOMForQuickFilter(criteria.BuildingSizeUom);" name="18">
        <label class="label small last" for="SquareMeters-qwfd32">Square Meters</label>
      </div>
    </div>
    <div class="radio-group pill-group pill-group-mod margin-top-lg ng-hide" ng-show="searchType == 'forSale' &amp;&amp; categoryBitwiseSnapshot.forSale !== 512 &amp;&amp; isMetricCountryByCountryCode(countryCode || criteria.Country)">
      <div class="pill">
        <input type="radio" ng-model="criteria.BuildingSizeUom" id="SquareMeters-qwfd32-Metric" value="SquareMeters" class="input-radio ng-pristine ng-untouched ng-valid ng-not-empty"
          ng-change="selectBuildingSizeUOMForQuickFilter(criteria.BuildingSizeUom);" name="19">
        <label class="label small first" for="SquareMeters-qwfd32-Metric">Square Meters</label>
      </div>
      <div class="pill">
        <input type="radio" ng-model="criteria.BuildingSizeUom" id="SquareFeet-qwfd3-Metric" value="SquareFeet" class="input-radio ng-pristine ng-untouched ng-valid ng-not-empty"
          ng-change="selectBuildingSizeUOMForQuickFilter(criteria.BuildingSizeUom);" name="20">
        <label class="label small last" for="SquareFeet-qwfd3-Metric">Square Feet</label>
      </div>
    </div>
  </div>
</form>

Name: frmSearchBarLeaseRate

<form name="frmSearchBarLeaseRate" class="ng-pristine ng-valid ng-valid-min ng-valid-maxlength ng-valid-max">
  <div class="container transparent borderless search-bar-lease-rate-filter">
    <div ng-class="{CA: (PercentMajorityCountryCode || criteria.Country)  == 'CA'}" class="range-container secondary">
      <div class="range-input">
        <input type="text" class="input-text ng-pristine ng-untouched ng-valid ng-empty ng-valid-min ng-valid-maxlength ng-valid-max" ng-model="criteria.LeaseRateRangeMin" min="0" max="" maxlength="13" decimal-only=""
          ng-model-options="{debounce: { 'default': 1000, 'blur': 0 } }" placeholder="Min $">
      </div>
      <div class="range-divider"> to </div>
      <div class="range-input">
        <input type="text" name="LeaseRateRangeMax" class="input-text ng-pristine ng-untouched ng-valid ng-empty ng-valid-min ng-valid-maxlength" ng-model="criteria.LeaseRateRangeMax" min="0" maxlength="13" decimal-only=""
          ng-model-options="{debounce: { 'default': 1000, 'blur': 0 } }" placeholder="Max $">
      </div>
    </div>
    <!-- Desktop -->
    <div class="pill-group margin-top-lg">
      <!-- ngIf: showLeaseRate('SquareFeetYear') -->
      <div class="pill ng-scope" ng-if="showLeaseRate('SquareFeetYear')">
        <input type="radio" ng-model="criteria.LeaseRateUomTerm" value="SquareFeetYear" class="input-radio ng-pristine ng-untouched ng-valid ng-not-empty" ng-change="leaseRateUomTermChanged(criteria)" id="SquareFeetYear-LoopLink" name="118">
        <label class="label small ng-binding" for="SquareFeetYear-LoopLink" ng-bind="LocalizationLabels.SFYearlyLabel">SF/Yr</label>
      </div><!-- end ngIf: showLeaseRate('SquareFeetYear') -->
      <!-- ngIf: showLeaseRate('TotalYear') -->
      <!-- ngIf: showLeaseRate('Total') -->
      <!-- ngIf: showLeaseRate('SquareFeetMonth') -->
      <div class="pill ng-scope" ng-if="showLeaseRate('SquareFeetMonth')">
        <input type="radio" ng-model="criteria.LeaseRateUomTerm" value="SquareFeetMonth" class="input-radio ng-pristine ng-untouched ng-valid ng-not-empty" ng-change="leaseRateUomTermChanged(criteria)" id="SquareFeetMonth-LoopLink" name="120">
        <label class="label small ng-binding last" for="SquareFeetMonth-LoopLink" ng-bind="LocalizationLabels.SFMonthlyLabel" ng-class="currencyCode == 'CAD' ? '': 'last'">SF/Mo</label>
      </div><!-- end ngIf: showLeaseRate('SquareFeetMonth') -->
      <!-- ngIf: showLeaseRate('SquareMetersYear') -->
      <!-- ngIf: showLeaseRate('SquareMetersMonth') -->
    </div>
  </div>
</form>

Name: frmSearchBarSpaceAvailable

<form name="frmSearchBarSpaceAvailable" class="ng-pristine ng-valid ng-valid-min ng-valid-maxlength ng-valid-max">
  <div class="container transparent borderless search-bar-space-available-filter">
    <!-- ngIf: isCategoryChecked(8192, true) -->
    <div class="range-container">
      <div class="range-from">
        <input type="text" name="SpaceAvailableRangeMin" class="input-text ng-pristine ng-untouched ng-valid ng-empty ng-valid-min ng-valid-maxlength ng-valid-max" ng-model="criteria.SpaceAvailableRangeMin"
          ng-change="virtualFilter.resetEmployeeNumber()" min="0" max="" maxlength="13" decimal-only="" ng-model-options="{debounce: { 'default': 1000, 'blur': 0 } }" placeholder="Min SF">
      </div>
      <span class="range-divider"> to </span>
      <div class="range-to">
        <input type="text" name="SpaceAvailableRangeMax" class="input-text ng-pristine ng-untouched ng-valid ng-empty ng-valid-min ng-valid-maxlength" ng-model="criteria.SpaceAvailableRangeMax" ng-change="virtualFilter.resetEmployeeNumber()" min="0"
          maxlength="13" decimal-only="" ng-model-options="{debounce: { 'default': 1000, 'blur': 0 } }" placeholder="Max SF">
      </div>
    </div>
    <!-- ngIf: isCategoryChecked(8192, true) -->
    <div class="pill-group margin-top-lg ng-hide"
      ng-show="searchType == 'forLease' &amp;&amp; !isCategoryChecked(4, true) &amp;&amp; !isCategoryChecked(8192, true) &amp;&amp; (countryCode || criteria.Country) != 'US' &amp;&amp; !isMetricCountryByCountryCode(countryCode || criteria.Country)">
      <div class="pill">
        <input type="radio" ng-model="criteria.SpaceAvailableUom" value="SquareFeet" class="input-radio ng-pristine ng-untouched ng-valid ng-not-empty" id="SquareFeet-02jjh" name="23">
        <label class="label small first" for="SquareFeet-02jjh">Square Feet</label>
      </div>
      <div class="pill">
        <input type="radio" ng-model="criteria.SpaceAvailableUom" value="SquareMeters" class="input-radio ng-pristine ng-untouched ng-valid ng-not-empty" id="SquareMeters-02rdt" name="24">
        <label class="label small last" for="SquareMeters-02rdt">Square Meters</label>
      </div>
    </div>
    <div class="pill-group margin-top-lg ng-hide" ng-show="searchType == 'forLease' &amp;&amp; !isCategoryChecked(4, true) &amp;&amp; !isCategoryChecked(8192, true) &amp;&amp; isMetricCountryByCountryCode(countryCode || criteria.Country)">
      <div class="pill">
        <input type="radio" ng-model="criteria.SpaceAvailableUom" value="SquareMeters" class="input-radio ng-pristine ng-untouched ng-valid ng-not-empty" id="SquareMeters-02rdt-Metric" name="25">
        <label class="label small first" for="SquareMeters-02rdt-Metric">Square Meters</label>
      </div>
      <div class="pill">
        <input type="radio" ng-model="criteria.SpaceAvailableUom" value="SquareFeet" class="input-radio ng-pristine ng-untouched ng-valid ng-not-empty" id="SquareFeet-02jjh-Metric" name="26">
        <label class="label small last" for="SquareFeet-02jjh-Metric">Square Feet</label>
      </div>
    </div>
    <div class="pill-group margin-top-lg ng-hide" ng-show="isCategoryChecked(4, true) &amp;&amp; (countryCode || criteria.Country) != 'US' &amp;&amp; !isMetricCountryByCountryCode(countryCode || criteria.Country)">
      <div class="pill">
        <input type="radio" ng-model="criteria.SpaceAvailableUom" value="Acres" class="input-radio ng-pristine ng-untouched ng-valid ng-not-empty" id="spaceAvailableUnitAcres-321ds" name="27">
        <label class="label small first" for="spaceAvailableUnitAcres-321ds">Acres</label>
      </div>
      <div class="pill">
        <input type="radio" ng-model="criteria.SpaceAvailableUom" value="SquareFeet" class="input-radio ng-pristine ng-untouched ng-valid ng-not-empty" id="spaceAvailableUnitSf-sfr3" name="28">
        <label class="label small" for="spaceAvailableUnitSf-sfr3">SF</label>
      </div>
      <div class="pill">
        <input type="radio" ng-model="criteria.SpaceAvailableUom" value="Hectares" class="input-radio ng-pristine ng-untouched ng-valid ng-not-empty" id="Hectares-sdf3" name="29">
        <label class="label small" for="Hectares-sdf3">Hectares</label>
      </div>
      <div class="pill">
        <input type="radio" ng-model="criteria.SpaceAvailableUom" value="SquareMeters" class="input-radio ng-pristine ng-untouched ng-valid ng-not-empty" id="SquareMeters-lkj8" name="30">
        <label class="label small last" for="SquareMeters-lkj8">m²</label>
      </div>
    </div>
    <div class="pill-group margin-top-lg ng-hide" ng-show="isCategoryChecked(4, true) &amp;&amp; isMetricCountryByCountryCode(countryCode || criteria.Country)">
      <div class="pill">
        <input type="radio" ng-model="criteria.SpaceAvailableUom" value="Hectares" class="input-radio ng-pristine ng-untouched ng-valid ng-not-empty" id="Hectares-sdf3-Metric" name="31">
        <label class="label small first" for="Hectares-sdf3-Metric">Hectares</label>
      </div>
      <div class="pill">
        <input type="radio" ng-model="criteria.SpaceAvailableUom" value="SquareMeters" class="input-radio ng-pristine ng-untouched ng-valid ng-not-empty" id="SquareMeters-lkj8-Metric" name="32">
        <label class="label small" for="SquareMeters-lkj8-Metric">m²</label>
      </div>
      <div class="pill">
        <input type="radio" ng-model="criteria.SpaceAvailableUom" value="Acres" class="input-radio ng-pristine ng-untouched ng-valid ng-not-empty" id="spaceAvailableUnitAcres-321ds-Metric" name="33">
        <label class="label small" for="spaceAvailableUnitAcres-321ds-Metric">Acres</label>
      </div>
      <div class="pill">
        <input type="radio" ng-model="criteria.SpaceAvailableUom" value="SquareFeet" class="input-radio ng-pristine ng-untouched ng-valid ng-not-empty" id="spaceAvailableUnitSf-sfr3-Metric" name="34">
        <label class="label small last" for="spaceAvailableUnitSf-sfr3-Metric">SF</label>
      </div>
    </div>
    <div class="pill-group margin-top-lg ng-hide" ng-show="isCategoryChecked(4, true) &amp;&amp; (countryCode || criteria.Country) == 'US'">
      <div class="pill">
        <input type="radio" ng-model="criteria.SpaceAvailableUom" value="Acres" class="input-radio ng-pristine ng-untouched ng-valid ng-not-empty" id="spaceAvailableUnitAcres" name="35">
        <label class="label small first" for="spaceAvailableUnitAcres">Acres</label>
      </div>
      <div class="pill">
        <input type="radio" ng-model="criteria.SpaceAvailableUom" value="SquareFeet" class="input-radio ng-pristine ng-untouched ng-valid ng-not-empty" id="spaceAvailableUnitSf" name="36">
        <label class="label small last" for="spaceAvailableUnitSf">SF</label>
      </div>
    </div>
    <!-- ngIf: isPeopleSearchEnabled() -->
  </div>
</form>

Text Content

 * 
   

Sale & Lease
 * For Sale
 * For Lease
 * Sale & Lease

Property Types
   
 * Office
   
   
 * Industrial
   
   
 * Retail
   
   
 * Medical
   
   
 * Land
   

Property Types
 * Select All
   
 * Office
   
   
   
 * Industrial
   
   
   
 * Retail
   
   
   
 * Restaurant
   
   
   
 * Shopping Center
   
   
   
 * Multifamily
   
   
   
 * Specialty
   
   
   
 * Health Care
   
   
   
 * Hospitality
   
   
   
 * Sports & Entertainment
   
   
   
 * Land
   
   
   
 * Residential Income
   
   
   
 * Flex
   
   

Property Types
   
 * Office
   
   
 * Coworking
   
   
 * Industrial
   
   
 * Retail
   
   
 * Restaurant
   
   
 * Flex
   
   
 * Medical
   
   
 * Land
   

Price
to

Total $
$/m²
$/SF
Total $
$/m²
$/Hectare
$/SF
Building Size

to


to

Square Feet
Square Meters
Square Meters
Square Feet
Lease Rate
to

SF/Yr
SF/Mo
Available Space

to

Square Feet
Square Meters
Square Meters
Square Feet
Acres
SF
Hectares
m²
Hectares
m²
Acres
SF
Acres
SF
All Filters
Sort
 * Featured
 * Newest
 * Oldest
 * Rental Rate (low to high)
 * Rental Rate (high to low)
 * Size (small to large)
 * Size (large to small)
 * Lot Size (low to high)
 * Lot Size (high to low)
 * City (A to Z)
 * City (Z to A)
 * Has Video
 * Has 3D Tour

Sort
 * Featured
 * Newest
 * Oldest
 * Price (low to high)
 * Price (high to low)
 * Size (small to large)
 * Size (large to small)
 * Cap Rate (low to high)
 * Cap Rate (high to low)
 * Lot Size (low to high)
 * Lot Size (high to low)
 * Units (low to high)
 * Units (high to low)
 * City (A to Z)
 * City (Z to A)
 * Has Video
 * Has 3D Tour

Sort
 * Featured
 * Newest
 * Oldest
 * City (A to Z)
 * City (Z to A)
 * Has Video
 * Has 3D Tour

Clear
Map Gallery
29 Results
Create Reports
Blue Listings from CoStar are offered to broker professionals like you. Blue
pins are NOT shown to the millions of regular LoopNet users.
 * Selected
 * Select All
 * Clear

 * Generate Reports
 * 

 * 323 EMERY DR
   
   Nashville, TN 37214
    * $749,000 USD
    * 2,500 SF Office Building
    * Built in 1955
    * 0.41 AC Lot
   
    * Rusty Rust

   

 * 3700 NOLENSVILLE PIKE
   
   Nashville, TN 37211
    * $2,200,000 USD
    * 1,280 SF Retail Building
    * Built in 1935
    * 0.27 AC Lot
   
    * Rusty Rust

   

 * 25494 INDUSTRIAL PARK RD
   
   Ardmore, TN 38449
    * $290,000 USD
    * 5,120 SF Industrial Building
    * Built in 1977
    * 1 AC Lot
   
    * Rusty Rust

   

 * 1896 ROCK SPRINGS RD
   
   Smyrna, TN 37167
    * $1,200,000 USD
    * 1 Commercial Lot
    * 3 AC Lot
   
    * Rusty Rust

   

 * 1550 N MT JULIET RD
   
   BROOKSIDE LANDING
   
   Mount Juliet, TN 37122
    * $3,750,000 USD
    * 12,320 SF Office Building
    * Built in 2008
    * Investment Opportunity
    * 1.01 AC Lot
   
    * Terry Stevens

   

 * 5760 OLD HICKORY BLVD
   
   Hermitage, TN 37076
    * Built in 2003
    * 2,177 SF Retail Space
    * $25.00 USD/SF/YR
    * 1 Space Available Now
   
    * Terry Stevens

   

 * 1204 MURFREESBORO PIKE
   
   METRO RETAIL ON MURFREESBORO ROAD
   
   Nashville, TN 37217
    * Built in 2023
    * 1,258 - 18,311 SF Spaces
    * $30.00 - $33.00 USD/SF/YR
    * Office and Retail Spaces
   
    * Terry Stevens
    * Patty Chambers

   

 * 329 DONELSON PIKE
   
   EMORY COMMONS
   
   Nashville, TN 37214
    * Built in 2023
    * 1,466 SF Retail Space
    * $35.00 USD/SF/YR
    * 1 Space Available Now
   
    * Terry Stevens

   

 * 4800 LEBANON PIKE
   
   SHOPPES @ LEBANON
   
   Nashville, TN 37138
    * Built in 1987
    * 808 - 8,459 SF Retail Spaces
    * $24.00 - $30.00 USD/SF/YR
    * 5 Spaces Available Now
   
    * Terry Stevens
    * Patty Chambers

   

 * 3702 NOLENSVILLE PIKE
   
   Nashville, TN 37211
    * $1,000,000 USD
    * 1,137 SF Retail Building
    * Built in 1963
    * 0.16 AC Lot
   
    * Rusty Rust

   

 * 25494 INDUSTRIAL PARK RD
   
   INDUSTRIAL PARK ARDMORE
   
   Ardmore, TN 38449
    * Built in 1977
    * 5,120 SF Industrial Space
    * $6.00 USD/SF/YR
    * 1 Space Available Now
   
    * Rusty Rust

   

 * LASCASSAS PIKE
   
   2050 LASCASSAS PIKE OUT-PARCELS
   
   Murfreesboro, TN 37130
    * $150,000 USD
    * 1 Commercial Lot
    * 0.31 AC Lot
   
    * Rusty Rust

   

 * 299 MCCREARY PL
   
   Lebanon, TN 37090
    * $1,200,000 USD
    * 1 Residential Income Lot
    * 38.90 AC Lot
   
    * Rusty Rust

   

 * 1103 VOLUNTEER PKY
   
   VOLUNTEER SHOPPING CENTER
   
   Bristol, TN 37620
    * Built in 1972
    * 7,281 SF Space
    * $6.00 USD/SF/YR
    * 1 Space Available Now
   
    * Rusty Rust

   

 * 2041 OVERHILL DR
   
   Nashville, TN 37215
    * Built in 2008
    * 2,350 - 4,650 SF Space
    * $35.00 USD/SF/YR
    * 1 Space Available Now
   
    * Rusty Rust

   

 * 1200 4TH AVE N
   
   THE SQUARE AT FOURTH AND MADISON
   
   Nashville, TN 37208
    * Built in 2014
    * 1,050 - 3,600 SF Spaces
    * $27.00 - $30.00 USD/SF/YR
    * 3 Spaces Available Now
   
    * Terry Stevens
    * Patty Chambers

   

 * CAROTHERS PKY & BAKERS BR AVE
   
   Franklin, TN 37067
    * Built in 2008
    * 4,733 SF Retail Space
    * $32.50 USD/SF/YR
    * 1 Space Available Soon
   
    * Terry Stevens

   

 * 2135 TED DORRIS RD
   
   Goodlettsville, TN 37072
    * $1,250,000 USD
    * 1 Commercial Lot
    * 1.81 AC Lot
   
    * Rusty Rust

   

 * 7105 S SPRINGS DR
   
   D1 MEDICAL CENTER
   
   Franklin, TN 37067
    * $13,000,000 USD
    * 5.82% Cap Rate
    * 30,396 SF Office Building
    * Built in 2007
    * 1.80 AC Lot
   
    * Rusty Rust

   

 * 7105 S SPRINGS DR
   
   D1 MEDICAL CENTER
   
   Franklin, TN 37067
    * Built in 2007
    * 7,600 SF Space
    * $25.00 USD/SF/YR
   
    * Rusty Rust

   

    1-20 of 29
 1. 
 2. 1
 3. 2
 4. 



Your search did not match any properties.
Try modifying your search criteria to see more properties.

View properties that closely match your search criteria, or modify your search
to find matching properties.

Powered by LoopNet © 2024 CoStar Group Terms of Use


Draw your search area by dragging a shape on the map Cancel
Set your search radius by dragging outward from a point on the map Cancel
 * 
 * 
 * Aerial
 * Draw
 * Clear


Remove Outline


←Move left→Move right↑Move up↓Move down+Zoom in-Zoom outHomeJump left by
75%EndJump right by 75%Page UpJump up by 75%Page DownJump down by 75%

To navigate, press the arrow keys.












































Keyboard shortcuts
Map DataMap data ©2024 Google
Map data ©2024 Google

20 km 

Click to toggle between metric and imperial units
Terms
Report a map error

Your search did not match any properties.
Try modifying your search criteria to see more properties.

View properties that closely match your search criteria, or modify your search
to find matching properties.










Property Types
 * Select All
 * Office
 * Industrial
 * Retail
 * Restaurant
 * Shopping Center
 * Multifamily
 * Specialty
 * Health Care
 * Hospitality
 * Sports & Entertainment
 * Land
 * Residential Income
 * Flex

Space Use
 * Office
 * Coworking
 * Industrial
 * Retail
 * Restaurant
 * Flex
 * Medical
 * Land

Property Types
 * Office
 * Industrial
 * Retail
 * Medical
 * Land

Availability
 * Available
 * Pending Lease

Lease Rate
to

SF/Yr
SF/Mo
Available Space Available Land Size
to

Square Feet
Square Meters
Square Meters
Square Feet
Acres
SF
Hectares
m²
Hectares
m²
Acres
SF
Acres
Square Feet
Additional Fees
Leasehold Rights/Lease Premium
to

 * Exclude Leasehold Rights and Lease Premium

Keyword Separate with spaces
Agent Name

Building Park
Include
 * Include
 * Only
 * Exclude

Shopping Center
Include
 * Include
 * Only
 * Exclude

Price
to

Total $
$/SF
Building Size
to

Square Feet
Square Meters
Land Size
to

Acres
SF
Hectares
m²
Keyword Separate with spaces
Agent Name

Condos
Include
 * Include
 * Only
 * Exclude

Portfolios
Include
 * Include
 * Only
 * Exclude

Building Size
to

Square Feet
Square Meters
Available Space Available Land Size
to

Square Feet
Square Meters
Square Meters
Square Feet
Acres
SF
Hectares
m²
Hectares
m²
Acres
SF
Acres
Square Feet
Land Size
to

Acres
SF
Hectares
m²
Keyword Separate with spaces
Agent Name

Clear Search

TOO MANY REPORTS SELECTED

You may only select up to 100 properties at a time. Select a smaller number of
properties and re-run the report.



SESSION HAS EXPIRED

Your session has expired. Please refresh the page.



AN ERROR HAS OCCURRED

Oops! Something went wrong. Try refreshing the page or running your search
again.