9136oaktrail.com
Open in
urlscan Pro
3.33.207.30
Public Scan
URL:
https://9136oaktrail.com/
Submission: On April 20 via api from US — Scanned from DE
Submission: On April 20 via api from US — Scanned from DE
Form analysis
2 forms found in the DOM<form @submit.prevent="beforeSubmitForm" id="agent-contact-form" novalidate="" class="mt-6 grid grid-cols-1 gap-y-6 sm:grid-cols-3 sm:gap-x-8">
<div class="text-left">
<label for="name" class="block text-gray-700 mb-2 label">Your Full Name</label>
<div class="mt-1">
<input type="text" name="name" id="name" autocomplete="name" class="block rounded w-full border-brand-gray-300 py-2 px-3 text-brand-gray-700
focus:outline-none focus:ring-0 focus:border-brand-gray-700">
<span x-show="!validForm.fields.name.valid" class="error-msg">Name cannot be empty</span>
</div>
</div>
<div class="text-left">
<label for="email" class="block text-gray-700 text-left mb-2 label">Your Email</label>
<div class="mt-1">
<input id="email" name="email" type="email" autocomplete="email" class="block rounded w-full border-brand-gray-300 py-2 px-3 text-brand-gray-700 focus:outline-none
focus:ring-0 focus:border-brand-gray-700" data-error-msg="Email address must be a valid address">
<span x-show="!validForm.fields.email.valid && validForm.fields.email.rule === 'required'" class="error-msg">Email cannot be empty</span>
<span x-show="!validForm.fields.email.valid && validForm.fields.email.rule === 'email'" class="error-msg">Provide a valid email address</span>
</div>
</div>
<div class="text-left">
<label for="phone-number" class="block md:hidden lg:block text-brand-gray-700 text-left mb-2 label text-medium"> Your Phone Number </label>
<label for="phone-number" class="hidden md:block lg:hidden text-brand-gray-700 text-left mb-2 label"> Phone Number </label>
<div class="mt-1">
<input type="text" name="phone" id="phone-number" autocomplete="phone-number" placeholder="(415)555-1234" class="block rounded w-full border-brand-gray-300 py-2 px-3 text-brand-gray-700 focus:outline-none
focus:ring-0 focus:border-brand-gray-700" data-error-msg="Phone number cannot be empty">
<span x-show="!validForm.fields.phone.valid" class="error-msg">Phone number cannot be empty</span>
</div>
</div>
<div class="sm:col-span-3">
<div class="flex justify-between">
<label for="message" class="block md:hidden lg:block text-brand-gray-700 text-left mb-2 label text-medium"> Message </label>
</div>
<div class="mt-1 text-left">
<textarea id="message" name="message" rows="4" placeholder="Write your message here..." class="block w-full rounded border-brand-gray-300 py-2 px-3 text-brand-gray-700 resize-none
focus:outline-none focus:ring-0 focus:border-brand-gray-700" aria-describedby="message-max"></textarea>
<span x-show="!validForm.fields.message.valid" class="error-msg">Message cannot be empty</span>
</div>
</div>
<div class="sm:col-span-3 sm:flex sm:justify-center">
<p class="text-sm">The site is protected by reCAPTCHA and the <a href="https://policies.google.com/privacy" class="hover:underline" target="_blank">Google Privacy Policy</a> and
<a href="https://policies.google.com/terms" class="hover:underline" target="_blank">Terms of Service</a> apply. </p>
</div>
<div class="sm:col-span-3 sm:flex sm:justify-center">
<button type="submit" class="button-style mt-1 disabled:cursor-not-allowed disabled:opacity-50" id="contact-submit" x-bind:disabled="sendingForm"> Send <i class="fa-duotone fa-spinner-third fa-spin ml-2" x-show="sendingForm"></i>
</button>
</div>
</form>
<form @submit.prevent="beforeSubmitForm" id="agent-contact-form" novalidate="" class="mt-6 grid grid-cols-1 gap-y-6 sm:grid-cols-3 sm:gap-x-8">
<div class="text-left">
<label for="name" class="block text-gray-700 mb-2 label">Your Full Name</label>
<div class="mt-1">
<input type="text" name="name" id="name" autocomplete="name" class="block rounded w-full border-brand-gray-300 py-2 px-3 text-brand-gray-700
focus:outline-none focus:ring-0 focus:border-brand-gray-700">
<span x-show="!validForm.fields.name.valid" class="error-msg" style="display: none;">Name cannot be empty</span>
</div>
</div>
<div class="text-left">
<label for="email" class="block text-gray-700 text-left mb-2 label">Your Email</label>
<div class="mt-1">
<input id="email" name="email" type="email" autocomplete="email" class="block rounded w-full border-brand-gray-300 py-2 px-3 text-brand-gray-700 focus:outline-none
focus:ring-0 focus:border-brand-gray-700" data-error-msg="Email address must be a valid address">
<span x-show="!validForm.fields.email.valid && validForm.fields.email.rule === 'required'" class="error-msg" style="display: none;">Email cannot be empty</span>
<span x-show="!validForm.fields.email.valid && validForm.fields.email.rule === 'email'" class="error-msg" style="display: none;">Provide a valid email address</span>
</div>
</div>
<div class="text-left">
<label for="phone-number" class="block md:hidden lg:block text-brand-gray-700 text-left mb-2 label text-medium"> Your Phone Number </label>
<label for="phone-number" class="hidden md:block lg:hidden text-brand-gray-700 text-left mb-2 label"> Phone Number </label>
<div class="mt-1">
<input type="text" name="phone" id="phone-number" autocomplete="phone-number" placeholder="(415)555-1234" class="block rounded w-full border-brand-gray-300 py-2 px-3 text-brand-gray-700 focus:outline-none
focus:ring-0 focus:border-brand-gray-700" data-error-msg="Phone number cannot be empty">
<span x-show="!validForm.fields.phone.valid" class="error-msg" style="display: none;">Phone number cannot be empty</span>
</div>
</div>
<div class="sm:col-span-3">
<div class="flex justify-between">
<label for="message" class="block md:hidden lg:block text-brand-gray-700 text-left mb-2 label text-medium"> Message </label>
</div>
<div class="mt-1 text-left">
<textarea id="message" name="message" rows="4" placeholder="Write your message here..." class="block w-full rounded border-brand-gray-300 py-2 px-3 text-brand-gray-700 resize-none
focus:outline-none focus:ring-0 focus:border-brand-gray-700" aria-describedby="message-max"></textarea>
<span x-show="!validForm.fields.message.valid" class="error-msg" style="display: none;">Message cannot be empty</span>
</div>
</div>
<div class="sm:col-span-3 sm:flex sm:justify-center">
<p class="text-sm">The site is protected by reCAPTCHA and the <a href="https://policies.google.com/privacy" class="hover:underline" target="_blank">Google Privacy Policy</a> and
<a href="https://policies.google.com/terms" class="hover:underline" target="_blank">Terms of Service</a> apply. </p>
</div>
<div class="sm:col-span-3 sm:flex sm:justify-center">
<button type="submit" class="button-style mt-1 disabled:cursor-not-allowed disabled:opacity-50" id="contact-submit" x-bind:disabled="sendingForm"> Send
<i class="fa-duotone fa-spinner-third fa-spin ml-2" x-show="sendingForm" aria-hidden="true" style="display: none;"></i>
</button>
</div>
</form>
Text Content
9136 OAK TRAIL CIRCLE Toggle navigation * Home * Gallery * Features * Video * Location * Maps * Agent Info * Schedule * Contact * Home * Gallery * Features * Video * Location * Maps * Agent Info * Schedule * Contact MICHAEL GREENBERG PRESENTS EXCEPTIONAL OAKMONT HOME ∎ $1,095,000 9136 OAK TRAIL CIRCLE, SANTA ROSA ALL PROPERTY PHOTOS ∎ View more PROPERTY DETAILS ∎ beds 3 baths 2 interior 2,308 sq ft neighborhood Oakmont Nestled within the serene Orchard subdivision of Oakmont, this spacious three bedroom two bath home is excited to meet its new owners. As you step into the inviting foyer, you're greeted by an expansive open one level floor plan that seamlessly integrates the living area with a cozy fireplace, a designated dining space, and a modern kitchen equipped with all the essentials for culinary convenience. There is a 2 car garage with ample storage, laundry room and an easy to maintain backyard patio - perfect for BBQ and relaxation. Beyond the confines of the home, the vibrant 55+ community of Oakmont beckons with its array of amenities, including two golf courses, three pools, tennis and pickleball courts to name a few. Countless activities and social clubs truly enrich the lifestyle here, providing opportunities for residents to forge meaningful connections and pursue shared interests. PROPERTY TOUR ∎ ABOUT THIS NEIGHBORHOOD ∎ View more The largest city in Sonoma County, as well as the county seat, Santa Rosa offers all the amenities of urban life but is not far removed from the spectacular natural scenery that the Wine Country is famous for. Old Courthouse Square is the center of downtown Santa Rosa and is surrounded by numerous shops and restaurants. Historic neighborhoods, including Railroad Square, West End, and Cherry Street District, give Santa Rosa its quintessential small-town feel. Old mansions and Victorians can still be found downtown near tree-lined McDonald Avenue, perhaps the most beautiful street in Santa Rosa. The Fountaingrove and Shiloh neighborhoods and the canyons and hillsides surrounding the city offer the most prestigious homes for sale, and prices climb along with the elevation. Estates here are of the gated variety, built on large parcels of land and offer sweeping views of the valleys below. Activities in Santa Rosa include the Charles M. Schulz Museum, dedicated to one of the city’s most famous former residents; Redwood Empire Ice Arena; and Safari West, a private African wildlife preserve just outside the city. There is a growing technology footprint in Santa Rosa, though many residents commute to San Francisco -- a trek that has gotten easier thanks to the addition of carpool lanes and road-widening initiatives. Keep reading The largest city in Sonoma County, as well as the county seat, Santa Rosa offers all the amenities of urban life but is not far removed from the spectacular natural scenery that the Wine Country is famous for. Old Courthouse Square is the center of downtown Santa Rosa and is surrounded by numerous shops and restaurants. Historic neighborhoods, including Railroad Square, West End, and Cherry Street District, give Santa Rosa its quintessential small-town feel. Old mansions and Victorians can still be found downtown near tree-lined McDonald Avenue, perhaps the most beautiful street in Santa Rosa. The Fountaingrove and Shiloh neighborhoods and the canyons and hillsides surrounding the city offer the most prestigious homes for sale, and prices climb along with the elevation. Estates here are of the gated variety, built on large parcels of land and offer sweeping views of the valleys below. Activities in Santa Rosa include the Charles M. Schulz Museum, dedicated to one of the city’s most famous former residents; Redwood Empire Ice Arena; and Safari West, a private African wildlife preserve just outside the city. There is a growing technology footprint in Santa Rosa, though many residents commute to San Francisco -- a trek that has gotten easier thanks to the addition of carpool lanes and road-widening initiatives. Michael Greenberg RE/MAX Gold Real Estate Sales & Marketing DRE: #01280308 sellingsf@gmail.com http://www.sanfrancisco2marin.com OPEN HOUSE DATES ∎ Upcoming Events Sunday Apr 21 Open House Tours 2:00 PM - 4:00 PM Tuesday Apr 23 Open House Tours 10:00 AM - 12:00 PM Request an appointment GET IN TOUCH ∎ Your Full Name Name cannot be empty Your Email Email cannot be empty Provide a valid email address Your Phone Number Phone Number Phone number cannot be empty Message Message cannot be empty The site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply. Send GET IN TOUCH ∎ Your Full Name Name cannot be empty Your Email Email cannot be empty Provide a valid email address Your Phone Number Phone Number Phone number cannot be empty Message Message cannot be empty The site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply. Send THANK YOU! Your message has been received. We will reply using one of the contact methods provided in your submission. SORRY, THERE WAS A PROBLEM Your message could not be sent. Please refresh the page and try again in a few minutes, or reach out directly using the agent contact information below. Michael Greenberg RE/MAX Gold Real Estate Sales & Marketing DRE: #01280308 sellingsf@gmail.com http://www.sanfrancisco2marin.com Email Us Email Us Email Us Home Agent Login Disclaimers Floor Plans:. All square footage is approximate. Floor plans, dimensions and square footage are for marketing purposes only. Schools:. Interested parties should independently verify school district availability. School attendance is not guaranteed. Information Accuracy:. Open Homes has not investigated or verified the accuracy of information on this website. Buyers are responsible for verifying all information they deem important. Contact Us Privacy Policy Terms of Use Accessibility Policy Enable High-Contrast Mode Follow us: Facebook Instagram Vimeo Twitter © 2024 Open Homes Photography Made with in California 1 / 57 1 / 51 The largest city in Sonoma County, as well as the county seat, Santa Rosa offers all the amenities of urban life but is not far removed from the spectacular natural scenery that the Wine Country is famous for. Old Courthouse Square is the center of downtown Santa Rosa and is surrounded by numerous shops and restaurants. Historic neighborhoods, including Railroad Square, West End, and Cherry Street District, give Santa Rosa its quintessential small-town feel. Old mansions and Victorians can still be found downtown near tree-lined McDonald Avenue, perhaps the most beautiful street in Santa Rosa. The Fountaingrove and Shiloh neighborhoods and the canyons and hillsides surrounding the city offer the most prestigious homes for sale, and prices climb along with the elevation. Estates here are of the gated variety, built on large parcels of land and offer sweeping views of the valleys below. Activities in Santa Rosa include the Charles M. Schulz Museum, dedicated to one of the city’s most famous former residents; Redwood Empire Ice Arena; and Safari West, a private African wildlife preserve just outside the city. There is a growing technology footprint in Santa Rosa, though many residents commute to San Francisco -- a trek that has gotten easier thanks to the addition of carpool lanes and road-widening initiatives.