yakimarvpark.com
Open in
urlscan Pro
69.16.204.17
Public Scan
URL:
https://yakimarvpark.com/
Submission: On February 28 via api from US — Scanned from US
Submission: On February 28 via api from US — Scanned from US
Form analysis
1 forms found in the DOMName: form1 — POST /splash.php?go=process
<form name="form1" method="post" action="/splash.php?go=process">
<div>
<fieldset>
<legend>Contact</legend>
<div class="half">
<label for="FNAME">First Name<span class="req">*</span></label>
<input type="text" name="FNAME" id="FNAME" value="" maxlength="55" required="">
</div>
<div class="half">
<label for="LNAME">Last Name<span class="req">*</span></label>
<input type="text" name="LNAME" id="LNAME" value="" maxlength="55" required="">
</div>
<div class="half">
<label for="EMAIL">Email<span class="req">*</span></label>
<input type="email" name="EMAIL" id="EMAIL" value="" maxlength="55" required="">
</div>
<div class="half">
<label for="PHONE">Phone</label>
<input type="tel" name="PHONE" id="PHONE" value="" maxlength="55">
</div>
<div class="whole">
<label for="STREET">Street Address<span class="req">*</span></label>
<input type="text" name="STREET" id="STREET" value="" maxlength="55" required="">
</div>
<div class="third">
<label for="CITY">City<span class="req">*</span></label>
<input type="text" name="CITY" id="CITY" value="" maxlength="55" required="">
</div>
<div class="third">
<label for="STATE">State<span class="req">*</span></label>
<input type="text" name="STATE" id="STATE" value="" maxlength="55" required="">
</div>
<div class="third">
<label for="ZIP">Zip<span class="req">*</span></label>
<input type="text" name="ZIP" id="ZIP" value="" maxlength="55" required="">
</div>
</fieldset>
<fieldset>
<legend>Reservation Information</legend>
<div class="third">
<label for="RES_TYPE">Reservation Type<span class="req">*</span></label>
<select name="RES_TYPE" id="RES_TYPE">
<option value="Overnight">Overnight</option>
<option value="Weekly">Weekly</option>
<option value="Monthly/Extended">Monthly/Extended</option>
</select>
</div>
<div class="third">
<label for="CHECKIN">Check In Date<span class="req">*</span></label>
<input type="date" name="CHECKIN" id="CHECKIN" value="" maxlength="55" required="">
</div>
<div class="third">
<label for="CHECKOUT">Check Out Date<span class="req">*</span></label>
<input type="date" name="CHECKOUT" id="CHECKOUT" value="" maxlength="55" required="">
</div>
<div class="third">
<label for="ADULTS">Number of Adults<span class="req">*</span></label>
<input type="text" name="ADULTS" id="ADULTS" value="" maxlength="55" required="">
</div>
<div class="third">
<label for="KIDS">Number of Kids<span class="req">*</span></label>
<input type="text" name="KIDS" id="KIDS" value="" maxlength="55" required="">
</div>
<div class="third">
<label for="PETS">Number of Pets<span class="req">*</span></label>
<input type="text" name="PETS" id="PETS" value="" maxlength="55" required="">
</div>
</fieldset>
<fieldset>
<legend>RV Information</legend>
<p><strong>NOTE:</strong> We can only accomodate RVs that are model year 2010 or newer.</p>
<div class="half">
<label for="RV_TYPE">RV Type<span class="req">*</span></label>
<select name="RV_TYPE" id="RV_TYPE">
<option value="A Class Motor Home">A Class Motor Home</option>
<option value="B Class Motor Home">B Class Motor Home</option>
<option value="C Class Motor Home">C Class Motor Home</option>
<option value="Travel Trailer">Travel Trailer</option>
<option value="RV Truck Camper">RV Truck Camper</option>
<option value="5th Wheel">5th Wheel</option>
</select>
</div>
<div class="half">
<label for="YEAR">Year<span class="req">*</span></label>
<input type="text" name="YEAR" id="YEAR" value="" maxlength="55" required="">
</div>
<div class="half">
<label for="SIZE">Size<span class="req">*</span></label>
<input type="text" name="SIZE" id="SIZE" value="" maxlength="55" required="">
</div>
<div class="half">
<label for="NUMSLIDEOUTS">Number of Slideouts</label>
<input type="text" name="NUMSLIDEOUTS" id="NUMSLIDEOUTS" value="" maxlength="55">
</div>
<p>Location of Slide-Outs (Check all that apply)</p>
<div class="quarter">
<input type="checkbox" name="DF" id="DF" value="1">
<label for="DF">Driver Front</label>
</div>
<div class="quarter">
<input type="checkbox" name="DR" id="DR" value="1">
<label for="DR">Driver Rear</label>
</div>
<div class="quarter">
<input type="checkbox" name="PF" id="PF" value="1">
<label for="PF">Passenger Front</label>
</div>
<div class="quarter">
<input type="checkbox" name="PR" id="PR" value="1">
<label for="PR">Passenger Rear</label>
</div>
<div class="whole">
<label for="DEPTH">Depth of Slides<span class="req">*</span></label>
<textarea name="DEPTH" id="DEPTH" rows="3" maxlength="55" required=""></textarea>
</div>
<div class="third">
<label for="TOWVEHICLE">Tow Vehicle Make/Model<span class="req">*</span></label>
<input type="text" name="TOWVEHICLE" id="TOWVEHICLE" value="" maxlength="55" required="">
</div>
<div class="third">
<label for="POWER">Power<span class="req">*</span></label>
<select name="POWER" id="POWER">
<option value="30 Amp">30 Amp</option>
<option value="50 Amp">50 Amp</option>
<option value="N/A">N/A</option>
</select>
</div>
<div class="third">
<label for="SITE_TYPE">Site Type<span class="req">*</span></label>
<select name="SITE_TYPE" id="SITE_TYPE">
<option value="None">--Select--</option>
<option value="Super">Super Site</option>
<option value="Pull Through">Pull Through</option>
<option value="Double">Double (Back-in)</option>
<option value="Single">Single (Regular Back-in)</option>
<option value="Tent">Tent</option>
</select>
</div>
<div class="whole">
<label for="COMMENTS">Additional Comments</label>
<textarea name="COMMENTS" id="COMMENTS" value="" rows="3" maxlength="55"></textarea>
</div>
</fieldset>
<label for="ADDRESS3" id="ADDRESS3label">Leave this field blank:</label>
<input type="text" name="ADDRESS3" id="ADDRESS3" value="" maxlength="5">
</div>
<button type="submit" title="Submit" style="margin:36px auto 36px auto;">Request Reservation</button>
<div>
<p><strong>Reservation Policy:</strong> A deposit equal to the first night's fees is required and non-refundable. All sites are 1st come, 1st serve until the required reservation deposit is received. Rates/sites are subject to change without
notice.</p>
<p><strong>Holiday Reservation:</strong> A deposit equal to (2) two or (3) three night's fees is required and is non-refundable.</p>
<p>We cannot always guarantee individual sites, however we will try our best to accommodate our customers, but we do reserve the right to change sties at any time without notice!</p>
<p>Extending your stay could require a site change and will be subject to availability.</p>
<p>Drop-Ins are welcome. However, reservations are strongly suggested.</p>
<p>Check in time is 1:00 p.m. or after. Check out time is 11:00 a.m.</p>
<p>For weekly rates see the rates drop down box and for Extended stay rates please call us for availability. Rates are subject to change without notice.</p>
</div>
</form>
Text Content
AboutAmenitiesLocationContactReservations Winter Special! Receive $50.00 off 1st month long term stay with a minimum of three months. Call the resort for more information! WELCOME TO YAKIMA RV PARK! The 300 days of sunshine and breathtaking sights beg those who experience it to take advantage of the wonderful outdoor activities. Yakima, is known for being the Palm Springs of Washington, is located in South Central Washington where the Naches and Yakima Rivers join. Yakima leads the way to the Cascade Mountains. It also opens up wonderful opportunities in the fruitful Yakima Valley. Whitewater enthusiasts, get ready to go! The Tieton River will keep you cool in the heat of Yakima's Indian summer. Fueled by water released from Rimrock Dam for irrigation purposes, the Tieton's steep gradient produces eighteen miles of narrow and swift class III+ whitewater leading to the Naches River. We have lots to offer the fisherman whether it’s the Yakima canyon area , the Tieton, Naches or Yakima rivers or the local lakes there is lots of fish. The main industry is agriculture that flourishes through producing and processing tree fruits, hops, mint, vegetables, livestock, dairy and wine. The extended growing season and rich soil provide the perfect conditions to produce grapes excellent for wine making. The Wine industry in the Yakima Valley has boomed in recent years, with international recognition of Yakima wines and vineyards. Here in Washington's Premium Wine Region you can visit wineries and find fresh produce nearby in season. Be sure to see the Wine Growers in the Yakima Valley of Washington or follow the Rattlesnake Hills Wine Trail. It's not a "hiking trail", but rather an opportunity for you to explore the prettiest wine region in Washington State and the Yakima Valley. We also have several beer brewers. The pleasure of visiting the Yakima Valley has been one of the Northwest's best-kept secrets. But the word is getting out. We at Yakima RV Park extend our invitation to you to come and enjoy the year round fun here in the Yakima Valley. See you soon! AMENITIES INCLUDE Beautiful clubhouse Paved roads and sites Storage sheds Clean, landscaped park 50/30 amp City water Sewer Indoor heated pool Hot tub Game and TV room Safe & secure LOCATION YAKIMA RV PARK 1610 N 1st St, Yakima, WA 98901 (509) 452-9561 Office Hours Everyday 9am-4:30 pm Please call for daily, weekly and extended stay rates CONTACT Contact First Name* Last Name* Email* Phone Street Address* City* State* Zip* Reservation Information Reservation Type* Overnight Weekly Monthly/Extended Check In Date* Check Out Date* Number of Adults* Number of Kids* Number of Pets* RV Information NOTE: We can only accomodate RVs that are model year 2010 or newer. RV Type* A Class Motor Home B Class Motor Home C Class Motor Home Travel Trailer RV Truck Camper 5th Wheel Year* Size* Number of Slideouts Location of Slide-Outs (Check all that apply) Driver Front Driver Rear Passenger Front Passenger Rear Depth of Slides* Tow Vehicle Make/Model* Power* 30 Amp 50 Amp N/A Site Type* --Select-- Super Site Pull Through Double (Back-in) Single (Regular Back-in) Tent Additional Comments Leave this field blank: Request Reservation Reservation Policy: A deposit equal to the first night's fees is required and non-refundable. All sites are 1st come, 1st serve until the required reservation deposit is received. Rates/sites are subject to change without notice. Holiday Reservation: A deposit equal to (2) two or (3) three night's fees is required and is non-refundable. We cannot always guarantee individual sites, however we will try our best to accommodate our customers, but we do reserve the right to change sties at any time without notice! Extending your stay could require a site change and will be subject to availability. Drop-Ins are welcome. However, reservations are strongly suggested. Check in time is 1:00 p.m. or after. Check out time is 11:00 a.m. For weekly rates see the rates drop down box and for Extended stay rates please call us for availability. Rates are subject to change without notice.