www.westgatereservations.com Open in urlscan Pro
74.207.236.48  Public Scan

Submitted URL: http://tripsbyjim.com/
Effective URL: https://www.westgatereservations.com/36107132882
Submission: On April 13 via api from BE — Scanned from DE

Form analysis 1 forms found in the DOM

Name: searchAvailability

<form name="searchAvailability" novalidate="" ng-submit="searchAvailability.$valid &amp;&amp; submitSearch()" class="ng-pristine ng-valid-date ng-invalid ng-invalid-required">
  <div class="row gx-2">
    <!-- ngIf: options.show.address -->
    <!-- ngIf: options.show.destination -->
    <div ng-if="options.show.destination" class="search-field ng-scope col-12 col-lg" ng-class="[{'col-12': options.columns === 1, 'col-12 col-lg': options.columns !== 1}]">
      <div class="input-wrapper destination-input">
        <label>Where to?</label>
        <div class="input-icon-wrapper">
          <div class="input-icon-container">
            <span class="input-icon fas fa-map-marker-alt fa-fw"></span>
          </div>
          <select ng-model="data.selectedDest" name="destination" ng-options="dest.long for (destinationId, dest) in data.destinations track by dest.id" ng-change="updateDestination()" ng-required="data.selectedDest !== null"
            class="ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" required="required">
            <option value="" class="" selected="selected">Destination</option>
            <option label="Branson, MO" value="13">Branson, MO</option>
            <option label="Cocoa Beach, FL" value="359">Cocoa Beach, FL</option>
            <option label="Gatlinburg, TN" value="8">Gatlinburg, TN</option>
            <option label="Las Vegas, NV" value="14">Las Vegas, NV</option>
            <option label="Myrtle Beach, SC" value="12">Myrtle Beach, SC</option>
            <option label="Orlando, FL" value="5">Orlando, FL</option>
            <option label="Park City, UT" value="10">Park City, UT</option>
            <option label="River Ranch, FL" value="277">River Ranch, FL</option>
            <option label="Williamsburg, VA" value="9">Williamsburg, VA</option>
          </select>
        </div>
        <div class="x-alert x-alert-danger x-alert-block ng-hide" ng-show="searchAvailability.destination.$error.required &amp;&amp; searchAvailability.$submitted">Please select destination</div>
      </div>
    </div><!-- end ngIf: options.show.destination -->
    <!-- ngIf: options.show.resorts -->
    <div ng-show="options.show.arrival" ng-class="[{'col-12': options.columns === 1, 'col-12 col-lg': options.columns !== 1}]" class="col-12 col-lg">
      <div class="input-wrapper">
        <label>Check In</label>
        <div class="input-icon-wrapper">
          <div class="input-icon-container">
            <span class="input-icon far fa-calendar-alt fa-fw"></span>
          </div>
          <input class="nofocus arrival-date ng-pristine ng-untouched ng-valid ng-isolate-scope ng-not-empty ng-valid-date ng-valid-required" type="text" name="arrival_date" datepicker-template-url="wg-dp" datepicker-popup-template-url="wg-dp-p"
            uib-datepicker-popup="mediumDate" ng-model-options="{timezone: 'America/New_York'}" datepicker-options="dpOptions.arrival" placeholder="1 Check In" autocomplete="off" custom-class="custom()" ng-model="data.arrivalDate"
            is-open="visible.dp.arrival" ng-click="toggleDp( 'arrival' )" ng-change="selectDate( 'arrival', data.arrivalDate )" readonly="readonly" required="">
          <div uib-datepicker-popup-wrap="" ng-model="date" ng-change="dateSelection(date)" template-url="wg-dp-p" class="ng-pristine ng-untouched ng-valid ng-scope ng-not-empty">
            <div class="wg-dp-container" ng-class="{'dp-seasons': $parent.data.selectedDest}">
              <!-- ngIf: isOpen -->
            </div>
          </div>
        </div>
      </div>
      <div class="x-alert x-alert-danger x-alert-block ng-hide" ng-show="searchAvailability.arrival_date.$error.required &amp;&amp; searchAvailability.$submitted">Please select check in date</div>
    </div>
    <div ng-show="options.show.departure" ng-class="[{'col-12': options.columns === 1, 'col-12 col-lg': options.columns !== 1}]" class="col-12 col-lg">
      <!-- ngIf: !data.special_id -->
      <div ng-if="!data.special_id" class="ng-scope">
        <div class="input-wrapper">
          <label>Check Out</label>
          <div class="input-icon-wrapper">
            <div class="input-icon-container">
              <span class="input-icon far fa-calendar-alt fa-fw"></span>
            </div>
            <input class="nofocus departure-date ng-pristine ng-untouched ng-valid ng-isolate-scope ng-not-empty ng-valid-date ng-valid-required" type="text" name="departure_date" datepicker-template-url="wg-dp"
              datepicker-popup-template-url="wg-dp-p" uib-datepicker-popup="mediumDate" ng-model-options="{timezone: 'America/New_York'}" datepicker-options="dpOptions.departure" placeholder="Check Out" autocomplete="off" custom-class="custom()"
              ng-model="data.departureDate" is-open="visible.dp.departure" ng-click="toggleDp( 'departure' )" ng-change="selectDate( 'departure', data.departureDate )" readonly="readonly" required="">
            <div uib-datepicker-popup-wrap="" ng-model="date" ng-change="dateSelection(date)" template-url="wg-dp-p" class="ng-pristine ng-untouched ng-valid ng-scope ng-not-empty">
              <div class="wg-dp-container" ng-class="{'dp-seasons': $parent.data.selectedDest}">
                <!-- ngIf: isOpen -->
              </div>
            </div>
          </div>
        </div>
        <div class="x-alert x-alert-danger x-alert-block ng-hide" ng-show="searchAvailability.departure_date.$error.required &amp;&amp; searchAvailability.$submitted">Please select check out date</div>
      </div><!-- end ngIf: !data.special_id -->
      <!-- ngIf: data.special_id -->
    </div>
    <div ng-class="[{'col-12': options.columns === 1, 'col-12 col-md': options.columns !== 1}]" class="col-12 col-md">
      <div class="input-wrapper search-input">
        <label class="x-hidden-phone"> &nbsp;</label>
        <button type="submit" value="Search" class="btn-orange x-btn x-btn-block x-btn-square x-btn-large"><i class="fa fa-search left"></i>Search</button>
      </div>
    </div>
  </div>
</form>

Text Content

Congratulations! As a referral of a valued Westgate family, you will receive
additional savings when you call today! Discount Code: 36107132882
 *  en
   * English
   * Español

1-800-735-1906

 * Our Resorts
 * Vacation Specials
 * Park Tickets
 * Blog
 * Contact Us

 *  Owners
 *  *  en
      * English
      * Español

Plan, Book & Save with Westgate Resorts
Where to?

DestinationBranson, MOCocoa Beach, FLGatlinburg, TNLas Vegas, NVMyrtle Beach,
SCOrlando, FLPark City, UTRiver Ranch, FLWilliamsburg, VA
Please select destination
Check In

Please select check in date
Check Out

Please select check out date
  Search

  Sign up for the latest deal alerts

Spring Getaways
Take a break, all starting from $99!

View Vacations

Save up to $980
Save big with our Vacation Packages

View Vacations

Getaways for Couples
Ditch the chocolates and flowers


See Deals

Know before you go!
50 Things to Do in Orlando


Read More

Spend 3 Nights in Orlando
For Only $99!


See Deal

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

> Save today, travel later with an Open Date vacation package!
> Call us now 1-800-735-1906

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


EXPLORE OUR POPULAR DESTINATIONS


ORLANDO, FL

Orlando Resorts Orlando Specials Disney Orlando


WILLIAMSBURG, VA

Williamsburg Resorts Williamsburg Specials Williamsburg Vacations


LAS VEGAS, NV

Las Vegas Resorts Las Vegas Specials Las Vegas Vacations


GATLINBURG, TN

Gatlinburg Resorts Gatlinburg Specials Gatlinburg Vacations


MYRTLE BEACH, SC

Myrtle Beach Resorts Myrtle Beach Specials


BRANSON, MO

Branson Resorts Branson Specials

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

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


WESTGATE VACATIONS FOR EVERYONE



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

Welcome to your home away from home. Westgate Resorts offers spacious,
luxurious, family friendly accommodations in some of the most popular vacation
destinations throughout the U.S. From beautiful studio suites on the beach to
multi-bedroom villas offering ski-in/ski-out privileges, our resorts are loaded
with amenities. From exclusive dining and world class spas to kids’ clubs and
scheduled activities, we create lifelong vacation memories for everyone in the
family while also putting you on the doorstep to some of America’s favorite
parks, cities and attractions. At Westgate Resorts, you will enjoy more for
less!

Vacation Ownership

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

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

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


LOWEST WESTGATE VACATION PRICES ONLINE

WESTGATE RESORTS OFFICIAL VACATION HEADQUARTERS

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

View Specials

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


WESTGATE RESORTS

Family Vacation Packages and Resorts in Popular Destinations

All family vacation packages are not created equal. And you can experience the
difference when you choose a dream vacation with Westgate Resorts!

Westgate Resorts offers more than two dozen resorts in popular vacation
destinations throughout the U.S., Discover our Westgate Resorts locations in
Orlando, Myrtle Beach, Gatlinburg, Branson, Las Vegas, Park City, and
Williamsburg. Whether you prefer the beach, the mountains or the thrills of a
screaming roller coaster, Westgate Resorts can bring your vacation dreams to
life.

What is the Westgate Resorts Difference? You can start with the spacious and
luxurious accommodations. Westgate Resorts villas range in size from exquisite
studio suites to multi-bedroom villas. Yet all include the comforts of home
designed to make your stay extra special. Forget the days of cramped hotel rooms
and explore the world of Westgate Resorts where you’ll enjoy leather furniture,
fully-equipped kitchens, large screen televisions, marble tubs, in-room laundry,
and even your own private balcony or patio.

View Vacation Specials

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



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

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

> Yes, you can customize your own vacation package!
> Call us now at 1-800-735-1906

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


WESTGATE ADVENTURES - OUR MOST RECENT TRAVEL BLOGS


THE ULTIMATE GUIDE ABOUT WHERE TO STAY IN GATLINBURG

April 12, 2024


THE ULTIMATE DISNEY WORLD RIDES LIST (WITH PRINTABLE GUIDES)

April 3, 2024


15 EXCITING THINGS TO DO IN BRANSON WITH KIDS

March 29, 2024


EXPERIENCE LUXURY AT TOP HOTELS IN BRANSON, MO

March 20, 2024

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


SITE INDEX

CUSTOMIZE TODAY

Call us now at 1-800-735-1906 to customize your vacation package

VACATION DESTINATIONS

 * Orlando Vacations
 * Las Vegas Vacations
 * Gatlinburg Vacations
 * Cocoa Beach Vacations
 * Kissimmee Vacations
 * Williamsburg Vacations
 * Westgate New York Grand Central

ABOUT

 * Vacation Ownership
 * Best Price Guarantee
 * FAQ
 * Privacy Policy
 * CA Privacy Notice
 * Terms and Conditions
 * Gift Card Sweepstakes Terms

SPECIAL DISCOUNTS

 * Teacher Travel Discounts
 * First Responder Discounts
 * Nurse Travel Discounts
 * Vacation Deals

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

 * Westgate Vacation Specials
 * Vacation Ideas
 * Pet Friendly Resorts
 * Vacation Blog


 * Copyright © 2024 WestgateReservations.com, a subsidiary of CFI
 * SeaWorld elements and all related indicia TM & © 2024 SeaWorld.
 * Disney elements and all related indicia TM & © 2024 Walt Disney World.
 * Universal elements and all related indicia TM & © 2024 Universal Studios. All
   rights reserved.
 * HARRY POTTER characters, names and related indicia are © & ™ Warner Bros.
   Entertainment Inc. J.K. ROWLING'S WIZARDING WORLD™ J.K. Rowling and Warner
   Bros. Entertainment Inc. Publishing Rights © JKR. (s18)
 * This advertising material is being used for the purpose of soliciting sales
   of vacation ownership plans.




Live Chat