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

URL: https://www.loopnet.com/Listing/1905-E-Michigan-St-Orlando-FL/27145510/
Submission: On January 04 via manual from IN — 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="">
  <input type="hidden" name="listingtypes" value="">
  <input type="hidden" name="e" value="g">
  <button type="submit" id="footerPropertySearch" style="display:none"></button>
</form>

Name: frmWatchProperty

<form name="frmWatchProperty" class="ng-pristine ng-invalid ng-invalid-required" 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-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_St5uPdPOST

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

Name: sendtofriend

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

Name: login

<form name="login" ng-hide="newLoginHidden" ng-submit="newLogin.continueProcess ? newLogin.submit(credentials) : checkEmailLogin(credentials.Email);" novalidate="" sso-new-login="" assignscope=""
  class="ng-pristine ng-invalid ng-invalid-required ng-valid-pattern ng-valid-email ng-hide">
  <div class="loading-overlay ng-hide" ng-show="newLogin.inProgress">
    <i class="loading-animation"></i>
  </div>
  <div class="sticky-addon ng-hide" ng-show="sso &amp;&amp; sso.identityManagerUrl"></div>
  <div ng-show="sso &amp;&amp; sso.identityManagerUrl" class="ng-hide">
    <section class="ca-section">
      <div class="ca-message"> You must register your contact information to view secure information on this listing. </div>
    </section>
  </div>
  <section class="modal registration-login-modal-container">
    <!-- IF LOG IN-->
    <h3 class="text-center" ng-hide="root.sso.loginSignUpTitleHidden">Log In / Sign Up</h3>
    <h3 class="text-center ng-hide" ng-hide="!root.sso.loginSignUpTitleHidden">Log In</h3>
    <div class="csgp-message error static ng-hide" ng-show="newLogin.requestFailed">
      <p> The username or password you entered is incorrect. Please try again. <b>Remember passwords are case sensitive</b>. If you forgot your password,
        <a rel="nofollow" href="https://secure.costargroup.com/forgot-password?client_id=loopnet">click to reset it</a>. </p>
      <p>If you continue to see this message, your account may be locked due to too many failed attempts. Please contact Customer Support at 1-800-613-1303. </p>
    </div>
    <div class="field-group email-container">
      <div ng-show="login.$submitted || login.Email.$touched" class="validation-error ng-hide">
        <span ng-show="login.keypressed &amp;&amp; login.focus.Email &amp;&amp; (login.Email.$error.required || login.Email.$error.email || login.Email.$error.pattern || isBadEmailFromCAApproval)" class="ng-hide">Please enter a valid email
          address.</span>
      </div>
      <i class="ln-icon-mail-hollow"></i>
      <input id="newLoginEmail" name="Email" type="email" class="input-text ng-pristine ng-untouched ng-invalid ng-invalid-required ng-valid-pattern ng-valid-email" placeholder="Email Address" required="" ng-model="credentials.Email"
        ng-pattern="/^(([^<>()\[\]\.,;:\s@\&quot;]+(\.[^<>()\[\]\.,;:\s@\&quot;]+)*)|(\&quot;.+\&quot;))@(([^<>()[\]\.,;:\s@\&quot;]+\.)+[^<>()[\]\.,;:\s@\&quot;]{2,})$/i" ng-focus="login.focus.Email = true;" ng-blur="login.focus.Email = false;"
        ng-keyup="login.keypressed = true"
        ng-class="{ 'error' : (login.$submitted || (login.keypressed &amp;&amp; login.focus.Email)) &amp;&amp; (login.Email.$error.required || login.Email.$error.email || login.Email.$error.pattern || isBadEmailFromCAApproval)}">
    </div>
    <!-- ngIf: newLogin.continueProcess -->
    <!-- ngIf: !newLogin.continueProcess -->
    <div ng-if="!newLogin.continueProcess" class="ng-scope">
      <div class="field-group cta">
        <button type="submit" class="button primary full">Continue</button>
      </div>
    </div><!-- end ngIf: !newLogin.continueProcess -->
    <div class="area-secondary hide-ca-approval">
      <div class="horizontal-divide"></div>
      <div class="login-choice">Or</div>
    </div>
    <div class="field-group identify-account hide-ca-approval">
      <a href="" rel="nofollow" class="button primary punchout google full" title="Connect with Google" ng-click="connectWithGoogleOnLogin();">Connect with Google</a>
    </div>
    <div class="field-group identify-account hide-ca-approval">
      <a href="" rel="nofollow" class="button primary punchout 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="" class="ng-pristine ng-invalid ng-invalid-required ng-valid-pattern ng-valid-email ng-hide">
  <div class="loading-overlay ng-hide" ng-show="newSignup.inProgress">
    <i class="loading-animation"></i>
  </div>
  <div class="sticky-addon ng-hide" ng-show="sso &amp;&amp; sso.identityManagerUrl"></div>
  <div ng-show="sso &amp;&amp; sso.identityManagerUrl" class="ng-hide">
    <section class="ca-section">
      <div class="ca-message"> You must register your contact information to view secure information on this listing. </div>
    </section>
  </div>
  <section class="modal registration-login-modal-container  ">
    <div ng-show="ldpRegistrationShow" class="ng-hide">
      <!-- IF SIGN UP-->
      <h3 ng-hide="root.sso.loginSignUpTitleHidden" class="ng-binding"></h3>
      <h3 ng-hide="!root.sso.loginSignUpTitleHidden" class="ng-binding ng-hide"></h3>
    </div>
    <div ng-show="!ldpRegistrationShow" class="">
      <!-- IF SIGN UP-->
      <h3 ng-hide="root.sso.loginSignUpTitleHidden" class="">Log In / Sign Up </h3>
      <h3 ng-hide="!root.sso.loginSignUpTitleHidden" class="ng-hide">Sign Up </h3>
    </div>
    <div class="csgp-message error static ng-hide" ng-show="signup.requestFailed"> Error occurred with your registration, please try again. </div>
    <div class="csgp-message error static ng-hide" ng-show="signup.duplicateFailed"> That email address has already been registered. Please try another or click
      <a rel="nofollow" href="https://secure.costargroup.com/forgot-password?client_id=loopnet" class="primary">forgot password</a>. </div>
    <div class="csgp-message error static ng-binding ng-hide" ng-show="signup.invalidData">
    </div>
    <!-- ngIf: newSignup.continueProcess -->
    <div class="field-group email-container">
      <div ng-show="signup.$submitted || signup.SignUpEmail.$touched" class="validation-error ng-hide">
        <span ng-show="signup.keypressed &amp;&amp; signup.focus.SignUpEmail &amp;&amp; (signup.SignUpEmail.$error.required || signup.SignUpEmail.$error.email || signup.SignUpEmail.$error.pattern)" class="ng-hide">Please enter a valid email
          address.</span>
      </div>
      <i class="ln-icon-mail-hollow"></i>
      <input name="SignUpEmail" id="SignUpEmail" type="email" class="input-text ng-pristine ng-untouched ng-invalid ng-invalid-required ng-valid-pattern ng-valid-email" placeholder="Email Address" required="" ng-model="user.Email" tabindex="3"
        ng-blur="signup.focus.SignUpEmail = false; checkCanSubmit()" ng-pattern="/^(([^<>()\[\]\.,;:\s@\&quot;]+(\.[^<>()\[\]\.,;:\s@\&quot;]+)*)|(\&quot;.+\&quot;))@(([^<>()[\]\.,;:\s@\&quot;]+\.)+[^<>()[\]\.,;:\s@\&quot;]{2,})$/i"
        ng-focus="signup.focus.SignUpEmail = true;" ng-keyup="signup.keypressed = true"
        ng-class="{ 'error' : (signup.$submitted || (signup.keypressed &amp;&amp; signup.focus.SignUpEmail)) &amp;&amp; (signup.SignUpEmail.$error.required || signup.SignUpEmail.$error.email || signup.SignUpEmail.$error.pattern) }">
    </div>
    <!-- ngIf: newSignup.continueProcess -->
    <!-- ngIf: newSignup.continueProcess -->
    <!-- ngIf: newSignup.continueProcess -->
    <!-- ngIf: newSignup.continueProcess -->
    <!-- ngIf: newSignup.continueProcess -->
    <!-- ngIf: !newSignup.continueProcess -->
    <div ng-if="!newSignup.continueProcess" class="ng-scope">
      <div class="field-group cta">
        <button type="submit" class="button primary full">Continue</button>
      </div>
    </div><!-- end ngIf: !newSignup.continueProcess -->
    <div class="area-secondary">
      <div class="horizontal-divide"></div>
      <div class="login-choice">OR</div>
    </div>
    <div class="field-group">
      <a rel="nofollow" href="" class="button primary punchout google full" title="Connect with Google" ng-click="connectWithGoogleOnSignup();" data-onsuccess="onSignIn">Connect with Google</a>
    </div>
    <div class="field-group">
      <a href="" rel="nofollow" class="button primary punchout 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"></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-invalid ng-invalid-required" required="" placeholder="Office Phone Number" ng-model="completeProfile.officePhoneNumber"
        ng-focus="CompleteProfileForm.focus.OfficePhoneNumber = true;" ng-blur="CompleteProfileForm.focus.OfficePhoneNumber = false; checkCanSubmit()" ng-keyup="CompleteProfileForm.keypressed = true; checkCanSubmit();"
        ng-class="{ 'error' :  CompleteProfileForm.keypressed &amp;&amp; CompleteProfileForm.OfficePhoneNumber.$touched &amp;&amp; CompleteProfileForm.focus.OfficePhoneNumber &amp;&amp; CompleteProfileForm.OfficePhoneNumber.$error.required }">
    </div>
    <div class="field-group phone-container">
      <input name="CellPhoneNumber" id="CellPhoneNumber" type="tel" class="input-text display-block last ng-pristine ng-untouched ng-invalid ng-invalid-required" required="" placeholder="Cell Phone Number" ng-model="completeProfile.cellPhoneNumber"
        ng-focus="CompleteProfileForm.focus.CellPhoneNumber = true;" ng-blur="CompleteProfileForm.focus.CellPhoneNumber = false; checkCanSubmit()" ng-keyup="CompleteProfileForm.keypressed = true; checkCanSubmit();"
        ng-class="{ 'error' :  CompleteProfileForm.keypressed &amp;&amp; CompleteProfileForm.CellPhoneNumber.$touched &amp;&amp; CompleteProfileForm.focus.CellPhoneNumber &amp;&amp; CompleteProfileForm.CellPhoneNumber.$error.required }">
    </div>
    <button name="CompleteProfileSubmitButton" id="CompleteProfileSubmitButton" type="submit" class="button primary button-continue display-block full disabled">Continue</button>
  </div>
</form>

Text Content

 * 
 * 

 * Notifications

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

 * 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/5p10Jil01wAnp1axXn7AVBvnzISGax_MyijckUnRJtU/document.pdf
Results

Menu
CoTour

 * Advertise

Prev

Next
US

Share
 * Send to Friend
 * Link to This Listing

Share on social networks
Print
Help


Garito & Company
Call Contact
Share
 * Send to Friend
 * Link to This Listing

Share on social networks


SUNOCO 1905 E MICHIGAN ST


992 SF RETAIL BUILDING ORLANDO, FL $650,000 ($655/SF)


Retail Space Florida Orlando


1905 E MICHIGAN ST, ORLANDO, FL 32806

To navigate, press the arrow keys.










EXECUTIVE SUMMARY

» Inside Sales: $15,000/month
» Outside Sales: $30,000/month
» New tanks installed in 2016
» 6 operational gas pumps
» Fully stocked inventory
» Authorized U-Haul satellite office
» Located in high traffic area
» 3 miles from Downtown Orlando


ATTACHMENTS

Sunoco Gas Station Flyer


PROPERTY FACTS

Sale Type
Investment
Property Type
Retail
Property Subtype
Service Station
Building Size
992 SF
Building Class
B
Year Built
1971
Price
$650,000
Price Per SF
$655
Tenancy
Single
Building Height
1 Story
Building FAR
0.09
Land Acres
0.25 AC
Zoning
MU-1/T, Orlando
Parking
5 Spaces (5.04 Spaces per 1,000 SF Leased)
Frontage
150 FT on E Michigan
 * 150 FT on E Michigan
 * 75 FT on Ives

150 FT on E Michigan


AMENITIES

 * Pylon Sign

 * Signage

1 of 2
 * map
 * traffic




TRANSPORTATION


AIRPORT

Orlando International Airport
18 min drive 8.7 mi
Orlando Sanford Airport
39 min drive 27.2 mi


PROPERTY TAXES

Parcel Number 30-2306-1852-01-120 Improvements Assessment $177,487 Land
Assessment $161,607 Total Assessment $339,094


 * David Mander
 * Timothy Garito
 * Garito & Company

+1 407-415-6754
14 E Washington St
Suite 402
Orlando, FL 32801
Contact


YOU MAY ALSO LIKE

1761-1765 Ocoee-Apopka Rd - Harmon Center
Price Upon Request


YOU MAY ALSO LIKE

1761-1765 Ocoee-Apopka Rd - Harmon Center
Price Upon Request

 * LISTING ID: 27145510

 * DATE CREATED: 11/18/2022

 * LAST UPDATED: 12/9/2022

 * ADDRESS: 1905 E MICHIGAN ST, ORLANDO, FL

More public record information on 1905 E Michigan St, Orlando, FL 32806

The Lake Terrace Retail Property at 1905 E Michigan St, Orlando, FL 32806 is
currently available. Contact Garito & Company for more information.


RETAIL PROPERTIES IN NEARBY NEIGHBORHOODS

 * West Orlando Retail Space
 * South Orlando Retail Space
 * Downtown Orlando Retail Space
 * Clear Lake Retail Space
 * Sky Lake Retail Space
 * Lee Vista Retail Space
 * Lake Terrace Retail Space
 * Hiawassee Retail Space


NEARBY LISTINGS

 * 2000 W Church St, Orlando FL
 * 190 S Orange Ave, Orlando FL
 * 6025 S Orange Blossom Trl, Orlando FL
 * 6013 E Colonial Dr, Orlando FL
 * 1323 N Orange Ave, Orlando FL
 * 3770 37th St, Orlando FL
 * 7423 S Orange Blossom Trl, Orlando FL
 * 5600 Butler National Dr, Orlando FL
 * 3327 W Colonial Dr, Orlando FL
 * 5507 E Colonial Dr, Orlando FL
 * 7750 S Orange Blossom Trl, Orlando FL
 * 1475 Pine Ave, Orlando FL
 * 201 N Bumby Ave, Orlando FL
 * 3730 Old Winter Garden Rd, Orlando FL

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.



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

Save to Favorites

PLEASE ENTER A NAME FOR YOUR NEW FOLDER

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

Please enter a folder name


Request Information


SUNOCO 1905 E MICHIGAN ST


992 SF RETAIL BUILDING ORLANDO, FL $650,000 ($655/SF)



Presented by

+1 407-415-6754 x


REQUEST INFORMATION

DAVID MANDER

+1 407-415-6754



+1 407-415-6754

TIMOTHY GARITO

+1 407-777-9660



+1 407-777-9660

Already a member? Log In

Please enter your first name.

Please enter your last name.

Please enter an email address.

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

Please enter a phone number.

Please enter a 10 digit phone number.



Please enter a company.


Please leave a message.
Submit Request

Presented by

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

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

Thanks! Your message was sent.

Send another message



1 of 2
 * map
 * traffic


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

Primary Photo
Plat Map
Building Photo
Building Photo
Building Photo
Other
Other
Other
Other
Other



SHARE THIS LISTING WITH A LINK

Copy Link


SEND TO FRIEND

Recipient's Email*

Please enter a valid email address.

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

Please take a look at Sunoco | 1905 E Michigan St
Send me a copy
951 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!

Sunoco | 1905 E Michigan 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.


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


SHARE THIS LISTING WITH A LINK

Copy Link


LANGUAGE AND REGION

English
United States
English
Canada
English
United Kingdom
Français
Canada


CURRENCY

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