tour.corelistingmachine.com Open in urlscan Pro
3.128.145.76  Public Scan

Submitted URL: http://1walnutglencove.com/
Effective URL: https://tour.corelistingmachine.com/tour/titan/index.htm?id=8074783
Submission: On September 08 via api from US — Scanned from DE

Form analysis 12 forms found in the DOM

Name: agentinfo_scheduleform

<form class="row" name="agentinfo_scheduleform" id="agentinfo_scheduleform" onsubmit="return false;">
  <!-- Left form Inputs -->
  <div class="col-md-6">
    <div class="row">
      <div class="col-sm-6">
        <input type="text" class="form-control datepicker" placeholder="Select a Date" name="agentinfo_scheduledate" id="agentinfo_scheduledate" onchange="/*validateInput(this, date_regx, text.INVALID_DATE);*/">
        <input type="text" class="form-control" placeholder="Name" name="agentinfo_schedulename" id="agentinfo_schedulename" onchange="validateInput(this, blank_regx, text.INVALID_NAME); saveName(this.value);">
        <input type="text" class="form-control" placeholder="Phone" name="agentinfo_schedulephone" id="agentinfo_schedulephone" onchange="validateInput(this, phone_regx, text.INVALID_PHONE); savePhone(this.value);">
        <p>Best Time to Contact You</p>
        <select class="form-control" name="agentinfo_schedulebesttime" id="agentinfo_schedulebesttime">
          <option value="morning">Morning</option>
          <option value="evening">Evening</option>
        </select>
      </div>
      <div class="col-sm-6">
        <p class="timeTxt">Select a Time</p>
        <select class="form-control" name="agentinfo_scheduletime" id="agentinfo_scheduletime">
          <option value="morning">Morning</option>
          <option value="afternoon">Afternoon</option>
          <option value="evening">Evening</option>
        </select>
        <input type="email" class="form-control" placeholder="Email" name="agentinfo_scheduleemail" id="agentinfo_scheduleemail" onchange="validateInput(this, email_regx, text.INVALID_EMAIL); saveEmail(this.value);">
        <p>Preferred Contact Method</p>
        <select class="form-control" name="agentinfo_schedulecontactmethod" id="agentinfo_schedulecontactmethod">
          <option value="Phone">Phone</option>
          <option value="Phone (text)">Phone (text)</option>
          <option value="Email">Email</option>
        </select>
      </div>
    </div>
  </div>
  <!-- Right side Inputs -->
  <div class="col-md-6">
    <div class="row">
      <div class="col-sm-12">
        <ul class="list-inline">
          <li>Are you currently working with an agent?</li>
          <li>
            <div class="ex-radio">
              <input type="radio" name="agentinfo_currentagent" id="agentinfo_schedule_yes" value="yes">
              <label for="agentinfo_schedule_yes">Yes</label>
            </div>
          </li>
          <li>
            <div class="ex-radio">
              <input type="radio" name="agentinfo_currentagent" id="agentinfo_schedule_no" checked="" value="no">
              <label for="agentinfo_schedule_no">No</label>
            </div>
          </li>
        </ul>
        <p>If yes, what is your agent's name and phone number?</p>
      </div>
    </div>
    <div class="row rowTop">
      <div class="col-sm-6" id="agentinfo_schedule_agentnameLabel"><input type="text" class="form-control" name="agentinfo_scheduleagentname" id="agentinfo_scheduleagentname" placeholder="Name"></div>
      <div class="col-sm-6" id="agentinfo_schedule_agentphoneLabel"><input type="text" class="form-control" name="agentinfo_scheduleagentphone" id="agentinfo_scheduleagentphone" placeholder="Phone"></div>
    </div>
    <div class="row rowBot">
      <div class="col-sm-8">
        <textarea class="form-control" rows="5" name="agentinfo_schedulecomments" id="agentinfo_schedulecomments" placeholder="Additional Comments"></textarea>
      </div>
      <div class="col-sm-4">
        <button type="button" class="btn grayBtn primaryBGColor secondaryFont noBuffer" name="agentinfo_schedulebutton" id="agentinfo_schedulebutton">Send</button>
      </div>
    </div>
  </div>
</form>

Name: coagentinfo_scheduleform

<form class="row" name="coagentinfo_scheduleform" id="coagentinfo_scheduleform" onsubmit="return false;">
  <!-- Left form Inputs -->
  <div class="col-md-6">
    <div class="row">
      <div class="col-sm-6">
        <input type="text" class="form-control datepicker" placeholder="Select a Date" name="coagentinfo_scheduledate" id="coagentinfo_scheduledate" onchange="/*validateInput(this, date_regx, text.INVALID_DATE);*/">
        <input type="text" class="form-control" placeholder="Name" name="coagentinfo_schedulename" id="coagentinfo_schedulename" onchange="validateInput(this, blank_regx, text.INVALID_NAME); saveName(this.value);">
        <input type="text" class="form-control" placeholder="Phone" name="coagentinfo_schedulephone" id="coagentinfo_schedulephone" onchange="validateInput(this, phone_regx, text.INVALID_PHONE); savePhone(this.value);">
        <p>Best Time to Contact You</p>
        <select class="form-control" name="coagentinfo_schedulebesttime" id="coagentinfo_schedulebesttime">
          <option value="morning">Morning</option>
          <option value="evening">Evening</option>
        </select>
      </div>
      <div class="col-sm-6">
        <p class="timeTxt">Select a Time</p>
        <select class="form-control" name="coagentinfo_scheduletime" id="coagentinfo_scheduletime">
          <option value="morning">Morning</option>
          <option value="afternoon">Afternoon</option>
          <option value="evening">Evening</option>
        </select>
        <input type="email" class="form-control" placeholder="Email" name="coagentinfo_scheduleemail" id="coagentinfo_scheduleemail" onchange="validateInput(this, email_regx, text.INVALID_EMAIL); saveEmail(this.value);">
        <p>Preferred Contact Method</p>
        <select class="form-control" name="coagentinfo_schedulecontactmethod" id="coagentinfo_schedulecontactmethod">
          <option value="Phone">Phone</option>
          <option value="Phone (text)">Phone (text)</option>
          <option value="Email">Email</option>
        </select>
      </div>
    </div>
  </div>
  <!-- Right side Inputs -->
  <div class="col-md-6">
    <div class="row">
      <div class="col-sm-12">
        <ul class="list-inline">
          <li>Are you currently working with an agent?</li>
          <li>
            <div class="ex-radio">
              <input type="radio" name="coagentinfo_currentagent" id="coagentinfo_schedule_yes" value="yes">
              <label for="coagentinfo_schedule_yes">Yes</label>
            </div>
          </li>
          <li>
            <div class="ex-radio">
              <input type="radio" name="coagentinfo_currentagent" id="coagentinfo_schedule_no" checked="" value="no">
              <label for="coagentinfo_schedule_no">No</label>
            </div>
          </li>
        </ul>
        <p>If yes, what is your agent's name and phone number?</p>
      </div>
    </div>
    <div class="row rowTop">
      <div class="col-sm-6" id="coagentinfo_schedule_agentnameLabel"><input type="text" class="form-control" name="coagentinfo_scheduleagentname" id="coagentinfo_scheduleagentname" placeholder="Name"></div>
      <div class="col-sm-6" id="coagentinfo_schedule_agentphoneLabel"><input type="text" class="form-control" name="coagentinfo_scheduleagentphone" id="coagentinfo_scheduleagentphone" placeholder="Phone"></div>
    </div>
    <div class="row rowBot">
      <div class="col-sm-8">
        <textarea class="form-control" rows="5" name="coagentinfo_schedulecomments" id="coagentinfo_schedulecomments" placeholder="Additional Comments"></textarea>
      </div>
      <div class="col-sm-4">
        <button type="button" class="btn grayBtn primaryBGColor secondaryFont noBuffer" name="coagentinfo_schedulebutton" id="coagentinfo_schedulebutton" onclick="coagentinfo_scheduleAShowing();">Send</button>
      </div>
    </div>
  </div>
</form>

Name: agentinfo_sendmessageform

<form name="agentinfo_sendmessageform" id="agentinfo_sendmessageform" onsubmit="return false;">
  <div class="col-md-12">
    <div style="text-align: center;" class="hide">
      <input type="radio" name="agentinfo_sendmessage_via" value="email" checked="" onclick="$('#emailRow').show(); $('#subjectRow').show(); $('#phoneRow').hide();"> Email <input type="radio" name="agentinfo_sendmessage_via" value="text"
        onclick="$('#emailRow').hide(); $('#subjectRow').hide(); $('#phoneRow').show();"> Text
    </div>
    <div class="row">
      <div class="col-sm-4 contactForm">
        <input placeholder="Your Name" type="text" name="agentinfo_sendmessage_name" id="agentinfo_sendmessage_name" onkeyup="validateInput(this, blank_regx, text.INVALID_NAME);" onchange="saveName(this.value);" class="form-control">
      </div>
      <div class="col-sm-4 contactForm" id="emailRow">
        <input placeholder="Your Email" type="text" name="agentinfo_sendmessage_email" id="agentinfo_sendmessage_email" onkeyup="validateInput(this, email_regx, text.INVALID_EMAIL);" onchange="saveEmail(this.value);" class="form-control">
      </div>
      <div class="col-sm-4 contactForm hide" id="phoneRow">
        <input placeholder="Phone" type="text" name="agentinfo_sendmessage_phone" id="agentinfo_sendmessage_phone" onkeyup="validateInput(this, phone_regx, text.INVALID_PHONE);" onchange="savePhone(this.value);" class="form-control">
      </div>
      <div class="col-sm-4 contactForm" id="subjectRow">
        <input placeholder="Subject" type="text" name="agentinfo_sendmessage_subject" id="agentinfo_sendmessage_subject" onkeyup="validateInput(this, blank_regx, text.INVALID_BLANK);" class="form-control">
      </div>
      <div class="col-sm-12 contactForm">
        <textarea placeholder="Message" name="agentinfo_sendmessage_message" id="agentinfo_sendmessage_message" class="form-control" onkeyup="validateInput(this, blank_regx, text.INVALID_BLANK);"></textarea>
      </div>
    </div>
    <div class="row">
      <div class="col-sm-12 ">
        <input type="button" name="agentinfo_sendmessage_button" id="agentinfo_sendmessage_button" value="Send" class="btn btn-default grayBtn primaryBGColor secondaryFont pull-right">
      </div>
    </div>
    <div class="row">
      <div class="disclaimer">
        <hr> By registering, you agree to our terms of use and that real estate professionals and lenders may call/text you about your inquiry, which may involve the use of automated means and prerecorded/artificial voices. You don't need to consent
        as a condition of buying any property, goods, or services. Message/data rates may apply.
      </div>
    </div>
  </div>
</form>

Name: coagentinfo_sendemailform

<form name="coagentinfo_sendemailform" id="coagentinfo_sendemailform" onsubmit="return false;">
  <div class="col-md-12">
    <div style="text-align: center;">
      <!--not available for coAgent-->
      <!-- <input type="radio" name="agentinfo_sendmessage_via" value="email" checked onclick="$('#emailRow').show(); $('#subjectRow').show(); $('#phoneRow').hide();" /> Email                           <input type="radio" name="agentinfo_sendmessage_via" value="text" onclick="$('#emailRow').hide(); $('#subjectRow').hide(); $('#phoneRow').show();" /> Text -->
    </div>
    <div class="row">
      <div class="col-sm-4 contactForm">
        <input placeholder="Your Name" type="text" name="coagentinfo_sendemail_name" id="coagentinfo_sendemail_name" onchange="saveName(this.value);" class="form-control">
      </div>
      <div class="col-sm-4 contactForm" id="emailRow">
        <input placeholder="Your Email" type="text" name="coagentinfo_sendemail_email" id="coagentinfo_sendemail_email" onchange="saveEmail(this.value);" class="form-control">
      </div>
      <div class="col-sm-4 contactForm hide" id="phoneRow">
        <input placeholder="Phone" type="text" name="agentinfo_sendmessage_phone" id="agentinfo_sendmessage_phone" onkeyup="validateInput(this, phone_regx, text.INVALID_PHONE);" onchange="savePhone(this.value);" class="form-control">
      </div>
      <div class="col-sm-4 contactForm" id="subjectRow">
        <input placeholder="Subject" type="text" name="coagentinfo_sendemail_subject" id="coagentinfo_sendemail_subject" class="form-control">
      </div>
      <div class="col-sm-12 contactForm">
        <textarea placeholder="Message" name="coagentinfo_sendemail_message" id="coagentinfo_sendemail_message" class="form-control"></textarea>
      </div>
    </div>
    <div class="row">
      <div class="col-sm-12 ">
        <input type="button" name="coagentinfo_sendemail_button" id="coagentinfo_sendemail_button" value="Send" class="btn btn-default grayBtn primaryBGColor secondaryFont pull-right">
      </div>
    </div>
  </div>
</form>

Name: calculator_mortgage_form

<form class="clearfix mortForm" name="calculator_mortgage_form" id="calculator_mortgage_form" onsubmit="return false;">
  <input type="hidden" id="calcCountry" value="US">
  <div class="row">
    <div class="col-xs-5 text-right"> Loan amount ($) </div>
    <div class="col-xs-5 col-sm-7 formDeets">
      <input type="text" class="form-control" name="calculator_mortgage_loanAmount" id="calculator_mortgage_loanAmount" value="1,595,000" onkeyup="calculator_updateMortgageResults('US');">
    </div>
  </div>
  <div class="row">
    <div class="col-xs-5 text-right"> Interest rate </div>
    <div class="col-xs-5 formDeets">
      <input type="text" class="form-control" name="calculator_mortgage_interestRate" id="calculator_mortgage_interestRate" value="4.5" onkeyup="calculator_updateMortgageResults('US');">
    </div>
    <div class="col-xs-1" style="padding-left: 0; padding-top: 7px;">%</div>
  </div>
  <div class="row">
    <div class="col-xs-5 text-right"> Term of mortgage </div>
    <div class="col-xs-5 formDeets">
      <input type="text" class="form-control" name="calculator_mortgage_term" id="calculator_mortgage_term" value="30" onkeyup="calculator_updateMortgageResults('US');">
    </div>
    <div class="col-xs-1" style="padding-left: 0; padding-top: 7px;">years</div>
  </div>
  <div class="row">
    <div class="col-xs-5 text-right"> Annual tax ($) </div>
    <div class="col-xs-5 col-sm-7 formDeets">
      <input type="text" class="form-control" name="calculator_mortgage_annualTax" id="calculator_mortgage_annualTax" value="0" onkeyup="calculator_updateMortgageResults('US');">
    </div>
  </div>
  <div class="row">
    <div class="col-xs-5 text-right"> Annual insurance ($) </div>
    <div class="col-xs-5 col-sm-7 formDeets">
      <input type="text" class="form-control" name="calculator_mortgage_annualInsurance" id="calculator_mortgage_annualInsurance" value="0" onkeyup="calculator_updateMortgageResults('US');">
    </div>
  </div>
</form>

Name: calculator_borrow_form

<form class="clearfix" name="calculator_borrow_form" id="calculator_borrow_form" onsubmit="return false;">
  <h3 class="modal-title primaryFont" id="myModalLabel">How Much Can I Borrow?</h3>
  <p class="modal-disc">Use the following calculator to determine the maximum monthly payment and the maximum loan amount for which you may qualify under normal lender circumstances.</p>
  <!-- Form -->
  <!-- Left form Inputs -->
  <div class="col-sm-6">
    <h4>Annual Income</h4>
    <div class="clearfix">
      <div class="row">
        <div class="col-xs-5 text-right"> Salary/wages ($) </div>
        <div class="col-xs-7 formField">
          <input type="text" class="form-control" name="calculator_borrow_salary" id="calculator_borrow_salary" value="30000">
        </div>
      </div>
      <div class="row">
        <div class="col-xs-5 text-right"> Other income ($) </div>
        <div class="col-xs-7 formField">
          <input type="text" class="form-control" name="calculator_borrow_otherIncome" id="calculator_borrow_otherIncome" value="0">
        </div>
      </div>
    </div>
    <h4>Monthly Expenses</h4>
    <div class="clearfix">
      <div class="row">
        <div class="col-xs-5 text-right"> Property tax ($) </div>
        <div class="col-xs-7 formField">
          <input type="text" class="form-control" name="calculator_borrow_propertyTax" id="calculator_borrow_propertyTax" value="0">
        </div>
      </div>
      <div class="row">
        <div class="col-xs-5 text-right"> Hazard Insurance ($) </div>
        <div class="col-xs-7 formField">
          <input type="text" class="form-control" name="calculator_borrow_hazardInsurance" id="calculator_borrow_hazardInsurance" value="0">
        </div>
      </div>
      <div class="row">
        <div class="col-xs-5 text-right"> Auto payment ($) </div>
        <div class="col-xs-7 formField">
          <input type="text" class="form-control" name="calculator_borrow_autoPayment" id="calculator_borrow_autoPayment" value="0">
        </div>
      </div>
      <div class="row">
        <div class="col-xs-5 text-right"> Credit cards ($) </div>
        <div class="col-xs-7 formField">
          <input type="text" class="form-control" name="calculator_borrow_creditCards" id="calculator_borrow_creditCards" value="0">
        </div>
      </div>
      <div class="row">
        <div class="col-xs-5 text-right"> Other payments ($) </div>
        <div class="col-xs-7 formField">
          <input type="text" class="form-control" name="calculator_borrow_otherPayments" id="calculator_borrow_otherPayments" value="0">
        </div>
      </div>
    </div>
  </div>
  <!-- Right side Inputs -->
  <div class="col-sm-6">
    <div class="row rightForm">
      <h4>Loan Term &amp; Interest Rate</h4>
      <div class="clearfix">
        <div class="row">
          <div class="col-xs-5 col-sm-4 text-right"> Interest rate </div>
          <div class="col-xs-7 formField">
            <input type="text" class="form-control" name="calculator_borrow_interestRate" id="calculator_borrow_interestRate" value="4.5">
          </div>
          <div class="col-xs-1" style="padding-left: 0; padding-top: 7px;">%</div>
        </div>
        <div class="row">
          <div class="col-xs-5 col-sm-4 text-right"> Terms of mortgage </div>
          <div class="col-xs-7 formField">
            <input type="text" class="form-control" name="calculator_borrow_term" id="calculator_borrow_term" value="30">
          </div>
          <div class="col-xs-1" style="padding-left: 0; padding-top: 7px;">years</div>
        </div>
      </div>
    </div>
  </div>
  <div class="col-sm-6">
    <div class="row rightForm">
      <h4>Results</h4>
      <div class="clearfix results">
        <table class="resultsTable grayBG">
          <tbody>
            <tr>
              <td>Maximum monthly mortgage payment</td>
              <td>:</td>
              <td>$<span id="calculator_borrow_maxPayment">2,500.00</span></td>
            </tr>
            <tr>
              <td>Maximum loan amount</td>
              <td>:</td>
              <td>$<span id="calculator_borrow_maxLoan">493,402.90</span></td>
            </tr>
          </tbody>
        </table>
      </div>
      <div class="mortInfo">
        <div class="row">
          <div class="col-xs-12">
            <button class="btn btn-default grayBtn primaryBGColor secondaryFont" data-dismiss="modal" data-toggle="modal" data-target="#calcMoreInfoModal">Request More Information</button>
          </div>
        </div>
      </div>
    </div>
  </div>
</form>

<form id="calculator_afford_form" class="clearfix">
  <div class="row">
    <div class="clearfix col-sm-5">
      <h4>Enter Income/Mortgage Information</h4>
      <div class="row">
        <div class="col-xs-5 col-sm-6 text-right"> Annual wages ($) </div>
        <div class="col-xs-7 col-sm-6 formField">
          <input type="text" class="form-control" name="calculator_afford_wages" id="calculator_afford_wages" value="30000">
        </div>
      </div>
      <div class="row">
        <div class="col-xs-5 col-sm-6 text-right"> Other income ($) </div>
        <div class="col-xs-7 col-sm-6 formField">
          <input type="text" class="form-control" name="calculator_afford_otherIncome" id="calculator_afford_otherIncome" value="0">
        </div>
      </div>
      <div class="row">
        <div class="col-xs-5 col-sm-6 text-right"> Monthly expenses ($) </div>
        <div class="col-xs-7 col-sm-6 formField">
          <input type="text" class="form-control" name="calculator_afford_monthlyExpenses" id="calculator_afford_monthlyExpenses" value="0">
        </div>
      </div>
      <div class="row">
        <div class="col-xs-5 col-sm-6 text-right"> Annual taxes ($) </div>
        <div class="col-xs-7 col-sm-6 formField">
          <input type="text" class="form-control" name="calculator_afford_annualTaxes" id="calculator_afford_annualTaxes" value="0">
        </div>
      </div>
      <div class="row">
        <div class="col-xs-5 col-sm-6 text-right"> Annual insurance ($) </div>
        <div class="col-xs-7 col-sm-6 formField">
          <input type="text" class="form-control" name="calculator_afford_annualInsurance" id="calculator_afford_annualInsurance" value="0">
        </div>
      </div>
      <div class="row">
        <div class="col-xs-5 col-sm-6 text-right"> Down payment ($) </div>
        <div class="col-xs-7 col-sm-6 formField">
          <input type="text" class="form-control" name="calculator_afford_downPayment" id="calculator_afford_downPayment" value="0">
        </div>
      </div>
      <div class="row">
        <div class="col-xs-5 col-sm-6 text-right"> Mortgage rate (%) </div>
        <div class="col-xs-7 col-sm-6 formField">
          <input type="text" class="form-control" name="calculator_afford_mortgageRate" id="calculator_afford_mortgageRate" value="4.5">
        </div>
      </div>
      <div class="row">
        <div class="col-xs-5 col-sm-6 text-right"> Mortgage term (mo) </div>
        <div class="col-xs-7 col-sm-6 formField">
          <input type="text" class="form-control" name="calculator_afford_mortgageTerm" id="calculator_afford_mortgageTerm" value="30">
        </div>
      </div>
    </div>
    <div class="col-sm-7">
      <h4>Results</h4>
      <table class="table resultsTable grayBG">
        <tbody>
          <tr class="header">
            <td></td>
            <td><b>Conservative</b></td>
            <td><b>Aggressive</b></td>
          </tr>
          <tr>
            <td>Maximum house price</td>
            <td>$<span id="calculator_afford_maxHousePrice_cnsrv">126,113.78</span>
            </td>
            <td>$<span id="calculator_afford_maxHousePrice_aggr">177,625.04</span>
            </td>
          </tr>
          <tr>
            <td>Loan amount</td>
            <td>$<span id="calculator_afford_loanAmt_cnsrv">126,113.78</span>
            </td>
            <td>$<span id="calculator_afford_loanAmt_aggr">177,625.04</span>
            </td>
          </tr>
          <tr>
            <td>Monthly mortgage payment</td>
            <td>$<span id="calculator_afford_moMortgage_cnsrv">639.00</span>
            </td>
            <td>$<span id="calculator_afford_moMortgage_aggr">900.00</span>
            </td>
          </tr>
          <tr>
            <td>Taxes/homeowner insurance</td>
            <td>$<span id="calculator_afford_taxIns_cnsrv">0.00</span>
            </td>
            <td>$<span id="calculator_afford_taxIns_aggr">0.00</span>
            </td>
          </tr>
          <tr>
            <td>Total monthly payment</td>
            <td>$<span id="calculator_afford_ttlPmt_cnsrv">639.00</span>
            </td>
            <td>$<span id="calculator_afford_ttlPmt_aggr">900.00</span>
            </td>
          </tr>
        </tbody>
      </table>
      <div class="mortInfo">
        <div class="row">
          <div class="col-xs-12">
            <button class="btn btn-default grayBtn primaryBGColor secondaryFont" data-dismiss="modal" data-toggle="modal" data-target="#calcMoreInfoModal">Request More Information</button>
          </div>
        </div>
      </div>
    </div>
  </div>
</form>

<form id="brochure_emailToFriendForm" onsubmit="return false;" class="collapse">
  <div class="row">
    <div class="col-md-6 inputContainer">
      <input type="text" class="form-control" id="brochures_emailToFriend_yourname" name="brochures_emailToFriend_yourname" onchange="validateInput(this, blank_regx, text.INVALID_NAME); saveName(this.value);" placeholder="Your name">
    </div>
    <div class="col-md-6 inputContainer">
      <input type="text" class="form-control" id="brochures_emailToFriend_friendname" name="brochures_emailToFriend_friendname" onchange="validateInput(this, blank_regx, text.INVALID_NAME); saveRcptName(this.value);" placeholder="Recipient's name">
    </div>
  </div>
  <div class="row inputs">
    <div class="col-md-6 inputContainer">
      <input type="email" class="form-control" id="brochures_emailToFriend_youremail" name="brochures_emailToFriend_youremail" onchange="validateInput(this, email_regx, text.INVALID_EMAIL); saveEmail(this.value);" placeholder="Your email">
    </div>
    <div class="col-md-6 inputContainer">
      <input type="email" class="form-control" id="brochures_emailToFriend_friendemail" name="brochures_emailToFriend_friendemail" onchange="validateInput(this, email_regx, text.INVALID_EMAIL); saveRcptEmail(this.value);"
        placeholder="Recipient's email">
    </div>
  </div>
  <div class="row inputs">
    <div class="col-sm-12">
      <input type="text" class="form-control" id="brochures_emailToFriend_subject" name="brochures_emailToFriend_subject" onchange="validateInput(this, blank_regx, text.INVALID_BLANK);" placeholder="Subject">
      <input style="display:none" type="radio" name="brochures_emailGraphicsLevel" value="autoflyer" checked=""><br>
      <input type="hidden" name="isAutoflyer" id="isAutoflyer" value="1">
    </div>
  </div>
  <div>
    <button class="btn grayBtn primaryBGColor secondaryFont" type="button" id="brochures_emailToFriend_sendButton" name="brochures_emailToFriend_sendButton">Send</button>
  </div>
</form>

<form class="row">
  <div class="col-md-12">
    <div class="row rowBot">
      <div class="col-md-12 text-right">
        <div class="col-md-10">
          <ul class="list-inline">
            <li>
              <div class="ex-checkbox">
                <input type="checkbox" name="propertymap_includeMap" id="propertymap_includeMap">
                <label for="include">Include Map in Printout</label>
              </div>
            </li>
          </ul>
        </div>
        <div class="col-md-2">
          <button type="button" class="btn btn-lg primaryBGColor" onclick="propertymap_print();">Print</button>
        </div>
      </div>
    </div>
  </div>
</form>

Name: sendtofriend_smsForm

<form name="sendtofriend_smsForm" id="sendtofriend_smsForm" style="display: block" onsubmit="return false;">
  <div class="form-group">
    <input type="text" name="sendtofriend_txtYourName" id="sendtofriend_txtYourName" onchange="validateInput(this, blank_regx, text.INVALID_NAME); saveName(this.value);" class="form-control" placeholder="Your name">
  </div>
  <div class="form-group phone active">
    <input type="tel" name="sendtofriend_txtYourCell" id="sendtofriend_txtYourCell" onchange="validateInput(this, phone_regx, text.INVALID_PHONE); savePhone(this.value);" class="form-control" placeholder="Your cell">
  </div>
  <div class="form-group">
    <input type="text" name="sendtofriend_txtRecipientName" id="sendtofriend_txtRecipientName" onchange="validateInput(this, blank_regx, text.INVALID_NAME); saveRcptName(this.value);" class="form-control" placeholder="Recipient's name">
  </div>
  <div class="form-group phone active">
    <input type="tel" name="sendtofriend_txtRecipientCell" id="sendtofriend_txtRecipientCell" onchange="validateInput(this, phone_regx, text.INVALID_PHONE); saveRcptPhone(this.value);" class="form-control" placeholder="Recipient's cell">
  </div>
  <div class="row">
    <div class="col-xs-6 btnRow">
      <button type="submit" class="btn grayBtn secondaryFont primaryBGColor" name="sendtofriend_txtSendButton" id="sendtofriend_txtSendButton">Send</button>
    </div>
    <div class="col-xs-6 btnRow">
    </div>
  </div>
  <div class="row">
    <div class="disclaimer">
      <hr> By registering, you agree to our terms of use and that real estate professionals and lenders may call/text you about your inquiry, which may involve the use of automated means and prerecorded/artificial voices. You don't need to consent as
      a condition of buying any property, goods, or services. Message/data rates may apply.
    </div>
  </div>
</form>

Name: sendtofriend_emailForm

<form name="sendtofriend_emailForm" id="sendtofriend_emailForm" style="display: none" onsubmit="return false;">
  <div class="form-group">
    <input type="text" name="sendtofriend_emailYourName" id="sendtofriend_emailYourName" onchange="validateInput(this, blank_regx, text.INVALID_NAME); saveName(this.value);" class="form-control" placeholder="Your name">
  </div>
  <div class="form-group">
    <input type="text" name="sendtofriend_emailYourEmail" id="sendtofriend_emailYourEmail" onchange="validateInput(this, email_regx, text.INVALID_EMAIL); saveEmail(this.value);" class="form-control" placeholder="Your email">
  </div>
  <div class="form-group">
    <input type="text" name="sendtofriend_emailRecipientName" id="sendtofriend_emailRecipientName" onchange="validateInput(this, blank_regx, text.INVALID_NAME); saveRcptName(this.value);" class="form-control" placeholder="Recipient's name">
  </div>
  <div class="form-group">
    <input type="text" name="sendtofriend_emailRecipientEmail" id="sendtofriend_emailRecipientEmail" onchange="validateInput(this, email_regx, text.INVALID_EMAIL); saveRcptEmail(this.value);" class="form-control" placeholder="Recipient's email">
  </div>
  <div class="form-group">
    <input type="text" name="sendtofriend_emailTitle" id="sendtofriend_emailTitle" class="form-control" placeholder="Title">
  </div>
  <div class="form-group">
    <textarea type="text" name="sendtofriend_emailMessage" id="sendtofriend_emailMessage" class="form-control" placeholder="Message"></textarea>
  </div>
  <div class="row">
    <div class="col-xs-6 btnRow">
      <button type="submit" class="btn grayBtn secondaryFont primaryBGColor" name="sendtofriend_emailButton" id="sendtofriend_emailButton">Send</button>
    </div>
    <div class="col-xs-6 btnRow">
    </div>
  </div>
  <div class="row">
    <div class="disclaimer">
      <hr> By registering, you agree to our terms of use and that real estate professionals and lenders may call/text you about your inquiry, which may involve the use of automated means and prerecorded/artificial voices. You don't need to consent as
      a condition of buying any property, goods, or services. Message/data rates may apply.
    </div>
  </div>
</form>

<form id="registrationForm">
  <input type="text" placeholder="Name" name="name" id="registration_name">
  <input type="tel" placeholder="Phone" name="phone" id="registration_phone">
  <input type="email" placeholder="Email" name="email" id="registration_email">
  <div class="buttonRow">
    <button type="button" class="btn grayBtn skip primaryBGColor secondaryFont" id="registrationFormSubmit">Save &amp; View Tour</button>
    <button type="button" class="btn grayBtn primaryBGColor secondaryFont" id="skip" onclick="var d = new Date(); d.setTime(d.getTime() + (3600*24)); document.cookie = 'TourReg=na; expires=' + d.toUTCString();" data-dismiss="modal">Skip to
      Tour</button>
  </div>
</form>

Text Content

Chat
Mary Stanco
Online

PLEASE ENTER YOUR CONTACT INFORMATION.

Name
Phone Number
Email Address
START CHAT

--------------------------------------------------------------------------------

By registering, you agree to our terms of use and that real estate professionals
and lenders may call/text you about your inquiry, which may involve the use of
automated means and prerecorded/artificial voices. You don't need to consent as
a condition of buying any property, goods, or services. Message/data rates may
apply.

Toggle navigation
   
 * Presentation
 * Gallery

Share






 * PRICE: $1,595,000

 * 1 Walnut Road
   Glen Cove, NY 11542

 * MLS #: 3498911
   


PROPERTY DETAILS

Nestled gracefully within the heart of Glen Cove, NY, 1 Walnut Road presents a
unique and inviting opportunity for discerning commercial buyers. This
distinguished former medical office, boasting 11 meticulously designed
examination rooms, a refined office space, and two tastefully appointed
bathrooms, stands ready to accommodate a new chapter of enterprise. Beyond its
impressive interior, the property offers a private parking lot complemented by
convenient street parking, ensuring a seamless experience for both clients and
visitors. Moreover, its prime location places it within arm's reach of
exceptional food establishments, banks, and pharmacies, adding an air of
convenience and sophistication to this remarkable opportunity. Details »


+


PROPERTY DETAILS

1 Walnut Road
Glen Cove, NY 11542

Nestled gracefully within the heart of Glen Cove, NY, 1 Walnut Road presents a
unique and inviting opportunity for discerning commercial buyers. This
distinguished former medical office, boasting 11 meticulously designed
examination rooms, a refined office space, and two tastefully appointed
bathrooms, stands ready to accommodate a new chapter of enterprise. Beyond its
impressive interior, the property offers a private parking lot complemented by
convenient street parking, ensuring a seamless experience for both clients and
visitors. Moreover, its prime location places it within arm's reach of
exceptional food establishments, banks, and pharmacies, adding an air of
convenience and sophistication to this remarkable opportunity.

MLS #: 3498911
Price: $1,595,000



AGENT INFO


MARY STANCO

Licensed Real Estate Salesperson Roslyn
 * 49 Bryant Ave
   Roslyn, NY 11576
 * 516-351-6336
 * 516-351-6336
 * MStanco@bhhslaffey.com

Schedule a Showing Visit My Website
 * 
 * 
 * 


BIOGRAPHY

Mary has been a Licensed Salesperson since 2005 and a top producer in Nassau
Country. A life long Glen Cove resident and an active member of the community,
she offers her customers and clients an in-depth knowledge of the community
focusing on the factors that influence local real estate values. Mary's whole
life in Glen Cove has afforded her the opportunity to work with civic officials
as well as members of the multi-cultural business community resulting in
valuable experience dealing with a complex international marketplace. Mary's
negotiating skills were perfected as Assistant Manager of the recruiting company
which took from start up in a very profitable venture in a relatively short time
frame. Strong Customer Service. Mary is dedicated to provide Sellers and Buyers
with reliable and conscientious service that is second to none. Her commitment
to furthering education allows her to give accurate information to her clients
and empowers them to make informed decisions. Mary's education exceeds in Real
Estate by having different designations. Because of her dedication to help her
clients by going above and beyond their expectations, her clients say Mary is
"My Realtor for Life". Mary states, "It's all about the relationship. I want to
become part of their lives and help them the way I would help my own family."
Let Mary become your realtor for life. COMMUNITY INVOLVEMENT Mary has always
been extremely involved in the local community. Through her memberships, she has
been a personal advocate in helping the homeless, those in need of personal
services like food, clothing and household items. Ms Stanco's reach in Glen Cove
is widely known. EDUCATION Mary is a graduate of Briar cliff College where she
earned her B.A. Business Administration/Marketing. Many of the tools and
resources she employs in her real estate career were finely tuned during her
4-years of study. MARY STANCO IS THE GOLD COAST NORTH SHORE REAL ESTATE EXPERT
Mary Stanco, an expert in the Residential Real Estate markets brings her
extensive expertise in Short Sales and her work with home owners looking for
alternatives to bankruptcy or foreclosure, to the Laffey Organization. Mary
focuses on providing assistance to buyers and sellers who are trying to navigate
complex REO & Short Sale transactions and the demand for her professionalism and
knowledge with distressed property sales continues to grow. According to a
recent NAR (National Association of Realtors) survey, nearly one-third of all
existing homes sold recently were either short sales or foreclosures. A short
sale occurs when the net proceeds for the sale of a home are not enough to cover
the sellers mortgage obligations and closing costs, and the seller is unable to
cover the difference. A short sale is one way to relieve the financial strain on
families due to changes in the housing market. Mary maintains a diverse
background in real estate, advertising, customer service, mortgage financing and
the short sale/foreclosure markets. International and Sons of Italy Loggia 1016.
Marys also an active member of many professional organizations including LIBOR
(Long Island Board of Realtors), REBAC (Real Estate Buyers Agents Council) and
WCR (Women's Council of Realtors) to name a few. Volunteer Positions AARP of
Glen Cove, Glen Cove Deasy School, Habitat for Humanity, Childrens Miracle
Network St. Christopher's Ottilie, The Glen Cove Senior Center, Youth Exchange
Committee St. Patrick's Church, Glen Cove, NY, Glen Cove Cares, The Regency of
Glen Cove, Make-A-Wish Foundation, Ronald McDonald House Glen Cove National
Night Out, Diabetes Foundation, SAGE Foundation. Long Island Alzheimer's
Foundation Dress for Success, The Food Pantry Glen Cove, Rotary International,
National Night out in Glen Cove, Senior Day, Annual Car Show in Glen Cove, Sons
of Italy Glen Cove, 2008 LIBOR Spirit Award Recipient 2008 Glen Cove Chamber of
Commerce, Community Merit Award 2009 Nassau County Chamber of Commerce, Person
of The Year Award 2015 PBA Person Of the Year..... Call your Trusted Real Estate
Advisor Mary Stanco,,,,

+


SCHEDULE A SHOWING

To request an appointment to see this property, fill out the following fields
and click the "SEND" button. An email will be sent to the Real Estate Agent with
your request.

Best Time to Contact You

Morning Evening

Select a Time

Morning Afternoon Evening

Preferred Contact Method

Phone Phone (text) Email
 * Are you currently working with an agent?
 * Yes
 * No

If yes, what is your agent's name and phone number?


Send

--------------------------------------------------------------------------------

By registering, you agree to our terms of use and that real estate professionals
and lenders may call/text you about your inquiry, which may involve the use of
automated means and prerecorded/artificial voices. You don't need to consent as
a condition of buying any property, goods, or services. Message/data rates may
apply.



+


SCHEDULE A SHOWING

To request an appointment to see this property, fill out the following fields
and click the "SEND" button. An email will be sent to the Real Estate Agent with
your request.

Best Time to Contact You

Morning Evening

Select a Time

Morning Afternoon Evening

Preferred Contact Method

Phone Phone (text) Email
 * Are you currently working with an agent?
 * Yes
 * No

If yes, what is your agent's name and phone number?


Send



+


SEND A MESSAGE TO MARY STANCO

To send a message to Mary Stanco, simply fill out the form below. Once
completed, submit your message by clicking the "SEND" button below.

Email Text



--------------------------------------------------------------------------------

By registering, you agree to our terms of use and that real estate professionals
and lenders may call/text you about your inquiry, which may involve the use of
automated means and prerecorded/artificial voices. You don't need to consent as
a condition of buying any property, goods, or services. Message/data rates may
apply.



+


EMAIL THE CO-LISTING AGENT TO

To send an email to , simply fill out the form below. Once completed, submit
your email by clicking the "SEND" button below.



--------------------------------------------------------------------------------

By registering, you agree to our terms of use and that real estate professionals
and lenders may call/text you about your inquiry, which may involve the use of
automated means and prerecorded/artificial voices. You don't need to consent as
a condition of buying any property, goods, or services. Message/data rates may
apply.




SimpleXMLElement Object
(
    [0] => disclaimer
)


SimpleXMLElement Object
(
    [0] => contactDisclaimer
)


SimpleXMLElement Object
(
    [0] => Terms acceptance requirement notification
)


SimpleXMLElement Object
(
    [0] => canadaContactDisclaimerNotice
)


SimpleXMLElement Object
(
    [0] => Canadian disclaimer checkbox label
)


SimpleXMLElement Object
(
    [0] => canadaDisclaimerLabel
)


SimpleXMLElement Object
(
    [0] => Canadian disclaimer
)


SimpleXMLElement Object
(
    [0] => canadaContactDisclaimer
)


SimpleXMLElement Object
(
    [0] => The prev/next page links on each page
)


SimpleXMLElement Object
(
    [0] => prevPage_previous
)


SimpleXMLElement Object
(
    [0] => The prev/next page links on each page
)


SimpleXMLElement Object
(
    [0] => prevPage_page
)


SimpleXMLElement Object
(
    [0] => The prev/next page links on each page
)


SimpleXMLElement Object
(
    [0] => nextPage_previous
)


SimpleXMLElement Object
(
    [0] => The prev/next page links on each page
)


SimpleXMLElement Object
(
    [0] => nextPage_page
)


SimpleXMLElement Object
(
    [0] => The title for the agent listings page
)


SimpleXMLElement Object
(
    [0] => agentlistings_h1
)


SimpleXMLElement Object
(
    [0] => The main intro text for the agent listings page
)


SimpleXMLElement Object
(
    [0] => agentlistings_headerText
)


SimpleXMLElement Object
(
    [0] => The table columns
)


SimpleXMLElement Object
(
    [0] => agentlistings_addressColumn
)


SimpleXMLElement Object
(
    [0] => The table columns
)


SimpleXMLElement Object
(
    [0] => agentlistings_sizeColumn
)


SimpleXMLElement Object
(
    [0] => The table columns
)


SimpleXMLElement Object
(
    [0] => agentlistings_priceColumn
)


SimpleXMLElement Object
(
    [0] => The table columns
)


SimpleXMLElement Object
(
    [0] => agentlistings_photoColumn
)


SimpleXMLElement Object
(
    [0] => The details label on the right page
)


SimpleXMLElement Object
(
    [0] => agentlistings_addressLabel
)


SimpleXMLElement Object
(
    [0] => The details label on the right page
)


SimpleXMLElement Object
(
    [0] => agentlistings_sizeLabel
)


SimpleXMLElement Object
(
    [0] => The details label on the right page
)


SimpleXMLElement Object
(
    [0] => agentlistings_bedsLabel
)


SimpleXMLElement Object
(
    [0] => The details label on the right page
)


SimpleXMLElement Object
(
    [0] => agentlistings_priceLabel
)


SimpleXMLElement Object
(
    [0] => The details label on the right page
)


SimpleXMLElement Object
(
    [0] => agentlistings_openTourButton
)


SimpleXMLElement Object
(
    [0] => The title for the Property Details page
)


SimpleXMLElement Object
(
    [0] => propertydetails
)


SimpleXMLElement Object
(
    [0] => See More Listings button text
)


SimpleXMLElement Object
(
    [0] => seeMoreListings
)



VIEW MY LISTINGS


VIEW MY LISTINGS

Browse through the many properties that I am currently representing. Click the
property to view the virtual tour of each listing.

Photo Address Size Price 169 Middle Neck Road Sands Point, NY 11050 0 SqFt
$2,195,000 10 Wall Street Glen Head, NY 11545 0 SqFt $649,888 4 Elfland Cove
Neck, NY 11771 6,000 SqFt $16,000 1 Melby Lane East Hills, NY 11576 4,731 SqFt
$1,738,000 1 Walnut Road Glen Cove, NY 11542 0 SqFt $1,595,000 43 Ravine Avenue
Glen Cove, NY 11542 0 SqFt $975,000 30 & 31 Cove Woods Road Oyster Bay Cove, NY
11771 0 SqFt $4,688,888 8 Woodbury Farms Drive Woodbury, NY 11797 4,680 SqFt
$2,199,000 288 Southwood Circle Syosset, NY 11791 0 SqFt $888,888 9 Villa Lane
Wappinger, NY 12590 5,421 SqFt $2,199,000 27010 Grand Central Parkway 1Y Floral
Park, NY 11005 835 SqFt $289,000 6 Lisa Court Woodbury, NY 11797 2,362 SqFt
$999,988 203 Brookville Road Brookville, NY 11545 7,400 SqFt $2,999,000 23
Pleasant Lane Oyster Bay Cove, NY 11771 0 SqFt $2,550,000 140 Finley Staten
Island, NY 10306 0 SqFt $659,000 5A Cotillion Brookville, NY 11548 0 SqFt
$3,180,000 228-09 64th Avenue Oakland Gardens, NY 11364 0 SqFt $988,888 228-07
64th Avenue Oakland Gardens, NY 11364 0 SqFt $988,888 48-29 58th Place Woodside,
NY 11377 0 SqFt $799,999 73 Washington Avenue Glen Head, NY 11545 0 SqFt
$875,000 1035 West Drive Merrick, NY 11566 0 SqFt $429,000 See More Listings


PROPERTY DETAILS

Address: 169 Middle Neck Road Sands Point, NY 11050
Size: 0 SqFt
Bedrooms: 4
Asking Price: $2,195,000


View this listing


MORTGAGE CALCULATOR


MORTGAGE CALCULATOR

FIND OUT YOUR MONTHLY PAYMENTS FOR THIS LISTING

Mortgage Calculator

How Much Can I Borrow?

How Much Can I Afford?

+


MORTGAGE CALCULATOR

Enter your loan information below. The results are updated as you type. Changing
the "Terms of Mortgage" allows you to quickly observe the resulting monthly
payment.

MORTGAGE INFORMATION

Loan amount ($)

Interest rate

%
Term of mortgage

years
Annual tax ($)

Annual insurance ($)


RESULTS

Monthly insurance : $0.00 Monthly taxes : $0.00 Monthly payment : $8,081.63
Total monthly payment : $8,081.63

Request More Information
+


REQUEST MORE INFORMATION

For more information on qualifying for this property, getting today's rates, or
finding a loan that fits you, fill out the fields below. A mortgage professional
will contact you shortly.

Name
Phone
Email
Message
Submit

--------------------------------------------------------------------------------

By registering, you agree to our terms of use and that real estate professionals
and lenders may call/text you about your inquiry, which may involve the use of
automated means and prerecorded/artificial voices. You don't need to consent as
a condition of buying any property, goods, or services. Message/data rates may
apply.



+


HOW MUCH CAN I BORROW?

Use the following calculator to determine the maximum monthly payment and the
maximum loan amount for which you may qualify under normal lender circumstances.

ANNUAL INCOME

Salary/wages ($)

Other income ($)


MONTHLY EXPENSES

Property tax ($)

Hazard Insurance ($)

Auto payment ($)

Credit cards ($)

Other payments ($)


LOAN TERM & INTEREST RATE

Interest rate

%
Terms of mortgage

years

RESULTS

Maximum monthly mortgage payment : $2,500.00 Maximum loan amount : $493,402.90

Request More Information
+


HOW MUCH CAN I AFFORD?

Submit your income, your down payment, your debt, and loan data such as rate and
insurance, and find out how far you can stretch when property hunting.

ENTER INCOME/MORTGAGE INFORMATION

Annual wages ($)

Other income ($)

Monthly expenses ($)

Annual taxes ($)

Annual insurance ($)

Down payment ($)

Mortgage rate (%)

Mortgage term (mo)


RESULTS

Conservative Aggressive Maximum house price $126,113.78 $177,625.04 Loan amount
$126,113.78 $177,625.04 Monthly mortgage payment $639.00 $900.00 Taxes/homeowner
insurance $0.00 $0.00 Total monthly payment $639.00 $900.00

Request More Information


PRINTABLE BROCHURE


PRINTABLE BROCHURE

To email this brochure, please fill out the appropriate fields below. When done,
simply click the "SEND" button.

EMAIL BROCHURE FORM



Send

--------------------------------------------------------------------------------

By registering, you agree to our terms of use and that real estate professionals
and lenders may call/text you about your inquiry, which may involve the use of
automated means and prerecorded/artificial voices. You don't need to consent as
a condition of buying any property, goods, or services. Message/data rates may
apply.






SCHOOLS


SCHOOLS

Select a school from the list below to view its contact information and
statistics.

Type of school

Public Private
CONNOLLY SCHOOL (Grades: 3 - 5)
DEASY SCHOOL (Grades: PK - 2)
GLEN COVE HIGH SCHOOL (Grades: 9 - 12)
GRIBBIN SCHOOL (Grades: KG - 2)
LANDING SCHOOL (Grades: 3 - 5)
ROBERT M FINLEY MIDDLE SCHOOL (Grades: 6 - 8)
SEA CLIFF ELEMENTARY SCHOOL (Grades: KG - 5)
LOCUST VALLEY ELEMENTARY SCHOOL (Grades: KG - 5)
LOCUST VALLEY HIGH SCHOOL (Grades: 9 - 12)
LOCUST VALLEY MIDDLE SCHOOL (Grades: 6 - 8)
GLEN HEAD ELEMENTARY SCHOOL (Grades: KG - 5)
GLENWOOD LANDING ELEMENTARY SCHOOL (Grades: KG - 5)
NORTH SHORE MIDDLE SCHOOL (Grades: 6 - 8)
NORTH SHORE SENIOR HIGH SCHOOL (Grades: 9 - 12)
HARBOR HILL SCHOOL (Grades: PK - 5)
CARRIE PALMER WEBER MIDDLE SCHOOL (Grades: 6 - 8)
GUGGENHEIM ELEMENTARY SCHOOL (Grades: KG - 5)
JOHN J DALY ELEMENTARY SCHOOL (Grades: PK - 5)
JOHN PHILIP SOUSA ELEMENTARY SCHOOL (Grades: KG - 5)
MANORHAVEN ELEMENTARY SCHOOL (Grades: KG - 5)
PAUL D SCHREIBER SENIOR HIGH SCHOOL (Grades: 9 - 12)
SOUTH SALEM ELEMENTARY SCHOOL (Grades: KG - 5)
BAYVILLE ELEMENTARY SCHOOL (Grades: KG - 5)
VERNON SCHOOL (Grades: 3 - 6)
ALL SAINTS REGIONAL CATHOLIC SCHOOL (Grades: PK - 8)
NORTH SHORE DAY SCHOOL (Grades: PK - KG)
SCHOOL FOR LANGUAGE & COMMUNICATION DEVELOPMENT (Grades: PK - 7)
FRIENDS ACADEMY (Grades: PK - 12)
PORTLEDGE SCHOOL (Grades: PK - 12)
BROOKVILLE CENTER FOR CHILDRENS SERVICES (Grades: PK)
LONG ISLAND LUTHERAN MIDDLE & HIGH SCHOOL (Grades: 6 - 12)
THE GREENVALE SCHOOL (Grades: PK - 8)
HAPPY MONTESSORI SCHOOL (Grades: PK - KG)
ST PETER OF ALCANTARA SCHOOL (Grades: PK - 8)
VINCENT SMITH SCHOOL (Grades: 1 - 12)
HARMONY HEIGHTS SCHOOL (Grades: 9 - 12)
Request School Information

INFORMATION

Institution Name:
Connolly School

Phone: (516)801-7310
Type: Regular schoolPublic
NCES District ID: 3612180

Mailing Address:
100 Ridge DrGlen Cove, NY 11542

District: Glen Cove City School District
County:
NCES School ID: 361218000972

Student/Teacher Ratio


CHARACTERISTICS

Locale : Suburb: Large (21) Charter : no Total Teachers (FTE) : 32.84 Total
Students : 330 Student/Teacher Ratio : 10

ENROLLMENT BY GRADE

Students: 03 - 05

Grade Students 3rd1104th945th126



School Data Provided By NCES
This information is provided by a third party provider and may or may not
reflect all schools in this area.
+


REQUEST MORE INFORMATION

To receive more information, fill out the fields below and click "Submit"

Your Name
Phone
Email Address
Message
Request School Information

--------------------------------------------------------------------------------

By registering, you agree to our terms of use and that real estate professionals
and lenders may call/text you about your inquiry, which may involve the use of
automated means and prerecorded/artificial voices. You don't need to consent as
a condition of buying any property, goods, or services. Message/data rates may
apply.





LOCAL WEATHER


LOCAL WEATHER

WANT TO VISIT THIS PROPERTY? USE THIS INFORMATION TO PLAN YOUR TRIP. CHECK OUT
LOCAL WEATHER DATA.

HIGH

:



LOW

:



PRECIPITATION

:



HUMIDITY

:



WIND

:



PRESSURE

:



GLEN COVE, NY 11542








DRIVING DIRECTIONS


DRIVING DIRECTIONS


DRIVING DIRECTIONS

There are two ways to get directions to this property. You can print the
directions from your computer or have the address texted to your phone which can
then be opened in Google maps.

 * Driving Directions
 * Text Address

Please enter Cell Numbers with only 10 digits (ex. 5555555555)



By registering, you agree to our terms of use and that real estate professionals
and lenders may call/text you about your inquiry, which may involve the use of
automated means and prerecorded/artificial voices. You don't need to consent as
a condition of buying any property, goods, or services. Message/data rates may
apply.

Depart From


By registering, you agree to our terms of use and that real estate professionals
and lenders may call/text you about your inquiry, which may involve the use of
automated means and prerecorded/artificial voices. You don't need to consent as
a condition of buying any property, goods, or services. Message/data rates may
apply.
1 Walnut Road Glen Cove, NY 11542

+


FOLLOW THESE DIRECTIONS



 * Include Map in Printout

Print


NAVIGATION


NAVIGATION

 * 
   Presentation
 * 
   Gallery


JUMP TO SECTION


JUMP TO SECTION

 * Property Image
 * Property Details
 * Agent Info
 * Agent Listings
 * Calculator
 * Brochures
 * Schools
 * Weather
 * Property Map

Share this listing with a friend!
English | Español



Powered by CORE ListingMachine 2023


+




Select Message Type
 * Text
 * Email

Send


--------------------------------------------------------------------------------

By registering, you agree to our terms of use and that real estate professionals
and lenders may call/text you about your inquiry, which may involve the use of
automated means and prerecorded/artificial voices. You don't need to consent as
a condition of buying any property, goods, or services. Message/data rates may
apply.
Send


--------------------------------------------------------------------------------

By registering, you agree to our terms of use and that real estate professionals
and lenders may call/text you about your inquiry, which may involve the use of
automated means and prerecorded/artificial voices. You don't need to consent as
a condition of buying any property, goods, or services. Message/data rates may
apply.



+


DISCLAIMER!






+


VIEW DETAILS OF THIS PROPERTY

Mary Stanco | Licensed Real Estate Salesperson | 516-351-6336
Hamptons | 631-808-9988

If you would like to be contacted with details about this property and others
like it, please fill out the form below.

Save & View Tour Skip to Tour

--------------------------------------------------------------------------------

By registering, you agree to our terms of use and that real estate professionals
and lenders may call/text you about your inquiry, which may involve the use of
automated means and prerecorded/artificial voices. You don't need to consent as
a condition of buying any property, goods, or services. Message/data rates may
apply.