www.29tidalway.com Open in urlscan Pro
3.33.207.30  Public Scan

URL: https://www.29tidalway.com/
Submission: On January 12 via api from US — Scanned from US

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">
  <input type="hidden" name="g-recaptcha-response" id="g-recaptcha-response-65a08948334de">
  <script>
    grecaptcha.ready(function() {
      grecaptcha.execute('6Ld_rUElAAAAAHfnpGgG7mwN9gsfGA_zo4nl6Hsq', {
        action: 'validate_pwd'
      }).then(function(token) {
        document.getElementById('g-recaptcha-response-65a08948334de').value = token;
      });
    });
  </script>
  <div class="text-left">
    <label for="name" class="block text-gray-700 mb-2">Your Full Name</label>
    <div class="mt-1">
      <input type="text" name="name" id="name" autocomplete="name" placeholder="Michael Jordan" 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">Your Email</label>
    <div class="mt-1">
      <input id="email" name="email" type="email" autocomplete="email" placeholder="michael.jordan@gmail.com" 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 &amp;&amp; validForm.fields.email.rule === 'required'" class="error-msg">Email cannot be empty</span>
      <span x-show="!validForm.fields.email.valid &amp;&amp; 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 text-brand-gray-700 text-left mb-2">Your 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 text-sm font-medium text-warm-gray-900 hidden">Message</label>
    </div>
    <div class="mt-1 text-left">
      <textarea id="message" name="message" rows="4" placeholder="Here you can write your nice text." 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-start text-sm">
    <p>This 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">
  <input type="hidden" name="g-recaptcha-response" id="g-recaptcha-response-65a08948334de"
    value="03AFcWeA6fuQc2NeUtxjoGk_xvG_ZjZof_iPqp4IgV_ZpYhUo4hpEPPGFpxA8MuPaRrlCzA_YAYbalcPdoAdQznopCc61ApdwFnSYGZvwMhkFG61_aBFcF_lzxdCYUmO-6xiYTcl7_10iLWpm_k6kWolhgzAr0EGyAlZBVYjHxNPvTZHcShSdPbMCWm7Fp9gxA24PvLRgYuiXbTDlVchWrqB7XkxQx6L_D8ZZsjk0O8_tT50Rt7uohnPlvuXyWVQnski9fWhb4iiN5bdCau4dJYvubP5TbJJtX_L5haoLV9uSREXqTJyf9-0r7ZgBMdOamowCYx-PE9ajBylqKGp3nnJmnJWYLmAxx-zMxiRZ-DVK2c-sPKcg2uf5MyBEOOPp0zeXG9Vu49iPam4h_FfwTYqdC8S_nLyWHHk8pBt9Q-vKyeCS7hoINKsxEaOvgrFbLiTtrkYticTD97UNx7EcSJLUJ6noL8L5_9LzGUGreKGvOVU93PdbrW381c5h6REzxFZgcLowmekJyH8HSU2yThFwK4qqd2_ZP5VJoZy4PQwQ4kFG9iqF0D3mmlOdAuMM3xvgAxncMbQGZbNHKtDDs5XHGVdWJz75vK9lxCkItdQva3G8pL0mjduDUK6jvmS1bdM7U1BfJc3mESxATzyrKi2qWEk7HAN_XNopsPAeVM_2_XjNeiJ-W3C3AZCCEz2hBa1Sj6JnDQ8cG8sWrjdNF3O_vaTJWougH6ICPZd2tsKvVfK0eFHwTQnenPM8yOcQgx1QRVCMnK577SzHjdQG2xSB0DKMlcfWQMFtQy3wbFaQbLx23xBcPQU1m6RCssAHZfIHZhoG53gf2DDvj4y5M4dr-xY18dZKC2Ie_HEX-oXgp1kMOa_h4HmIyk4eHevrVMZZVt2d3ibfF51crMjW0sVdQ3q5Ama77bmYBFOym402DMajMg7H1qL8HvptnrJuJjMSPT-BHxzkb3w-iVgV5LMZPFfF3xPY-f629atecgl5TXqc4GoTA3EiPskCkI3igqL6LxNoJEwuUrD16jWeDxdqGOLIt8v8_1NflgIhS51CwgKMIdaWdq62QIo-UKZvWlcyrk1vuJbDx9zZNDt63cJOLcWE8K0fhIz1NvpnTRAXHq7LkHxDUviAbGWmj7y_npet3yw8X2amu9Hbl7qPpEYzElmXVVTm9M4m7DrGlhyOvUyqepBxaIeJrbuAbOMarXEzFx_wHVhu3n7v5fCJP5hrI6di0cbcDYWwN9cIoYosjpTUYauV1FwfRlJd9NpRS7cQOlZ2cES6jtAURVMBog5BRjxNiaTtZsyljSxpRU_qFJ_JjSWQzEW3TEjuQqJKmHRKKVOzn3pXku79sdBTZ4qI_KUaeY3nmTvJDVMTjMAtbVj_Lz2dg9qGUTOgqMShPlb8u1KDSvCRfe9CT5gPM_wsTLM3tJOYLX18UDTfFe-zzIZQBdGhpyhGSdk0uD5h5n4zm56II8za6S0BYLpZTj-cBSzOQodiNS954vYn8o5WyZgK9jYIyV5azYX_Cta2rbWi0u3SJTWGXb6uY90qY8F4qLcpfIWn7DYuhLoefVWgfFaHXAf8aI0ia2XGvj3B4i0ZLRcyyM--u">
  <script>
    grecaptcha.ready(function() {
      grecaptcha.execute('6Ld_rUElAAAAAHfnpGgG7mwN9gsfGA_zo4nl6Hsq', {
        action: 'validate_pwd'
      }).then(function(token) {
        document.getElementById('g-recaptcha-response-65a08948334de').value = token;
      });
    });
  </script>
  <div class="text-left">
    <label for="name" class="block text-gray-700 mb-2">Your Full Name</label>
    <div class="mt-1">
      <input type="text" name="name" id="name" autocomplete="name" placeholder="Michael Jordan" 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">Your Email</label>
    <div class="mt-1">
      <input id="email" name="email" type="email" autocomplete="email" placeholder="michael.jordan@gmail.com" 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 &amp;&amp; validForm.fields.email.rule === 'required'" class="error-msg" style="display: none;">Email cannot be empty</span>
      <span x-show="!validForm.fields.email.valid &amp;&amp; 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 text-brand-gray-700 text-left mb-2">Your 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 text-sm font-medium text-warm-gray-900 hidden">Message</label>
    </div>
    <div class="mt-1 text-left">
      <textarea id="message" name="message" rows="4" placeholder="Here you can write your nice text." 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-start text-sm">
    <p>This 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

29 Tidal Way
Toggle navigation
 * Home
 * Features
 * Gallery
 * Location
 * Maps
 * Agent Info
 * Schedule
 * Contact

 * Home
 * Features
 * Gallery
 * Location
 * Maps
 * Agent Info
 * Schedule
 * Contact

Chi Tsai Presents


EXCEPTIONAL SAN MATEO HOME

∎
29 Tidal Way, San Mateo $1,200,000


NEXT HOME

∎

beds

2

baths

2.5

interior

1,235 sq ft


ALL PROPERTY PHOTOS

∎

View more

about this


NEIGHBORHOOD

∎

View more

One of the largest cities on the San Francisco Peninsula, San Mateo boasts many
options for recreation as well as a revitalized downtown, with a large movie
theater, restaurants, and bars. Spanish explorers first came to present-day San
Mateo on a 1776 scouting trip and named the creek they slept beside San Mateo
Creek. In 1863, the railroad arrived in San Mateo, leading some wealthy San
Franciscans to build summer and weekend homes in the area.
Today, approximately 100,000 people call the city home. The median household
income is $88,000, and the median home value is $722,000 according to 2013
United States Census Bureau data. Of San Mateo’s 40,014 housing units, 54
percent are owner occupied. 
The city is home to the Hillsdale Shopping Center and a number of parks --
including Central Park and the Coyote Point Recreation Area. The CuriOdyssey
museum at Coyote Point offers science and wildlife exhibits for children and
adults, some of which feature live animals. For a breathtakingly beautiful jog,
hike, or bicycling outing, locals head to the Sawyer Camp Trail at the Crystal
Springs Reservoir. 

Keep reading

One of the largest cities on the San Francisco Peninsula, San Mateo boasts many
options for recreation as well as a revitalized downtown, with a large movie
theater, restaurants, and bars. Spanish explorers first came to present-day San
Mateo on a 1776 scouting trip and named the creek they slept beside San Mateo
Creek. In 1863, the railroad arrived in San Mateo, leading some wealthy San
Franciscans to build summer and weekend homes in the area.
Today, approximately 100,000 people call the city home. The median household
income is $88,000, and the median home value is $722,000 according to 2013
United States Census Bureau data. Of San Mateo’s 40,014 housing units, 54
percent are owner occupied. 
The city is home to the Hillsdale Shopping Center and a number of parks --
including Central Park and the Coyote Point Recreation Area. The CuriOdyssey
museum at Coyote Point offers science and wildlife exhibits for children and
adults, some of which feature live animals. For a breathtakingly beautiful jog,
hike, or bicycling outing, locals head to the Sawyer Camp Trail at the Crystal
Springs Reservoir. 


Z

Chi Tsai

DRE #01134128

chitsai77@gmail.com

https://www.realtor.com/realestateagents/Chi-Tsai_San-Ramon_CA_3607938_696994048


SCHEDULE

∎

There are no upcoming events.

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 cannot be empty
Message
Message cannot be empty

This 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 cannot be empty
Message
Message cannot be empty

This 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.

Chi Tsai

DRE #01134128

chitsai77@gmail.com

https://www.realtor.com/realestateagents/Chi-Tsai_San-Ramon_CA_3607938_696994048
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 / 54

1 / 135


One of the largest cities on the San Francisco Peninsula, San Mateo boasts many
options for recreation as well as a revitalized downtown, with a large movie
theater, restaurants, and bars. Spanish explorers first came to present-day San
Mateo on a 1776 scouting trip and named the creek they slept beside San Mateo
Creek. In 1863, the railroad arrived in San Mateo, leading some wealthy San
Franciscans to build summer and weekend homes in the area.
Today, approximately 100,000 people call the city home. The median household
income is $88,000, and the median home value is $722,000 according to 2013
United States Census Bureau data. Of San Mateo’s 40,014 housing units, 54
percent are owner occupied. 
The city is home to the Hillsdale Shopping Center and a number of parks --
including Central Park and the Coyote Point Recreation Area. The CuriOdyssey
museum at Coyote Point offers science and wildlife exhibits for children and
adults, some of which feature live animals. For a breathtakingly beautiful jog,
hike, or bicycling outing, locals head to the Sawyer Camp Trail at the Crystal
Springs Reservoir.