sedonabirdsong.com Open in urlscan Pro
141.193.213.10  Public Scan

URL: https://sedonabirdsong.com/
Submission: On March 25 via api from US — Scanned from US

Form analysis 2 forms found in the DOM

Name: resortpro_form_checkoutPOST #

<form action="#" method="post" name="resortpro_form_checkout" class="ng-pristine ng-valid">
  <input type="hidden" name="resortpro_book_unit" value="4e9c2ea693">
  <input type="hidden" name="book_unit" value="817339">
  <div>
    <!-- ngIf: res == 0 -->
    <!-- ngIf: res == 1 && total_reservation > 0 -->
    <!-- ngRepeat: alert in alerts -->
  </div>
  <div class="row">
    <div class="col-md-6">
      <div class="form-group">
        <label>Arrive</label>
        <input type="text" ng-model="book.checkin" id="book_start_date" name="book_start_date" class="form-control ng-pristine ng-untouched ng-valid ng-isolate-scope ng-empty hasDatepicker" show-days="myShowDaysFunction(date)"
          update-price="getPreReservationPrice(book,1)" update-checkout="setCheckoutDate(date)" bookcheckin="" readonly="readonly" data-min-stay="1" data-checkin-days="1">
      </div>
    </div>
    <div class="col-md-6">
      <div class="form-group">
        <label>Depart</label>
        <input type="text" ng-model="book.checkout" id="book_end_date" name="book_end_date" class="form-control ng-pristine ng-untouched ng-valid ng-isolate-scope ng-empty hasDatepicker" show-days="myShowDaysFunctionCheckout(date);"
          update-price="getPreReservationPrice(book,1);" bookcheckout="" readonly="readonly">
      </div>
    </div>
    <div class="col-md-6">
      <div class="form-group" ng-init="book.occupants='1'">
        <label for="book_occupants">Adults</label>
        <select ng-model="book.occupants" ng-change="getPreReservationPrice(book,1);" name="book_occupants" class="form-control ng-pristine ng-untouched ng-valid ng-not-empty">
          <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>
    <div class="col-md-6">
      <div class="form-group" ng-init="book.occupants_small='0'">
        <label for="book_occupants_small">Children</label>
        <select name="book_occupants_small" class="form-control ng-pristine ng-untouched ng-valid ng-not-empty" ng-model="book.occupants_small" ng-change="getPreReservationPrice(book,1);">
          <option value="0">0</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>
  </div>
  <button ng-show="res == 1 &amp;&amp; total_reservation > 0" class="btn-primary btn-block btn ng-hide">Show Details</button>
  <table ng-show="res == 1 &amp;&amp; total_reservation > 0" class="table table-stripped table-bordered table-condensed ng-hide">
    <tbody><!-- ngRepeat: day in reservation_days -->
      <!-- ngIf: !days -->
      <tr ng-if="!days" class="ng-scope">
        <td class="ng-binding"></td>
        <td class="text-right ng-binding"></td>
      </tr><!-- end ngIf: !days -->
      <tr style="border-top:solid 2px #333">
        <td>Subtotal</td>
        <td class="text-right ng-binding"></td>
      </tr>
      <!-- ngIf: coupon_discount > 0 -->
      <tr>
        <td>Taxes and fees</td>
        <td class="text-right ng-binding"></td>
      </tr>
      <tr>
        <td>Total</td>
        <td class="text-right ng-binding"></td>
      </tr>
    </tbody>
  </table>
  <div class="form-group">
    <button ng-disabled="isDisabled" id="resortpro_unit_submit" href="this.submit()" class="btn btn-lg btn-block btn-success resortia-cta" disabled="disabled">
      <i class="glyphicon glyphicon-check"></i> Book Now</button>
  </div>
</form>

Name: resortpro_inquiry

<form class="frm-property-inquiry ng-pristine ng-invalid ng-invalid-required ng-valid-email" name="resortpro_inquiry" ng-init="inquiry.unit_id=817339" novalidate="">
  <input type="hidden" ng-model="inquiry.unit_id" class="ng-pristine ng-untouched ng-valid ng-not-empty">
  <div class="form-group">
    <div class="row">
      <div class="col-lg-6 col-md-12">
        <input type="text" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" name="inquiry_first_name" id="inquiry_first_name" placeholder="First Name" ng-required="true" ng-model="inquiry.first_name"
          required="required">
        <div ng-show="resortpro_inquiry.$submitted || resortpro_inquiry.inquiry_first_name.$touched" class="ng-hide">
          <span class="error ng-binding" ng-show="resortpro_inquiry.inquiry_first_name.$error.required" ng-bind="'First name is required.'">First name is required.</span>
        </div>
      </div>
      <div class="col-lg-6 col-md-12">
        <input type="text" class="form-control margin-top ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" name="inquiry_last_name" id="inquiry_last_name" placeholder="Last Name" ng-required="true" ng-model="inquiry.last_name"
          required="required">
        <div ng-show="resortpro_inquiry.$submitted || resortpro_inquiry.inquiry_last_name.$touched" class="ng-hide">
          <span class="error ng-binding" ng-show="resortpro_inquiry.inquiry_last_name.$error.required" ng-bind="'Last name is required.'">Last name is required.</span>
        </div>
      </div>
    </div>
  </div>
  <div class="form-group">
    <div class="row">
      <div class="col-md-12">
        <input type="email" class="form-control ng-pristine ng-untouched ng-empty ng-valid-email ng-invalid ng-invalid-required" name="inquiry_email" id="inquiry_email" placeholder="Email" ng-required="true" ng-model="inquiry.email"
          required="required">
        <div ng-show="resortpro_inquiry.$submitted || resortpro_inquiry.inquiry_email.$touched" class="ng-hide">
          <span class="error ng-binding" ng-show="resortpro_inquiry.inquiry_email.$error.required &amp;&amp; resortpro_inquiry.inquiry_phone.$error.required" ng-bind="'Email or phone is required.'">Email or phone is required.</span>
          <span class="error ng-binding ng-hide" ng-show="resortpro_inquiry.inquiry_email.$error.email" ng-bind="'This is not a valid email.'">This is not a valid email.</span>
        </div>
      </div>
    </div>
  </div>
  <div class="form-group">
    <div class="row">
      <div class="col-md-12">
        <input type="text" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" name="inquiry_phone" id="inquiry_phone" placeholder="Phone" ng-model="inquiry.phone" ng-required="true" required="required">
        <div ng-show="resortpro_inquiry.$submitted || resortpro_inquiry.inquiry_phone.$touched" class="ng-hide">
          <span class="error ng-binding" ng-show="resortpro_inquiry.inquiry_email.$error.required &amp;&amp; resortpro_inquiry.inquiry_phone.$error.required" ng-bind="'Phone or email is required.'">Phone or email is required.</span>
        </div>
      </div>
    </div>
  </div>
  <div class="form-group">
    <div class="row">
      <div class="col-lg-6 col-xs-12" ng-init="inquiry.startDate=''">
        <input type="text" class="form-control datepicker hasDatepicker ng-pristine ng-untouched ng-valid ng-empty" data-bindpicker="#inquiry_enddate" name="inquiry_startdate" id="inquiry_startdate" placeholder="Arrival" ng-model="inquiry.startDate">
        <div ng-show="resortpro_inquiry.$submitted || resortpro_inquiry.inquiry_startdate.$touched" class="ng-hide">
          <span class="error ng-binding ng-hide" ng-show="resortpro_inquiry.inquiry_startdate.$error.required" ng-bind="'Checkin is required.'">Checkin is required.</span>
        </div>
      </div>
      <div class="col-lg-6 col-xs-12" ng-init="inquiry.endDate=''">
        <input type="text" class="form-control datepicker margin-top hasDatepicker ng-pristine ng-untouched ng-valid ng-empty" name="inquiry_enddate" id="inquiry_enddate" placeholder="Departure" ng-model="inquiry.endDate">
        <div ng-show="resortpro_inquiry.$submitted || resortpro_inquiry.inquiry_enddate.$touched" class="ng-hide">
          <span class="error ng-binding ng-hide" ng-show="resortpro_inquiry.inquiry_enddate.$error.required" ng-bind="'Checkout is required.'">Checkout is required.</span>
        </div>
      </div>
    </div>
  </div>
  <div class="form-group">
    <div class="row">
      <div class="col-md-6 col-sm-6 col-xs-6" ng-init="inquiry.occupants='1'">
        <label for="inquiry_occupants">Adults</label>
        <select class="form-control ng-pristine ng-untouched ng-valid ng-not-empty" name="inquiry_occupants" id="inquiry_occupants" ng-model="inquiry.occupants">
          <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="col-md-6 col-sm-6 col-xs-6" ng-init="inquiry.occupantsSmall='0'">
        <label for="inquiry_occupants_small">Children</label>
        <select class="form-control margin-top-xs ng-pristine ng-untouched ng-valid ng-not-empty" name="inquiry_occupants_small" id="inquiry_occupants_small" ng-model="inquiry.occupantsSmall">
          <option value="0">0</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>
      <input type="hidden" name="inquiry_pets" id="inquiry_pets" ng-model="inquiry.pets" value="0" class="ng-pristine ng-untouched ng-valid ng-empty">
    </div>
  </div>
  <div class="form-group">
    <div class="row">
      <div class="col-md-12">
        <textarea class="form-control ng-pristine ng-untouched ng-valid ng-empty" name="inquiry_message" id="inquiry_message" placeholder="Question or Comment" ng-model="inquiry.message"></textarea>
      </div>
    </div>
  </div>
  <div class="form-group">
    <button type="submit" id="resortpro_unit_submit" ng-click="validateInquiry(inquiry,true)" class="btn btn-lg btn-block btn-primary resortia-cta">
      <i class="glyphicon glyphicon-comment"></i> Send Inquiry </button>
  </div>
  <!-- ngRepeat: alert in alerts -->
</form>

Text Content

SEDONA BIRDSONG


VACATION RENTAL HOUSE IN SEDONA, AZ

 * Home
 * About
 * Products
 * Portfolio
 * Blog
 * Contact



Sedona  (Village of Oak Creek)

 * 3 Bedrooms
 * 2 Bathrooms
 * Sleeps 6


OVERVIEW

Welcome to Sedona Birdsong - your ultimate retreat in the heart of the Village
of Oak Creek! This spacious house boasts breathtaking red rock views of Castle
Rock and provides a serene oasis to unwind. Nestled close to shops, dining, and
all the attractions Sedona has to offer, Sedona Birdsong is the perfect
destination for your Arizona getaway.

 

Spanning 1,670 square foot home has three bedrooms, and two bathrooms to
comfortably sleep up to 6 guests.

 

The entryway is warm and inviting, complete with a serene water feature, to then
be greeted by open main living area with the living room, kitchen and dining
area.

 

Living Room: The living room features comfortable furnishings, including two
sofas and accent chairs. Enjoy evenings by the electric fireplace, immerse
yourself in a movie on the 70" Smart TV, or unwind with a selection of books and
board games. The living room also offers direct access to the spacious outdoor
area, where you can relish the breathtaking views.

 

Kitchen: The fully equipped kitchen features stainless appliances accompanied by
all the necessary equipment and utensils for creating delicious meals and
snacks.

 

Dining area: The adjacent dining area, with seating for six, provides an
inviting space to enjoy meals with impressive views of the surroundings..

 

Bedrooms/Bathrooms:

Master Bedroom — King size bed, Smart TV, electric fireplace, accent seating,
walk in closet and private access to outdoor spaces. The private bathroom offers
a single sink vanity, soaking tub and a separate shower.

 

Bedroom 2 – Queen Bed and access to full shared bathroom with tub/shower combo

 

Bedroom 3 – Queen Bed and access to full shared bathroom with tub/shower combo

 

Outdoor/Patio Areas:

Spacious backyard space offers plenty of seating areas. Enjoy the fire table and
BBQ grill on the large covered patio, or sit amongst the trees in the private
yard, all while taking in the stunning surrounding views.

 

Internet: High Speed Wifi

Hot tub: No

 

Laundry: Full size washer and dryer

 

Parking: Two-car garage with plenty of space for driveway parking. Please note,
no RV or street parking is allowed.    

 

Air conditioning: Yes, central

Pets: Not Allowed

Security Cameras: No

Pursuant to ARS § 32-2121 the Property Management Company does not solicit,
arrange or accept reservations or monies, for occupancies of greater than
thirty-one days

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

Distances:

Oak Creek Country Club- 0.5 miles
Sedona Golf Resort – 1.4 miles

Bell Rock Trailhead — 2.9 miles

Chapel of the Holy Cross – 5.4 miles
Cathedral Rock Trailhead — 5.7 miles
Tlaquepaque Arts & Crafts Village – 7.4 miles
Flagstaff – 52 miles
Prescott – 60 miles
Grand Canyon Village – 136 miles

TPT Number 21548318

Read More…






BEDROOM DETAILS

Master Bedroom
King
   
 * Toilet
   
 * Tub
   
 * Shower
   

Smart TV Sleeps 2
Bedroom 2
Queen
   
 * Toilet
   
 * Combo Tub Shower
   

Sleeps 2
Bedroom 3
Queen Sleeps 2


AMENITIES

Pets Not Allowed Smoking Not Allowed Free Parking Air Conditioning Television
Kitchen Dining Area BBQ Fireplace Heating Washer Dryer Parking Garage Iron Board
Iron Carbon Monoxide Detector First Aid Kit Fire Extinguisher Smoke Detector
Fire Pit


AVAILABILITY

Previous
March 2024

MTWTFSS    12345678910111213141516171819202122232425262728293031

April 2024

MTWTFSS123456789101112131415161718192021222324252627282930     

Next
May 2024

MTWTFSS  12345678910111213141516171819202122232425262728293031  


 * Checkin Available
 * Checkout Available
 * Not Available


LOCATION

© Mapbox © OpenStreetMap Improve this map


REVIEWS


[]

   
 * 
   
 * 
   
 * 
   
 * 
   
 * 
   

by K.S on 02/16/2024
We loved our stay at Birdsong. The house felt cozy and open, and had a homy feel
with the board games, a small collection of books, and even a couple of cook
books. Nice touch. The yard is a gem, very spacious, and offered lots of seating
options but my favorite was the patio area with the fire table as it offered a
spectacular view of the red rocks, especially around sunset. Hope to come back
and make smores at the open fire pit. The house is in a great location, quiet
but in walking distance to great coffee shops, excellent restaurants and wine
tasting, and a grocery store. And of course Bell rock is just up the road. Loved
watching the birds at the feeder from the dining room window.

Property ID: 817339

Arrive
Depart
Adults 123456
Children 0123456
Show Details

Subtotal Taxes and fees Total

Book Now
Property Inquiry
×

PROPERTY INQUIRY

First name is required.
Last name is required.
Email or phone is required. This is not a valid email.
Phone or email is required.
Checkin is required.
Checkout is required.
Adults 123456
Children 0123456

Send Inquiry
(928) 255-1456
 * Owner Login