RAIN POLICY: You can reschedule your rental due to rain at no extra cost as long as 24 hour notice is given.
OCCUPANCY: A maximum of 5-6 kids of equal size at one time for bounce houses, and 1 person at a time for slides is what most inflatable manufacturers recommend.
CLEANING: All units are cleaned and sanitized before use.
WHAT'S INCLUDED:
Extension Cord
Blower
Safety Stakes to secure to ground
WHAT YOU'LL NEED:
Enough space for us to setup your rental
Electric outlet within 50 feet of setup area
Water source and water hose if renting a water slide
Required Accessories:
You might also be interested in:
Professional delivery and service from Fredericksburg to Fairfax, Virginia, and surrounding areas. Please submit a quote or contact us to be sure we service your area.
`; jQuery(".io_stars_917629").append(star_html); } var times = getAvailTimes(); getUpsellsCall(times[0],times[1],times[2],jQuery(".io_product_infobox .item_rentalid").first().text(), updatePageUpsell); acc_obj_relate = order_acc_obj_relate(); jQuery(".io_product_price_top_left").each(function () { if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){ jQuery(this.parentElement).hide(); } }); jQuery(".io_product_price_left").each(function () { if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){ jQuery(this.parentElement).attr("style","display:none !important"); } }); }); try{ var acc_obj_relate = JSON.parse('{} '); } catch{ var acc_obj_relate = {}; } try{ var images_arr = JSON.parse('{"0":{"rentalimage_id":"182867","rentalimage_createtime":"0","rentalimage_modifiedtime":"0","rentalimage_itemid":"917629","rentalimage_order":"0","rentalimage_imageloc":"https://jumparoundva.com/wp-content/uploads/2023/06/4020foot20obstacle20top_601298075.jpg","rentalimage_imagelocbig":"https://jumparoundva.com/wp-content/uploads/2020/11/4020foot20obstacle20top_601298075_big.jpg","media_type":"image"},"1":{"rentalimage_id":"408745","rentalimage_createtime":"0","rentalimage_modifiedtime":"0","rentalimage_itemid":"917629","rentalimage_order":"1","rentalimage_imageloc":"https://jumparoundva.com/wp-content/uploads/2023/06/520piece20obstacle20side20view_282757503.jpg","rentalimage_imagelocbig":"https://jumparoundva.com/wp-content/uploads/2023/06/520piece20obstacle20side20view_282757503_big.jpg","media_type":"image"}} '); } catch { var images_arr = {}; } try{ var acc_obj_order = JSON.parse('{} '); } catch { var acc_obj_order = {}; } var rental_name_template = "70 foot Obstacle 2 piece obstacles"; var alt_text_template = "70 foot Obstacle 2 piece obstacles"; function ioRentalMatchVideoToImage() { var $bigImage = jQuery('#single_image .io_image_big'); var $mainVideo = jQuery('#io_main_video'); $mainVideo.css( { width: $bigImage.outerWidth() + 'px', height: $bigImage.outerHeight() + 'px', display: 'block' }); } function ioRentalShowVideo(el) { var $el = jQuery(el); var $container = jQuery('#io_main_media_container'); var $bigImage = jQuery('#single_image .io_image_big'); var $mainVideo = jQuery('#io_main_video'); var imgHeight = $bigImage.outerHeight(); if (imgHeight > 0) { $container.css('min-height', imgHeight + 'px'); } $mainVideo.find('source').attr('src', $el.data('video-src')); if ($mainVideo.length && $mainVideo[0]) { $mainVideo[0].load(); } $container.addClass('is-video-active'); } function ioRentalShowImage(el) { var $el = jQuery(el); var $container = jQuery('#io_main_media_container'); var $singleImage = jQuery('#single_image'); var $bigImage = jQuery('#single_image .io_image_big'); var $mainVideo = jQuery('#io_main_video'); if ($el.data('big')) { $bigImage.attr('src', $el.data('big')); $singleImage.attr('href', $el.data('big')); } $container.removeClass('is-video-active'); if ($mainVideo.length && $mainVideo[0]) { $mainVideo[0].pause(); $mainVideo[0].currentTime = 0; } } // Build unified media thumbnails and lightbox links from images_arr jQuery(document).ready(function() { var thumbbox = jQuery('#io_media_thumbbox'); if (jQuery.isEmptyObject(images_arr)) return; jQuery('#single_image').attr('data-elementor-open-lightbox', 'no'); // If first media item is a video, show video player instead of broken image on page load var firstMedia = images_arr[Object.keys(images_arr)[0]]; if (firstMedia && firstMedia.media_type === 'video' && firstMedia.rentalimage_imagelocbig) { var mainVideo = jQuery('#io_main_video'); mainVideo.find('source').attr('src', firstMedia.rentalimage_imagelocbig); if (mainVideo.length && mainVideo[0]) mainVideo[0].load(); jQuery('#io_main_media_container').addClass('is-video-active'); } var count = 0; for (var key in images_arr) { var media = images_arr[key]; count++; if (media.media_type === 'video' && media.rentalimage_imagelocbig) { var thumb = jQuery( '
' + '' + '
' + '
' ); thumb.find('img').on('click', function() { ioRentalShowVideo(this); }); thumbbox.append(thumb); } else if (media.rentalimage_imageloc) { var thumb = jQuery( '' ); thumb.on('click', function() { ioRentalShowImage(this); }); thumbbox.append(thumb); } } // Build FancyBox gallery array from images for #single_image click only var fancyboxImages = []; for (var fkey in images_arr) { var fmedia = images_arr[fkey]; if (fmedia.media_type !== 'video' && fmedia.rentalimage_imagelocbig) { fancyboxImages.push({ href: fmedia.rentalimage_imagelocbig, title: rental_name_template }); } } if (fancyboxImages.length && (window.innerWidth > 500 || window.location.href.indexOf("io_") > -1) && window.location.href.indexOf("io_contactform") == -1) { jQuery('#single_image').off('click.fancybox').on('click', function(e) { e.preventDefault(); e.stopPropagation(); var currentHref = jQuery(this).attr('href'); var startIndex = 0; for (var fi = 0; fi < fancyboxImages.length; fi++) { if (fancyboxImages[fi].href === currentHref) { startIndex = fi; break; } } jQuery.fancybox.open(fancyboxImages, { "transitionIn": "none", "transitionOut": "none", "titlePosition": "over", "cyclic": true, index: startIndex, helpers: {title: { type: "over"}}, beforeShow: function () { this.title = (this.title ? "" + this.title + "" : "") + "Image " + (this.index +1) + " of " + this.group.length; } }); }); } else { let imageClick = document.querySelector(".io_product_picbox a#single_image"); if (imageClick != undefined || imageClick != null) imageClick.addEventListener("click", (e) => {e.preventDefault();}); } }); function updatePageUpsell(data){ let page_carousel = jQuery(".page-carousel"); data.forEach(function(upsell){ cell = createPageCarouselCell(upsell["image"], upsell["name"], upsell["page"], upsell["rental_id"]); page_carousel.append(cell); }); makeCarousel(page_carousel); setTimeout(pageFlickityRefresh, 500); if(io_upsell_price == "on"){ let times = getAvailTimes(); let upsell_rental_id_str = getUpsellIDforPrice(); let return_id = 0; let rental_names = "off"; if(upsell_rental_id_str != ""){ checkAvailCall(times[0],times[1],times[2],rental_names,upsell_rental_id_str,displayUpsellPrices,0,[],[],return_id,0,null,1,"",1); } } } function createPageCarouselCell(image, name, page, rental_id){ cell = `
If you are taking measurements for a structure such as a building or fence, please provide the height of the structure here. If height does not apply to the wash, for instance for a gutter wash, leave this field empty. Please note if you enter a value here after taking measurements, you will need to take measurements again.