www.loopnet.com Open in urlscan Pro
184.31.85.48  Public Scan

Submitted URL: http://link.c.costarmail.com/ls/click?upn=NzOmAiL-2BrvqAQ2Mdsie5OWTCKXPA8kxIKCpvCEmqGmA3SVTQAMo0AzJ5oz2r9VCjoRb-2FADRN4yH7iO9...
Effective URL: https://www.loopnet.com/Listing/36-Fifth-St-Fall-River-MA/26847819/?utm_campaign=CDX&utm_source=email&utm_content=0
Submission: On October 24 via api from ES — Scanned from ES

Form analysis 7 forms found in the DOM

POST

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

Name: frmWatchProperty

<form name="frmWatchProperty" class="ng-pristine ng-invalid ng-invalid-required" style="">
  <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" style="">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-empty ng-invalid ng-invalid-required"
      ng-class="{ 'error': (frmWatchProperty.$submitted || frmWatchProperty.txtCreateFolder.$touched) &amp;&amp; frmWatchProperty.txtCreateFolder.$error.required }" required="required" style="">
  </div>
</form>

Name: contactform_x9OebmPOST

<form name="contactform_x9Oebm" novalidate="" ng-submit="trackSubmitRequest() &amp;&amp; validateRecaptcha() &amp;&amp; contactform_x9Oebm.$valid &amp;&amp; sendRequest(contactform_x9Oebm)" 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_x9Oebm.firstName.$error.required &amp;&amp; contactform_x9Oebm.$submitted &amp;&amp; contactform_x9Oebm.firstName.focused" role="alert">Please enter your first name.</p>
          <p class="label"><strong>First Name<span class="red">*</span></strong></p>
          <input type="text" name="firstName" ng-model="ctrl.firstName" id="verticalContactFormFirstName" class="input-text ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required"
            ng-class="{ error: contactform_x9Oebm.firstName.$error.required &amp;&amp; contactform_x9Oebm.$submitted }" ng-focus="contactform_x9Oebm.firstName.focused = true" ng-blur="contactform_x9Oebm.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_x9Oebm.lastName.$error.required &amp;&amp; contactform_x9Oebm.$submitted &amp;&amp; contactform_x9Oebm.lastName.focused" role="alert">Please enter your last name.</p>
          <p class="label"><strong>Last Name<span class="red">*</span></strong></p>
          <input type="text" name="lastName" ng-model="ctrl.lastName" id="verticalContactFormLastName" class="input-text ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required"
            ng-class="{ error: contactform_x9Oebm.lastName.$error.required &amp;&amp; contactform_x9Oebm.$submitted }" ng-focus="contactform_x9Oebm.lastName.focused = true" ng-blur="contactform_x9Oebm.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_x9Oebm.$submitted &amp;&amp; contactform_x9Oebm.email.$error.required &amp;&amp; contactform_x9Oebm.email.focused">Please enter an email address.</p>
          <p class="ln-invalid-field-message ng-hide" ng-show="contactform_x9Oebm.email.$invalid &amp;&amp; !contactform_x9Oebm.email.$error.required &amp;&amp; contactform_x9Oebm.email.focused" role="alert">
            <span ng-show="contactform_x9Oebm.email.$error.email" class="ng-hide">Please enter a valid email address.</span>
            <span ng-show="contactform_x9Oebm.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>
          <p class="label"><strong>Email<span class="red">*</span></strong></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-empty ng-valid-email ng-invalid ng-invalid-required"
            ng-class="{ error: contactform_x9Oebm.email.$invalid &amp;&amp; (contactform_x9Oebm.email.$touched || contactform_x9Oebm.$submitted)  }" ng-focus="contactform_x9Oebm.email.focused = true" ng-blur="contactform_x9Oebm.email.focused = false"
            placeholder="Email Address" required="">
        </div>
      </div>
      <div class="row">
        <div class="column-08 phone-number column-tiny-08">
          <p class="ln-invalid-field-message ng-hide" ng-show="contactform_x9Oebm.phoneNumber.$error.required &amp;&amp; contactform_x9Oebm.$submitted &amp;&amp; contactform_x9Oebm.phoneNumber.focused" role="alert">Please enter a phone number.</p>
          <p class="ln-invalid-field-message ng-hide"
            ng-show="contactform_x9Oebm.phoneNumber.$error.pattern &amp;&amp; contactform_x9Oebm.$submitted &amp;&amp; contactform_x9Oebm.phoneNumber.focused &amp;&amp; !contactform_x9Oebm.phoneNumber.$error.required" role="alert">Please enter an
            11-digit phone number.</p>
          <p class="label"><strong>Phone<span class="red">*</span></strong></p>
          <input type="tel" name="phoneNumber" ng-model="ctrl.phoneNumber" id="verticalContactFormPhoneNumber" class="input-text ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-valid-pattern"
            ng-class="{ error: (contactform_x9Oebm.phoneNumber.$error.required || contactform_x9Oebm.phoneNumber.$error.pattern) &amp;&amp; contactform_x9Oebm.$submitted }" ng-focus="contactform_x9Oebm.phoneNumber.focused = true"
            ng-blur="contactform_x9Oebm.phoneNumber.focused = false" placeholder="Phone Number" ng-pattern="/^((\D*\d){10,11})$/" required="">
        </div>
        <div class="column-04 phone-ext column-tiny-04">
          <p class="label"><strong>Ext <span class="subtext">(optional)</span></strong></p>
          <input type="tel" name="phoneExt" id="verticalContactFormPhoneExt" class="input-text ng-pristine ng-untouched ng-valid ng-empty" ng-model="ctrl.ext" placeholder="Extension">
        </div>
      </div>
      <div class="row">
        <div class="column-12">
          <p class="ln-invalid-field-message ng-hide" ng-show="contactform_x9Oebm.companyName.$error.required &amp;&amp; contactform_x9Oebm.$submitted &amp;&amp; contactform_x9Oebm.companyName.focused" role="alert">Please enter a company.</p>
          <p class="label"><strong>Company <span class="subtext">(optional)</span></strong></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-valid ng-empty"
              ng-class="{ error: contactform_x9Oebm.companyName.$error.required &amp;&amp; contactform_x9Oebm.$submitted }" ng-focus="contactform_x9Oebm.companyName.focused = true" ng-blur="contactform_x9Oebm.companyName.focused = false"
              autocomplete="off" placeholder="Company Name" ng-key="" up="onKeyUpCompany()">
          </div>
        </div>
      </div>
      <div class="row">
        <div class="column-12">
          <div class="textarea-validation ln-invalid-field-message ng-hide" ng-show="contactform_x9Oebm.message.$invalid &amp;&amp; contactform_x9Oebm.$submitted &amp;&amp; contactform_x9Oebm.message.focused">Please leave a message.</div>
          <p class="label"><strong>Message</strong></p>
          <textarea name="message" maxlength="600" ng-model="ctrl.messageText" id="verticalContactFormMessageBody" class="input-text ng-pristine ng-untouched ng-valid ng-not-empty ng-valid-required ng-valid-pattern ng-valid-maxlength" required=""
            placeholder="" border:="" 1px="" solid="" #cf0000;="" ng-focus="contactform_x9Oebm.message.focused = true" ng-blur="contactform_x9Oebm.message.focused = false" ng-change="updateMessageLengthText()" ng-trim="true"
            ng-init="ctrl.messageText = 'Hi, I found 36 Fifth St on LoopNet and would like to learn more about it. Thanks!'"></textarea>
          <p class="message-count"><span class="current-count ng-binding">81</span> out of 600</p>
        </div>
      </div>
      <input type="hidden" id="verticalContactFormEventSource" class="contact-form-source" value="" autocomplete="off">
    </div>
  </div>
  <div class="row">
    <div id="recaptchaContainer_SideBrokerContact" class="container-recaptcha">
      <div style="width: 304px; height: 78px;">
        <div><iframe title="reCAPTCHA" width="304" height="78" role="presentation" name="a-8x0uph687zrl" frameborder="0" scrolling="no"
            sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox"
            src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LdL-ggkAAAAAHCPqVdFFXiwpiOBT5MqOyLNy8LE&amp;co=aHR0cHM6Ly93d3cubG9vcG5ldC5jb206NDQz&amp;hl=en&amp;v=vm_YDiq1BiI3a8zfbIPZjtF2&amp;size=normal&amp;cb=ki50e49hmpom"></iframe>
        </div><textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response"
          style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
      </div><iframe style="display: none;"></iframe>
    </div>
  </div>
  <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>
  <div class="broker-contact-submit">
    <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-message-curved-filled"></i>Send Email </button>
    </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"> Share This Listing </h3>
  <div class="send-to-friend__text-wrapper">
    <input type="hidden" id="ListingID" value="26847819" autocomplete="off">
    <input type="hidden" id="PortfolioID" value="0" autocomplete="off">
    <p class="send-to-friend__email">Email<span class="send-to-friend__asterisk">*</span></p>
    <div class="send-to-friend__validation-wrapper">
      <i class="ln-icon-message-curved" ng-hide="emailFocused"></i>
      <input name="Email" class="send-to-friend__input send-to-friend--border-radius input-text" id="recipientEmail" ng-focus="sendFriendEmailFocus()" 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 36 Fifth 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">967</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="https://secure.costargroup.com/connect/authorize?client_id=loopnet&amp;response_type=code&amp;scope=openid+offline_access+profile+email+address+phone+listing_user+product_user&amp;redirect_uri=https%3A%2F%2Fwww.loopnet.com%2Fauth%2Fcallback&amp;response_mode=form_post&amp;state=f3671c9ef0de4f4299d56ac7ad32850a&amp;nonce=002bd82029c0482786933f85593d88f1&amp;prompt=none"
  class="ng-pristine ng-valid-email ng-invalid ng-invalid-required ng-valid-pattern 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">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-empty ng-valid-email ng-invalid ng-invalid-required ng-valid-pattern" 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 ln-icon-share-facebook full" title="Connect with Facebook" ng-click="connectWithFacebookOnLogin();">Connect with Facebook</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="https://secure.costargroup.com/connect/authorize?client_id=loopnet&amp;response_type=code&amp;scope=openid+offline_access+profile+email+address+phone+listing_user+product_user&amp;redirect_uri=https%3A%2F%2Fwww.loopnet.com%2Fauth%2Fcallback&amp;response_mode=form_post&amp;state=f3671c9ef0de4f4299d56ac7ad32850a&amp;nonce=002bd82029c0482786933f85593d88f1&amp;prompt=none"
  class="ng-pristine ng-valid-email ng-invalid ng-invalid-required ng-valid-pattern" style="">
  <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="" style="">
      <!-- IF SIGN UP-->
      <h3 ng-hide="root.sso.loginSignUpTitleHidden" class="ng-binding">Sign up or Log in to Search</h3>
      <h3 ng-hide="!root.sso.loginSignUpTitleHidden" class="ng-binding ng-hide"></h3>
    </div>
    <div ng-show="!ldpRegistrationShow" class="ng-hide" style="">
      <!-- IF SIGN UP-->
      <h3 ng-hide="root.sso.loginSignUpTitleHidden">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" 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-empty ng-valid-email ng-invalid ng-invalid-required ng-valid-pattern" 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 ln-icon-share-facebook full" title="Connect with Facebook" ng-click="connectWithFacebookOnSignup();">Connect with Facebook</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"
    src="https://secure.costargroup.com/connect/authorize?client_id=loopnet&amp;response_type=code&amp;scope=openid+offline_access+profile+email+address+phone+listing_user+product_user&amp;redirect_uri=https%3A%2F%2Fwww.loopnet.com%2Fauth%2Fcallback&amp;response_mode=form_post&amp;state=f3671c9ef0de4f4299d56ac7ad32850a&amp;nonce=002bd82029c0482786933f85593d88f1&amp;prompt=none"></iframe>
</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-empty 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-empty 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
 * Search Auctions
 * Search For Businesses
 * Find a Broker
 * CoTour

 * Saved Searches
 * My Favorites
 * My Reports

 * 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

https://images1.loopnet.com/d2/NiS5YZ-cF7ZSf7-sit-gq7onZwivksH3SUEyAIAd3BE/document.pdf
Results

Menu

 * Advertise

Prev

Next
US

Share
 * Share Listing
 * Copy Link

Share on social networks
Print


Call Message


36 FIFTH ST


14,095 SF OF SPACE AVAILABLE IN FALL RIVER, MA


Office Space Massachusetts Fall River


36 FIFTH ST, FALL RIVER, MA 02721

Share
 * Share Listing
 * Copy Link

Share on social networks

VIRTUAL TOUR


HIGHLIGHTS

 * 36 Fifth Street offers a bank/financial services build-out across an entire
   floor and fully furnished private suites in various sizes.
 * Located across from the Fall River SRTA bus terminal, near the new MBTA
   Commuter Rail station, with direct Interstate 195 access.

 * Well-positioned professional office building with a gated parking lot, secure
   building access, and a shared conference room.
 * Situated in the heart of downtown within walking distance of restaurants,
   banks, and the Fall River Government Center.


ALL AVAILABLE SPACES(31)

Display Rental Rate as

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

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

 * 1st Floor
 * 9,180 SF
 * Negotiable
 * $15.00 /SF/YR
 * Office/Retail
 * Full Build-Out
 * Now


First Floor Lobby

First Floor

Individual Workstations

First Floor Open Floor Plan

Private Office

First Floor Open Space

Employee Breakroom

First Floor Hallway

Small Office

Private Office

First Floor Training Room

Bathroom

Build-to-suit Space

Interior Space

Utilities

IT Room

Lease the entire first floor of this historic property. Currently utilized as a
cash handling center, this space is ideal for a banking institution, or any
business with an influx of cash transactions and a need for a secure teller
system.

 * Fully Built Out as a Bank
 * 2 Conference Rooms
 * 8’ Finished Ceilings
 * Central Air Conditioning
 * Private Restrooms
 * Secure Storage

 * 15 Private Offices
 * 18 Workstations
 * Space is in Excellent Condition
 * Kitchen
 * Security System

 * 2nd Floor, Ste 12
 * 221 SF
 * Negotiable
 * $24.20 /SF/YR
 * Office
 * Full Build-Out
 * 30 Days

 * Rate includes utilities, building services and property expenses
 * 8’ Finished Ceilings

 * Fully Built Out as Standard Office

 * 2nd Floor, Ste 13
 * 418 SF
 * Negotiable
 * $42.96 /SF/YR
 * Office
 * -
 * 30 Days

Cluster of five cubicle spaces, with access to shared restrooms and conference
room (available by hourly rental) Receptionist available for additional rates.

 * Rate includes utilities, building services and property expenses
 * 5 Workstations
 * Wi-Fi Connectivity

 * Partitioned Offices
 * Central Air Conditioning
 * Fully Carpeted

 * 2nd Floor, Ste 15
 * 128 SF
 * Negotiable
 * $60.84 /SF/YR
 * Office
 * -
 * 30 Days


36 5th St- Office #15

Office space with 2 cubicles, access to shared restroom and conference room
(available by hourly rental). Receptionist available for additional rates.

 * Rate includes utilities, building services and property expenses
 * Central Air Conditioning
 * Fully Carpeted

 * 2 Workstations
 * Wi-Fi Connectivity

 * 2nd Floor, Ste 16
 * 56 SF
 * Negotiable
 * $53.52 /SF/YR
 * Office
 * -
 * 30 Days

 * Rate includes utilities, building services and property expenses


 * 2nd Floor, Ste 17
 * 59 SF
 * Negotiable
 * $40.56 /SF/YR
 * Office
 * -
 * 30 Days

 * Rate includes utilities, building services and property expenses


 * 2nd Floor, Ste 18
 * 127 SF
 * Negotiable
 * $56.64 /SF/YR
 * Office
 * -
 * 30 Days


36 5th St- Office #18

Private office with locked door, access to shared restroom and conference room
(available by hourly rental). Receptionist available for additional rates.

 * Rate includes utilities, building services and property expenses
 * Wi-Fi Connectivity
 * Natural Light

 * Central Air Conditioning
 * Fully Carpeted

 * 2nd Floor, Ste 19
 * 122 SF
 * Negotiable
 * $58.92 /SF/YR
 * Office
 * -
 * 30 Days


36 5th St- Office #19

Private office with locked door, access to shared restroom and conference room
(available by hourly rental). Receptionist available for additional rates.

 * Rate includes utilities, building services and property expenses
 * Wi-Fi Connectivity
 * Natural Light

 * Central Air Conditioning
 * Fully Carpeted

 * 2nd Floor, Ste 21
 * 144 SF
 * Negotiable
 * $49.92 /SF/YR
 * Office
 * -
 * 30 Days

 * Rate includes utilities, building services and property expenses


 * 2nd Floor, Ste 22
 * 179 SF
 * Negotiable
 * $66.96 /SF/YR
 * Office
 * -
 * 30 Days

 * Rate includes utilities, building services and property expenses


 * 2nd Floor, Ste 23
 * 184 SF
 * Negotiable
 * $71.64 /SF/YR
 * Office
 * -
 * 30 Days

 * Rate includes utilities, building services and property expenses


 * 2nd Floor, Ste 24
 * 220 SF
 * Negotiable
 * $65.40 /SF/YR
 * Office
 * -
 * 30 Days

 * Rate includes utilities, building services and property expenses


 * 2nd Floor, Ste 27
 * 92 SF
 * Negotiable
 * $45.60 /SF/YR
 * Office
 * -
 * 30 Days

 * Rate includes utilities, building services and property expenses


 * 2nd Floor, Ste 28
 * 63 SF
 * Negotiable
 * $46.80 /SF/YR
 * Office
 * -
 * 30 Days

 * Rate includes utilities, building services and property expenses


 * 2nd Floor, Ste 29
 * 57 SF
 * Negotiable
 * $52.56 /SF/YR
 * Office
 * -
 * 30 Days

 * Rate includes utilities, building services and property expenses


 * 2nd Floor, Ste 3
 * 585 SF
 * Negotiable
 * $51.24 /SF/YR
 * Office
 * -
 * 30 Days

 * Rate includes utilities, building services and property expenses


 * 2nd Floor, Ste 30
 * 80 SF
 * Negotiable
 * $82.44 /SF/YR
 * Office
 * -
 * 30 Days

 * Rate includes utilities, building services and property expenses


 * 2nd Floor, Ste 31
 * 105 SF
 * Negotiable
 * $74.28 /SF/YR
 * Office
 * -
 * Pending

 * Rate includes utilities, building services and property expenses


 * 2nd Floor, Ste 32
 * 80 SF
 * Negotiable
 * $82.44 /SF/YR
 * Office
 * -
 * Pending

 * Rate includes utilities, building services and property expenses


 * 2nd Floor, Ste 33
 * 174 SF
 * Negotiable
 * $69.00 /SF/YR
 * Office
 * Full Build-Out
 * Pending

Ideal for professional office space, financial planners, chiropractors, physical
therapists, computer tech, and educational use. The property offers ample
parking, 24 hr. access. The lessee pays only rent. NO triple net expenses or CAM
charges. Be a part of Fall Rivers's economic growth and revitalization! 2 ADA
compliant Restrooms

 * Rate includes utilities, building services and property expenses
 * 1 Private Office
 * 8’ Finished Ceilings
 * Central Air and Heating
 * Wi-Fi Connectivity
 * Security System
 * After Hours HVAC Available

 * Fully Built Out as Standard Office
 * 2 Workstations
 * Space is in Excellent Condition
 * Reception Area
 * Print/Copy Room
 * Corner Space

 * 2nd Floor, Ste 34
 * 102 SF
 * Negotiable
 * $70.56 /SF/YR
 * Office
 * Full Build-Out
 * Pending

 * Rate includes utilities, building services and property expenses
 * Office intensive layout
 * Space is in Excellent Condition
 * Reception Area
 * Print/Copy Room
 * Corner Space

 * Fully Built Out as Standard Office
 * 8’ Finished Ceilings
 * Central Air and Heating
 * Wi-Fi Connectivity
 * Security System
 * After Hours HVAC Available

 * 2nd Floor, Ste 35
 * 102 SF
 * 1 Year
 * $70.56 /SF/YR
 * Office
 * Full Build-Out
 * Pending

 * Rate includes utilities, building services and property expenses
 * Office intensive layout
 * Space is in Excellent Condition
 * Reception Area
 * Print/Copy Room
 * Corner Space

 * Fully Built Out as Standard Office
 * 8’ Finished Ceilings
 * Central Air and Heating
 * Wi-Fi Connectivity
 * Security System
 * After Hours HVAC Available

 * 2nd Floor, Ste 36
 * 102 SF
 * 1 Year
 * $70.56 /SF/YR
 * Office
 * Full Build-Out
 * Pending

 * Rate includes utilities, building services and property expenses
 * Office intensive layout

 * Fully Built Out as Standard Office
 * Space is in Excellent Condition

 * 2nd Floor, Ste 37
 * 131 SF
 * Negotiable
 * $82.44 /SF/YR
 * Office
 * -
 * Pending

 * Rate includes utilities, building services and property expenses


 * 2nd Floor, Ste 38
 * 103 SF
 * Negotiable
 * $69.84 /SF/YR
 * Office
 * -
 * Pending

 * Rate includes utilities, building services and property expenses


 * 2nd Floor, Ste 39
 * 121 SF
 * Negotiable
 * $49.56 /SF/YR
 * Office
 * -
 * Pending

 * Rate includes utilities, building services and property expenses


 * 2nd Floor, Ste 40
 * 391 SF
 * Negotiable
 * $36.72 /SF/YR
 * Office
 * -
 * Pending

 * Rate includes utilities, building services and property expenses


 * 2nd Floor, Ste 41
 * 345 SF
 * Negotiable
 * $42.00 /SF/YR
 * Office
 * Full Build-Out
 * 30 Days

 * Rate includes utilities, building services and property expenses
 * Open Floor Plan Layout
 * 14’ Finished Ceilings

 * Fully Built Out as Standard Office
 * 1 Conference Room
 * Space is in Excellent Condition

 * 2nd Floor, Ste 7
 * 130 SF
 * Negotiable
 * $73.80 /SF/YR
 * Office
 * -
 * Pending

 * Rate includes utilities, building services and property expenses


 * 2nd Floor, Ste 8
 * 73 SF
 * Negotiable
 * $57.48 /SF/YR
 * Office
 * -
 * Now


36 5th St- Office #8

Private office with locked door, access to shared restroom and conference room
(available by hourly rental). Receptionist available for additional rates.

 * Rate includes utilities, building services and property expenses
 * Wi-Fi Connectivity
 * Natural Light

 * Central Air Conditioning
 * Fully Carpeted

 * 2nd Floor, Ste 9
 * 221 SF
 * Negotiable
 * $54.24 /SF/YR
 * Office
 * -
 * 30 Days


36 5th St- Office #9

Private office with locked door, access to shared restroom and conference room
(available by hourly rental). Receptionist available for additional rates.

 * Rate includes utilities, building services and property expenses
 * Central Air Conditioning
 * Natural Light

 * 1 Private Office
 * Wi-Fi Connectivity

+ View 21 More - View Less

Space Size Term Rental Rate Space Use Condition Available 1st Floor 9,180 SF
Negotiable $15.00 /SF/YR Office/Retail Full Build-Out Now 2nd Floor, Ste 12 221
SF Negotiable $24.20 /SF/YR Office Full Build-Out 30 Days 2nd Floor, Ste 13 418
SF Negotiable $42.96 /SF/YR Office - 30 Days 2nd Floor, Ste 15 128 SF Negotiable
$60.84 /SF/YR Office - 30 Days 2nd Floor, Ste 16 56 SF Negotiable $53.52 /SF/YR
Office - 30 Days 2nd Floor, Ste 17 59 SF Negotiable $40.56 /SF/YR Office - 30
Days 2nd Floor, Ste 18 127 SF Negotiable $56.64 /SF/YR Office - 30 Days 2nd
Floor, Ste 19 122 SF Negotiable $58.92 /SF/YR Office - 30 Days 2nd Floor, Ste 21
144 SF Negotiable $49.92 /SF/YR Office - 30 Days 2nd Floor, Ste 22 179 SF
Negotiable $66.96 /SF/YR Office - 30 Days 2nd Floor, Ste 23 184 SF Negotiable
$71.64 /SF/YR Office - 30 Days 2nd Floor, Ste 24 220 SF Negotiable $65.40 /SF/YR
Office - 30 Days 2nd Floor, Ste 27 92 SF Negotiable $45.60 /SF/YR Office - 30
Days 2nd Floor, Ste 28 63 SF Negotiable $46.80 /SF/YR Office - 30 Days 2nd
Floor, Ste 29 57 SF Negotiable $52.56 /SF/YR Office - 30 Days 2nd Floor, Ste 3
585 SF Negotiable $51.24 /SF/YR Office - 30 Days 2nd Floor, Ste 30 80 SF
Negotiable $82.44 /SF/YR Office - 30 Days 2nd Floor, Ste 31 105 SF Negotiable
$74.28 /SF/YR Office - Pending 2nd Floor, Ste 32 80 SF Negotiable $82.44 /SF/YR
Office - Pending 2nd Floor, Ste 33 174 SF Negotiable $69.00 /SF/YR Office Full
Build-Out Pending 2nd Floor, Ste 34 102 SF Negotiable $70.56 /SF/YR Office Full
Build-Out Pending 2nd Floor, Ste 35 102 SF 1 Year $70.56 /SF/YR Office Full
Build-Out Pending 2nd Floor, Ste 36 102 SF 1 Year $70.56 /SF/YR Office Full
Build-Out Pending 2nd Floor, Ste 37 131 SF Negotiable $82.44 /SF/YR Office -
Pending 2nd Floor, Ste 38 103 SF Negotiable $69.84 /SF/YR Office - Pending 2nd
Floor, Ste 39 121 SF Negotiable $49.56 /SF/YR Office - Pending 2nd Floor, Ste 40
391 SF Negotiable $36.72 /SF/YR Office - Pending 2nd Floor, Ste 41 345 SF
Negotiable $42.00 /SF/YR Office Full Build-Out 30 Days 2nd Floor, Ste 7 130 SF
Negotiable $73.80 /SF/YR Office - Pending 2nd Floor, Ste 8 73 SF Negotiable
$57.48 /SF/YR Office - Now 2nd Floor, Ste 9 221 SF Negotiable $54.24 /SF/YR
Office - 30 Days

1ST FLOOR



Size 9,180 SF Term Negotiable Rental Rate $15.00 /SF/YR Space Use Office/Retail
Condition Full Build-Out Available Now

Details

2ND FLOOR, STE 12



Size 221 SF Term Negotiable Rental Rate $24.20 /SF/YR Space Use Office Condition
Full Build-Out Available 30 Days

Details

2ND FLOOR, STE 13



Size 418 SF Term Negotiable Rental Rate $42.96 /SF/YR Space Use Office Condition
- Available 30 Days

Details

2ND FLOOR, STE 15



Size 128 SF Term Negotiable Rental Rate $60.84 /SF/YR Space Use Office Condition
- Available 30 Days

Details

2ND FLOOR, STE 16



Size 56 SF Term Negotiable Rental Rate $53.52 /SF/YR Space Use Office Condition
- Available 30 Days

Details

2ND FLOOR, STE 17



Size 59 SF Term Negotiable Rental Rate $40.56 /SF/YR Space Use Office Condition
- Available 30 Days

Details

2ND FLOOR, STE 18



Size 127 SF Term Negotiable Rental Rate $56.64 /SF/YR Space Use Office Condition
- Available 30 Days

Details

2ND FLOOR, STE 19



Size 122 SF Term Negotiable Rental Rate $58.92 /SF/YR Space Use Office Condition
- Available 30 Days

Details

2ND FLOOR, STE 21



Size 144 SF Term Negotiable Rental Rate $49.92 /SF/YR Space Use Office Condition
- Available 30 Days

Details

2ND FLOOR, STE 22



Size 179 SF Term Negotiable Rental Rate $66.96 /SF/YR Space Use Office Condition
- Available 30 Days

Details

2ND FLOOR, STE 23



Size 184 SF Term Negotiable Rental Rate $71.64 /SF/YR Space Use Office Condition
- Available 30 Days

Details

2ND FLOOR, STE 24



Size 220 SF Term Negotiable Rental Rate $65.40 /SF/YR Space Use Office Condition
- Available 30 Days

Details

2ND FLOOR, STE 27



Size 92 SF Term Negotiable Rental Rate $45.60 /SF/YR Space Use Office Condition
- Available 30 Days

Details

2ND FLOOR, STE 28



Size 63 SF Term Negotiable Rental Rate $46.80 /SF/YR Space Use Office Condition
- Available 30 Days

Details

2ND FLOOR, STE 29



Size 57 SF Term Negotiable Rental Rate $52.56 /SF/YR Space Use Office Condition
- Available 30 Days

Details

2ND FLOOR, STE 3



Size 585 SF Term Negotiable Rental Rate $51.24 /SF/YR Space Use Office Condition
- Available 30 Days

Details

2ND FLOOR, STE 30



Size 80 SF Term Negotiable Rental Rate $82.44 /SF/YR Space Use Office Condition
- Available 30 Days

Details

2ND FLOOR, STE 31



Size 105 SF Term Negotiable Rental Rate $74.28 /SF/YR Space Use Office Condition
- Available Pending

Details

2ND FLOOR, STE 32



Size 80 SF Term Negotiable Rental Rate $82.44 /SF/YR Space Use Office Condition
- Available Pending

Details

2ND FLOOR, STE 33



Size 174 SF Term Negotiable Rental Rate $69.00 /SF/YR Space Use Office Condition
Full Build-Out Available Pending

Details

2ND FLOOR, STE 34



Size 102 SF Term Negotiable Rental Rate $70.56 /SF/YR Space Use Office Condition
Full Build-Out Available Pending

Details

2ND FLOOR, STE 35



Size 102 SF Term 1 Year Rental Rate $70.56 /SF/YR Space Use Office Condition
Full Build-Out Available Pending

Details

2ND FLOOR, STE 36



Size 102 SF Term 1 Year Rental Rate $70.56 /SF/YR Space Use Office Condition
Full Build-Out Available Pending

Details

2ND FLOOR, STE 37



Size 131 SF Term Negotiable Rental Rate $82.44 /SF/YR Space Use Office Condition
- Available Pending

Details

2ND FLOOR, STE 38



Size 103 SF Term Negotiable Rental Rate $69.84 /SF/YR Space Use Office Condition
- Available Pending

Details

2ND FLOOR, STE 39



Size 121 SF Term Negotiable Rental Rate $49.56 /SF/YR Space Use Office Condition
- Available Pending

Details

2ND FLOOR, STE 40



Size 391 SF Term Negotiable Rental Rate $36.72 /SF/YR Space Use Office Condition
- Available Pending

Details

2ND FLOOR, STE 41



Size 345 SF Term Negotiable Rental Rate $42.00 /SF/YR Space Use Office Condition
Full Build-Out Available 30 Days

Details

2ND FLOOR, STE 7



Size 130 SF Term Negotiable Rental Rate $73.80 /SF/YR Space Use Office Condition
- Available Pending

Details

2ND FLOOR, STE 8



Size 73 SF Term Negotiable Rental Rate $57.48 /SF/YR Space Use Office Condition
- Available Now

Details

2ND FLOOR, STE 9



Size 221 SF Term Negotiable Rental Rate $54.24 /SF/YR Space Use Office Condition
- Available 30 Days

Details
View More View Less


PROPERTY OVERVIEW

36 Fifth Street is a best-in-class professional office building in Fall River,
Massachusetts. Prominently situated at the corner of Fifth and Hartwell Street
with excellent visibility, the property contains 18,360 square feet across two
levels. Property features include a gated off-street parking lot, key-card
access, a shared conference room with HDMI connectivity, and responsive on-site
property management and ownership. The entire first floor features a complete
bank/cash services build-out with an open foyer, secure teller stations,
offices, and a vault. Building management is open to additional uses and will
work with the tenant to meet space requirements and needs and is adaptable and
willing to build out for the right situation. Fully furnished private suites,
ideal for lawyers, accountants, and social services, are on the second floor. 36
Fifth Street sits directly across from the Fall River Southeastern Regional
Transit Authority (SRTA) bus terminal. It is near the brand-new Fall River MBTA
Commuter Rail station, which will open in late 2023. The property is a short
drive from the Massachusetts-Rhode Island border and benefits from unparalleled
Interstate 195 access. The Rhode Island T.F. Green International Airport is also
within a 30-minute drive. 36 Fifth Street presents the opportunity to lease
fully furnished office space in the heart of Downtown Fall River. Finder's fee
available.

 * Banking
 * Bus Line
 * Controlled Access
 * Courtyard

 * Fenced Lot
 * Security System
 * Signage

 * Kitchen
 * Storage Space
 * Natural Light

 * Drop Ceiling
 * Wi-Fi
 * Air Conditioning


PROPERTY FACTS

Building Type
Office
Year Built/Renovated
1926/2012
Building Height
2 Stories
Building Size
18,360 SF
Building Class
A
Typical Floor Size
9,180 SF
Parking
62 Surface Tandem Parking Spaces


SELECT TENANTS

 * Liberty Utilities
 * Regulated utility company located in Fall River, MA.


MARKETING BROCHURE




MORE ATTACHMENTS

View the Office Space Listing Brochure View the Bank Post Listing Brochure

1 of 10
 * aerial
 * map
 * commute


Walk Score ®
Walker's Paradise (94)
Bike Score ®
Very Bikeable (73)


TRANSPORTATION


COMMUTER RAIL

Providence Commuter Rail (Providence/Stoughton Line)

23 min drive 17.3 mi
Middleborough/Lakeville Commuter Rail (Middleborough/Lakeville Line)

33 min drive 19.1 mi
South Attleboro Commuter Rail (Providence/Stoughton Line)

29 min drive 19.7 mi
Attleboro Commuter Rail (Providence/Stoughton Line)

37 min drive 24.2 mi
Bridgewater Commuter Rail (Middleborough/Lakeville Line)

38 min drive 25.3 mi


AIRPORT

T. F. Green Airport
36 min drive 24.2 mi
Marthas Vineyard Airport
135 min drive 69.1 mi


NEARBY AMENITIES


HOSPITALS

Saint Anne's Hospital Acute Care 2 min drive 0.8 mi Southcoast Hospitals Group
Acute Care 3 min drive 1.1 mi


RESTAURANTS

Dunkin' Cafe - 4 min walk Fall River Grill Grill $ 6 min walk Honey Dew Donuts
Donuts $ 11 min walk Boston Market - - 12 min walk


RETAIL

Webster Bank Bank 5 min walk Walgreens Drug Store 6 min walk Stop & Shop
Supermarket 9 min walk


HOTELS

Hampton by Hilton

130 rooms
7 min drive
Fairfield Inn

111 rooms
9 min drive
Best Western

67 rooms
14 min drive


LEASING AGENT


LEASING AGENT


+1 508-673-2544 x102
Contact

JOHN CARVALHO, PRESIDENT

+1 508-673-2544 x102
Contact
John Carvalho is the President of Apollo Safety.

 * John Carvalho
 * Apollo Safety

57 Walnut St
Fall River, MA 02720
+1 774-357-1476
Message

 * LISTING ID: 26847819

 * DATE CREATED: 5/2/2023

 * LAST UPDATED: 10/19/2023

 * ADDRESS: 36 FIFTH ST, FALL RIVER, MA

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




© 2023 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.



Do not show this message again
Do not 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




SHARE LINK

Copy Link
36 Fifth St

Presented by

+1 774-357-1476 x


36 FIFTH ST

JOHN CARVALHO

+1 774-357-1476



+1 774-357-1476

Already a member? Log In

Please enter your first name.

First Name*

Please enter your last name.

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.

Email*

Please enter a phone number.

Please enter an 11-digit phone number.

Phone*

Ext (optional)

Please enter a company.

Company (optional)


Please leave a message.

Message

81 out of 600



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.

Send Email

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

Thanks! Your message was sent.

Send another message



1 of 10
 * aerial
 * map
 * commute


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

36 Fifth Street




Brick Exterior
Main Entrance
Scenic Location
Second Floor Entrance
Alternative Entrance
Alternative Entrance
Second Floor Conference Room
Second Floor Fitness Center
Second Floor Break Room
Second Floor Interior
Second Floor Private Office
Second Floor Office Suite
First Floor Lobby
First Floor
First Floor Open Space
First Floor Hallway
Second Floor Office Suite
Second Floor Private Office
Private Office
First Floor Open Floor Plan
Employee Breakroom
Small Office
Build-to-suit Space
Individual Workstations
Private Office
First Floor Training Room
Interior Space
IT Room
Utilities
Historic Brick Building
Direct I-195 Access
Fall River, MA Location
Strategic Location
Ideally Palced
Top-down View
Easy Property Access


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


2ND FLOOR, STE 9


36 5th St- Office #9

Size 221 SF Term Negotiable Rental Rate $54.24 /SF/YR Space Use Office Condition
- Available 30 Days

Private office with locked door, access to shared restroom and conference room
(available by hourly rental). Receptionist available for additional rates.

 * Rate includes utilities, building services and property expenses
 * 1 Private Office
 * Central Air Conditioning
 * Wi-Fi Connectivity
 * Natural Light

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

36 5th St- Office #9


2ND FLOOR, STE 8


36 5th St- Office #8

Size 73 SF Term Negotiable Rental Rate $57.48 /SF/YR Space Use Office Condition
- Available Now

Private office with locked door, access to shared restroom and conference room
(available by hourly rental). Receptionist available for additional rates.

 * Rate includes utilities, building services and property expenses
 * Central Air Conditioning
 * Wi-Fi Connectivity
 * Fully Carpeted
 * Natural Light

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

36 5th St- Office #8


2ND FLOOR, STE 7

Size 130 SF Term Negotiable Rental Rate $73.80 /SF/YR Space Use Office Condition
- Available Pending

 * Rate includes utilities, building services and property expenses


2ND FLOOR, STE 41

Size 345 SF Term Negotiable Rental Rate $42.00 /SF/YR Space Use Office Condition
Full Build-Out Available 30 Days

 * Rate includes utilities, building services and property expenses
 * Fully Built Out as Standard Office
 * Open Floor Plan Layout
 * 1 Conference Room
 * 14’ Finished Ceilings
 * Space is in Excellent Condition


2ND FLOOR, STE 40

Size 391 SF Term Negotiable Rental Rate $36.72 /SF/YR Space Use Office Condition
- Available Pending

 * Rate includes utilities, building services and property expenses


2ND FLOOR, STE 39

Size 121 SF Term Negotiable Rental Rate $49.56 /SF/YR Space Use Office Condition
- Available Pending

 * Rate includes utilities, building services and property expenses


2ND FLOOR, STE 38

Size 103 SF Term Negotiable Rental Rate $69.84 /SF/YR Space Use Office Condition
- Available Pending

 * Rate includes utilities, building services and property expenses


2ND FLOOR, STE 37

Size 131 SF Term Negotiable Rental Rate $82.44 /SF/YR Space Use Office Condition
- Available Pending

 * Rate includes utilities, building services and property expenses


2ND FLOOR, STE 36

Size 102 SF Term 1 Year Rental Rate $70.56 /SF/YR Space Use Office Condition
Full Build-Out Available Pending

 * Rate includes utilities, building services and property expenses
 * Fully Built Out as Standard Office
 * Office intensive layout
 * Space is in Excellent Condition


2ND FLOOR, STE 35

Size 102 SF Term 1 Year Rental Rate $70.56 /SF/YR Space Use Office Condition
Full Build-Out Available Pending

 * Rate includes utilities, building services and property expenses
 * Fully Built Out as Standard Office
 * Office intensive layout
 * 8’ Finished Ceilings
 * Space is in Excellent Condition
 * Central Air and Heating
 * Reception Area
 * Wi-Fi Connectivity
 * Print/Copy Room
 * Security System
 * Corner Space
 * After Hours HVAC Available


2ND FLOOR, STE 34

Size 102 SF Term Negotiable Rental Rate $70.56 /SF/YR Space Use Office Condition
Full Build-Out Available Pending

 * Rate includes utilities, building services and property expenses
 * Fully Built Out as Standard Office
 * Office intensive layout
 * 8’ Finished Ceilings
 * Space is in Excellent Condition
 * Central Air and Heating
 * Reception Area
 * Wi-Fi Connectivity
 * Print/Copy Room
 * Security System
 * Corner Space
 * After Hours HVAC Available


2ND FLOOR, STE 33

Size 174 SF Term Negotiable Rental Rate $69.00 /SF/YR Space Use Office Condition
Full Build-Out Available Pending

Ideal for professional office space, financial planners, chiropractors, physical
therapists, computer tech, and educational use. The property offers ample
parking, 24 hr. access. The lessee pays only rent. NO triple net expenses or CAM
charges. Be a part of Fall Rivers's economic growth and revitalization! 2 ADA
compliant Restrooms

 * Rate includes utilities, building services and property expenses
 * Fully Built Out as Standard Office
 * 1 Private Office
 * 2 Workstations
 * 8’ Finished Ceilings
 * Space is in Excellent Condition
 * Central Air and Heating
 * Reception Area
 * Wi-Fi Connectivity
 * Print/Copy Room
 * Security System
 * Corner Space
 * After Hours HVAC Available


2ND FLOOR, STE 32

Size 80 SF Term Negotiable Rental Rate $82.44 /SF/YR Space Use Office Condition
- Available Pending

 * Rate includes utilities, building services and property expenses


2ND FLOOR, STE 31

Size 105 SF Term Negotiable Rental Rate $74.28 /SF/YR Space Use Office Condition
- Available Pending

 * Rate includes utilities, building services and property expenses


2ND FLOOR, STE 30

Size 80 SF Term Negotiable Rental Rate $82.44 /SF/YR Space Use Office Condition
- Available 30 Days

 * Rate includes utilities, building services and property expenses


2ND FLOOR, STE 3

Size 585 SF Term Negotiable Rental Rate $51.24 /SF/YR Space Use Office Condition
- Available 30 Days

 * Rate includes utilities, building services and property expenses


2ND FLOOR, STE 29

Size 57 SF Term Negotiable Rental Rate $52.56 /SF/YR Space Use Office Condition
- Available 30 Days

 * Rate includes utilities, building services and property expenses


2ND FLOOR, STE 28

Size 63 SF Term Negotiable Rental Rate $46.80 /SF/YR Space Use Office Condition
- Available 30 Days

 * Rate includes utilities, building services and property expenses


2ND FLOOR, STE 27

Size 92 SF Term Negotiable Rental Rate $45.60 /SF/YR Space Use Office Condition
- Available 30 Days

 * Rate includes utilities, building services and property expenses


2ND FLOOR, STE 24

Size 220 SF Term Negotiable Rental Rate $65.40 /SF/YR Space Use Office Condition
- Available 30 Days

 * Rate includes utilities, building services and property expenses


2ND FLOOR, STE 23

Size 184 SF Term Negotiable Rental Rate $71.64 /SF/YR Space Use Office Condition
- Available 30 Days

 * Rate includes utilities, building services and property expenses


2ND FLOOR, STE 22

Size 179 SF Term Negotiable Rental Rate $66.96 /SF/YR Space Use Office Condition
- Available 30 Days

 * Rate includes utilities, building services and property expenses


2ND FLOOR, STE 21

Size 144 SF Term Negotiable Rental Rate $49.92 /SF/YR Space Use Office Condition
- Available 30 Days

 * Rate includes utilities, building services and property expenses


2ND FLOOR, STE 19


36 5th St- Office #19

Size 122 SF Term Negotiable Rental Rate $58.92 /SF/YR Space Use Office Condition
- Available 30 Days

Private office with locked door, access to shared restroom and conference room
(available by hourly rental). Receptionist available for additional rates.

 * Rate includes utilities, building services and property expenses
 * Central Air Conditioning
 * Wi-Fi Connectivity
 * Fully Carpeted
 * Natural Light

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

36 5th St- Office #19


2ND FLOOR, STE 18


36 5th St- Office #18

Size 127 SF Term Negotiable Rental Rate $56.64 /SF/YR Space Use Office Condition
- Available 30 Days

Private office with locked door, access to shared restroom and conference room
(available by hourly rental). Receptionist available for additional rates.

 * Rate includes utilities, building services and property expenses
 * Central Air Conditioning
 * Wi-Fi Connectivity
 * Fully Carpeted
 * Natural Light

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

36 5th St- Office #18


2ND FLOOR, STE 17

Size 59 SF Term Negotiable Rental Rate $40.56 /SF/YR Space Use Office Condition
- Available 30 Days

 * Rate includes utilities, building services and property expenses


2ND FLOOR, STE 16

Size 56 SF Term Negotiable Rental Rate $53.52 /SF/YR Space Use Office Condition
- Available 30 Days

 * Rate includes utilities, building services and property expenses


2ND FLOOR, STE 15


36 5th St- Office #15

Size 128 SF Term Negotiable Rental Rate $60.84 /SF/YR Space Use Office Condition
- Available 30 Days

Office space with 2 cubicles, access to shared restroom and conference room
(available by hourly rental). Receptionist available for additional rates.

 * Rate includes utilities, building services and property expenses
 * 2 Workstations
 * Central Air Conditioning
 * Wi-Fi Connectivity
 * Fully Carpeted

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

36 5th St- Office #15


2ND FLOOR, STE 13

Size 418 SF Term Negotiable Rental Rate $42.96 /SF/YR Space Use Office Condition
- Available 30 Days

Cluster of five cubicle spaces, with access to shared restrooms and conference
room (available by hourly rental) Receptionist available for additional rates.

 * Rate includes utilities, building services and property expenses
 * Partitioned Offices
 * 5 Workstations
 * Central Air Conditioning
 * Wi-Fi Connectivity
 * Fully Carpeted


2ND FLOOR, STE 12

Size 221 SF Term Negotiable Rental Rate $24.20 /SF/YR Space Use Office Condition
Full Build-Out Available 30 Days

 * Rate includes utilities, building services and property expenses
 * Fully Built Out as Standard Office
 * 8’ Finished Ceilings


1ST FLOOR


First Floor Lobby

First Floor

Individual Workstations

First Floor Open Floor Plan

Private Office

First Floor Open Space

Employee Breakroom

First Floor Hallway

Small Office

Private Office

First Floor Training Room

Bathroom

Build-to-suit Space

Interior Space

Utilities

IT Room

Size 9,180 SF Term Negotiable Rental Rate $15.00 /SF/YR Space Use Office/Retail
Condition Full Build-Out Available Now

Lease the entire first floor of this historic property. Currently utilized as a
cash handling center, this space is ideal for a banking institution, or any
business with an influx of cash transactions and a need for a secure teller
system.

 * Fully Built Out as a Bank
 * 15 Private Offices
 * 2 Conference Rooms
 * 18 Workstations
 * 8’ Finished Ceilings
 * Space is in Excellent Condition
 * Central Air Conditioning
 * Kitchen
 * Private Restrooms
 * Security System
 * Secure Storage

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

1/16
First Floor Lobby
First Floor
Individual Workstations
First Floor Open Floor Plan
Private Office
First Floor Open Space
Employee Breakroom
First Floor Hallway
Small Office
Private Office
First Floor Training Room
Bathroom
Build-to-suit Space
Interior Space
Utilities
IT Room


SHARE THIS LISTING

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 36 Fifth St
Send me a copy
967 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!

36 Fifth 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 Facebook
Connect with LinkedIn

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


SIGN UP OR LOG IN TO SEARCH





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 Facebook
Connect with LinkedIn


 * LANGUAGE AND REGION


 * CURRENCY

English
United States
English
Canada
English
United Kingdom
Français
Canada
US Dollar USD $ Canadian Dollar CAD $ Pound Sterling GBP £


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