{"id":239,"date":"2021-10-23T12:04:47","date_gmt":"2021-10-23T12:04:47","guid":{"rendered":"https:\/\/myrvbuddy.com\/mitchelllake\/?page_id=239"},"modified":"2022-06-01T18:55:46","modified_gmt":"2022-06-01T22:55:46","slug":"search-all-hookups","status":"publish","type":"page","link":"https:\/\/myrvbuddy.com\/mitchelllake\/search-all-hookups\/","title":{"rendered":"Search All Sites"},"content":{"rendered":"\n    \n    <section class=\"u-clearfix u-section-2\" id=\"sec-536b\">\n      <div class=\"u-clearfix u-sheet u-sheet-1\">\n        <p class=\"u-align-center-xs u-text u-text-default u-text-1\">Search all sites in our RV Park. Full hookups available<\/p>\n        <div class=\"u-expanded-width u-shortcode u-white u-shortcode-1\">\n<div class=\"wrap plugin-container\">\n\n\t\n\t\n\t\t<div class=\"vbo-js-helpers\" style=\"display: none;\">\n\t\t<div class=\"vbo-add-element-html\">\n\t\t\t<div class=\"vbo-search-num-aduchild-entry\">\n\t\t\t\t<span class=\"vbo-search-roomnum\">Site %d<\/span>\n\t\t\t\t<div class=\"vbo-search-num-adults-entry\">\n\t\t\t\t\t<label class=\"vbo-search-num-adults-entry-label\">Adults<\/label>\n\t\t\t\t\t<span class=\"vbo-search-num-adults-entry-inp\"><select name=\"adults[]\"><option value=\"1\">1<\/option><option value=\"2\">2<\/option><\/select><\/span>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"vbo-search-num-children-entry\">\n\t\t\t\t\t<label class=\"vbo-search-num-children-entry-label\">Children<\/label>\n\t\t\t\t\t<span class=\"vbo-search-num-adults-entry-inp\"><select name=\"children[]\"><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><\/select><\/span>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n\n\t<script type=\"text\/javascript\">\n\tfunction vbAddElement() {\n\t\tvar ni = document.getElementById('vbo-search-num-aduchild-block');\n\t\tvar numi = document.getElementById('vbroomhelper');\n\t\tvar num = (document.getElementById('vbroomhelper').value -1)+ 2;\n\t\tnumi.value = num;\n\t\tvar newdiv = document.createElement('div');\n\t\tvar divIdName = 'vb'+num+'racont';\n\t\tnewdiv.setAttribute('id', divIdName);\n\t\tvar new_element_html = document.getElementsByClassName('vbo-add-element-html')[0].innerHTML;\n\t\tvar rp_rgx = new RegExp('%d', 'g');\n\t\tnewdiv.innerHTML = new_element_html.replace(rp_rgx, num);\n\t\tni.appendChild(newdiv);\n\t}\n\tfunction vbSetRoomsAdults(totrooms) {\n\t\tvar actrooms = parseInt(document.getElementById('vbroomhelper').value);\n\t\tvar torooms = parseInt(totrooms);\n\t\tvar difrooms;\n\t\tif(torooms > actrooms) {\n\t\t\tdifrooms = torooms - actrooms;\n\t\t\tfor(var ir = 1; ir <= difrooms; ir++) {\n\t\t\t\tvbAddElement();\n\t\t\t}\n\t\t}\n\t\tif(torooms < actrooms) {\n\t\t\tfor(var ir = actrooms; ir > torooms; ir--) {\n\t\t\t\tif(ir > 1) {\n\t\t\t\t\tvar rmra = document.getElementById('vb' + ir + 'racont');\n\t\t\t\t\trmra.parentNode.removeChild(rmra);\n\t\t\t\t}\n\t\t\t}\n\t\t\tdocument.getElementById('vbroomhelper').value = torooms;\n\t\t}\n\t}\n\tfunction vbCalcNights() {\n\t\tvar vbcheckin = document.getElementById('checkindate').value;\n\t\tvar vbcheckout = document.getElementById('checkoutdate').value;\n\t\tif (vbcheckin.length > 0 && vbcheckout.length > 0) {\n\t\t\tvar vbcheckinp = vbcheckin.split(\"\/\");\n\t\t\tvar vbcheckoutp = vbcheckout.split(\"\/\");\n\t\t\t\t\tvar vbinmonth = parseInt(vbcheckinp[0]);\n\t\t\tvbinmonth = vbinmonth - 1;\n\t\t\tvar vbinday = parseInt(vbcheckinp[1], 10);\n\t\t\tvar vbcheckind = new Date(vbcheckinp[2], vbinmonth, vbinday);\n\t\t\tvar vboutmonth = parseInt(vbcheckoutp[0]);\n\t\t\tvboutmonth = vboutmonth - 1;\n\t\t\tvar vboutday = parseInt(vbcheckoutp[1], 10);\n\t\t\tvar vbcheckoutd = new Date(vbcheckoutp[2], vboutmonth, vboutday);\n\t\t\t\t\t\tvar vbdivider = 1000 * 60 * 60 * 24;\n\t\t\tvar vbints = vbcheckind.getTime();\n\t\t\tvar vboutts = vbcheckoutd.getTime();\n\t\t\tif(vboutts > vbints) {\n\t\t\t\t\/\/var vbnights = Math.ceil((vboutts - vbints) \/ (vbdivider));\n\t\t\t\tvar utc1 = Date.UTC(vbcheckind.getFullYear(), vbcheckind.getMonth(), vbcheckind.getDate());\n\t\t\t\tvar utc2 = Date.UTC(vbcheckoutd.getFullYear(), vbcheckoutd.getMonth(), vbcheckoutd.getDate());\n\t\t\t\tvar vbnights = Math.ceil((utc2 - utc1) \/ vbdivider);\n\t\t\t\tif(vbnights > 0) {\n\t\t\t\t\tdocument.getElementById('vbjstotnights').innerHTML = 'Nights: '+vbnights;\n\t\t\t\t} else {\n\t\t\t\t\tdocument.getElementById('vbjstotnights').innerHTML = '';\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tdocument.getElementById('vbjstotnights').innerHTML = '';\n\t\t\t}\n\t\t} else {\n\t\t\tdocument.getElementById('vbjstotnights').innerHTML = '';\n\t\t}\n\t}\n\t<\/script>\n\t<input type=\"hidden\" id=\"vbroomhelper\" value=\"1\"\/>\n\t\t<div class=\"vbo-intro-main\"><\/div>\n\t<div class=\"vbdivsearch vbo-search-mainview\"><form action=\"https:\/\/myrvbuddy.com\/mitchelllake\/search-all-hookups\/?option=com_vikbooking\" method=\"post\"><div class=\"vb-search-inner\">\n<input type=\"hidden\" name=\"option\" value=\"com_vikbooking\"\/>\n<input type=\"hidden\" name=\"task\" value=\"search\"\/>\n<div class=\"vbo-search-inpblock vbo-search-inpblock-checkin\"><label for=\"checkindate\">Check-in date<\/label><div class=\"input-group\"><input type=\"text\" name=\"checkindate\" id=\"checkindate\" size=\"10\" autocomplete=\"off\" onfocus=\"this.blur();\" readonly\/><i class=\"far fa-calendar-days vbo-caltrigger\"><\/i><\/div><input type=\"hidden\" name=\"checkinh\" value=\"12\"\/><input type=\"hidden\" name=\"checkinm\" value=\"0\"\/><\/div>\n<div class=\"vbo-search-inpblock vbo-search-inpblock-checkout\"><label for=\"checkoutdate\">Check-out date<\/label><div class=\"input-group\"><input type=\"text\" name=\"checkoutdate\" id=\"checkoutdate\" size=\"10\" autocomplete=\"off\" onfocus=\"this.blur();\" readonly\/><i class=\"far fa-calendar-days vbo-caltrigger\"><\/i><\/div><input type=\"hidden\" name=\"checkouth\" value=\"10\"\/><input type=\"hidden\" name=\"checkoutm\" value=\"0\"\/><\/div>\n<div class=\"vbo-search-num-racblock\">\n\t<div class=\"vbo-search-num-rooms\"><input type=\"hidden\" name=\"roomsnum\" value=\"1\">\n<\/div>\n\t<div class=\"vbo-search-num-aduchild-block\" id=\"vbo-search-num-aduchild-block\">\n\t\t<div class=\"vbo-search-num-aduchild-entry\">\n\t\t\t<div class=\"vbo-search-num-adults-entry\"><label class=\"vbo-search-num-adults-entry-label\">Adults<\/label><span class=\"vbo-search-num-adults-entry-inp\"><select name=\"adults[]\"><option value=\"1\">1<\/option><option value=\"2\">2<\/option><\/select><\/span><\/div>\n\t\t<div class=\"vbo-search-num-children-entry\"><label class=\"vbo-search-num-children-entry-label\">Children<\/label><span class=\"vbo-search-num-children-entry-inp\"><select name=\"children[]\"><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><\/select><\/span><\/div>\n\t\t<\/div>\n\t<\/div>\n\t<div id=\"vbjstotnights\"><\/div>\n<\/div>\n<div class=\"vbo-search-categories\"><label for=\"vbo-formcategories\" class=\"vbformcategories\">Choose type of site<\/label><select id=\"vbo-formcategories\" name=\"categories\"><option value=\"all\">Any<\/option>\n<option value=\"7\">Medium Full Hookups (Back In)<\/option>\n<option value=\"6\">Medium Full Hookups (Pull Thru)<\/option>\n<option value=\"8\">Smaller Full Hookups (Pull Thru)<\/option>\n<option value=\"9\">Solar Eclipse<\/option>\n<option value=\"1\">Spacious Full Hookups (Back In)<\/option>\n<option value=\"5\">Spacious Full Hookups (Pull Thru)<\/option>\n<\/select><\/div>\n<div class=\"vbo-search-submit\"><button type=\"submit\" class=\"btn vbo-pref-color-btn\">Search<\/button><\/div>\n<\/div>\n<\/form><\/div>\t<div class=\"vbo-closing-main\"><\/div>\n\n\t<script type=\"text\/javascript\">\n\tjQuery(function() {\n\t\tjQuery('.vbo-search-submit').find('button[type=\"submit\"]').on('click', function(e) {\n\t\t\te.preventDefault();\n\t\t\tjQuery(this).prop('disabled', true);\n\t\t\tjQuery(this).html('<i class=\"fas fa-circle-notch fa-spin fa-fw\"><\/i> ' + jQuery(this).text());\n\t\t\tjQuery(this).closest('form').submit();\n\t\t});\n\t});\n\t<\/script>\n\n\t\n<\/div>\n<\/div>\n        <p class=\"u-text u-text-default u-text-2\">OR<\/p>\n        <p class=\"u-align-center-xs u-text u-text-default-lg u-text-default-md u-text-default-sm u-text-default-xl u-text-3\">Choose a site on the map to see if it is available<\/p>\n        <a href=\"https:\/\/myrvbuddy.com\/mitchelllake\/map\/\" class=\"u-align-center u-border-2 u-border-palette-1-light-2 u-btn u-btn-round u-button-style u-hover-palette-1-light-2 u-none u-radius-6 u-text-body-color u-text-hover-white u-btn-1\">CHECK AVAILIBILTY ON MAP<\/a>\n      <\/div>\n    <\/section>\n    \n    \n    \n  \n","protected":false},"excerpt":{"rendered":"<p>Search all sites in our RV Park. Full hookups available Site %d Adults 12 Children 01234 Check-in date Check-out date Adults12 Children01234 Choose type of siteAny Medium Full Hookups (Back In) Medium Full Hookups (Pull Thru) Smaller Full Hookups (Pull Thru) Solar Eclipse Spacious Full Hookups (Back In) Spacious Full Hookups (Pull Thru) Search OR &hellip; <a href=\"https:\/\/myrvbuddy.com\/mitchelllake\/search-all-hookups\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> \"Search All Sites\"<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-239","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Search All Sites - Mitchell Campground Booking<\/title>\n<meta name=\"description\" content=\"Search all sites for camping at Mitchell Lake Campground. Full hookups daily, weekly and monthly in northern PA\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/myrvbuddy.com\/mitchelllake\/search-all-hookups\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Search All Sites - Mitchell Campground Booking\" \/>\n<meta property=\"og:description\" content=\"Search all sites for camping at Mitchell Lake Campground. Full hookups daily, weekly and monthly in northern PA\" \/>\n<meta property=\"og:url\" content=\"https:\/\/myrvbuddy.com\/mitchelllake\/search-all-hookups\/\" \/>\n<meta property=\"og:site_name\" content=\"Mitchell Campground Booking\" \/>\n<meta property=\"article:modified_time\" content=\"2022-06-01T22:55:46+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/myrvbuddy.com\\\/mitchelllake\\\/search-all-hookups\\\/\",\"url\":\"https:\\\/\\\/myrvbuddy.com\\\/mitchelllake\\\/search-all-hookups\\\/\",\"name\":\"Search All Sites - Mitchell Campground Booking\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/myrvbuddy.com\\\/mitchelllake\\\/#website\"},\"datePublished\":\"2021-10-23T12:04:47+00:00\",\"dateModified\":\"2022-06-01T22:55:46+00:00\",\"description\":\"Search all sites for camping at Mitchell Lake Campground. Full hookups daily, weekly and monthly in northern PA\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/myrvbuddy.com\\\/mitchelllake\\\/search-all-hookups\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/myrvbuddy.com\\\/mitchelllake\\\/search-all-hookups\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/myrvbuddy.com\\\/mitchelllake\\\/search-all-hookups\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/myrvbuddy.com\\\/mitchelllake\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Search All Sites\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/myrvbuddy.com\\\/mitchelllake\\\/#website\",\"url\":\"https:\\\/\\\/myrvbuddy.com\\\/mitchelllake\\\/\",\"name\":\"Mitchell Campground Booking\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/myrvbuddy.com\\\/mitchelllake\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Search All Sites - Mitchell Campground Booking","description":"Search all sites for camping at Mitchell Lake Campground. Full hookups daily, weekly and monthly in northern PA","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/myrvbuddy.com\/mitchelllake\/search-all-hookups\/","og_locale":"en_US","og_type":"article","og_title":"Search All Sites - Mitchell Campground Booking","og_description":"Search all sites for camping at Mitchell Lake Campground. Full hookups daily, weekly and monthly in northern PA","og_url":"https:\/\/myrvbuddy.com\/mitchelllake\/search-all-hookups\/","og_site_name":"Mitchell Campground Booking","article_modified_time":"2022-06-01T22:55:46+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/myrvbuddy.com\/mitchelllake\/search-all-hookups\/","url":"https:\/\/myrvbuddy.com\/mitchelllake\/search-all-hookups\/","name":"Search All Sites - Mitchell Campground Booking","isPartOf":{"@id":"https:\/\/myrvbuddy.com\/mitchelllake\/#website"},"datePublished":"2021-10-23T12:04:47+00:00","dateModified":"2022-06-01T22:55:46+00:00","description":"Search all sites for camping at Mitchell Lake Campground. Full hookups daily, weekly and monthly in northern PA","breadcrumb":{"@id":"https:\/\/myrvbuddy.com\/mitchelllake\/search-all-hookups\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/myrvbuddy.com\/mitchelllake\/search-all-hookups\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/myrvbuddy.com\/mitchelllake\/search-all-hookups\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/myrvbuddy.com\/mitchelllake\/"},{"@type":"ListItem","position":2,"name":"Search All Sites"}]},{"@type":"WebSite","@id":"https:\/\/myrvbuddy.com\/mitchelllake\/#website","url":"https:\/\/myrvbuddy.com\/mitchelllake\/","name":"Mitchell Campground Booking","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/myrvbuddy.com\/mitchelllake\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/myrvbuddy.com\/mitchelllake\/wp-json\/wp\/v2\/pages\/239","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/myrvbuddy.com\/mitchelllake\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/myrvbuddy.com\/mitchelllake\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/myrvbuddy.com\/mitchelllake\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/myrvbuddy.com\/mitchelllake\/wp-json\/wp\/v2\/comments?post=239"}],"version-history":[{"count":0,"href":"https:\/\/myrvbuddy.com\/mitchelllake\/wp-json\/wp\/v2\/pages\/239\/revisions"}],"wp:attachment":[{"href":"https:\/\/myrvbuddy.com\/mitchelllake\/wp-json\/wp\/v2\/media?parent=239"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}