sedonasouthwestserenity.com Open in urlscan Pro
172.67.149.137  Public Scan

URL: https://sedonasouthwestserenity.com/
Submission: On September 30 via api from BE — Scanned from DE

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="a28371b502">
  <input type="hidden" name="book_unit" value="884865">
  <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>
          <option value="7">7</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>
          <option value="7">7</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=884865" 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>
          <option value="7">7</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>
          <option value="7">7</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 SOUTHWEST SERENITY


VACATION RENTAL HOUSE IN SEDONA, AZ

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



Sedona  (Chapel Area)

 * 4 Bedrooms
 * 2 Bathrooms
 * Sleeps 7


OVERVIEW

Sedona Southwest Serenity is ideally situated, showcasing impressive 180 views
of the red rocks from various locations throughout the home. Enjoy your morning
coffee on the upper deck while watching the sunrise illuminate the stunning rock
formations, or unwind in the hot tub beneath a blanket of stars. Nestled in the
iconic Chapel Area, you’ll find yourself just minutes away from shopping,
dining, and a myriad of fantastic hiking and biking trails. Additionally, the
complimentary shuttle service is within walking distance, providing easy access
to many popular trailheads.

 

This property offers a spacious 2,659 square feet of luxury living with four
bedrooms, two and a half bathrooms, to sleep up to seven guests in true comfort.

 

You will enter this stunning split-level home through either the front door,
where you will then find yourself in the great room holding the living room,
kitchen, and dining area with gorgeous flooring throughout. This space offers an
open floor plan with spectacular views from practically every room.

 

Living Room:  Enjoy relaxing in this open and bright room featuring comfortable
seating options, a 65” Smart TV, an electric fireplace and of course, stunning
views. Take advantage of the convenient patio access where you can enjoy more of
the surrounding Sedona scenery.

 

Kitchen: The kitchen is well-appointed with stainless steel appliances and ample
counter space, making it a chef's dream. It comes fully stocked with all the
essentials you need to create delicious meals! There is bar seating for two, and
the kitchen conveniently opens up to the back deck, allowing you to enjoy your
meals outdoors when the weather is nice!

 

Dining area: The dining area has seating for six and offers breathtaking views
that you can enjoy during mealtime!

 

Bedrooms/Bathrooms:

Master Bedroom (upper level)— King size bed, 48” Smart TV and, large walk-in
closet and access to expansive deck, where you can relax and enjoy one of the
best views Sedona has to offer. The private bathroom offers double sink, walk in
shower and an oversized soaking tub.

 

Bedroom 2 (main level) – Queen size bed, 40” Smart TV and access to shared full
bathroom.

 

Bedroom 3 (main level) – Queen size bed, 40” Smart TV and access to shared full
bathroom.

 

Office (main level) – Extra sleeping accommodations are available in the office,
featuring a sofa that transforms into a twin futon. Complete your work while
taking in the direct views of the red rocks from this inviting space.

 

Bathroom 2 –Jack and Jill bathroom with tub/shower combo shared with bedrooms 2
and 3.

 

Half Bathroom

 

Deck/Patio areas:

The deck, elegantly furnished for comfort, can be reached from both the living
room and kitchen, providing an array of views for you and your guests. This
spacious deck features multiple seating areas, including a space for outdoor
dining. Take advantage of the propane BBQ grill to prepare your favorite meals.
With convenient access to the lower level, you’ll find a private hot tub perfect
for unwinding after a day filled with activities. Gathering around the fire pit
on a cool Sedona evening creates a cozy and intimate atmosphere, and don't
forget to enjoy the corn hole set for some extra fun! Find additional seating to
enjoy in the front courtyard.

 

Internet: Yes, high-speed wireless access

 

Laundry: Full size Washer and dryer

 

Parking: Driveway parking for 5 vehicles
 

Air conditioning: Yes, central throughout and mini split cooling in Master
Bedroom and office

 

Hot tub: Yes, private

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:

Broken Arrow Trailhead – 0.8 miles

Tlaquepaque Arts & Crafts Village – 1.4 miles

Mystic Trail Trailhead – 2.0 miles

Chapel of the Holy Cross – 2.5 miles

Cathedral Rock Trailhead – 2.8 miles

Bell Rock Trailhead – 4.2 miles

Flagstaff – 31 miles

Prescott – 65 miles

Grand Canyon Village – 141 miles

Arizona TPT License #21578088

City of Sedona Permit #032708

Read More…






BEDROOM DETAILS

Master Bedroom
King
   
 * Toilet
   
 * Tub
   
 * Shower
   

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

40" Smart TV Sleeps 2
Bedroom 3
Queen Toilet 40" Smart TV Sleeps 2
Office with Twin Futon
Twin


AMENITIES

Red Rock View Hot Tub Jacuzzi/hot tub Television Kitchen Dining Area BBQ
Fireplace Heating Washer Dryer Parking Iron Board Iron Carbon Monoxide Detector
First Aid Kit Fire Extinguisher Smoke Detector TV Grill Balcony Fire Pit Pets
Not Allowed Smoking Not Allowed Free Parking Fireplace Air Conditioning


AVAILABILITY

Previous
September 2024

MTWTFSS      123456789101112131415161718192021222324252627282930      

October 2024

MTWTFSS 12345678910111213141516171819202122232425262728293031          

Next
November 2024

MTWTFSS    123456789101112131415161718192021222324252627282930        


 * Checkin Available
 * Checkout Available
 * Not Available


LOCATION

© Mapbox © OpenStreetMap Improve this map


REVIEWS



Property ID: 884865

Arrive
Depart
Adults 1234567
Children 01234567
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 1234567
Children 01234567

Send Inquiry
(928) 255-1456
 * Owner Login