27711moffat.com Open in urlscan Pro
2606:4700:3036::6815:5c81  Public Scan

URL: https://27711moffat.com/
Submission: On July 13 via api from BE — Scanned from DE

Form analysis 9 forms found in the DOM

modalcontact

<form id="formModalContact" action="modalcontact"><input type="hidden" name="property" value="460842"><input type="hidden" name="sponsor" id="modalcontact_sponsor" value="0"><input type="hidden" name="colister" id="modalcontact_colister"
    value="0"><input id="modalcontact_sender_name" type="text" name="sender_name" value="" placeholder="Your Name*" aria-labelledby="formModalContact contact-name"><input type="text" name="sender_email" id="modalcontact_sender_email" value=""
    placeholder="Your Email*" aria-labelledby="formModalContact contact-email"><input type="text" name="sender_phone" id="modalcontact_sender_phone" value="" placeholder="Your Phone*" aria-labelledby="formModalContact contact-phone"><input
    type="text" name="contacttime" id="modalcontact_contacttime" value="" placeholder="Best time to call?" aria-labelledby="formModalContact contact-time">
  <div class="agent-form-contact-me-by-container">Contact me by <select name="prefer_contact" id="modalcontact_prefer_contact">
      <option value="email">Email</option>
      <option value="phone" selected="selected">Phone</option>
    </select></div><textarea name="message_body" id="modalcontact_message_body" placeholder="Your Message*" aria-label="message"></textarea>
  <p class="success" id="success_modalcontact" style="display:none;">Success! Your message has been sent.</p>
  <p class="failure" id="failure_modalcontact" style="display:none;">An error occurred.</p>
</form>

loancalculator

<form id="formLoanCalculator" class="row" action="loancalculator">
  <input type="hidden" name="property" value="460842">
  <div class="row rowThird">
    <input type="text" name="loan_calculator_principle" id="loan_calculator_principle" placeholder="Principle" value="950,000" aria-labelledby="formLoanCalculator principle">
    <small id="principle" class="labelSmall">Principle</small>
  </div>
  <div class="row rowThird">
    <input type="text" name="loan_calculator_interest" id="loan_calculator_interest" value="4.5" aria-labelledby="formLoanCalculator interest">
    <small id="interest" class="labelSmall">Interest Rate</small>
  </div>
  <div class="row rowThird">
    <input type="text" name="loan_calculator_loan_term" id="loan_calculator_loan_term" value="30" aria-labelledby="formLoanCalculator loan-term">
    <small id="loan-term" class="labelSmall">Loan Term</small>
  </div>
  <div class="row" style="width:100%;">
    <h5 style="color:#5d5d5d; font-size:17px; float:left; text-align:right; width:45%;">Payment Frequency</h5>
    <select name="loan_calculator_frequency" id="loan_calculator_frequency" style="width:45%;">
      <option value="monthly" selected="selected">Monthly</option>
      <option value="bi_weekly">Bi-Weekly</option>
    </select>
  </div>
  <div class="form-payment-schedule-container">
    <input id="loan_calculator_is_payment_schedule" class="form-payment-schedule-checkbox" type="checkbox" name="loan_calculator_is_payment_schedule" style="float:left; margin-right:0; width:25px;"
      aria-labelledby="formLoanCalculator payment-schedule">
    <h5 id="payment-schedule" class="form-payment-schedule-text">Show Payment Schedule</h5>
  </div>
</form>

preapproval

<form class="row" id="formPreApproval" action="preapproval">
  <input type="hidden" name="property" value="460842">
  <div class="row" style="margin-bottom:0; width:100%;">
    <h5 style="color:#5d5d5d; float:left; font-size:17px; padding-right:2%; text-align:right; width:50%;">Purpose of Loan</h5>
    <select name="pre_approved_purpose" id="pre_approved_purpose">
      <option value="" selected="" disabled="">Choose One</option>
      <option value="lower_payment">Lower My Rate/Payment</option>
      <option value="fix_adjusting">Fix My Adjusting Rate</option>
      <option value="consolidate">Consolidate My Debt</option>
      <option value="get_cash">Get Cash From My Home</option>
      <option value="buy_new_home">Buy A New Home</option>
    </select>
  </div>
  <div class="row" style="margin-bottom:0; width:100%;">
    <h5 style="color:#5d5d5d; float:left; font-size:17px; padding-right:2%; text-align:right; width:50%;">Property Type</h5>
    <select name="pre_approved_property_type" id="pre_approved_property_type">
      <option value="" selected="" disabled="">Choose One</option>
      <option value="singlefamily">Single Family Residence</option>
      <option value="condo">Condominium/Townhome</option>
      <option value="modular">Modular Home</option>
      <option value="duplex">Duplex</option>
    </select>
  </div>
  <div class="row">
    <h6>City/Area</h6>
    <input type="text" name="pre_approved_city" id="pre_approved_city" aria-labelledby="formPreApproval city-area">
    <small id="city-area" class="labelSmall">City/Area</small>
  </div>
  <div class="row">
    <h6>State</h6>
    <input type="text" name="pre_approved_state" id="pre_approved_state" aria-labelledby="formPreApproval state">
    <small id="state" class="labelSmall">State</small>
  </div>
  <div class="row">
    <h6>Zip</h6>
    <input type="text" name="pre_approved_zip" id="pre_approved_zip" aria-labelledby="formPreApproval zip">
    <small id="zip" class="labelSmall">Zip</small>
  </div>
  <div class="row">
    <h6>Property Value</h6>
    <input type="text" name="pre_approved_property_value" id="pre_approved_property_value" aria-labelledby="formPreApproval property-value">
    <small id="property-value" class="labelSmall">Property Value</small>
  </div>
  <div class="row">
    <h6>Principle (loan amount in USD)</h6>
    <input type="text" name="pre_approved_principle" id="pre_approved_principle" aria-labelledby="formPreApproval principle-loan-amount">
    <small id="principle-loan-amount" class="labelSmall">Principle (loan amount in USD)</small>
  </div>
  <hr>
  <div class="row">
    <h6>Your Name</h6>
    <input type="text" name="pre_approved_your_name" id="pre_approved_your_name" aria-labelledby="formPreApproval name-for-loan">
    <small id="name-for-loan" class="labelSmall">Your Name</small>
  </div>
  <div class="row">
    <h6>Email Address</h6>
    <input type="text" name="pre_approved_your_email" id="pre_approved_your_email" aria-labelledby="formPreApproval email-for-loan">
    <small id="email-for-loan" class="labelSmall">Email Address</small>
  </div>
  <div class="row">
    <h6>Phone</h6>
    <input type="text" name="pre_approved_your_phone" id="pre_approved_your_phone" aria-labelledby="formPreApproval phone-for-loan">
    <small id="phone-for-loan" class="labelSmall">Phone</small>
  </div>
  <div class="row" style="width:100%;">
    <textarea name="pre_approved_comments" id="pre_approved_comments" placeholder="Comments" aria-label="comments"></textarea>
  </div>
</form>

homeworth

<form id="formHomeWorth" class="row" action="homeworth">
  <input type="hidden" name="property" value="460842">
  <div class="row" style="width:100%;">
    <h5 style="color:#5d5d5d; float:left; font-size:17px; padding-right:2%; text-align:right; width:50%;">Property Type</h5>
    <select name="home_worth_property_type" id="home_worth_property_type">
      <option value="" selected="" disabled="">Choose One</option>
      <option value="single_family">Single Family</option>
      <option value="townhome">Townhome / Condominium</option>
      <option value="land">Land / Acreage / Horse Property</option>
      <option value="flat">Apartment / Flat</option>
      <option value="semidetached">Semi-detached</option>
      <option value="attached">Attached</option>
      <option value="farmhouse">Farm House</option>
    </select>
  </div>
  <div class="row" style="width:100%;">
    <h6>Bedrooms</h6>
    <h5 style="color:#5d5d5d; float:left; font-size:17px; padding-right:2%; text-align:right; width:50%;">Bedrooms</h5>
    <select name="home_worth_bedrooms" id="home_worth_bedrooms">
      <option value="" selected="" disabled="">Choose One</option>
      <option value="0">n/a</option>
      <option value="1">1</option>
      <option value="2">2</option>
      <option value="3">3</option>
      <option value="4">4</option>
      <option value="5">5</option>
      <option value="6+">6+</option>
    </select>
  </div>
  <div class="row" style="width:100%;">
    <h6>Bathrooms</h6>
    <h5 style="color:#5d5d5d; float:left; font-size:17px; padding-right:2%; text-align:right; width:50%;">Bathrooms</h5>
    <select name="home_worth_bathrooms" id="home_worth_bathrooms">
      <option value="" selected="" disabled="">Choose One</option>
      <option value="0">n/a</option>
      <option value="1">1</option>
      <option value="2">2</option>
      <option value="3">3</option>
      <option value="4">4</option>
      <option value="5">5</option>
      <option value="6+">6+</option>
    </select>
  </div>
  <div class="row" style="width:100%;">
    <h6>Size (Square ft)</h6>
    <h5 style="color:#5d5d5d; float:left; font-size:17px; padding-right:2%; text-align:right; width:50%;">Size (Square ft)</h5>
    <select name="home_worth_size" id="home_worth_size">
      <option value="" selected="" disabled="">Choose One</option>
      <option value="0">n/a</option>
      <option value="1000_or_less">1,000 or less</option>
      <option value="1000_1500">1,000 - 1,500</option>
      <option value="1500_2000">1,500 - 2,000</option>
      <option value="2000_2500">2,000 - 2,500</option>
      <option value="2500_3000">2,500 - 3,000</option>
      <option value="3000_3500">3,000 - 3,500</option>
      <option value="3500_4000">3,500 - 4,000</option>
      <option value="4000_4500">4,000 - 4,500</option>
      <option value="4500_5000">4,500 - 5,000</option>
      <option value="5000_6000">5,000 - 6,000</option>
      <option value="6000_7000">6,000 - 7,000</option>
      <option value="7000_8000">7,000 - 8,000</option>
      <option value="8000+">8,000 +</option>
    </select>
  </div>
  <div class="row" style="width:100%;">
    <h6>When do you want to sell?</h6>
    <h5 style="color:#5d5d5d; float:left; font-size:17px; padding-right:2%; text-align:right; width:50%;">When do you want to sell?</h5>
    <select name="home_worth_time_frame" id="home_worth_time_frame">
      <option value="" selected="" disabled="">Choose One</option>
      <option value="now">Now!</option>
      <option value="6_months">Within 6 months</option>
      <option value="within_1_year">Within 1 year</option>
    </select>
  </div>
  <div class="row">
    <input type="text" name="home_worth_city" id="home_worth_city" aria-labelledby="formHomeWorth home-worth-city-area">
    <small id="home-worth-city-area" class="labelSmall">City/Area</small>
  </div>
  <div class="row">
    <input type="text" name="home_worth_estimated_value" id="home_worth_estimated_value" aria-labelledby="formHomeWorth estimated-value-home-worth">
    <small id="estimated-value-home-worth" class="labelSmall">Estimated Value</small>
  </div>
  <div class="row" style="width:33.33%;">
    <input type="text" name="home_worth_your_name" id="home_worth_your_name" aria-labelledby="formHomeWorth home-worth-name">
    <small id="home-worth-name" class="labelSmall">Your Name</small>
  </div>
  <div class="row" style="width:33.33%;">
    <input type="text" name="home_worth_your_email" id="home_worth_your_email" aria-labelledby="formHomeWorth home-worth-email">
    <small id="home-worth-email" class="labelSmall">Your Email</small>
  </div>
  <div class="row" style="width:33.33%;">
    <input type="text" name="home_worth_your_phone" id="home_worth_your_phone" aria-labelledby="formHomeWorth home-worth-phone">
    <small id="home-worth-phone" class="labelSmall">Your Phone</small>
  </div>
</form>

moreinfo

<form id="formRequestMoreInfo" class="row" action="moreinfo">
  <input type="hidden" name="property" value="460842">
  <div class="row">
    <input type="text" name="more_info_full_name" id="more_info_full_name" value="" aria-labelledby="formRequestMoreInfo request-info-name">
    <small id="request-info-name" class="labelSmall">Your Name</small>
  </div>
  <div class="row">
    <input type="text" name="more_info_email" id="more_info_email" value="" aria-labelledby="formRequestMoreInfo request-info-email">
    <small id="request-info-email" class="labelSmall">Your Email</small>
  </div>
  <div class="row">
    <input type="text" name="more_info_phone" id="more_info_phone" value="" aria-labelledby="formRequestMoreInfo request-info-phone">
    <small id="request-info-phone" class="labelSmall">Your Phone</small>
  </div>
  <div class="row">
    <input type="text" name="more_info_time_call" id="more_info_time_call" value="" aria-labelledby="formRequestMoreInfo request-info-time">
    <small id="request-info-time" class="labelSmall">Best Time to Call?</small>
  </div>
  <div class="row" style="width:100%;">
    <h5 style="color:#5d5d5d; float:left; font-size:17px; padding-right:2%; text-align:right; width:50%;">Contact Me By</h5>
    <select name="more_info_preferred_contact" id="more_info_preferred_contact">
      <option>Email</option>
      <option>Phone</option>
    </select>
  </div>
  <div class="row" style="width:98%;">
    <textarea name="more_info_message" id="more_info_message" placeholder="Comments" aria-label="comments"></textarea>
  </div>
  <div>
    <p class="success" id="success_moreinfo" style="display:none;">Success! Your message has been sent.</p>
    <p class="failure" id="failure_moreinfo" style="display:none;">An error occurred.</p>
  </div>
</form>

requestshowing

<form id="formRequestShowing" class="row" action="requestshowing">
  <input type="hidden" name="property" value="460842">
  <div class="row">
    <input type="text" name="showing_full_name" id="showing_full_name_requestshowing" value="" aria-labelledby="formRequestShowing request-showing-name">
    <small id="request-showing-name" class="labelSmall">Your Name</small>
  </div>
  <div class="row">
    <input type="text" name="showing_email" id="showing_email_requestshowing" aria-labelledby="formRequestShowing request-showing-email">
    <small id="request-showing-email" class="labelSmall">Your Email</small>
  </div>
  <div class="row">
    <input type="text" name="showing_phone" id="showing_phone_requestshowing" value="" aria-labelledby="formRequestShowing request-showing-phone">
    <small id="request-showing-phone" class="labelSmall">Your Phone</small>
  </div>
  <div class="row">
    <input type="text" class="datePicker hasDatepicker" name="showing_date_first" id="showing_date_first_requestshowing" aria-labelledby="formRequestShowing request-showing-date">
    <small id="request-showing-date" class="labelSmall">First Choice of Date</small>
  </div>
  <div class="row">
    <input type="text" class="datePicker hasDatepicker" name="showing_date_second" id="showing_date_second_requestshowing" aria-labelledby="formRequestShowing request-showing-second-date">
    <small id="request-showing-second-date" class="labelSmall">Second Choice of Date</small>
  </div>
  <div class="row">
    <input type="text" name="showing_time" id="showing_time_requestshowing" aria-labelledby="formRequestShowing request-showing-second-time">
    <small id="request-showing-second-time" class="labelSmall">Preferred Time</small>
  </div>
  <div>
    <p class="success" id="success_requestshowing" style="display:none;">Success! Your message has been sent.</p>
    <p class="failure" id="failure_requestshowing" style="display:none;">An error occurred.</p>
  </div>
</form>

tellfriend

<form class="row" id="formSendToFriend" action="tellfriend">
  <input type="hidden" name="property" value="460842">
  <div class="row" style="width:33.33%;">
    <input type="text" name="friend_friend_email" id="friend_friend_email" value="" aria-labelledby="formSendToFriend friend-email">
    <small id="friend-email" class="labelSmall">Friend's Email</small>
  </div>
  <div class="row" style="width:33.33%;">
    <input type="text" name="friend_your_name" id="friend_your_name" value="" aria-labelledby="formSendToFriend friend-name">
    <small id="friend-name" class="labelSmall">Your Name</small>
  </div>
  <div class="row" style="width:33.33%;">
    <input type="text" name="friend_your_email" id="friend_your_email" value="" aria-labelledby="formSendToFriend friend-email">
    <small id="friend-email" class="labelSmall">Your Email</small>
  </div>
  <div class="row" style="width:100%;">
    <textarea name="friend_your_message" id="friend_your_message" placeholder="Message" aria-label="message"></textarea>
  </div>
</form>

modalcontact

<form id="formModalContact" class="row" action="modalcontact">
  <input type="hidden" name="property" value="460842">
  <input type="hidden" name="sponsor" id="modalcontact_sponsor" value="0">
  <input type="hidden" name="colister" id="modalcontact_colister" value="0">
  <div class="row" style="width:50%;">
    <input type="text" name="sender_name" id="modalcontact_sender_name" value="" aria-labelledby="formModalContact contact-name">
    <small id="contact-name" class="labelSmall">Your Name</small>
  </div>
  <div class="row" style="width:50%;">
    <input type="text" name="sender_email" id="modalcontact_sender_email" value="" aria-labelledby="formModalContact contact-email">
    <small id="contact-email" class="labelSmall">Your Email</small>
  </div>
  <div class="row" style="width:50%;">
    <input type="text" name="sender_phone" id="modalcontact_sender_phone" value="" aria-labelledby="formModalContact contact-phone">
    <small id="contact-phone" class="labelSmall">Your Phone</small>
  </div>
  <div class="row" style="width:50%;">
    <input name="contacttime" id="modalcontact_contacttime" value="" aria-labelledby="formModalContact contact-time">
    <small id="contact-time" class="labelSmall">Best Time To Call?</small>
  </div>
  <div class="row" style="width:100%;">
    <h5 style="color:#5d5d5d; float:left; font-size:17px; padding-right:2%; text-align:right; width:50%;">Contact Me By</h5>
    <select name="prefer_contact" id="modalcontact_prefer_contact">
      <option value="email">Email</option>
      <option value="phone">Phone</option>
    </select>
  </div>
  <div class="row" style="width:100%;">
    <textarea name="message_body" id="modalcontact_message_body" placeholder="Message" aria-label="message"></textarea>
  </div>
  <div>
    <p class="success" id="success_modalcontact" style="display:none;">Success! Your message has been sent.</p>
    <p class="failure" id="failure_modalcontact" style="display:none;">An error occurred.</p>
  </div>
</form>

ifbyphone

<form id="formIfByPhone" class="callMeModal form-horizontal" action="ifbyphone">
  <div class="form-group">
    <input type="hidden" name="property" value="460842">
    <label id="call-by-phone-number" class="col-xs-3 control-label text-right">Your Phone Number</label>
    <div class="col-xs-3">
      <input id="npa" name="npa" class="form-control phone" type="tel" value="" maxlength="3" placeholder="(###)" onkeyup="autofocs(this, 3, 'nnx', event);" aria-label="phone-number-area-code">
    </div>
    <div class="col-xs-3">
      <input id="nnx" class="form-control phone" type="tel" value="" maxlength="3" placeholder="###" name="nnx" onkeyup="autofocs(this, 3, 'line', event);" aria-label="phone-number-prefix">
    </div>
    <div class="col-xs-3">
      <input id="line" class="form-control phone" type="tel" value="" maxlength="4" placeholder="####" name="line" aria-label="phone-number-last-four">
    </div>
  </div>
</form>

Text Content

Request a Showing
Presented By
Beautifully Appointed & Impeccably Maintained
27711 Moffat Road
For Sale $950,000
Media Description Neighborhood Financing Contact Map
 
Photo Gallery
Virtual Tour
Video Tour
×


×
Your browser does not support the video tag.
 

This stunning 3-bedroom, 3-bath retreat is nestled in the heart of Evergreen.
Upon entering, you will be greeted by the allure of main level living, featuring
a great room. The open floor plan connects the living area to the kitchen &
dining space. The great room is anchored by one of the home’s two cozy gas
fireplaces, adding warmth that enhances the charming ambiance. The kitchen is a
chef’s delight with granite countertops & stainless appliances. Hardwood floors
extend throughout the great room into the kitchen. New carpet in the bedrooms &
the lower level ensures comfort and freshness. The appeal continues as you step
out onto the spacious deck & the beautifully crafted flagstone patios, which
provide a perfect setting for outdoor enjoyment & observing the surrounding
wildflowers & gardens. The lower level of the home is an embodiment of
functionality & luxury, equipped with a family room anchored by the second gas
fireplace. Main level garage access, simplifies everyday tasks.




FEATURES

 * Bedrooms: 3
 * Bathrooms (Full): 1
 * Bathrooms (3/4th): 1
 * Bathrooms (Half): 1
 * 2852 ft²
 * Lot size 0.45 acres
 * Built in 2007
 * School District: Jefferson County
 * Subdivision: Forest Hill
 * County: Jefferson
 * Garage: Two car, attached
 * Heat: Natural gas, forced air
 * Fireplaces: Two gas-burning in living & family rooms
 * Views: Mountains
 * Taxes: $5,252
 * Elementary School: Wilmot
 * Middle School: Evergreen
 * High School: Evergreen
 * Style: Two story, mountain contemporary
 * Water/Sewer: Public - Evergreen Metro District




HIGHLIGHTS

 * Main level living, office & walk out lower level
 * Granite countertops, stainless appliances
 * Great room style home, open floorplan
 * Hardwood floors in the great room, kitchen & new carpet in bedrooms & lower
   level
 * 2 gas fireplaces, one in the great room & one in the lower level family room
 * Garage access on the main level, easy access with groceries
 * Private, landscaped yard, gardens and wildflowers
 * Flagstone patios and spacious deck
 * Close to Downtown Evergreen, very convenient location


 


NEIGHBORHOOD

Local schools
Census data
Home search
Virtual Tour



 


FINANCING

Home Valuation
Request More Information
Request A Showing



 

Exclusively Listed By

“Excellence in Real Estate!”

Tupper's Team



Tupper's Team

1193 Bergen Parkway #Suite O/P, Evergreen, CO 80439

TuppersTeam.com

Office: (720) 248-8757



Website: TuppersTeam.com


Contact me by EmailPhone

Success! Your message has been sent.

An error occurred.

Send Message

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

 

SHARE


Tupper's Team
Tupper's Team: (720) 248-8757
1193 Bergen Parkway #Suite O/P, Evergreen, CO 80439

Disclaimer
All information in this site is deemed reliable but is not guaranteed and is
subject to change.
Single Property Sites © 2005-2024


Back to top

X
Previous


BEAUTIFULLY APPOINTED & IMPECCABLY MAINTAINED

27711 Moffat Road, Evergreen, CO, 80439












































































































































BEAUTIFULLY APPOINTED & IMPECCABLY MAINTAINED

27711 Moffat Road, Evergreen, CO, 80439











































































































































Next
;
×

LOAN CALCULATOR

CALCULATE YOUR MONTHLY PAYMENT

Principle
Interest Rate
Loan Term

PAYMENT FREQUENCY

Monthly Bi-Weekly

SHOW PAYMENT SCHEDULE


Close Calculate
×

GET PRE-QUALIFIED FOR YOUR MORTGAGE OR RE-FINANCE!

MAKE A MORE INFORMED DECISION ABOUT HOW MUCH HOUSE YOU CAN AFFORD, OR JUST GET A
SECOND OPINION, BY GETTING PRE-QUALIFIED. FILL OUT THE FOLLOWING FORM TO REQUEST
A QUOTE.

PURPOSE OF LOAN

Choose One Lower My Rate/Payment Fix My Adjusting Rate Consolidate My Debt Get
Cash From My Home Buy A New Home

PROPERTY TYPE

Choose One Single Family Residence Condominium/Townhome Modular Home Duplex

CITY/AREA

City/Area

STATE

State

ZIP

Zip

PROPERTY VALUE

Property Value

PRINCIPLE (LOAN AMOUNT IN USD)

Principle (loan amount in USD)

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

YOUR NAME

Your Name

EMAIL ADDRESS

Email Address

PHONE

Phone


Success! Your message has been sent.

An error occurred.

Close Submit
×

OPEN HOUSE ANNOUNCEMENTS


Close
×

WHAT'S YOUR HOME WORTH?

WHAT'S YOUR PROPERTY OR HOME WORTH? FIND OUT BY FILLING OUT THIS MARKET ANALYSIS
REQUEST FORM.

PROPERTY TYPE

Choose One Single FamilyTownhome / CondominiumLand / Acreage / Horse
PropertyApartment / FlatSemi-detachedAttachedFarm House

BEDROOMS

BEDROOMS

Choose One n/a123456+

BATHROOMS

BATHROOMS

Choose One n/a123456+

SIZE (SQUARE FT)

SIZE (SQUARE FT)

Choose One n/a1,000 or less1,000 - 1,5001,500 - 2,0002,000 - 2,5002,500 -
3,0003,000 - 3,5003,500 - 4,0004,000 - 4,5004,500 - 5,0005,000 - 6,0006,000 -
7,0007,000 - 8,0008,000 +

WHEN DO YOU WANT TO SELL?

WHEN DO YOU WANT TO SELL?

Choose One Now! Within 6 months Within 1 year
City/Area
Estimated Value
Your Name
Your Email
Your Phone

Success! Your message has been sent.

An error occurred.

Close Submit
×

REQUEST MORE INFORMATION

COMPLETE THIS FORM TO REQUEST MORE INFORMATION ABOUT THIS SPECIFIC PROPERTY!

Your Name
Your Email
Your Phone
Best Time to Call?

CONTACT ME BY

Email Phone


Success! Your message has been sent.

An error occurred.

Close Submit
×

REQUEST A SHOWING APPOINTMENT!

WOULD YOU LIKE TO LOOK AROUND? SUBMIT THIS FORM TO REQUEST AN APPOINTMENT TO
VIEW THE PROPERTY. PLEASE PROVIDE A TELEPHONE NUMBER SO AN APPOINTMENT CAN BE
ARRANGED.

Your Name
Your Email
Your Phone
First Choice of Date
Second Choice of Date
Preferred Time

Success! Your message has been sent.

An error occurred.

Close Submit
×

ASSUMPTIONS AND DISCLOSURES



Close
×

SEND PROPERTY DETAILS VIA EMAIL

SEND DETAILS OF THIS PROPERTY VIA EMAIL. YOUR FRIEND WILL RECEIVE AN HTML EMAIL
CONTAINING DETAILS OF THIS PROPERTY, INCLUDING A PHOTO, AND A LINK BACK TO THIS
PROPERTY WEB SITE.

Friend's Email
Your Name
Your Email


Success! Your message has been sent.

An error occurred.

Close Send Now
×

DISCLAIMER

All information regarding the Property / Real Estate advertised herein has been
provided by the individual party, the seller, or their agent.

The property agent (broker, estate agent, seller, builder, real estate agent
and/or developer) does not guarantee the accuracy of information such as defined
areas, dimensions, lot size, architectural images, photographic representations
or other information concerning the condition or features of subject property,
and is not liable for misinformation, typographical errors, errors of omission,
misprints, or other errors in this advertisement.

Companies and Individuals mentioned as 'Sponsors' or otherwise displayed with
this property and other linked properties ARE NOT licensed real estate agents,
estate agents or brokers, unless explicitly stated.

Information is deemed reliable, but is not guaranteed.

Information may have been obtained from public records and/or other sources, and
all buyers are advised to independently verify the accuracy of any and all
information through personal inspection with appropriate qualified
professionals.

Close
×

CONTACT ME!

COMPLETE THIS FORM TO SEND AN EMAIL TO ME.

Your Name
Your Email
Your Phone
Best Time To Call?

CONTACT ME BY

Email Phone


Success! Your message has been sent.

An error occurred.

Close Send Message
×
×

FLYERS


Close
×

DOCUMENTS


Close
×

ENTER YOUR PHONE NUMBER TO TALK TO SOMEONE NOW.

Your Phone Number




Your call is being placed.

An error occurred.

Close Call Me Now!
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 


 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 *