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

Submitted URL: http://link.c.costarmail.com/ls/click?upn=u001.x8Q66WWZ5iv2qmPSnG6xnL4kiZZJfY8yTGh90NMQdtc-2FCTlYREDCQS1hTPyrNKCL63pK4gjW2hPx...
Effective URL: https://www.loopnet.com/Listing/1379-McDow-Dr-Rock-Hill-SC/30649176/?utm_campaign=CDX&utm_source=email&utm_content=0
Submission: On April 12 via api from US — Scanned from DE

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_VIMj9kPOST

<form name="contactform_VIMj9k" novalidate="" ng-submit="trackSubmitRequest() &amp;&amp; validateRecaptcha() &amp;&amp; contactform_VIMj9k.$valid &amp;&amp; sendRequest(contactform_VIMj9k)" 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_VIMj9k.firstName.$error.required &amp;&amp; contactform_VIMj9k.$submitted &amp;&amp; contactform_VIMj9k.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_VIMj9k.firstName.$error.required &amp;&amp; contactform_VIMj9k.$submitted }" ng-focus="contactform_VIMj9k.firstName.focused = true" ng-blur="contactform_VIMj9k.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_VIMj9k.lastName.$error.required &amp;&amp; contactform_VIMj9k.$submitted &amp;&amp; contactform_VIMj9k.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_VIMj9k.lastName.$error.required &amp;&amp; contactform_VIMj9k.$submitted }" ng-focus="contactform_VIMj9k.lastName.focused = true" ng-blur="contactform_VIMj9k.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_VIMj9k.$submitted &amp;&amp; contactform_VIMj9k.email.$error.required &amp;&amp; contactform_VIMj9k.email.focused">Please enter an email address.</p>
          <p class="ln-invalid-field-message ng-hide" ng-show="contactform_VIMj9k.email.$invalid &amp;&amp; !contactform_VIMj9k.email.$error.required &amp;&amp; contactform_VIMj9k.email.focused" role="alert">
            <span ng-show="contactform_VIMj9k.email.$error.email" class="ng-hide">Please enter a valid email address.</span>
            <span ng-show="contactform_VIMj9k.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_VIMj9k.email.$invalid &amp;&amp; (contactform_VIMj9k.email.$touched || contactform_VIMj9k.$submitted)  }" ng-focus="contactform_VIMj9k.email.focused = true" ng-blur="contactform_VIMj9k.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_VIMj9k.phoneNumber.$error.required &amp;&amp; contactform_VIMj9k.$submitted &amp;&amp; contactform_VIMj9k.phoneNumber.focused" role="alert">Please enter a phone number.</p>
          <p class="ln-invalid-field-message ng-hide"
            ng-show="contactform_VIMj9k.phoneNumber.$error.pattern &amp;&amp; contactform_VIMj9k.$submitted &amp;&amp; contactform_VIMj9k.phoneNumber.focused &amp;&amp; !contactform_VIMj9k.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_VIMj9k.phoneNumber.$error.required || contactform_VIMj9k.phoneNumber.$error.pattern) &amp;&amp; contactform_VIMj9k.$submitted }" ng-focus="contactform_VIMj9k.phoneNumber.focused = true"
            ng-blur="contactform_VIMj9k.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_VIMj9k.companyName.$error.required &amp;&amp; contactform_VIMj9k.$submitted &amp;&amp; contactform_VIMj9k.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_VIMj9k.companyName.$error.required &amp;&amp; contactform_VIMj9k.$submitted }" ng-focus="contactform_VIMj9k.companyName.focused = true" ng-blur="contactform_VIMj9k.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_VIMj9k.message.$invalid &amp;&amp; contactform_VIMj9k.$submitted &amp;&amp; contactform_VIMj9k.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_VIMj9k.message.focused = true" ng-blur="contactform_VIMj9k.message.focused = false" ng-change="updateMessageLengthText()" ng-trim="true"
            ng-init="ctrl.messageText = 'Hi, I found 1379 McDow Dr on LoopNet and would like to learn more about it. Thanks!'"></textarea>
          <p class="message-count"><span class="current-count ng-binding">83</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-bqfpnscbm4b5" frameborder="0" scrolling="no"
            sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation"
            src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LdL-ggkAAAAAHCPqVdFFXiwpiOBT5MqOyLNy8LE&amp;co=aHR0cHM6Ly93d3cubG9vcG5ldC5jb206NDQz&amp;hl=en&amp;v=rz4DvU-cY2JYCwHSTck0_qm-&amp;size=normal&amp;cb=2favela8nnf8"></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://www.loopnet.com/solutions/terms-and-conditions?site_tag=USA">Terms of Use</a> and <a rel="nofollow" href="https://www.costar.com/about/privacy-notice">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="30649176" 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 1379 McDow Dr</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">965</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=7179e220fa014293abf294c985247b59&amp;nonce=069fedd753c9409ca15f61f639862170&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="field-group email-container">
      <p class="input-label">Email<span>*</span></p>
      <div class="input-container">
        <i class="ln-icon-message-curved"></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" 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>
      <div ng-show="login.$submitted || login.Email.$touched" class="validation-static-error ng-hide">
        <span ng-show="login.keypressed &amp;&amp; login.focus.Email &amp;&amp; login.Email.$error.required" class="ng-hide">This value is required.</span>
        <span ng-show="login.keypressed &amp;&amp; login.focus.Email &amp;&amp; (login.Email.$error.email || login.Email.$error.pattern || isBadEmailFromCAApproval)" class="ng-hide">This value should be a valid email.</span>
      </div>
    </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" allow="identity-credentials-get"></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=7179e220fa014293abf294c985247b59&amp;nonce=069fedd753c9409ca15f61f639862170&amp;prompt=none"
  ng-class="{'full-signup': newSignup.continueProcess}" 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="ng-hide">
      <!-- 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">
      <!-- IF SIGN UP-->
      <h3 ng-hide="root.sso.loginSignUpTitleHidden">Log In / Sign Up <span ng-show="isFavoriteModal" class="ng-hide"> to Save</span>
        <span ng-show="isShareModal" class="ng-hide"> to Share</span>
      </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">
      <p class="input-label">Email<span>*</span></p>
      <div class="input-container">
        <i class="ln-icon-message-curved"></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="" 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>
      <div ng-show="(signup.$submitted || signup.SignUpEmail.$touched)" class="validation-static-error ng-hide">
        <span ng-show="(signup.$submitted || signup.keypressed || signup.focus.SignUpEmail) &amp;&amp; (signup.SignUpEmail.$error.required)" class="ng-hide">This value is required.</span>
      </div>
      <div ng-show="(signup.$submitted || signup.SignUpEmail.$touched)" class="validation-static-error ng-hide">
        <span ng-show="(signup.$submitted || signup.keypressed || signup.focus.SignUpEmail) &amp;&amp; (signup.SignUpEmail.$error.email || signup.SignUpEmail.$error.pattern)" class="ng-hide">This value should be a valid email.</span>
      </div>
    </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=7179e220fa014293abf294c985247b59&amp;nonce=069fedd753c9409ca15f61f639862170&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
 * Help Center
 * Advertise

Log In
Sign Up

Results



Share
Print
Save to Favorites
US

 * Log In
 * Sign Up

Prev

Next
 * Advertise


Call Message


1379 MCDOW DR


6,000 - 134,000 SF OF INDUSTRIAL SPACE AVAILABLE IN ROCK HILL, SC 29732


Industrial Space South Carolina Rock Hill


1379 MCDOW DR, ROCK HILL, SC 29732


Map
Share
Save to Favorites


HIGHLIGHTS

 * 1379 McDow Drive offers industrial and manufacturing space for lease, perfect
   for CNC fabrication.
 * Premier, 132,000-square-foot space is divisible to 6,000 square feet to fit a
   variety of business needs.
 * Landlord is open to build-to-suit options based on the tenant’s vision for
   this vast space.

 * Perched just outside of Charlotte, North Carolina, near Route 77, which
   connects to Columbia, Atlanta, and beyond.
 * Broad IG zoning and heavy power and loading docks allow for a wide array of
   potential uses.


FEATURES

Clear Height
20’
Warehouse Floor
6”
Drive-In Bays
5
Exterior Dock Doors
20
Cross Docks
Yes
Standard Parking Spaces
160


ALL AVAILABLE SPACES(2)

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
 * 6,000 SF
 * Negotiable
 * Upon Request
 * Industrial
 * -
 * May 01, 2024


8k sf space

 * 1st Floor - 1
 * 6,000-128,000 SF
 * Negotiable
 * $6.00 /SF/YR
 * Industrial
 * Full Build-Out
 * Now


Suite 1

Suite 1

Suite 1

Picture3

Building Photo

Picture4

6,000 up to 132,000 square feet of space available perfect for a wide array of
tenants.

 * Includes 10,000 SF of dedicated office space
 * Space is in Excellent Condition
 * Central Air and Heating
 * Reception Area
 * Private Restrooms
 * Security System
 * Plug & Play
 * Great Location
 * Heavy Power
 * Industrial Outdoor Storage (IOS)

 * 5 Drive Ins
 * 20 Loading Docks
 * Partitioned Offices
 * Kitchen
 * Print/Copy Room
 * Secure Storage
 * Natural Light
 * Manufacturing
 * Ample Loading + Parking
 * Warehouse

Space Size Term Rental Rate Space Use Condition Available 1st Floor 6,000 SF
Negotiable Upon Request Industrial - May 01, 2024 1st Floor - 1 6,000-128,000 SF
Negotiable $6.00 /SF/YR Industrial Full Build-Out Now

1ST FLOOR



Size 6,000 SF Term Negotiable Rental Rate Upon Request Space Use Industrial
Condition - Available May 01, 2024

Details

1ST FLOOR - 1



Size 6,000-128,000 SF Term Negotiable Rental Rate $6.00 /SF/YR Space Use
Industrial Condition Full Build-Out Available Now

Details


PROPERTY OVERVIEW

Enter the Rock Hill Industrial Market at the strategically positioned facility
along McDow Drive. 1379 McDow Drive presents tenants with an expansive
industrial and manufacturing center ready to meet a wide array of business
needs. Built in 1998 and meticulously maintained over time, this asset has
several desirable features in place. Ringing in at an impressive 132,000 square
feet, the space is divisible to 15,000 square feet. The facility is ideal for
CNC manufacturing and fabrication. It includes 2,000 amps of power, 16 to
20-foot clear heights, and ample loading capacity, with 16 docks. The expansive
8.86-acre lot has plentiful parking for employees and equipment. It features
excellent signage, perfect to highlight new businesses. Commuting is a breeze,
with connectivity to Route 77, about nine minutes away, and the Charlotte
Douglas International Airport (CLT), only 40 minutes away. The Charlotte metro
provides access to the entire East Coast industrial and distribution corridor.
Additionally, Rock Hill is only a few hours from the Columbia and Atlanta
metros, granting access to additional markets. The Rock Hill Submarket is
considered an excellent place for business, as it is more affordable than
Charlotte as a whole. This Rock Hill facility is perfect for business due to its
expansive square footage, room for future growth, and ability to accommodate
business growth or diversification.


MANUFACTURING FACILITY FACTS

Building Size
134,000 SF
Lot Size
15.00 AC
Year Built
1998
Construction
Masonry
Sprinkler System
Wet
Lighting
Fluorescent
Gas
Natural
Power Supply
Amps: 1,200-5,000 Volts: 208-480 Phase: 3
Zoning
I-G - Industrial general (IG Rock Hill): light manufacturing, distribution
allowed.
1 of 1
 * map




ABOUT YORK COUNTY



Located roughly 20 miles south of Uptown, York County benefits from Charlotte’s
fast-growing population and South Carolina’s friendly industrial business
climate. Drive times along Interstate 77 to the city center and the Charlotte
Douglas International Airport typically come in under 30 minutes. Moving
southbound, Interstate 77 provides a direct line to Columbia, South Carolina,
and the Port of Charleston. The area also boasts two Class I railroads serviced
by Norfolk Southern and CSX.

As part of one of the fastest-growing metros in the U.S., York County’s
workforce continues to grow. Residents here enjoy a low cost of living but still
benefit from close proximity to a major Southeastern city. Pockets along
Interstate 77 have seen strong increases in population, and more than 25% of
these adults hold a bachelor’s degree or higher.

While there are plenty of office and entertainment nodes here, this area is
known for its industrial portfolio. Companies such as Ross, Stanley Black &
Decker, U.S. Foods, Fed Ex, and DHL all have facilities in the area and employ
thousands of people. Industrial properties here rent at a discount to the
Charlotte average as well as heavy industrial areas near the airport and
Cabarrus County.


DEMOGRAPHICS


REGIONAL ACCESSIBILITY

50 Miles 50 Mi. 100 Miles 100 Mi. 500 Miles 500 Mi.
1 Hour Drive
 * 1 Hour Drive


CITY
POPULATION
MILES
DRIVE TIME
Charlotte
872,498
24
0 h 36 m
Jacksonville
903,889
358
6 h 40 m
Washington
702,455
422
8 h 13 m
Columbus
892,533
451
8 h 48 m
Philadelphia
1,584,138
559
11 h 10 m
Indianapolis
867,125
572
11 h 17 m
ACCESS AND LABOR FORCE
10 MILES
Total Population
191,143
Total Labor Force
141,983
Unemployment Rate
3.17%
Median Household Income
$77,649
Warehouse Employees
26,105
High School Education Or Higher
92.50%


TRANSPORTATION


TRANSIT/SUBWAY

Sharon Road West Transit Stop
(LYNX Blue Line)
27 min drive 16.4 mi
I-485/South Boulevard Transit Stop
(LYNX Blue Line)
26 min drive 16.5 mi
Arrowood Transit Stop
(LYNX Blue Line)
28 min drive 17.5 mi
Archdale Transit Stop
(LYNX Blue Line)
28 min drive 17.9 mi
Tyvola Transit Stop
(LYNX Blue Line)
28 min drive 18.4 mi


AIRPORT

Charlotte Douglas International Airport
39 min drive 22.1 mi


FREIGHT PORT

North Charleston Terminal
206 min drive 178.9 mi


RAILROAD

NS THOROUGHBRED BULK TRANSFER TERMINAL-CHARLOTTE-N
25 min drive 14.9 mi


 * Kyle Wade
 * Michael O'Neill Jr.
 * Prime Rock Energy Capital

+1 856-651-6864
Message
Share
Print
Save to Favorites


 * LISTING ID: 30649176

 * DATE ON MARKET: 3/27/2024

 * LAST UPDATED: 4/9/2024

 * ADDRESS: 1379 MCDOW DR, ROCK HILL, SC 29732

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




© 2024 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


SHARE LISTING

 * LinkedIn
 * Twitter
 * Facebook

 * Email
 * Copy Link
 * Print

1379 McDow Dr

Presented by

+1 856-651-6864 x


1379 MCDOW DR

KYLE WADE

+1 856-651-6864



+1 856-651-6864

MICHAEL O'NEILL JR.

+1 856-651-6864



+1 856-651-6864

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

83 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 1
 * map


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

1379 McDow Dr
MicrosoftTeams-image (11)
Picture3
MicrosoftTeams-image (41)
Warehouse Finish
Picture4




1ST FLOOR - 1


Suite 1

Suite 1

Suite 1

Picture3

Building Photo

Picture4

Size 6,000-128,000 SF Term Negotiable Rental Rate $6.00 /SF/YR Space Use
Industrial Condition Full Build-Out Available Now

6,000 up to 132,000 square feet of space available perfect for a wide array of
tenants.

 * Includes 10,000 SF of dedicated office space
 * 5 Drive Ins
 * Space is in Excellent Condition
 * 20 Loading Docks
 * Central Air and Heating
 * Partitioned Offices
 * Reception Area
 * Kitchen
 * Private Restrooms
 * Print/Copy Room
 * Security System
 * Secure Storage
 * Plug & Play
 * Natural Light
 * Great Location
 * Manufacturing
 * Heavy Power
 * Ample Loading + Parking
 * Industrial Outdoor Storage (IOS)
 * Warehouse

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

1/6
Suite 1
Suite 1
Suite 1
Picture3
Building Photo
Picture4


1ST FLOOR


8k sf space

Size 6,000 SF Term Negotiable Rental Rate Upon Request Space Use Industrial
Condition - Available May 01, 2024




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

8k sf space


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 1379 McDow Dr
Send me a copy
965 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!

1379 McDow Dr

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

Email*


This value is required. This value should be a valid email.
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 TO SAVE TO SHARE


SIGN UP

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


Email*


This value is required.
This value should be a valid email.
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