www.loopnet.ca Open in urlscan Pro
23.217.37.212  Public Scan

Submitted URL: http://922statestreet.com/
Effective URL: https://www.loopnet.ca/Listing/922-State-St-Bowling-Green-KY/20085953/
Submission: On March 29 via api from CA — Scanned from CA

Form analysis 12 forms found in the DOM

POST

<form method="post" action="" class="ng-pristine ng-valid">
  <input type="hidden" name="geography" value="">
  <input type="hidden" name="listingtypes" value="">
  <input type="hidden" name="e" value="g">
  <button type="submit" id="footerPropertySearch" style="display:none"></button>
</form>

Name: frmWatchProperty

<form name="frmWatchProperty" class="ng-pristine ng-invalid ng-invalid-required">
  <h4>Please enter a name for your new folder</h4>
  <p ng-bind-html="'(e.g. Office Properties, Client Jane Smith)'" class="ng-binding">(e.g. Office Properties, Client Jane Smith)</p>
  <div class="modal-row field-group">
    <p class="ln-invalid-field-message ng-hide" ng-show="(frmWatchProperty.$submitted || frmWatchProperty.txtCreateFolder.$touched) &amp;&amp; frmWatchProperty.txtCreateFolder.$error.required" role="alert">Please enter a folder name</p>
    <input type="text" name="txtCreateFolder" placeholder="Enter a folder name" ng-model="watchPropertyCreateFolder.folderName" ng-required="true" class="input-text ng-pristine ng-untouched ng-invalid ng-invalid-required"
      ng-class="{ 'error': (frmWatchProperty.$submitted || frmWatchProperty.txtCreateFolder.$touched) &amp;&amp; frmWatchProperty.txtCreateFolder.$error.required }" required="required">
  </div>
</form>

Name: contactform_T6GJ0WPOST

<form name="contactform_T6GJ0W" novalidate="" ng-submit="trackSubmitRequest() &amp;&amp; contactform_T6GJ0W.$valid &amp;&amp; sendRequest(contactform_T6GJ0W)" ng-hide="ui.messageSent" accessible-form="" method="POST"
  class="ng-pristine ng-invalid ng-invalid-required ng-valid-email ng-valid-pattern ng-valid-maxlength">
  <div class="row form-inputs ">
    <div class="column-12">
      <div class="row">
        <div class="column-06 first-name column-tiny-06">
          <p class="ln-invalid-field-message ng-hide" ng-show="contactform_T6GJ0W.firstName.$error.required &amp;&amp; contactform_T6GJ0W.$submitted &amp;&amp; contactform_T6GJ0W.firstName.focused" role="alert">Please enter your first name.</p>
          <input type="text" name="firstName" ng-model="ctrl.firstName" id="verticalContactFormFirstName" class="input-text ng-pristine ng-untouched ng-invalid ng-invalid-required"
            ng-class="{ error: contactform_T6GJ0W.firstName.$error.required &amp;&amp; contactform_T6GJ0W.$submitted }" ng-focus="contactform_T6GJ0W.firstName.focused = true" ng-blur="contactform_T6GJ0W.firstName.focused = false"
            placeholder="First Name" focus-on="" required="">
        </div>
        <div class="column-06 last-name column-tiny-06">
          <p class="ln-invalid-field-message ng-hide" ng-show="contactform_T6GJ0W.lastName.$error.required &amp;&amp; contactform_T6GJ0W.$submitted &amp;&amp; contactform_T6GJ0W.lastName.focused" role="alert">Please enter your last name.</p>
          <input type="text" name="lastName" ng-model="ctrl.lastName" id="verticalContactFormLastName" class="input-text ng-pristine ng-untouched ng-invalid ng-invalid-required"
            ng-class="{ error: contactform_T6GJ0W.lastName.$error.required &amp;&amp; contactform_T6GJ0W.$submitted }" ng-focus="contactform_T6GJ0W.lastName.focused = true" ng-blur="contactform_T6GJ0W.lastName.focused = false" placeholder="Last Name"
            required="">
        </div>
      </div>
      <div class="row">
        <div class="column-12">
          <p class="ln-invalid-field-message ng-hide" ng-show="contactform_T6GJ0W.$submitted &amp;&amp; contactform_T6GJ0W.email.$error.required &amp;&amp; contactform_T6GJ0W.email.focused">Please enter an email address.</p>
          <p class="ln-invalid-field-message ng-hide" ng-show="contactform_T6GJ0W.email.$invalid &amp;&amp; !contactform_T6GJ0W.email.$error.required &amp;&amp; contactform_T6GJ0W.email.focused" role="alert">
            <span ng-show="contactform_T6GJ0W.email.$error.email" class="ng-hide">Please enter a valid email address.</span>
            <span ng-show="contactform_T6GJ0W.email.$error.existingUser" class="ng-hide">This email address is already in use. Please <a rel="nofollow" href="javascript:void(0)" ng-mousedown="ctrl.showLogin()">Login</a> or try a different email
              address.</span>
          </p>
          <input type="email" ng-model-options="{ debounce: 1000 }" name="email" ng-model="ctrl.email" id="verticalContactFormEmailAddress" class="input-text ng-pristine ng-untouched ng-valid-email ng-invalid ng-invalid-required"
            ng-class="{ error: contactform_T6GJ0W.email.$invalid &amp;&amp; (contactform_T6GJ0W.email.$touched || contactform_T6GJ0W.$submitted)  }" ng-focus="contactform_T6GJ0W.email.focused = true" ng-blur="contactform_T6GJ0W.email.focused = false"
            placeholder="Email Address" required="">
        </div>
      </div>
      <div class="row">
        <div class="column-09 phone-number column-tiny-09">
          <p class="ln-invalid-field-message ng-hide" ng-show="contactform_T6GJ0W.phoneNumber.$error.required &amp;&amp; contactform_T6GJ0W.$submitted &amp;&amp; contactform_T6GJ0W.phoneNumber.focused" role="alert">Please enter a phone number.</p>
          <p class="ln-invalid-field-message ng-hide"
            ng-show="contactform_T6GJ0W.phoneNumber.$error.pattern &amp;&amp; contactform_T6GJ0W.$submitted &amp;&amp; contactform_T6GJ0W.phoneNumber.focused &amp;&amp; !contactform_T6GJ0W.phoneNumber.$error.required" role="alert">Please enter a 10
            digit phone number.</p>
          <input type="tel" name="phoneNumber" ng-model="ctrl.phoneNumber" id="verticalContactFormPhoneNumber" class="input-text ng-pristine ng-untouched ng-invalid ng-invalid-required ng-valid-pattern"
            ng-class="{ error: (contactform_T6GJ0W.phoneNumber.$error.required || contactform_T6GJ0W.phoneNumber.$error.pattern) &amp;&amp; contactform_T6GJ0W.$submitted }" ng-focus="contactform_T6GJ0W.phoneNumber.focused = true"
            ng-blur="contactform_T6GJ0W.phoneNumber.focused = false" placeholder="Phone Number" ng-pattern="/^((\D*\d){10})$/" required="">
        </div>
        <div class="column-03 phone-ext column-tiny-03">
          <input type="tel" name="phoneExt" id="verticalContactFormPhoneExt" class="input-text ng-pristine ng-untouched ng-valid" ng-model="ctrl.ext" placeholder="Ext.">
        </div>
      </div>
      <div class="row">
        <div class="column-12">
          <p class="ln-invalid-field-message ng-hide" ng-show="contactform_T6GJ0W.companyName.$error.required &amp;&amp; contactform_T6GJ0W.$submitted &amp;&amp; contactform_T6GJ0W.companyName.focused" role="alert">Please enter a company.</p>
          <div class="typeahead-wrapper">
            <button type="button" class="clear-button ln-icon-close-hollow" name="CompanyTypeaheadButton"></button>
            <input type="text" name="companyName" ng-model="ctrl.companyName" id="verticalContactFormCompanyName" class="input-text ng-pristine ng-untouched ng-invalid ng-invalid-required"
              ng-class="{ error: contactform_T6GJ0W.companyName.$error.required &amp;&amp; contactform_T6GJ0W.$submitted }" ng-focus="contactform_T6GJ0W.companyName.focused = true" ng-blur="contactform_T6GJ0W.companyName.focused = false" required=""
              autocomplete="off" placeholder="Company" ng-keyup="onKeyUpCompany()">
          </div>
        </div>
      </div>
      <div class="row">
        <div class="column-12">
          <div class="textarea-validation ln-invalid-field-message ng-hide" ng-show="contactform_T6GJ0W.message.$invalid &amp;&amp; contactform_T6GJ0W.$submitted &amp;&amp; contactform_T6GJ0W.message.focused">Please leave a message.</div>
          <textarea name="message" maxlength="400" ng-model-options="{ updateOn:'default blur', debounce: { default: 300, blur: 0 } }" ng-model="ctrl.messageText" id="verticalContactFormMessageBody"
            class="input-text ng-pristine ng-untouched ng-valid ng-valid-required ng-valid-maxlength" required="" placeholder="" border:="" 1px="" solid="" #cf0000;="" ng-focus="contactform_T6GJ0W.message.focused = true"
            ng-blur="contactform_T6GJ0W.message.focused = false" ng-init="ctrl.messageText = 'Please send me additional information about this property'"></textarea>
        </div>
      </div>
      <input type="hidden" id="verticalContactFormEventSource" class="contact-form-source" value="">
    </div>
  </div>
  <div class="row">
    <div class="column-12">
      <button criteo="" type="submit" id="verticalContactFormSubmit" class="primary button fluid contact-button" track-click="2401" ng-disabled="ui.formSubmitted">
        <i class="ln-icon-mail-filled"></i>Submit Request </button>
    </div>
  </div>
  <section class="visible-small-down bottom-company-logo">
    <section class="company-logo no-logo">
      <p class="presented-by ">Presented by</p>
      <p class="company-name ">Blair T A Inc</p>
    </section>
  </section>
  <div class="row">
    <div class="column-12">
      <p class="terms">New to LoopNet? No problem. We'll automatically create a free account for you. By clicking the button, you agree to LoopNet's <a rel="nofollow" href="https://marketing.loopnet.com/terms-and-conditions/">Terms of Use</a> and
        <a rel="nofollow" href="https://marketing.loopnet.com/privacy/">Privacy Policy.</a></p>
    </div>
  </div>
</form>

Name: frmSaveSearch

<form name="frmSaveSearch" class="ng-pristine ng-invalid ng-invalid-required">
  <h4>Receive Email Alerts for Similar Properties</h4>
  <p>Be the first to know about new listings that match your criteria.</p>
  <div class="modal-row">
    <label class="title-label margin-bottom-md error-text" ng-class="{ 'error-text': frmSaveSearch.nameYourSearch.$error.required }">Name Your Search:</label>
    <input type="text" id="nameYourSearch" name="nameYourSearch" ng-model="saveSearchModel.NameYourSearch" ng-required="true" class="name-search input-text ng-pristine ng-untouched ng-invalid ng-invalid-required error"
      ng-class="{ 'error': frmSaveSearch.nameYourSearch.$error.required }" focus-on="" required="required">
    <p class="ln-invalid-field-message" ng-show="frmSaveSearch.nameYourSearch.$error.required" role="alert">Please enter the name of your search.</p>
  </div>
  <div class="modal-row radio-row">
    <label class="margin-bottom-md">Email Alert Setting:</label>
    <div class="row no-margin flex">
      <!-- ngRepeat: option in saveSearchModel.EmailAlertSettingOptions -->
      <div ng-repeat="option in saveSearchModel.EmailAlertSettingOptions" class="flex-col title-label ng-scope">
        <input type="radio" class="input-radio ng-pristine ng-untouched ng-valid" name="ASAP" id="ASAP" ng-value="option.Id" ng-model="saveSearchModel.EmailAlertSetting.Id" value="ASAP">
        <label for="ASAP" class="ng-binding"> Instantly </label>
      </div><!-- end ngRepeat: option in saveSearchModel.EmailAlertSettingOptions -->
      <div ng-repeat="option in saveSearchModel.EmailAlertSettingOptions" class="flex-col title-label ng-scope">
        <input type="radio" class="input-radio ng-pristine ng-untouched ng-valid" name="DA" id="DA" ng-value="option.Id" ng-model="saveSearchModel.EmailAlertSetting.Id" value="DA">
        <label for="DA" class="ng-binding"> Daily </label>
      </div><!-- end ngRepeat: option in saveSearchModel.EmailAlertSettingOptions -->
      <div ng-repeat="option in saveSearchModel.EmailAlertSettingOptions" class="flex-col title-label ng-scope">
        <input type="radio" class="input-radio ng-pristine ng-untouched ng-valid" name="WK" id="WK" ng-value="option.Id" ng-model="saveSearchModel.EmailAlertSetting.Id" value="WK">
        <label for="WK" class="ng-binding"> Weekly </label>
      </div><!-- end ngRepeat: option in saveSearchModel.EmailAlertSettingOptions -->
      <div ng-repeat="option in saveSearchModel.EmailAlertSettingOptions" class="flex-col title-label ng-scope">
        <input type="radio" class="input-radio ng-pristine ng-untouched ng-valid" name="OFF" id="OFF" ng-value="option.Id" ng-model="saveSearchModel.EmailAlertSetting.Id" value="OFF">
        <label for="OFF" class="ng-binding"> None </label>
      </div><!-- end ngRepeat: option in saveSearchModel.EmailAlertSettingOptions -->
    </div>
  </div>
  <div class="modal-row radio-row">
    <label class="margin-bottom-md"> OK to contact me about matching listings: </label>
    <div class="row no-margin flex">
      <label class="flex-col-secondary">
        <input type="radio" class="input-radio ng-pristine ng-untouched ng-valid" name="subscriptionPreference" ng-value="true" ng-checked="saveSearchModel.ReleaseMyContactInfo === true" ng-model="saveSearchModel.ReleaseMyContactInfo" value="true"
          checked="checked"> Yes </label>
      <label class="flex-col-secondary">
        <input type="radio" class="input-radio ng-pristine ng-untouched ng-valid" name="subscriptionPreference" ng-value="false" ng-model="saveSearchModel.ReleaseMyContactInfo" value="false"> No </label>
    </div>
  </div>
</form>

Name: sendtofriend

<form class="csgp-s2f sendtofriend ng-pristine ng-valid" name="sendtofriend">
  <h3 class="send-to-friend__header send-to-friend__header--margin"> Send to Friend </h3>
  <div class="send-to-friend__text-wrapper">
    <input type="hidden" id="ListingID" value="20085953">
    <input type="hidden" id="PortfolioID" value="0">
    <p class="send-to-friend__email">Recipient's Email<span class="send-to-friend__asterisk">*</span></p>
    <div class="send-to-friend__validation-wrapper">
      <input name="Email" class="send-to-friend__input send-to-friend--border-radius input-text" id="recipientEmail" placeholder="Email Address" ng-focus="sendtofriend.focus.Email = true;" ng-blur="mainHeader.CheckEmail()"
        ng-keyup="mainHeader.CheckEmail()">
      <div ng-show="scope.ValidatedEmail" class="send-to-friend__validation-error recipient-email ng-hide">
        <span class="send-to-friend__validation-error-text recipient-email ng-hide">Please enter a valid email address.</span>
      </div>
    </div>
    <p class="send-to-friend__note"><span class="send-to-friend__note--bold">Note:</span> To send this property to multiple individuals, insert a semi-colon between each recipient's email address.</p>
    <textarea class="send-to-friend__text-box send-to-friend--border-radius" id="txtEmail" ng-blur="mainHeader.CheckDescription()" ng-keydown="mainHeader.CheckDescription()" maxlength="1000">Please take a look at 922 State St</textarea>
    <div class="send-to-friend__text-box-footer">
      <div class="checkbox-wrapper">
        <input type="checkbox" class="send-to-friend__checkbox input-checkbox" id="sendmeacopy">
        <label class="send-to-friend-checkbox__label" for="sendMeACopy">Send me a copy</label>
      </div>
      <div class="send-to-friend__character-limit">
        <span class="send-to-friend__characters-remaining">966</span> characters remaining
      </div>
    </div>
    <div class="send-to-friend__disclaimer send-to-friend--border-radius">
      <p class="send-to-friend__disclaimer__text"> LoopNet has taken a strong stance against the practice of sending unsolicited commercial emails, also known as "spam." Please send these emails only to people you know who would be interested in this
        property. If someone asks you not to send these emails to them, please comply. </p>
    </div>
    <div class="send-to-friend__action">
      <button class="send-to-friend__action-button send-to-friend__action-button--cancel button text" ng-click="mainHeader.closeSend2Friend()"><span class="send-to-friend__action-button--cancel-text send-to-friend--blue-text">Cancel</span></button>
      <button type="submit" ng-disabled="submitsendtofriend" class="send-to-friend__action-button send-to-friend--border-radius button primary" ng-click="mainHeader.sendSend2Friend()" id="send-to-friend-submit" disabled="disabled">Send </button>
    </div>
    <div class="send-to-friend__footer"> We will automatically send your friend a one-time email inviting him or her to visit the site. LoopNet stores this information for the sole purpose of sending this one-time email and tracking the success of
      our referral program. <a class="send-to-friend--blue-text" href="#" ng-click="mainHeader.OpenPopup('https://marketing.loopnet.com/privacy/', 'privacy');" title="View LoopNet's Privacy Policy">View LoopNet's Privacy Policy</a>
    </div>
  </div>
</form>

Name: login

<form name="login" ng-hide="newLoginHidden" ng-submit="newLogin.continueProcess ? newLogin.submit(credentials) : checkEmailLogin(credentials.Email);" novalidate="" sso-new-login="" assignscope=""
  class="ng-pristine ng-invalid ng-invalid-required ng-valid-pattern ng-valid-email ng-hide">
  <div class="loading-overlay ng-hide" ng-show="newLogin.inProgress">
    <i class="loading-animation"></i>
  </div>
  <div class="sticky-addon ng-hide" ng-show="sso &amp;&amp; sso.identityManagerUrl"></div>
  <div ng-show="sso &amp;&amp; sso.identityManagerUrl" class="ng-hide">
    <section class="ca-section">
      <div class="ca-message"> You must register your contact information to view secure information on this listing. </div>
    </section>
  </div>
  <section class="modal registration-login-modal-container">
    <!-- IF LOG IN-->
    <h3 class="text-center" ng-hide="root.sso.loginSignUpTitleHidden">Log In / Sign Up</h3>
    <h3 class="text-center ng-hide" ng-hide="!root.sso.loginSignUpTitleHidden">Log In</h3>
    <div class="csgp-message error static ng-hide" ng-show="newLogin.requestFailed">
      <p> The username or password you entered is incorrect. Please try again. <b>Remember passwords are case sensitive</b>. If you forgot your password,
        <a rel="nofollow" href="https://secure.costargroup.com/forgot-password?client_id=loopnet_ca&amp;locale=en-CA">click to reset it</a>. </p>
      <p>If you continue to see this message, your account may be locked due to too many failed attempts. Please contact Customer Support at 1-800-613-1303. </p>
    </div>
    <div class="field-group email-container">
      <div ng-show="login.$submitted || login.Email.$touched" class="validation-error ng-hide">
        <span ng-show="login.keypressed &amp;&amp; login.focus.Email &amp;&amp; (login.Email.$error.required || login.Email.$error.email || login.Email.$error.pattern || isBadEmailFromCAApproval)" class="ng-hide">Please enter a valid email
          address.</span>
      </div>
      <i class="ln-icon-mail-hollow"></i>
      <input id="newLoginEmail" name="Email" type="email" class="input-text ng-pristine ng-untouched ng-invalid ng-invalid-required ng-valid-pattern ng-valid-email" placeholder="Email Address" required="" ng-model="credentials.Email"
        ng-pattern="/^(([^<>()\[\]\.,;:\s@\&quot;]+(\.[^<>()\[\]\.,;:\s@\&quot;]+)*)|(\&quot;.+\&quot;))@(([^<>()[\]\.,;:\s@\&quot;]+\.)+[^<>()[\]\.,;:\s@\&quot;]{2,})$/i" ng-focus="login.focus.Email = true;" ng-blur="login.focus.Email = false;"
        ng-keyup="login.keypressed = true"
        ng-class="{ 'error' : (login.$submitted || (login.keypressed &amp;&amp; login.focus.Email)) &amp;&amp; (login.Email.$error.required || login.Email.$error.email || login.Email.$error.pattern || isBadEmailFromCAApproval)}">
    </div>
    <!-- ngIf: newLogin.continueProcess -->
    <!-- ngIf: !newLogin.continueProcess -->
    <div ng-if="!newLogin.continueProcess" class="ng-scope">
      <div class="field-group cta">
        <button type="submit" class="button primary full">Continue</button>
      </div>
    </div><!-- end ngIf: !newLogin.continueProcess -->
    <div class="area-secondary hide-ca-approval">
      <div class="horizontal-divide"></div>
      <div class="login-choice">Or</div>
    </div>
    <div class="field-group identify-account hide-ca-approval">
      <a href="" rel="nofollow" class="button primary punchout google full" title="Connect with Google" ng-click="connectWithGoogleOnLogin();">Connect with Google</a>
    </div>
    <div class="field-group identify-account hide-ca-approval">
      <a href="" rel="nofollow" class="button primary punchout linkedin full" title="Connect with LinkedIn" ng-click="connectWithLinkedInOnLogin();">Connect with LinkedIn</a>
    </div>
    <!-- END IF LOG IN -->
  </section>
  <iframe id="ssoIframeLogin" style="display: none"></iframe>
</form>

Name: signup

<form name="signup" ng-hide="newSignupHidden" ng-submit="newSignup.continueProcess ? submitNewSignup(user) : checkEmailSignup(user.Email);" novalidate="" sso-new-signup="" signuplogin-title="Sign up to $1 on LoopNet"
  signup-title="Sign up to $1 on LoopNet" assignscope="" class="ng-pristine ng-invalid ng-invalid-required ng-valid-pattern ng-valid-email ng-hide">
  <div class="loading-overlay ng-hide" ng-show="newSignup.inProgress">
    <i class="loading-animation"></i>
  </div>
  <div class="sticky-addon ng-hide" ng-show="sso &amp;&amp; sso.identityManagerUrl"></div>
  <div ng-show="sso &amp;&amp; sso.identityManagerUrl" class="ng-hide">
    <section class="ca-section">
      <div class="ca-message"> You must register your contact information to view secure information on this listing. </div>
    </section>
  </div>
  <section class="modal registration-login-modal-container  ">
    <div ng-show="ldpRegistrationShow" class="ng-hide">
      <!-- IF SIGN UP-->
      <h3 ng-hide="root.sso.loginSignUpTitleHidden" class="ng-binding"></h3>
      <h3 ng-hide="!root.sso.loginSignUpTitleHidden" class="ng-binding ng-hide"></h3>
    </div>
    <div ng-show="!ldpRegistrationShow" class="">
      <!-- IF SIGN UP-->
      <h3 ng-hide="root.sso.loginSignUpTitleHidden" class="">Log In / Sign Up </h3>
      <h3 ng-hide="!root.sso.loginSignUpTitleHidden" class="ng-hide">Sign Up </h3>
    </div>
    <div class="csgp-message error static ng-hide" ng-show="signup.requestFailed"> Error occurred with your registration, please try again. </div>
    <div class="csgp-message error static ng-hide" ng-show="signup.duplicateFailed"> That email address has already been registered. Please try another or click
      <a rel="nofollow" href="https://secure.costargroup.com/forgot-password?client_id=loopnet_ca&amp;locale=en-CA" class="primary">forgot password</a>. </div>
    <div class="csgp-message error static ng-binding ng-hide" ng-show="signup.invalidData">
    </div>
    <!-- ngIf: newSignup.continueProcess -->
    <div class="field-group email-container">
      <div ng-show="signup.$submitted || signup.SignUpEmail.$touched" class="validation-error ng-hide">
        <span ng-show="signup.keypressed &amp;&amp; signup.focus.SignUpEmail &amp;&amp; (signup.SignUpEmail.$error.required || signup.SignUpEmail.$error.email || signup.SignUpEmail.$error.pattern)" class="ng-hide">Please enter a valid email
          address.</span>
      </div>
      <i class="ln-icon-mail-hollow"></i>
      <input name="SignUpEmail" id="SignUpEmail" type="email" class="input-text ng-pristine ng-untouched ng-invalid ng-invalid-required ng-valid-pattern ng-valid-email" placeholder="Email Address" required="" ng-model="user.Email" tabindex="3"
        ng-blur="signup.focus.SignUpEmail = false; checkCanSubmit()" ng-pattern="/^(([^<>()\[\]\.,;:\s@\&quot;]+(\.[^<>()\[\]\.,;:\s@\&quot;]+)*)|(\&quot;.+\&quot;))@(([^<>()[\]\.,;:\s@\&quot;]+\.)+[^<>()[\]\.,;:\s@\&quot;]{2,})$/i"
        ng-focus="signup.focus.SignUpEmail = true;" ng-keyup="signup.keypressed = true"
        ng-class="{ 'error' : (signup.$submitted || (signup.keypressed &amp;&amp; signup.focus.SignUpEmail)) &amp;&amp; (signup.SignUpEmail.$error.required || signup.SignUpEmail.$error.email || signup.SignUpEmail.$error.pattern) }">
    </div>
    <!-- ngIf: newSignup.continueProcess -->
    <!-- ngIf: newSignup.continueProcess -->
    <!-- ngIf: newSignup.continueProcess -->
    <!-- ngIf: newSignup.continueProcess -->
    <!-- ngIf: newSignup.continueProcess -->
    <!-- ngIf: !newSignup.continueProcess -->
    <div ng-if="!newSignup.continueProcess" class="ng-scope">
      <div class="field-group cta">
        <button type="submit" class="button primary full">Continue</button>
      </div>
    </div><!-- end ngIf: !newSignup.continueProcess -->
    <div class="area-secondary">
      <div class="horizontal-divide"></div>
      <div class="login-choice">OR</div>
    </div>
    <div class="field-group">
      <a rel="nofollow" href="" class="button primary punchout google full" title="Connect with Google" ng-click="connectWithGoogleOnSignup();" data-onsuccess="onSignIn">Connect with Google</a>
    </div>
    <div class="field-group">
      <a href="" rel="nofollow" class="button primary punchout linkedin full" title="Connect with LinkedIn" ng-click="connectWithLinkedInOnSignup();">Connect with LinkedIn</a>
    </div>
    <!-- END IF SIGN UP -->
    <!-- IF CONFIRMATION -->
    <!-- ngIf:  -->
    <!-- END IF CONFIRMATION -->
  </section>
  <iframe id="ssoIframeSignup" style="display: none"></iframe>
</form>

Name: TransUnionSignup

<form name="TransUnionSignup" ng-submit="submitIdentity(user);" trans-union-signup="" novalidate="" class="ng-pristine ng-invalid ng-invalid-required ng-valid-pattern ng-valid-email">
  <h3 class="text-center">Verify Your Identity</h3>
  <div class="provided-by">
    <span class="first provided-by-label">Provided By:</span><span class="last logo"></span>
  </div>
  <p>The information you provide below will be securely transmitted to TransUnion. It will not be used to update your information with CoStar / LoopNet.</p>
  <p>Please use the name and address most likely associated with your credit file.</p>
  <p>Most people are immediately approved upon clicking verify.</p>
  <div class="csgp-message error static ng-binding ng-hide" ng-show="TransUnionSignup.invalidData">
  </div>
  <div class="field-group first-last">
    <div ng-show="TransUnionSignup.$submitted || TransUnionSignup.NewSignUpFirstName.$touched" class="validation-error ng-hide">
      <span ng-show="TransUnionSignup.keypressed &amp;&amp; TransUnionSignup.focus.NewSignUpFirstName &amp;&amp; TransUnionSignup.NewSignUpFirstName.$error.required" class="ng-hide">Please enter your First Name</span>
    </div>
    <input type="text" class="input-text first ng-pristine ng-untouched ng-invalid ng-invalid-required" placeholder="First Name" ng-model="user.FirstName" ng-init="user.FirstName = null" name="NewSignUpFirstName" required=""
      ng-focus="TransUnionSignup.focus.NewSignUpFirstName = true;" ng-blur="TransUnionSignup.focus.NewSignUpFirstName = false; checkCanSubmit()" ng-keyup="TransUnionSignup.keypressed = true"
      ng-class="{ 'error' :  TransUnionSignup.keypressed &amp;&amp; TransUnionSignup.NewSignUpFirstName.$touched &amp;&amp; TransUnionSignup.focus.NewSignUpFirstName &amp;&amp; TransUnionSignup.NewSignUpFirstName.$error.required }">
    <div ng-show="TransUnionSignup.$submitted || TransUnionSignup.NewSignUpLastName.$touched" class="validation-error ng-hide">
      <span ng-show="TransUnionSignup.keypressed &amp;&amp; TransUnionSignup.focus.NewSignUpLastName &amp;&amp; TransUnionSignup.NewSignUpLastName.$error.required" class="ng-hide">Please enter your Last Name</span>
    </div>
    <input type="text" class="input-text last ng-pristine ng-untouched ng-invalid ng-invalid-required" placeholder="Last Name" ng-model="user.LastName" ng-init="user.LastName = null" name="NewSignUpLastName" required=""
      ng-focus="TransUnionSignup.focus.NewSignUpLastName = true;" ng-blur="TransUnionSignup.focus.NewSignUpLastName = false; checkCanSubmit()" ng-keyup="TransUnionSignup.keypressed = true"
      ng-class="{ 'error' :  TransUnionSignup.keypressed &amp;&amp; TransUnionSignup.NewSignUpLastName.$touched &amp;&amp; TransUnionSignup.focus.NewSignUpLastName &amp;&amp; TransUnionSignup.NewSignUpLastName.$error.required }">
  </div>
  <div class="field-group email-container">
    <div ng-show="TransUnionSignup.$submitted || TransUnionSignup.SignUpEmail.$touched" class="validation-error ng-hide">
      <span ng-show="TransUnionSignup.keypressed &amp;&amp; TransUnionSignup.focus.SignUpEmail &amp;&amp; (TransUnionSignup.SignUpEmail.$error.required || TransUnionSignup.SignUpEmail.$error.email || TransUnionSignup.SignUpEmail.$error.pattern)"
        class="ng-hide">Please enter your Email</span>
    </div>
    <input name="SignUpEmail" id="TransUnionSignUpEmail" type="email" class="input-text ng-pristine ng-untouched ng-invalid ng-invalid-required ng-valid-pattern ng-valid-email" placeholder="Email" required="" ng-model="user.Email"
      ng-init="user.Email = null" ng-blur="TransUnionSignup.focus.SignUpEmail = false; checkCanSubmit()"
      ng-pattern="/^(([^<>()\[\]\.,;:\s@\&quot;]+(\.[^<>()\[\]\.,;:\s@\&quot;]+)*)|(\&quot;.+\&quot;))@(([^<>()[\]\.,;:\s@\&quot;]+\.)+[^<>()[\]\.,;:\s@\&quot;]{2,})$/i" ng-focus="TransUnionSignup.focus.SignUpEmail = true;"
      ng-keyup="TransUnionSignup.keypressed = true"
      ng-class="{ 'error' : (TransUnionSignup.$submitted || (TransUnionSignup.keypressed &amp;&amp; TransUnionSignup.focus.SignUpEmail)) &amp;&amp; (TransUnionSignup.SignUpEmail.$error.required || TransUnionSignup.SignUpEmail.$error.email || TransUnionSignup.SignUpEmail.$error.pattern) }">
  </div>
  <div class="field-group phone-container" phone-input="">
    <div ng-show="TransUnionSignup.$submitted || TransUnionSignup.SignUpPhone.$touched" class="validation-error ng-hide">
      <span ng-show="TransUnionSignup.keypressed &amp;&amp; TransUnionSignup.focus.SignUpPhone &amp;&amp; (TransUnionSignup.SignUpPhone.$error.required)" class="ng-hide">Please enter your Phone</span>
    </div>
    <input name="SignUpPhone" id="phoneNumber" type="tel" class="input-text ng-pristine ng-untouched ng-invalid ng-invalid-required" placeholder="Phone" required="" ng-model="user.PhoneNumber" ng-focus="TransUnionSignup.focus.SignUpPhone = true;"
      ng-blur="TransUnionSignup.focus.SignUpPhone = false; checkCanSubmit()" ng-keyup="TransUnionSignup.keypressed = true"
      ng-class="{ 'error' :  TransUnionSignup.keypressed &amp;&amp; TransUnionSignup.SignUpPhone.$touched &amp;&amp; TransUnionSignup.focus.SignUpPhone &amp;&amp; TransUnionSignup.SignUpPhone.$error.required }">
  </div>
  <div class="field-group address-container">
    <label>Enter your current residential address</label>
    <div ng-show="TransUnionSignup.$submitted || TransUnionSignup.SignUpAddress.$touched" class="validation-error ng-hide">
      <span ng-show="TransUnionSignup.keypressed &amp;&amp; TransUnionSignup.focus.SignUpAddress &amp;&amp; (TransUnionSignup.SignUpAddress.$error.required)" class="ng-hide">Please enter your Address</span>
    </div>
    <input name="SignUpAddress" id="SignUpAddress" type="text" class="input-text ng-pristine ng-untouched ng-invalid ng-invalid-required" placeholder="Address" required="" ng-model="user.Address"
      ng-focus="TransUnionSignup.focus.SignUpAddress = true;" ng-blur="TransUnionSignup.focus.SignUpAddress = false; checkCanSubmit()" ng-keyup="TransUnionSignup.keypressed = true"
      ng-class="{ 'error' :  TransUnionSignup.keypressed &amp;&amp; TransUnionSignup.SignUpAddress.$touched &amp;&amp; TransUnionSignup.focus.SignUpAddress &amp;&amp; TransUnionSignup.SignUpAddress.$error.required }">
  </div>
  <div class="field-group city-container">
    <div ng-show="TransUnionSignup.$submitted || TransUnionSignup.SignUpCity.$touched" class="validation-error ng-hide">
      <span ng-show="TransUnionSignup.keypressed &amp;&amp; TransUnionSignup.focus.SignUpCity &amp;&amp; TransUnionSignup.SignUpCity.$error.required" class="ng-hide">Please enter your City</span>
    </div>
    <input name="SignUpCity" id="SignUpCity" type="text" class="input-text ng-pristine ng-untouched ng-invalid ng-invalid-required" placeholder="City" required="" ng-model="user.City" ng-focus="TransUnionSignup.focus.SignUpCity = true;"
      ng-blur="TransUnionSignup.focus.SignUpCity = false; checkCanSubmit()" ng-keyup="TransUnionSignup.keypressed = true"
      ng-class="{ 'error' :  TransUnionSignup.keypressed &amp;&amp; TransUnionSignup.SignUpCity.$touched &amp;&amp; TransUnionSignup.focus.SignUpCity &amp;&amp; TransUnionSignup.SignUpCity.$error.required }">
  </div>
  <div class="field-group state-container">
    <div ng-show="TransUnionSignup.$submitted || TransUnionSignup.SignUpState.$touched" class="validation-error ng-hide">
      <span ng-show="TransUnionSignup.keypressed &amp;&amp; TransUnionSignup.focus.SignUpState &amp;&amp; TransUnionSignup.SignUpState.$error.required" class="ng-hide">Please enter your State</span>
    </div>
    <input name="SignUpState" id="SignUpState" type="text" class="input-text ng-pristine ng-untouched ng-invalid ng-invalid-required" placeholder="State" required="" ng-model="user.State" ng-focus="TransUnionSignup.focus.SignUpState = true;"
      ng-blur="TransUnionSignup.focus.SignUpState = false; checkCanSubmit()" ng-keyup="TransUnionSignup.keypressed = true"
      ng-class="{ 'error' :  TransUnionSignup.keypressed &amp;&amp; TransUnionSignup.SignUpState.$touched &amp;&amp; TransUnionSignup.focus.SignUpState &amp;&amp; TransUnionSignup.SignUpState.$error.required }">
  </div>
  <div class="field-group state-container">
    <div ng-show="TransUnionSignup.$submitted || TransUnionSignup.SignUpPostalCode.$touched" class="validation-error ng-hide">
      <span ng-show="TransUnionSignup.keypressed &amp;&amp; TransUnionSignup.focus.SignUpPostalCode &amp;&amp; TransUnionSignup.SignUpPostalCode.$error.required" class="ng-hide">Please enter your Zip/Postal Code</span>
    </div>
    <input name="SignUpPostalCode" id="SignUpPostalCode" type="text" class="input-text ng-pristine ng-untouched ng-invalid ng-invalid-required" placeholder="Zip/Postal Code" required="" ng-model="user.PostalCode"
      ng-focus="TransUnionSignup.focus.SignUpPostalCode = true;" ng-blur="TransUnionSignup.focus.SignUpPostalCode = false; checkCanSubmit()" ng-keyup="TransUnionSignup.keypressed = true"
      ng-class="{ 'error' :  TransUnionSignup.keypressed &amp;&amp; TransUnionSignup.SignUpPostalCode.$touched &amp;&amp; TransUnionSignup.focus.SignUpPostalCode &amp;&amp; TransUnionSignup.SignUpPostalCode.$error.required }">
  </div>
  <button class="button primary full disabled" type="submit" ng-disabled="!checkCanSubmit();" id="TransUnionSignUpButton" name="TransUnionSignUpButton" disabled="disabled">Verify</button>
</form>

Name: TransUnionQuestions

<form name="TransUnionQuestions" ng-submit="submitVerificationSelection(decision)" novalidate="" class="ng-pristine ng-valid">
  <h3 class="text-center step5-header">Verify Your Identity</h3>
  <div class="provided-by">
    <span class="first provided-by-label">Provided By:</span><span class="last logo"></span>
  </div>
  <p>We need a little more information to verify your identity. Please choose the option that works best for you.</p>
  <div class="field-group clearfix">
    <input class="input-radio ng-pristine ng-untouched ng-valid" type="radio" id="SendSMS" ng-model="decision" name="decision" value="SendSMS" ng-change="verificationSelectionMade = true"> <label for="SendSMS">Send a SMS text to the number <span
        class="ng-binding"></span></label>
  </div>
  <div class="field-group clearfix">
    <input class="input-radio ng-pristine ng-untouched ng-valid" type="radio" id="ReceiveVoiceMail" ng-model="decision" name="decision" value="ReceiveVoiceMail" ng-change="verificationSelectionMade = true"> <label for="ReceiveVM"> Receive an
      automated voice call with a code at <span class="ng-binding"></span>
    </label>
  </div>
  <div class="field-group clearfix">
    <input class="input-radio ng-pristine ng-untouched ng-valid" type="radio" id="AnswerQuestions" ng-model="decision" name="decision" value="AnswerQuestions" ng-change="verificationSelectionMade = true"> <label for="AnswerQuestions">Answer some
      questions to which only you would know the answers</label>
  </div>
  <button id="Verify" ng-class="verificationSelectionMade ? 'button primary full cta' : 'button primary full cta disabled'" type="submit" class="button primary full cta disabled">Verify</button>
</form>

Name: TransUnionPasscode

<form name="TransUnionPasscode" ng-submit="submitPasscodeEntry(pin);" novalidate="" class="ng-pristine ng-valid ng-valid-maxlength">
  <h3 class="text-center step6-header">Verify Your Identity</h3>
  <div class="provided-by">
    <span class="first provided-by-label"></span><span class="last logo"></span>
  </div>
  <p>Please enter the five digit code that we provided by text message or automated voice call.</p>
  <input class="enter-code input-text ng-pristine ng-untouched ng-valid ng-valid-maxlength" maxlength="5" ng-model="pin">
  <button class="button primary full cta" title="Verify" type="submit">Continue</button>
</form>

Name: TransUnionQuestions

<form name="TransUnionQuestions" ng-submit="submitQuestionAnswers()" novalidate="" class="ng-pristine ng-valid">
  <h3 class="text-center step7-header">Verification Questionnaire</h3>
  <div class="provided-by">
    <span class="first provided-by-label">Provided By:</span><span class="last logo"></span>
  </div>
  <p class="normal">Please answer these questions to complete your verification.</p>
  <!-- ngRepeat: (key, question) in user.Questions -->
  <button title="Verify" type="submit" ng-class="user.allQuestionsAnswered ? 'button primary full cta' : 'button primary full cta disabled'" class="button primary full cta disabled">Verify</button>
</form>

Name: CompleteProfileForm

<form name="CompleteProfileForm" class="contact-info-wrapper__capture-contact ng-pristine ng-invalid ng-invalid-required" ng-submit="submitCompleteProfile();">
  <div completeprofile-phoneinput="">
    <div class="field-group phone-container">
      <input name="OfficePhoneNumber" id="OfficePhoneNumber" type="tel" class="input-text ng-pristine ng-untouched ng-invalid ng-invalid-required" required="" placeholder="Office Phone Number" ng-model="completeProfile.officePhoneNumber"
        ng-focus="CompleteProfileForm.focus.OfficePhoneNumber = true;" ng-blur="CompleteProfileForm.focus.OfficePhoneNumber = false; checkCanSubmit()" ng-keyup="CompleteProfileForm.keypressed = true; checkCanSubmit();"
        ng-class="{ 'error' :  CompleteProfileForm.keypressed &amp;&amp; CompleteProfileForm.OfficePhoneNumber.$touched &amp;&amp; CompleteProfileForm.focus.OfficePhoneNumber &amp;&amp; CompleteProfileForm.OfficePhoneNumber.$error.required }">
    </div>
    <div class="field-group phone-container">
      <input name="CellPhoneNumber" id="CellPhoneNumber" type="tel" class="input-text display-block last ng-pristine ng-untouched ng-invalid ng-invalid-required" required="" placeholder="Cell Phone Number" ng-model="completeProfile.cellPhoneNumber"
        ng-focus="CompleteProfileForm.focus.CellPhoneNumber = true;" ng-blur="CompleteProfileForm.focus.CellPhoneNumber = false; checkCanSubmit()" ng-keyup="CompleteProfileForm.keypressed = true; checkCanSubmit();"
        ng-class="{ 'error' :  CompleteProfileForm.keypressed &amp;&amp; CompleteProfileForm.CellPhoneNumber.$touched &amp;&amp; CompleteProfileForm.focus.CellPhoneNumber &amp;&amp; CompleteProfileForm.CellPhoneNumber.$error.required }">
    </div>
    <button name="CompleteProfileSubmitButton" id="CompleteProfileSubmitButton" type="submit" class="button primary button-continue display-block full disabled">Continue</button>
  </div>
</form>

Text Content

 * 

 * Notifications

 * Search For Sale
 * Search For Lease
 * Find a Broker

 * Saved Searches
 * My Favorites

 * My Leads
 * My Account

 * Add a Listing
    * ADD A LISTING FOR SALE
    * Building
    * Condo
    * Land
    * Portfolio
    * Business
    * ADD A LISTING FOR LEASE
    * Building or Condo
    * Land
 * Advertise

Log In
Sign Up


Results

Menu
CoTour

 * Advertise

Prev

Next
 * English (CA)
 * $ CAD

Share
 * Send to Friend
 * Link to This Listing

Share on social networks
Print


Blair T A Inc
Call Contact
Share
 * Send to Friend
 * Link to This Listing

Share on social networks


922 STATE ST


5,000 SF OF OFFICE SPACE AVAILABLE IN BOWLING GREEN, KY


Office Space Kentucky Bowling Green


922 STATE ST, BOWLING GREEN, KY 42101




ALL AVAILABLE SPACE(1)

Display Rental Rate as

$ CAD/SF/YR
 * $ CAD/SF/YR
 * $ CAD/SF/MO
 * $ CAD Amt/MO
 * $ CAD Amt/YR

 * Space
 * Size
 * Term
 * Rate
 * Space Use
 * Condition
 * Available

 * 3rd Floor
 * 5,000 SF
 * Negotiable
 * $18.72 CAD/SF/YR
 * Office
 * Full Build-Out
 * Now


Floor 3

Floor 3 - Conference Room

Floor 3 - Kitchen

Floor 3 - Cubicles

Floor 3 - Cubicles

Floor 3 - Executive Office

Floor 3 - Office

Floor 3 - Conference Room Floorplan

Floor 3 - Floorplan

Located in historic Fountain Square Park, in Bowling Green, Ky. Recent
renovations include new roof, HVAC, and high speed internet. Great space with
ample parking and courtyard. Office is in walking distance to local restaurants,
retail, and coffee shops.

 * Listed rate may not include certain utilities, building services and property
   expenses
 * Mostly Open Floor Plan Layout
 * 1 Conference Room
 * Space is in Excellent Condition
 * Kitchen
 * Elevator Access
 * Private Restrooms
 * High Ceilings
 * Natural Light
 * Emergency Lighting
 * Handicap Accessibility

 * Fully Built Out as Standard Office
 * 1 Private Office
 * 10’ Finished Ceilings
 * Central Air and Heating
 * Wi-Fi Connectivity
 * Print/Copy Room
 * Security System
 * Recessed Lighting
 * After Hours HVAC Available
 * Downtown views
 * Private Loading Dock

Space Size Term Rate Space Use Condition Available 3rd Floor 5,000 SF Negotiable
$18.72 CAD/SF/YR Office Full Build-Out Now

3RD FLOOR

Size 5,000 SF Term Negotiable Rate $18.72 CAD/SF/YR Space Use Office Condition
Full Build-Out Available Now

Details


FEATURES AND AMENITIES

 * Air Conditioning


PROPERTY FACTS

Building Type
Office
Year Built/Renovated
1920/2016
Building Height
4 Stories
Building Size
50,000 SF
Building Class
B
Typical Floor Size
16,500 SF
Parking
200 Surface Parking Spaces


SELECT TENANTS

 * Floor
 * Tenant Name
 * Industry

 * 1st
 * Carr Riggs & Ingram LLC
 * Professional, Scientific, and Technical Services

 * 2nd
 * City/County Planning Commission
 * Public Administration

 * 4th
 * Commonwealth Engineers
 * -

 * 4th
 * Holley Performance
 * -

 * 1st
 * Level Four Wealth Management
 * -

1 of 1
 * map


Walk Score ®
Very Walkable (79)

 * Thomas Blair
 * Blair T A Inc

270-796-7500
PO BOX 707
BOWLING GREEN,
KY - 42102
Contact

 * LISTING ID: 20085953

 * DATE CREATED: 2020-07-02

 * LAST UPDATED: 2022-03-11

 * ADDRESS: 922 STATE ST, BOWLING GREEN, KY

The Downtown Bowling Green Office Property at 922 State St, Bowling Green, KY
42101 is currently available. Contact Blair T A Inc for more information.


OFFICE PROPERTIES IN NEARBY NEIGHBORHOODS

 * Downtown Bowling Green Office Space


NEARBY LISTINGS

 * 996 Wilkinson Trce, Bowling Green KY
 * 728 College St, Bowling Green KY
 * 536 Hub, Bowling Green KY
 * 1719 Ashley Cir, Bowling Green KY
 * 661 US 31W Byp, Bowling Green KY
 * 730 College St, Bowling Green KY
 * 923 College St, Bowling Green KY
 * 948 US 31W Byp, Bowling Green KY
 * 200 Natchez Trace, Bowling Green KY
 * 1042 Fairview Ave, Bowling Green KY
 * 1143 Fairway St, Bowling Green KY
 * 1048 Ashley St, Bowling Green KY
 * 1300 Andrea St, Bowling Green KY
 * 1945 Scottsville Rd, Bowling Green KY
 * 727 US 31W Byp, Bowling Green KY

The LoopNet service and information provided therein, while believed to be
accurate, are provided "as is". LoopNet disclaims any and all representations,
warranties, or guarantees of any kind.

 * About Us
 * Contact Us
 * Search
 * Find a Broker
 * Product Overview
 * Mobile
 * Terms of Use
 * Privacy Policy

Connect with us




© 2022 CoStar Group


Save to Favorites

THIS LISTING HAS BEEN SAVED TO YOUR FAVORITES



You will also receive email alerts for key changes to this property. You may
adjust your email alert settings in My Favorites.



Don't show this message again
Don't show this message again

Save to Favorites

PLEASE ENTER A NAME FOR YOUR NEW FOLDER

(e.g. Office Properties, Client Jane Smith)

Please enter a folder name


Request Information


922 STATE ST


5,000 SF OF OFFICE SPACE AVAILABLE IN BOWLING GREEN, KY



Presented by

Blair T A Inc

270-796-7500 Ext.


REQUEST INFORMATION

THOMAS BLAIR

270-796-7500



270-796-7500

Already a member? Log In

Please enter your first name.

Please enter your last name.

Please enter an email address.

Please enter a valid email address. This email address is already in use. Please
Login or try a different email address.

Please enter a phone number.

Please enter a 10 digit phone number.



Please enter a company.


Please leave a message.
Submit Request

Presented by

Blair T A Inc

New to LoopNet? No problem. We'll automatically create a free account for you.
By clicking the button, you agree to LoopNet's Terms of Use and Privacy Policy.

Hmm, there seems to have been an error sending your message. Please try again.

Thanks! Your message was sent.

Send another message



FIND MORE PROPERTIES

You have been searching for . Login to save your search and get additional
properties emailed to you.

Continue
OR
No Thanks
Do not show this again



RECEIVE EMAIL ALERTS FOR SIMILAR PROPERTIES

Be the first to know about new listings that match your criteria.

Name Your Search:

Please enter the name of your search.

Email Alert Setting:
Instantly
Daily
Weekly
None
OK to contact me about matching listings:
Yes No

THIS ALERT ALREADY EXISTS

This alert already exists in your alerts folder.

Do you want to: Replace existing alert Save alert with a different name

SEARCH SAVED

Your search has been saved to your Saved Searches. To ensure that you receive
email alerts, add help@loopnet.ca to your address book.

Cancel
Set Alerts
Cancel
OK
OK


1 of 1
 * map


1 of 24
VIDEOS
3D TOUR
PHOTOS
STREET VIEW STREET
MAP

Front of building
Front of building at night
Back of building
Building, close up
Building, close up
Side of building
Located on Fountain Square
Located on Fountain Square
Floor 1 - Conference Room
Floor 1 - Conference Room
Floor 1 - Entry
Floor 3 - Office
3rd Floor Conference Room
3rd Floor office
4th Floor
4th Floor
Floor 3 - Office
Floor 3 - Cubicles
Floor 3 - Kitchen
Rear Lobby Entrance
Floor 3
Floor 3
Floor 3 - Conf Room

What is a Walk Score®, Transit Score® & Bike Score®?
Walk Score® measures the walkability of any address.
Transit Score® measures access to public transit.
Bike Score® measures bikeability of a location.
What is a Walk Score®
, Transit Score® & Bike Score?
Walk Score® measures the walkability
of any address. Transit Score®
measures access to public transit. Bike Score®
measures bikeability of a location.®
Learn How It Works Detailed Scores


3RD FLOOR


Floor 3

Floor 3 - Conference Room

Floor 3 - Kitchen

Floor 3 - Cubicles

Floor 3 - Cubicles

Floor 3 - Executive Office

Floor 3 - Office

Floor 3 - Conference Room Floorplan

Floor 3 - Floorplan

Size 5,000 SF Term Negotiable Rate $18.72 CAD/SF/YR Space Use Office Condition
Full Build-Out Available Now

Located in historic Fountain Square Park, in Bowling Green, Ky. Recent
renovations include new roof, HVAC, and high speed internet. Great space with
ample parking and courtyard. Office is in walking distance to local restaurants,
retail, and coffee shops.

 * Listed rate may not include certain utilities, building services and property
   expenses
 * Fully Built Out as Standard Office
 * Mostly Open Floor Plan Layout
 * 1 Private Office
 * 1 Conference Room
 * 10’ Finished Ceilings
 * Space is in Excellent Condition
 * Central Air and Heating
 * Kitchen
 * Wi-Fi Connectivity
 * Elevator Access
 * Print/Copy Room
 * Private Restrooms
 * Security System
 * High Ceilings
 * Recessed Lighting
 * Natural Light
 * After Hours HVAC Available
 * Emergency Lighting
 * Downtown views
 * Handicap Accessibility
 * Private Loading Dock

1 of 9
VIDEOS
3D TOUR
PHOTOS
STREET VIEW STREET
MAP

1/9
Floor 3
Floor 3 - Conference Room
Floor 3 - Kitchen
Floor 3 - Cubicles
Floor 3 - Cubicles
Floor 3 - Executive Office
Floor 3 - Office
Floor 3 - Conference Room Floorplan
Floor 3 - Floorplan


SHARE THIS LISTING WITH A LINK

Copy Link


SEND TO FRIEND

Recipient's Email*

Please enter a valid email address.

Note: To send this property to multiple individuals, insert a semi-colon between
each recipient's email address.

Please take a look at 922 State St
Send me a copy
966 characters remaining

LoopNet has taken a strong stance against the practice of sending unsolicited
commercial emails, also known as "spam." Please send these emails only to people
you know who would be interested in this property. If someone asks you not to
send these emails to them, please comply.

Cancel Send
We will automatically send your friend a one-time email inviting him or her to
visit the site. LoopNet stores this information for the sole purpose of sending
this one-time email and tracking the success of our referral program. View
LoopNet's Privacy Policy


THANK YOU

Your email has been sent!

922 State St

THIS FEATURE IS UNAVAILABLE AT THE MOMENT.

We apologize, but the feature you are trying to access is currently unavailable.
We are aware of this issue and our team is working hard to resolve the matter.

Please check back in a few minutes. We apologize for the inconvenience.

- LoopNet Team

Close
You must register your contact information to view secure information on this
listing.


LOG IN / SIGN UP


LOG IN

The username or password you entered is incorrect. Please try again. Remember
passwords are case sensitive. If you forgot your password, click to reset it.

If you continue to see this message, your account may be locked due to too many
failed attempts. Please contact Customer Support at 1-800-613-1303.

Please enter a valid email address.
Continue
Or
Connect with Google
Connect with LinkedIn

You must register your contact information to view secure information on this
listing.


LOG IN / SIGN UP


SIGN UP

Error occurred with your registration, please try again.
That email address has already been registered. Please try another or click
forgot password.

Please enter a valid email address.
Continue
OR
Connect with Google
Connect with LinkedIn


SHARE THIS LISTING WITH A LINK

Copy Link


CHOOSE A CURRENCY

US Dollar USD - $ Canadian Dollar CAD - $


CHOOSE A LANGUAGE

English (US)

English (CA)
Selected
French (CA)
Français (CA)


ALMOST DONE

Thank you for verifying your email address.

LoopNet needs to verify your identity in an effort to maintain the highest level
of data security. Please click the link below which will direct you to
TransUnion's secure identity verification tool.

You will only need to do this one time for LoopNet.

Continue


VERIFY YOUR IDENTITY

Provided By:

The information you provide below will be securely transmitted to TransUnion. It
will not be used to update your information with CoStar / LoopNet.

Please use the name and address most likely associated with your credit file.

Most people are immediately approved upon clicking verify.


Please enter your First Name
Please enter your Last Name
Please enter your Email
Please enter your Phone
Enter your current residential address
Please enter your Address
Please enter your City
Please enter your State
Please enter your Zip/Postal Code
Verify


VERIFY YOUR IDENTITY

Provided By:

Please wait while we verify your identity.


THANK YOU,
VERIFICATION COMPLETE!

Provided By:

Your identity has been verified by TransUnion.

Continue


VERIFY YOUR IDENTITY

Provided By:

We need a little more information to verify your identity. Please choose the
option that works best for you.

Send a SMS text to the number
Receive an automated voice call with a code at
Answer some questions to which only you would know the answers
Verify


VERIFY YOUR IDENTITY



Please enter the five digit code that we provided by text message or automated
voice call.

Continue


VERIFICATION QUESTIONNAIRE

Provided By:

Please answer these questions to complete your verification.

Verify


IDENTITY VERIFICATION FAILED

Provided By:

We were unable to verify your identity with the information you provided. Please
contact our Customer Support team at 833-399-6603 or Help@Loopnet.com for
further assistance.

Done


TRY AGAIN LATER

Provided By:

TransUnion is currently experiencing some technical diffculties. Please try
again later

Done


COMPLETE YOUR PROFILE

The contact details listed below are missing from your profile and are required
to proceed. You'll only need to enter these one time.


Continue
Select a folder to save this property in, or create a new one.
Remember my selection for all listings in this session
   
 * Create a new folder
   
   
 * Default Folder
   

Select a folder to save this property in, or create a new one.
Remember my selection for all listings in this session
   
 * Create a new folder
   
   
 * Default Folder