parkcityjewelofkingscrown.com Open in urlscan Pro
141.193.213.10  Public Scan

URL: https://parkcityjewelofkingscrown.com/
Submission: On May 03 via api from US — 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="c3fe78f8e6">
  <input type="hidden" name="book_unit" value="463993">
  <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>
          <option value="8">8</option>
          <option value="9">9</option>
          <option value="10">10</option>
          <option value="11">11</option>
          <option value="12">12</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>
          <option value="8">8</option>
          <option value="9">9</option>
          <option value="10">10</option>
          <option value="11">11</option>
          <option value="12">12</option>
        </select>
      </div>
    </div>
    <div class="col-md-12">
      <div class="form-group" ng-init="book.pets='0'">
        <label for="book_pets">Pets</label>
        <select name="book_pets" class="form-control ng-pristine ng-untouched ng-valid ng-not-empty" ng-model="book.pets" ng-change="getPreReservationPrice(book,1);">
          <option value="0">0</option>
          <option value="1">1</option>
          <option value="2">2</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=463993" 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-4 col-sm-4 col-xs-4" 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>
          <option value="8">8</option>
          <option value="9">9</option>
          <option value="10">10</option>
          <option value="11">11</option>
          <option value="12">12</option>
        </select>
      </div>
      <div class="col-md-4 col-sm-4 col-xs-4" 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>
          <option value="8">8</option>
          <option value="9">9</option>
          <option value="10">10</option>
          <option value="11">11</option>
          <option value="12">12</option>
        </select>
      </div>
      <div class="col-md-4 col-sm-4 col-xs-4" ng-init="inquiry.pets='0'">
        <label for="inquiry_pets">Pets</label>
        <select class="form-control margin-top-xs ng-pristine ng-untouched ng-valid ng-not-empty" name="inquiry_pets" id="inquiry_pets" ng-model="inquiry.pets">
          <option value="0">0</option>
          <option value="1">1</option>
          <option value="2">2</option>
        </select>
      </div>
    </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

PARK CITY JEWEL OF KINGS CROWN (SKI-IN/SKI-OUT)


VACATION RENTAL LUXURY HOME IN PARK CITY, UT

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



Park City, UT  (Park City - Historic Old Town)

 * 4 Bedrooms
 * 4 Bathrooms
 * Sleeps 12


OVERVIEW

SKI-IN/OUT If you want to experience true luxury resort living, Park City Jewel
of King’s Crown is the one. This brand-new home is situated mountainside at Park
City Mountain Resort, offering ski-in/ski-out access via a unique exclusive
tower and ski lounge available to community residents and guests. Imagine skiing
untouched powder in the morning and having après ski snacks and beverages upon
your return.

 

The three-level home features 2,630 square feet of living space with four
bedrooms, four and a half bathrooms that can comfortably accommodate up to 10
guests in true comfort.

Entering the unit via the garage, you will be greeted by a foyer that offers a
bench seat and coat racks. Then you will step down a few steps and into the main
level great room, offering the living room, kitchen and dining area. The main
living area features soaring ceilings and banks of windows throughout to bring
in the natural light and views. The home is also installed with a house
humidifier. 

Standout Amenities: Peloton, game room with foosball, & EV charger in the
garage  
 

Living Room: This room boasts a plush contemporary sectional, a cozy gas
fireplace and a Samsung HD TV with Roku and YouTube TV.

 

Kitchen: Fully equipped gourmet kitchen offering high-end stainless steel
appliances, including a Wolf six-burner gas range and a SubZero refrigerator,
ample stone counter tops, and a waterfall-style island with a built-in wine
fridge and seating for three. Just adjacent to the kitchen is a convenient desk
and access to a small patio with a natural gas BBQ.

 

Dining Area: Seating for up to seven guests.

 

Family/Bonus Room: Located on the lower level is a spacious family/bonus room
featuring a new king sleeper sofa, big screen Smart TV with Roku and YouTube TV,
wet bar with wine fridge, game area with a foosball table, brand new Peloton,
café/bistro table and seating. 

 

Bedrooms / Bathrooms:

Grand master bedroom (upper level) — King size bed, Roku Smart TV and YouTube
TV,  private balcony. The en suite bathroom offers heated floors, dual stone
counter sinks, large tile and glass shower with two shower heads and a bench,
and a free-standing soaking tub.

 

Master Bedroom 2 (upper level) – Queen bed, HD TV with Roku and YouTube TV, the
private bathroom offers a spacious glass and tile shower, heated floors.

 

Bedroom 3/bunk room (upper level) — Four twin beds in a configuration with
twin-over-twin bunk beds, twin bed with a twin trundle, HD TV with Roku and
YouTube TV, and a private bathroom with a glass and tile shower.

 

Bedroom 4 (lower level) – King size bed, access to a full bathroom with a steam
shower and heated floor.

 

Half bath on main level

 

Community Amenities: The community amenities accentuate the luxury offerings of
this property. The King’s Crown Ski Tower, located just across the street,
offers a ski locker room and a skier’s lounge with comfortable furnishings, bar
seating, a big screen TV, après ski snacks and beverages, and ski-in/out access
to the slopes. Great space to gather and gear up for your day skiing, as well as
relax after an exciting day on the mountain. Please be advised that ski access
is dependent on weather and conditions on the Kings Crown run and the Vail
Resorts trail status. Don’t forget to check out the large patio with couch
seating and a toasty fire pit, and an oversized communal hot tub with stunning
views.  

 

Pets: Yes, up to 2 dogs allowed with a non-refundable pet fee of $250.00.

 

Hot tub: Yes, private (lower level back patio) and communal

 

Laundry: Stacked Front Load Washer/Dryer

 

A/C: Yes, central

Additional Amenities: Central Humidifier 

 

Wireless Internet: Yes, Free high-speed enterprise class WiFi
hardware throughout, with coverage on each floor via multiple access points for
strong signal strength anywhere in the house. Internet speed is 1200Mbps.
 

Parking: One-car heated garage, with additional parking in the heated garage.
Garage fits up to a small SUV. 4 Wheel drive recommended in the winter months.

 

Camera: Exterior cameras and a camera in the garage.

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

Distances:
Park City Town Lift Plaza:  1.0 mile / walk or ski to it

Park City Mountain Resort: Ski in/out via King’s Crown Run or a 5-minute walk

Park City Canyons Resort/Village: 4.5 miles

Deer Valley Resort: 1.6 miles

Park City Golf Course: 1.3 miles
Grocery Stores: 1.2 miles

Liquor Store: 1.2 miles

 

Please note: Discounts are offered for reservations longer than 30 days. Contact
Park City Rental Properties at 435-571-0024 for details! 

Read More…






BEDROOM DETAILS

Grand Master Bedroom - Upper Level
King
   
 * Toilet
   
 * Tub
   
 * Dual Shower Heads
   

Smart TV Sleeps 2
Master Bedroom 2 - Upper Level
Queen
   
 * Toilet
   
 * Shower
   

Smart TV Sleeps 2
Bunk Room - Upper Level
   
 * Twin and Twin Trundle
   
 * Twin over Twin Bunk Beds
   

   
 * Toilet
   
 * Shower
   

Smart TV Sleeps 4
Lower Level
King
   
 * Toilet
   
 * Steam
   

Sleeps 2
Lower Level Family Room
King Sleep Sofa
   
 * Smart TV
   
 * Wet Bar
   

Sleeps 2


AMENITIES

Washer/Dryer Fully Equipped Kitchen Steam Shower Located on Free Shuttle Route
Coffee Maker 24Hr Check-In Television Foosball Laptop Friendly Coffee Maker BBQ
Cooking Basics Patio Or Balcony Fireplace Air Conditioning Heating Washer Dryer
Parking Garage Hair Dryer Iron Board Iron Hot Tub Smoking Not Allowed Long Term
Stays Allowed Pets allowed Luxury EV Car Charger Ski In Ski Out


AVAILABILITY

Previous
May 2024

MTWTFSS  12345678910111213141516171819202122232425262728293031  

June 2024

MTWTFSS     123456789101112131415161718192021222324252627282930

Next
July 2024

MTWTFSS12345678910111213141516171819202122232425262728293031    


 * Checkin Available
 * Checkout Available
 * Not Available


LOCATION

© Mapbox © OpenStreetMap Improve this map


REVIEWS


TIL NEXT YEAR!

   
 * 
   
 * 
   
 * 
   
 * 
   
 * 
   

by Lucy on 03/26/2024
We loved the property and already reserved for next year.


FABULOUS HOME!

   
 * 
   
 * 
   
 * 
   
 * 
   
 * 
   

by Rachel on 03/19/2024
5 stars for the home, although there was construction on both sides at the time
of stay and the homes are very close together, so the next door construction
zone was an ugly eyesore and disappointment. There are no &ldquo;views&rdquo;
from the house, but the home itself is fabulous. Enough space for a large family
to spread out and be comfortable. The ski in ski out across the way took a
moment to figure out but once you did, smooth sailing.


GREAT STAY!

   
 * 
   
 * 
   
 * 
   
 * 
   
 * 
   

by Dan on 06/16/2022
Great stay - highly recommend to others. Thanks!

Property ID: 463993

Arrive
Depart
Adults 123456789101112
Children 0123456789101112
Pets 012
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 123456789101112
Children 0123456789101112
Pets 012

Send Inquiry
(888) 508-9661
 * Owner Login