Water Slides in Marietta, GA

We Deliver Clean Water Slides
On-Time To Marietta & Surrounding Areas

items
Set Event Date

Water Slides for Rent

158131

Looking for Inflatable Water Slide Rentals in Atlanta? Just Bounce ATL Has You Covered!

Beat the Georgia heat and make your next event unforgettable with water slide rentals in Atlanta from Just Bounce ATL! Our exciting selection of inflatable water slides is perfect for school field days, church festivals, university events, corporate picnics, and backyard birthday parties.

Whether you’re planning for kids, teens, or adults, our slides bring nonstop fun and cool relief to any event. Choose from tall single-lane slides, dual-lane racers, and combo units with splash pools — all featuring bright colors, smooth surfaces, and safe designs.

At Just Bounce ATL, we take safety and service seriously. Every inflatable water slide is cleaned, sanitized, and safety-inspected before delivery. We offer on-time delivery, expert setup, and easy takedown so you can relax and enjoy your event worry-free.

Why choose Just Bounce ATL for water slide rentals?

    • ✅ Huge variety of water slides for all ages

    • ✅ Ideal for schools, churches, universities & corporate events

    • ✅ Sparkling clean, sanitized, and inspected units

    • ✅ Fast, professional delivery across Atlanta & surrounding areas

    • ✅ Trusted customer service and affordable pricing

Whether it’s a sizzling summer party or a large-scale event, our Atlanta water slide rentals will keep the crowd cool and entertained.

Reserve your inflatable water slide today with Just Bounce ATL — where the party starts here!

Professional delivery to Powder Springs, GA, Kennesaw, Ga, Marietta, Ga, Acworth, Ga, Brookhaven, Ga and surrounding areas. Please submit a quote or contact us to be sure we service your area.
Rentals of water slides can be great fun. They're fast and they cool you off fast. Children will line up to rent these large well-lit slides. Renting a water slide requires electricity and a water hook-up. The hose and cord can be provided, and in as long as they're within 50 feet. There are a variety of colors and options of big and small water slides. Make sure you choose one that is suitable to the age of your youngsters and the number of guests. Most slides can accommodate between 10-20 guests, provided they're willing to wait for a few minutes. Although smaller children might be scared of slides that are tall however, our slides can accommodate up to 10-20 people. Our slides will be secured with stakes or sandbags to ensure they are secure in light winds. We are sure that no matter what water slide you rent from us, you will be happy and want to rent again in the near future!
function CategoryGallery(rental_id, rental_name, images_arr){ var rid = rental_id; var rentalName = rental_name; // Normalize images_arr: it may arrive as a JSON string, an object, or be undefined try { if (typeof images_arr === 'string' && images_arr.length) { images_arr = JSON.parse(images_arr); } } catch (e) { images_arr = {}; } if (!images_arr) images_arr = {}; // Where to append anchors and thumbs var $bigAfter = jQuery('#io_img_big2_' + rid); var $thumbAfter = jQuery('#io_img_thumb1_' + rid); if ($bigAfter.length && $thumbAfter.length) { var relVal = $bigAfter.attr('rel') || 'img_group noopener'; // Helper to validate a URL-like value (non-empty and not literal placeholders) var isValid = function (u) { if (!u) return false; var s = String(u).trim(); if (!s) return false; if (s.indexOf('%%') !== -1) return false; // ignore unreplaced placeholders if (s === '0' || s.toLowerCase() === 'null' || s.toLowerCase() === 'undefined') return false; return true; }; var addedThumbs = 0; // Iterate image map and append missing big anchors and thumbs for (var key in images_arr) { if (!images_arr.hasOwnProperty(key)) continue; var imgObj = images_arr[key] || {}; var href = imgObj["rentalimage_imagelocbig"] || imgObj["imagelocbig"] || imgObj["big"]; var src = imgObj["rentalimage_imageloc"] || imgObj["imageloc"] || imgObj["thumb"]; // Compute index consistent with existing templates var n = parseInt(key, 10); if (isNaN(n)) { // Try to derive from position by incrementing a counter if keys are not numeric n = 1; } // Category templates already include big1, big2, and thumb1; gallery adds 2+ when missing var bigIndex = n + 1; // matches io_cart_shortcode.html pattern var thumbIndex = n + 1; // thumb id series aligns with big series in newer code // Add big anchor if valid and not already present if (isValid(href)) { var bigId = '#io_img_big' + bigIndex + '_' + rid; if (jQuery(bigId).length === 0) { var $a = jQuery('', { rel: relVal, href: href, id: 'io_img_big' + bigIndex + '_' + rid }); $bigAfter.after($a); $bigAfter = $a; // maintain insertion point } } // Add thumbnail if valid and not already present if (isValid(src)) { var thumbId = '#io_img_thumb' + thumbIndex + '_' + rid; if (jQuery(thumbId).length === 0) { var $img = jQuery('', { 'class': 'io_image_thumb skip-lazy', title: rentalName, src: src, alt: rentalName, id: 'io_img_thumb' + thumbIndex + '_' + rid }).on('mouseover', function () { if (typeof updateMainPic === 'function') { updateMainPic(this); } }); $thumbAfter.after($img); $thumbAfter = $img; // maintain insertion point addedThumbs++; } } } // Reveal the thumbnail box if we added any extra thumbnails if (addedThumbs > 0) { jQuery('#io_img_thumb1_' + rid).closest('.io_image_thumbbox').show(); } } } // Function to generate list view content on demand (global scope) generateListViewContent = function() { console.log('[IO List View] Generating list view content dynamically'); jQuery('.io_item2_list').each(function() { var $item = jQuery(this); // Skip if already generated if ($item.find('.io_list_view_content').length > 0) { return; } // Extract rental_id from the item var rentalId = $item.find('.item_rentalid').text().trim(); if (!rentalId) { console.warn('[IO List View] No rental_id found for item, skipping'); return; } // Read data from dynamically named global variables // var description = String(window['data_description_' + rentalId] || "").replace(/[\r\n]+/g, "").trim(); var indoorOutdoor = String(window.io_category_data[rentalId]["indoor_outdoor"] || "").replace(/[\r\n]+/g, "").trim(); var staff = String(window.io_category_data[rentalId]["staff"] || "").replace(/[\r\n]+/g, "").trim(); var electric = String(window.io_category_data[rentalId]["electric"] || "").replace(/[\r\n]+/g, "").trim(); var dimensions = String(window.io_category_data[rentalId]["dimensions"] || "").replace(/[\r\n]+/g, "").trim(); // Helper function to strip HTML tags from text var stripHtml = function(html) { var tmp = document.createElement("DIV"); tmp.innerHTML = html; return (tmp.textContent || tmp.innerText || "").trim(); }; // Helper function to escape HTML to prevent XSS var escapeHtml = function(text) { var map = { '&': '&', '': '>', '"': '"', "'": ''' }; return text.replace(/[&"']/g, function(m) { return map[m]; }); }; // Strip HTML tags from description // description = stripHtml(description); // Build the HTML structure with escaped content var html = '
'; // html += '
' + escapeHtml(description) + '
'; html += '
'; // Setup field - only add if valid if (indoorOutdoor && indoorOutdoor !== '0' && indoorOutdoor.length > 0) { html += '
'; html += 'Setup:'; html += '' + escapeHtml(indoorOutdoor) + ''; html += '
'; } // Operators field - only add if valid var operatorsText = staff ? staff + ' Adult Supervision Required' : ""; if (operatorsText && operatorsText !== '0 Adult Supervision Required' && operatorsText !== 'Adult Supervision Required' && operatorsText !== '0') { html += '
'; html += 'Operators:'; html += '' + escapeHtml(operatorsText) + ''; html += '
'; } // Power field - only add if valid var powerText = electric ? electric + ' Outlets' : ""; if (powerText && powerText !== '0 Outlets' && powerText !== '0.00 Outlets' && powerText !== 'Outlets' && powerText !== '0') { html += '
'; html += 'Power:'; html += '' + escapeHtml(powerText) + ''; html += '
'; } // Size field - only add if valid if (dimensions && dimensions !== '0' && dimensions.length > 0) { html += '
'; html += 'Size:'; html += '' + escapeHtml(dimensions) + ''; html += '
'; } html += '
'; // close io_item_details_labeled html += '
'; // close io_list_view_content // Insert before the buttons container $item.find('.io_buttons_container').before(html); }); } jQuery(document).ready(function($) { jQuery(".io_item2_list").each(function(){ var rentalId = jQuery(this).find('.item_rentalid').text().trim(); if (io_categoryVariantImages == 'on'){ CategoryGallery(rentalId, window.io_category_data[rentalId]['rental_name'], window.io_category_data[rentalId]["images_arr"]); } }); console.log('[IO View Toggle] Document ready, initializing view toggle functionality'); // Check if category_id has a numeric value to identify actual category pages // This must happen before any view state is applied var categoryId = $('.category_id').text().trim(); var hasNumericCategoryId = categoryId && !isNaN(categoryId) && categoryId.length > 0; if (!hasNumericCategoryId) { console.log('[IO View Toggle] No valid numeric category ID found, this is not a category page - skipping initialization'); return; } console.log('[IO View Toggle] Category page detected with categoryId:', categoryId); $('body').addClass('io-has-category-id'); // Show the toggle buttons on category pages $('.io_view_toggle_container').show(); console.log('[IO View Toggle] Toggle buttons displayed for category page'); // Track if view toggle has been initialized var isInitialized = false; // Initialize view toggle functionality function initViewToggle(force) { // Skip if already initialized unless forced if (isInitialized && !force) { console.log('[IO View Toggle] Already initialized, skipping'); return; } console.log('[IO View Toggle] Initializing view toggle functionality'); // Check if toggle buttons exist if ($('.io_view_toggle_btn').length === 0) { console.warn('[IO View Toggle] Toggle buttons not found in DOM'); return; } console.log('[IO View Toggle] Found', $('.io_view_toggle_btn').length, 'toggle buttons'); // Check if category container exists if ($('.io_catdiv2').length === 0) { console.warn('[IO View Toggle] Category container (.io_catdiv2) not found'); return; } console.log('[IO View Toggle] Found', $('.io_catdiv2').length, 'category containers'); // Get saved view preference from localStorage var savedView = localStorage.getItem('io_category_view') || 'tile'; console.log('[IO View Toggle] Retrieved saved view preference:', savedView); // Set initial view $('.io_catdiv2').removeClass('tile-view list-view').addClass(savedView + '-view'); console.log('[IO View Toggle] Applied initial view class:', savedView + '-view'); // Update button states $('.io_view_toggle_btn').removeClass('active'); $('.io_view_toggle_btn[data-view="' + savedView + '"]').addClass('active'); console.log('[IO View Toggle] Updated button states, active button:', savedView); // Generate list view content if initial view is list if (savedView === 'list') { if (typeof generateListViewContent === 'function') { generateListViewContent(); } else { console.warn('[IO View Toggle] generateListViewContent function not available yet'); } } // Log current items count var itemCount = $('.io_item2_list').length; console.log('[IO View Toggle] Found', itemCount, 'items in category'); // Handle toggle button clicks using native JavaScript for better compatibility // Remove any existing event listeners first $('.io_view_toggle_btn').off('click.viewToggle'); // Use native JavaScript addEventListener for more reliable event handling var buttons = document.querySelectorAll('.io_view_toggle_btn'); console.log('[IO View Toggle] Attaching event listeners to', buttons.length, 'buttons using native JS'); buttons.forEach(function(button) { // Remove any existing listener var newButton = button.cloneNode(true); button.parentNode.replaceChild(newButton, button); // Add fresh event listener newButton.addEventListener('click', function(e) { e.preventDefault(); e.stopPropagation(); var view = this.getAttribute('data-view'); console.log('[IO View Toggle] Button clicked (native listener), switching to view:', view); // Generate list view content if switching to list view if (view === 'list') { if (typeof generateListViewContent === 'function') { generateListViewContent(); } else { console.warn('[IO View Toggle] generateListViewContent function not available'); } } // Update button states document.querySelectorAll('.io_view_toggle_btn').forEach(function(btn) { btn.classList.remove('active'); }); this.classList.add('active'); console.log('[IO View Toggle] Updated button active states'); // Update grid view var catdiv = document.querySelector('.io_catdiv2'); if (catdiv) { catdiv.classList.remove('tile-view', 'list-view'); catdiv.classList.add(view + '-view'); console.log('[IO View Toggle] Applied view class:', view + '-view'); } // Save preference localStorage.setItem('io_category_view', view); console.log('[IO View Toggle] Saved view preference to localStorage:', view); // Debug: Log current layout state setTimeout(function() { if (catdiv) { var containerClasses = catdiv.className; var visibleItems = document.querySelectorAll('.io_item2_list:not([style*="display: none"])').length; console.log('[IO View Toggle] Layout updated - Container classes:', containerClasses); console.log('[IO View Toggle] Visible items after view change:', visibleItems); // Check if list view content is properly shown/hidden if (view === 'list') { var visibleListContent = document.querySelectorAll('.io_list_view_content:not([style*="display: none"])').length; console.log('[IO View Toggle] Visible list content elements:', visibleListContent); } } }, 100); }, true); // Use capture phase console.log('[IO View Toggle] Event listener attached to button:', newButton.getAttribute('data-view')); }); console.log('[IO View Toggle] Event handlers attached successfully'); // Mark as initialized isInitialized = true; } // Initialize when page loads console.log('[IO View Toggle] Starting initial setup'); initViewToggle(); // Also initialize after dynamic content loads (if applicable) $(document).on('io_content_loaded', function() { console.log('[IO View Toggle] Dynamic content loaded event detected, reinitializing'); initViewToggle(); }); // Debug: Monitor for DOM changes that might affect our functionality if (typeof MutationObserver !== 'undefined') { var mutationTimeout; var lastItemCount = $('.io_item2_list').length; var observer = new MutationObserver(function(mutations) { // Debounce: clear existing timeout and set a new one clearTimeout(mutationTimeout); mutationTimeout = setTimeout(function() { var currentItemCount = $('.io_item2_list').length; // Only trigger if we have new items that weren't there before if (currentItemCount > lastItemCount) { console.log('[IO View Toggle] New items detected in DOM (' + lastItemCount + ' -> ' + currentItemCount + ')'); lastItemCount = currentItemCount; // If already initialized, just generate list view content for new items if in list view if (isInitialized) { var currentView = localStorage.getItem('io_category_view') || 'tile'; if (currentView === 'list') { console.log('[IO View Toggle] Generating list view content for new items'); if (typeof generateListViewContent === 'function') { generateListViewContent(); } else { console.warn('[IO View Toggle] generateListViewContent function not available'); } } } else { // Not initialized yet, so initialize console.log('[IO View Toggle] Initializing due to new items'); initViewToggle(); } } }, 250); // 250ms debounce }); observer.observe(document.body, { childList: true, subtree: true }); console.log('[IO View Toggle] DOM mutation observer started'); } // Debug: Log window resize events that might affect responsive layout $(window).on('resize.viewToggle', function() { var windowWidth = $(window).width(); var currentView = $('.io_catdiv2').hasClass('list-view') ? 'list' : 'tile'; console.log('[IO View Toggle] Window resized to:', windowWidth, 'px, current view:', currentView); }); console.log('[IO View Toggle] Initialization complete'); });

window.io_category_data = window.io_category_data || {}; window.io_category_data['1624461'] = {"indoor_outdoor":"","staff":"","electric":"1.00","dimensions":"19x12x8","rental_id":"1624461","rental_name":"12\u2019 Island Paradise Slide ( Ages 6 \u0026 Under)","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u00221322351\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00221624461\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/JustBounceATL20\/images\/Island Paradise Slide _1707359657.png\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/JustBounceATL20\/images\/Island Paradise Slide _1707359657_big.png\u0022}}"};

12’ Island Paradise Slide ( Ages 6 & Under)

from $269.00

12%E2%80%99+Island+Paradise+Slide+%28+Ages+6+%26+Under%29

https://justbounceatl.com/rentals/water-slides/12-foot-tropical-water-slide/

1624461

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['1624487'] = {"indoor_outdoor":"","staff":"","electric":"1.00","dimensions":"30x12x15","rental_id":"1624487","rental_name":"15\u0027 Dolphin Splash Slide","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u00221322267\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00221624487\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/JustBounceATL20\/images\/Dolphine Slide_1707358003.png\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/JustBounceATL20\/images\/Dolphine Slide_1707358003_big.png\u0022}}"};

15′ Dolphin Splash Slide

from $299.00

15%27+Dolphin+Splash+Slide

https://justbounceatl.com/rentals/water-slides/15-foot-dolphin-splash-slide/

1624487

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['1624467'] = {"indoor_outdoor":"","staff":"","electric":"1.00","dimensions":"27x11x14","rental_id":"1624467","rental_name":"15\u0027 Blue Crush Slide","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u00221322253\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00221624467\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/JustBounceATL20\/images\/02A8AAD2-DC3D-42C2-91AE-6250483B9DD9_4_5005_c_1707356036.jpeg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/JustBounceATL20\/images\/02A8AAD2-DC3D-42C2-91AE-6250483B9DD9_4_5005_c_1707356036_big.jpeg\u0022}}"};

15′ Blue Crush Slide

from $299.00

15%27+Blue+Crush+Slide

https://justbounceatl.com/rentals/water-slides/14-foot-blue-crush-slide/

1624467

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['1624483'] = {"indoor_outdoor":"","staff":"","electric":"1.00","dimensions":"30x13x15","rental_id":"1624483","rental_name":"15\u0027 Green Breeze Slide","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u00221322271\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00221624483\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/JustBounceATL20\/images\/520D4CB3-778E-494F-8F9F-54CFDA6DCC83_1707358221.png\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/JustBounceATL20\/images\/520D4CB3-778E-494F-8F9F-54CFDA6DCC83_1707358221_big.png\u0022}}"};

15′ Green Breeze Slide

from $299.00

15%27+Green+Breeze+Slide

https://justbounceatl.com/rentals/water-slides/15-foot-green-breeze-slide/

1624483

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['1624481'] = {"indoor_outdoor":"","staff":"","electric":"1.00","dimensions":"27x11x14","rental_id":"1624481","rental_name":"15\u0027 Purple Splash Slide","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u00221322255\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00221624481\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/JustBounceATL20\/images\/53922BC4-63C7-4AB2-8A0B-A974F6CA699E_4_5005_c_1707356327.jpeg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/JustBounceATL20\/images\/53922BC4-63C7-4AB2-8A0B-A974F6CA699E_4_5005_c_1707356327_big.jpeg\u0022}}"};

15′ Purple Splash Slide

from $299.00

15%27+Purple+Splash+Slide

https://justbounceatl.com/rentals/water-slides/14-foot-purple-splash-slide/

1624481

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['1624479'] = {"indoor_outdoor":"","staff":"","electric":"1.00","dimensions":"27x11x14","rental_id":"1624479","rental_name":"15\u0027 Red Hot Slide","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u00221322257\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00221624479\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/JustBounceATL20\/images\/F2D28888-B2E0-46B0-8223-D1DF36B89FED_1707356409.jpeg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/JustBounceATL20\/images\/F2D28888-B2E0-46B0-8223-D1DF36B89FED_1707356409_big.jpeg\u0022}}"};

15′ Red Hot Slide

from $299.00

15%27+Red+Hot+Slide

https://justbounceatl.com/rentals/water-slides/14-foot-fire-red-slide/

1624479

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['1624475'] = {"indoor_outdoor":"","staff":"","electric":"1.00","dimensions":"27x11x14","rental_id":"1624475","rental_name":"15\u0027 Violet Waves Slide","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u00221322261\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00221624475\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/JustBounceATL20\/images\/8F4D24AC-D14E-480E-99F8-42CDB4E1F2FA_4_5005_c_1707356931.jpeg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/JustBounceATL20\/images\/8F4D24AC-D14E-480E-99F8-42CDB4E1F2FA_4_5005_c_1707356931_big.jpeg\u0022}}"};

15′ Violet Waves Slide

from $299.00

15%27+Violet+Waves+Slide

https://justbounceatl.com/rentals/water-slides/14-foot-elite-purple-slide/

1624475

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['1624497'] = {"indoor_outdoor":"","staff":"","electric":"1.00","dimensions":"32x12x18","rental_id":"1624497","rental_name":"18\u0027 Tiki-Man Plunge Slide","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u00221322265\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00221624497\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/JustBounceATL20\/images\/Tiki Man Plunge _1707357947.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/JustBounceATL20\/images\/Tiki Man Plunge _1707357947_big.jpg\u0022}}"};

18′ Tiki-Man Plunge Slide

from $399.00

18%27+Tiki-Man+Plunge+Slide

https://justbounceatl.com/rentals/water-slides/18-foot-tiki-slide/

1624497

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['1624493'] = {"indoor_outdoor":"","staff":"","electric":"1.00","dimensions":"32x14x18","rental_id":"1624493","rental_name":"18\u0027 Purple Palms Slide","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u00221322275\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00221624493\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/JustBounceATL20\/images\/F5EC24F5-625E-4FCB-A655-B9A8B8619F2A_1707358436.png\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/JustBounceATL20\/images\/F5EC24F5-625E-4FCB-A655-B9A8B8619F2A_1707358436_big.png\u0022}}"};

18′ Purple Palms Slide

from $399.00

18%27+Purple+Palms+Slide

https://justbounceatl.com/rentals/water-slides/18-foot-purple-plunge-slide/

1624493

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['2561927'] = {"indoor_outdoor":"","staff":"","electric":"1.00","dimensions":"32\u0027 L x 11\u0027 W x 18\u0027 H","rental_id":"2561927","rental_name":"18\u0027 Tiki Plunge Water Slide","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u00221689219\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00222561927\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/bouncehouseatlanta\/images\/18 tiki plunge single lane slide_1733251014.png\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/bouncehouseatlanta\/images\/18 tiki plunge single lane slide_1733251014_big.png\u0022}}"};

18′ Tiki Plunge Water Slide

from $399.00

18%27+Tiki+Plunge+Water+Slide

https://justbounceatl.com/rentals/water-slides/18-tiki-plunge-water-slide/

2561927

54021

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['2417183'] = {"indoor_outdoor":"","staff":"","electric":"1.00","dimensions":"27\u0027 L x 17\u0027 W x 18\u0027 H","rental_id":"2417183","rental_name":"18\u0027 Malibu Splash Dual Lane Water Slide","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u00221564305\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00222417183\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/bouncehouseatlanta\/images\/Screenshot 2024-07-23 161253_1721765585.png\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/bouncehouseatlanta\/images\/Screenshot 2024-07-23 161253_1721765585_big.png\u0022}}"};

18′ Malibu Splash Dual Lane Water Slide

from $479.00

18%27+Malibu+Splash+Dual+Lane+Water+Slide

https://justbounceatl.com/rentals/water-slides/18-malibu-splash-dual-lane-water-slide/

2417183

54021

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['2561859'] = {"indoor_outdoor":"","staff":"","electric":"1.00","dimensions":"33\u0027 L x 19\u0027 W x 18\u0027 H","rental_id":"2561859","rental_name":"18\u0027 South Beach Dual Lane Water Slide","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u00221689161\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00222561859\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/bouncehouseatlanta\/images\/18 south beach dual lane slide_1733250401.png\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/bouncehouseatlanta\/images\/18 south beach dual lane slide_1733250401_big.png\u0022}}"};

18′ South Beach Dual Lane Water Slide

from $499.00

18%27+South+Beach+Dual+Lane+Water+Slide

https://justbounceatl.com/rentals/water-slides/18-south-beach-dual-lane-water-slide-2/

2561859

54021

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['2561891'] = {"indoor_outdoor":"","staff":"","electric":"1.00","dimensions":"32\u0027L x 13\u0027W x 18\u0027H","rental_id":"2561891","rental_name":"18\u0027 Tiki Plunge Dual Lane Water Slide","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u00221689191\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00222561891\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/bouncehouseatlanta\/images\/18 tiki plunge dual lane slide_1733250744.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/bouncehouseatlanta\/images\/18 tiki plunge dual lane slide_1733250744_big.jpg\u0022}}"};

18′ Tiki Plunge Dual Lane Water Slide

from $479.00

18%27+Tiki+Plunge+Dual+Lane+Water+Slide

https://justbounceatl.com/rentals/water-slides/18-tiki-plunge-dual-lane-water-slide/

2561891

54021

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['2562157'] = {"indoor_outdoor":"","staff":"","electric":"1.00","dimensions":"37\u0027 L x 15\u0027 W x 19\u0027 H","rental_id":"2562157","rental_name":"19\u0027 Ice Cream Pop Water Slide","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u00221689295\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00222562157\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/bouncehouseatlanta\/images\/Image 14_1754346705.jpeg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/bouncehouseatlanta\/images\/Image 14_1754346705_big.jpeg\u0022}}"};

19′ Ice Cream Pop Water Slide

from $399.00

19%27+Ice+Cream+Pop+Water+Slide

https://justbounceatl.com/rentals/water-slides/19-ice-cream-pop-water-slide/

2562157

54021

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['2562179'] = {"indoor_outdoor":"","staff":"","electric":"1.00","dimensions":"37\u0027 L x 15\u0027 W x 19\u0027 H","rental_id":"2562179","rental_name":"19\u0027 Level Up Gamer Water Slide","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u00221689327\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00222562179\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/bouncehouseatlanta\/images\/19 gamer slide_1733254466.png\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/bouncehouseatlanta\/images\/19 gamer slide_1733254466_big.png\u0022}}"};

19′ Level Up Gamer Water Slide

from $399.00

19%27+Level+Up+Gamer+Water+Slide

https://justbounceatl.com/rentals/water-slides/19-level-up-gamer-water-slide-2/

2562179

54021

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['2886905'] = {"indoor_outdoor":"","staff":"","electric":"1.00","dimensions":"38\u0027 L x 15\u0027 W x 19\u0027H","rental_id":"2886905","rental_name":"19\u0027 Pool Party Water Slide","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u00221992373\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00222886905\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/bouncehouseatlanta\/images\/Image 15_1754346797.jpeg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/bouncehouseatlanta\/images\/Image 15_1754346797_big.jpeg\u0022}}"};

19′ Pool Party Water Slide

from $399.00

19%27+Pool+Party+Water+Slide

https://justbounceatl.com/rentals/water-slides/19-pool-party-water-slide/

2886905

54021

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['2719219'] = {"indoor_outdoor":"","staff":"","electric":"1.00","dimensions":"35\u0027 L x 17\u0027 W x 20\u0027 H","rental_id":"2719219","rental_name":"20\u0027 Flaming Volcano Dual Lane Water Slide","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u00221824835\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00222719219\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/bouncehouseatlanta\/images\/388e841c-6983-4ea3-b17d-77305860e44d_1754347105.png\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/bouncehouseatlanta\/images\/388e841c-6983-4ea3-b17d-77305860e44d_1754347105_big.png\u0022}}"};

20′ Flaming Volcano Dual Lane Water Slide

from $499.00

20%27+Flaming+Volcano+Dual+Lane+Water+Slide

https://justbounceatl.com/rentals/water-slides/20-flaming-volcano-dual-lane-water-slide/

2719219

54021

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['2719227'] = {"indoor_outdoor":"","staff":"","electric":"1.00","dimensions":"42\u0027 L x 13\u0027 W x 20\u0027 H","rental_id":"2719227","rental_name":"20\u0027 Hulk Smash Dual Lane Slide","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u00221824841\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00222719227\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/bouncehouseatlanta\/images\/Image 17_1754347495.jpeg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/bouncehouseatlanta\/images\/Image 17_1754347495_big.jpeg\u0022}}"};

20′ Hulk Smash Dual Lane Slide

from $449.00

20%27+Hulk+Smash+Dual+Lane+Slide

https://justbounceatl.com/rentals/water-slides/20-hulk-smash-dual-lane-slide/

2719227

54021

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['2719229'] = {"indoor_outdoor":"","staff":"","electric":"1.00","dimensions":"42\u0027 L x 13\u0027 W x 20\u0027 H","rental_id":"2719229","rental_name":"20\u0027 Hulk Smash Dual Lane Water Slide","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u00221824843\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00222719229\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/bouncehouseatlanta\/images\/Image 17_1754347399.jpeg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/bouncehouseatlanta\/images\/Image 17_1754347399_big.jpeg\u0022},\u00221\u0022:{\u0022rentalimage_id\u0022:\u00222051313\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00222719229\u0022,\u0022rentalimage_order\u0022:\u00221\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/bouncehouseatlanta\/images\/Image 19_1754347399.jpeg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/bouncehouseatlanta\/images\/Image 19_1754347399_big.jpeg\u0022},\u00222\u0022:{\u0022rentalimage_id\u0022:\u00222051315\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00222719229\u0022,\u0022rentalimage_order\u0022:\u00222\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/bouncehouseatlanta\/images\/Image 18_1754347399.jpeg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/bouncehouseatlanta\/images\/Image 18_1754347399_big.jpeg\u0022}}"};

20′ Hulk Smash Dual Lane Water Slide

from $499.00

20%27+Hulk+Smash+Dual+Lane+Water+Slide

https://justbounceatl.com/rentals/water-slides/20-hulk-smash-dual-lane-water-slide/

2719229

54021

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['2719233'] = {"indoor_outdoor":"","staff":"","electric":"1.00","dimensions":"35\u0027 L x 17\u0027 W x 20\u0027 H","rental_id":"2719233","rental_name":"20\u0027 Malibu Splash Water Slide","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u00221824847\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00222719233\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/bouncehouseatlanta\/images\/Image 21_1754347960.jpeg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/bouncehouseatlanta\/images\/Image 21_1754347960_big.jpeg\u0022}}"};

20′ Malibu Splash Water Slide

from $429.00

20%27+Malibu+Splash+Water+Slide

https://justbounceatl.com/rentals/water-slides/20-malibu-splash-water-slide/

2719233

54021

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['2719247'] = {"indoor_outdoor":"","staff":"","electric":"1.00","dimensions":"42\u0027 L x 17\u0027 W x 20\u0027 H","rental_id":"2719247","rental_name":"20\u0027 Shark Mouth Fighter Jet Water Slide","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u00221824867\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00222719247\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/bouncehouseatlanta\/images\/Image 22_1754348273.jpeg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/bouncehouseatlanta\/images\/Image 22_1754348273_big.jpeg\u0022},\u00221\u0022:{\u0022rentalimage_id\u0022:\u00222051337\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00222719247\u0022,\u0022rentalimage_order\u0022:\u00221\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/bouncehouseatlanta\/images\/Image 24_1754348273.jpeg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/bouncehouseatlanta\/images\/Image 24_1754348273_big.jpeg\u0022}}"};

20′ Shark Mouth Fighter Jet Water Slide

from $499.00

20%27+Shark+Mouth+Fighter+Jet+Water+Slide

https://justbounceatl.com/rentals/water-slides/20-shark-mouth-fighter-jet-water-slide/

2719247

54021

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['2719267'] = {"indoor_outdoor":"","staff":"","electric":"2.00","dimensions":"55\u2019 L x 13\u2019 W x 22\u2019 H","rental_id":"2719267","rental_name":"22\u0027 All American Water Slide w\/ Slip N Slide","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u00221824887\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00222719267\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/bouncehouseatlanta\/images\/46916c25-df21-40eb-b81e-f60d516b84c0_1754349012.png\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/bouncehouseatlanta\/images\/46916c25-df21-40eb-b81e-f60d516b84c0_1754349012_big.png\u0022},\u00221\u0022:{\u0022rentalimage_id\u0022:\u00222051349\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00222719267\u0022,\u0022rentalimage_order\u0022:\u00221\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/bouncehouseatlanta\/images\/Image 28_1754349012.jpeg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/bouncehouseatlanta\/images\/Image 28_1754349012_big.jpeg\u0022}}"};

22′ All American Water Slide w/ Slip N Slide

from $649.00

22%27+All+American+Water+Slide+w%2F+Slip+N+Slide

https://justbounceatl.com/rentals/water-slides/22-all-american-water-slide-w-slip-n-slide/

2719267

54021

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['2719333'] = {"indoor_outdoor":"","staff":"","electric":"3.00","dimensions":"55\u0027 L x 18\u0027 W x 22\u0027 H","rental_id":"2719333","rental_name":"22\u0027 Hoover Dam Dual Lane Water Slide","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u00221824899\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00222719333\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/bouncehouseatlanta\/images\/Image 29_1754349645.jpeg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/bouncehouseatlanta\/images\/Image 29_1754349645_big.jpeg\u0022},\u00221\u0022:{\u0022rentalimage_id\u0022:\u00222051351\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00222719333\u0022,\u0022rentalimage_order\u0022:\u00221\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/bouncehouseatlanta\/images\/Image 30_1754349645.jpeg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/bouncehouseatlanta\/images\/Image 30_1754349645_big.jpeg\u0022}}"};

22′ Hoover Dam Dual Lane Water Slide

from $799.00

22%27+Hoover+Dam+Dual+Lane+Water+Slide

https://justbounceatl.com/rentals/water-slides/22-hoover-dam-dual-lane-water-slide/

2719333

54021

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['2719349'] = {"indoor_outdoor":"","staff":"","electric":"1.00","dimensions":"36\u0027 L x 18\u0027 W x 22\u0027 H","rental_id":"2719349","rental_name":"22\u0027 Jurassic Rush Water Slide","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u00221824915\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00222719349\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/bouncehouseatlanta\/images\/Image 31_1754349669.jpeg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/bouncehouseatlanta\/images\/Image 31_1754349669_big.jpeg\u0022}}"};

22′ Jurassic Rush Water Slide

from $499.00

22%27+Jurassic+Rush+Water+Slide

https://justbounceatl.com/rentals/water-slides/22-jurassic-rush-water-slide/

2719349

54021

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['2719335'] = {"indoor_outdoor":"","staff":"","electric":"2.00","dimensions":"55\u2019 L x 18\u2019 W x 22\u2019 H","rental_id":"2719335","rental_name":"22\u0027 Jurassic Rush Water Slide with Slip N Slide","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u00221824901\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00222719335\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/bouncehouseatlanta\/images\/Image 32_1754349740.jpeg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/bouncehouseatlanta\/images\/Image 32_1754349740_big.jpeg\u0022}}"};

22′ Jurassic Rush Water Slide with Slip N Slide

from $649.00

22%27+Jurassic+Rush+Water+Slide+with+Slip+N+Slide

https://justbounceatl.com/rentals/water-slides/22-jurassic-rush-water-slide-with-slip-n-slide/

2719335

54021

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['2719337'] = {"indoor_outdoor":"","staff":"","electric":"2.00","dimensions":"60\u0027 L x 13\u0027 W x 22\u0027 H","rental_id":"2719337","rental_name":"22\u0027 The Black Pearl Dual Lane Water Slide","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u00221824903\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00222719337\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/bouncehouseatlanta\/images\/Image 33_1754349878.jpeg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/bouncehouseatlanta\/images\/Image 33_1754349878_big.jpeg\u0022},\u00221\u0022:{\u0022rentalimage_id\u0022:\u00222051353\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00222719337\u0022,\u0022rentalimage_order\u0022:\u00221\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/bouncehouseatlanta\/images\/Image 34_1754349878.jpeg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/bouncehouseatlanta\/images\/Image 34_1754349878_big.jpeg\u0022}}"};

22′ The Black Pearl Dual Lane Water Slide

from $799.00

22%27+The+Black+Pearl+Dual+Lane+Water+Slide

https://justbounceatl.com/rentals/water-slides/22-the-black-pearl-dual-lane-water-slide/

2719337

54021

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['2719353'] = {"indoor_outdoor":"","staff":"","electric":"1.00","dimensions":"38\u0027 L x 18\u0027 W x 22\u0027 H","rental_id":"2719353","rental_name":"22\u0027 Tiki Plunge Dual Lane Water Slide","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u00221824919\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00222719353\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/bouncehouseatlanta\/images\/Image 35_1754349977.jpeg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/bouncehouseatlanta\/images\/Image 35_1754349977_big.jpeg\u0022}}"};

22′ Tiki Plunge Dual Lane Water Slide

from $599.00

22%27+Tiki+Plunge+Dual+Lane+Water+Slide

https://justbounceatl.com/rentals/water-slides/22-tiki-plunge-dual-lane-water-slide/

2719353

54021

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['2719339'] = {"indoor_outdoor":"","staff":"","electric":"1.00","dimensions":"38\u0027 L x 11\u0027 W x 23\u0027 H","rental_id":"2719339","rental_name":"22\u0027 Tiki Tovi Water Slide","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u00221824905\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00222719339\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/bouncehouseatlanta\/images\/Image 13_1754350020.jpeg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/bouncehouseatlanta\/images\/Image 13_1754350020_big.jpeg\u0022}}"};

22′ Tiki Tovi Water Slide

from $549.00

22%27+Tiki+Tovi+Water+Slide

https://justbounceatl.com/rentals/water-slides/22-tiki-tovi-water-slide/

2719339

54021

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['2719357'] = {"indoor_outdoor":"","staff":"","electric":"1.00","dimensions":"36\u0027 L x 18\u0027 W x 22\u0027 H","rental_id":"2719357","rental_name":"22\u0027 Tropical Inferno Water Slide","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u00221824923\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00222719357\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/bouncehouseatlanta\/images\/Image 36_1754350099.jpeg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/bouncehouseatlanta\/images\/Image 36_1754350099_big.jpeg\u0022}}"};

22′ Tropical Inferno Water Slide

from $499.00

22%27+Tropical+Inferno+Water+Slide

https://justbounceatl.com/rentals/water-slides/22-tropical-inferno-water-slide/

2719357

54021

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['2719343'] = {"indoor_outdoor":"","staff":"","electric":"3.00","dimensions":"58\u0027 L x 13\u0027 W x 24\u0027 H","rental_id":"2719343","rental_name":"24\u0027 Niagara Falls Water Slide","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u00221824909\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00222719343\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/bouncehouseatlanta\/images\/b169bbcc-dba0-4e6e-a76d-70ba4ae3a83e_1754350258.png\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/bouncehouseatlanta\/images\/b169bbcc-dba0-4e6e-a76d-70ba4ae3a83e_1754350258_big.png\u0022}}"};

24′ Niagara Falls Water Slide

from $999.00

24%27+Niagara+Falls+Water+Slide

https://justbounceatl.com/rentals/water-slides/24-niagara-falls-water-slide/

2719343

54021

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['2719345'] = {"indoor_outdoor":"","staff":"","electric":"2.00","dimensions":"60\u0027 L x 17\u0027 W x 24\u0027H","rental_id":"2719345","rental_name":"24\u0027 Tropical Wave Dual Lane Slip N Slide","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u00221824911\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00222719345\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/bouncehouseatlanta\/images\/Image 38_1754350353.jpeg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/bouncehouseatlanta\/images\/Image 38_1754350353_big.jpeg\u0022}}"};

24′ Tropical Wave Dual Lane Slip N Slide

from $999.00

24%27+Tropical+Wave+Dual+Lane+Slip+N+Slide

https://justbounceatl.com/rentals/water-slides/24-tropical-wave-dual-lane-slip-n-slide/

2719345

54021

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['2562223'] = {"indoor_outdoor":"","staff":"","electric":"1.00","dimensions":"33\u0027 L x 10\u0027 W x 10\u0027 H","rental_id":"2562223","rental_name":"33\u0027 Tiki Tropic Dual Lane Slip N Slide","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u00221689345\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00222562223\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/bouncehouseatlanta\/images\/33 tiki tropic dual lane slip n slide_1733254961.png\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/bouncehouseatlanta\/images\/33 tiki tropic dual lane slip n slide_1733254961_big.png\u0022}}"};

33′ Tiki Tropic Dual Lane Slip N Slide

from $299.00

33%27+Tiki+Tropic+Dual+Lane+Slip+N+Slide

https://justbounceatl.com/rentals/water-slides/33-tiki-tropic-dual-lane-slip-n-slide/

2562223

54021

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['2562241'] = {"indoor_outdoor":"","staff":"","electric":"1.00","dimensions":"36\u0027 L x 11\u0027 W x 11\u0027 H","rental_id":"2562241","rental_name":"36\u0027 Rocky Island Dual Lane Slip N Slide","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u00221689361\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00222562241\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/bouncehouseatlanta\/images\/8863e0dd-70fb-49d8-8025-a49338dab029_1754352971.png\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/bouncehouseatlanta\/images\/8863e0dd-70fb-49d8-8025-a49338dab029_1754352971_big.png\u0022}}"};

36′ Rocky Island Dual Lane Slip N Slide

from $299.00

36%27+Rocky+Island+Dual+Lane+Slip+N+Slide

https://justbounceatl.com/rentals/water-slides/36-rocky-island-dual-lane-slip-n-slide/

2562241

54021

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['2562247'] = {"indoor_outdoor":"","staff":"","electric":"1.00","dimensions":"36\u0027 L x 9\u0027 W x 9\u0027 H","rental_id":"2562247","rental_name":"36\u0027 Surf N\u0027 Slide","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u00221689373\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00222562247\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/bouncehouseatlanta\/images\/36 surf n slide_1733255180.png\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/bouncehouseatlanta\/images\/36 surf n slide_1733255180_big.png\u0022}}"};

36′ Surf N’ Slide

from $299.00

36%27+Surf+N%27+Slide

https://justbounceatl.com/rentals/water-slides/36-surf-n-slide/

2562247

54021

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['2562263'] = {"indoor_outdoor":"","staff":"","electric":"1.00","dimensions":"30\u0027 L x 6\u0027 W x 9\u0027 H","rental_id":"2562263","rental_name":"Level Up Gamer Slip N Slide","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u00221689387\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00222562263\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/bouncehouseatlanta\/images\/level up gamer slip n slide_1733255621.png\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/bouncehouseatlanta\/images\/level up gamer slip n slide_1733255621_big.png\u0022}}"};

Level Up Gamer Slip N Slide

from $299.00

Level+Up+Gamer+Slip+N+Slide

https://justbounceatl.com/rentals/water-slides/level-up-gamer-slip-n-slide/

2562263

54021

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['2562269'] = {"indoor_outdoor":"","staff":"","electric":"1.00","dimensions":"30\u0027 L x 15\u0027 W x 14\u0027 H","rental_id":"2562269","rental_name":"Shark Big Bite Slip n Slide","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u00221689397\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00222562269\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/bouncehouseatlanta\/images\/shark slip n slide_1733255742.png\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/bouncehouseatlanta\/images\/shark slip n slide_1733255742_big.png\u0022}}"};

Shark Big Bite Slip n Slide

from $299.00

Shark+Big+Bite+Slip+n+Slide

https://justbounceatl.com/rentals/water-slides/shark-big-bite-slip-n-slide/

2562269

54021

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

Why Choose Water Slides from Just Bounce ATL?

Just Bounce ATL happily delivers Water Slides throughout Marietta, GA, and other surrounding areas like Acworth, Brookhaven, Kennesaw, Powder Springs, and many more cities. To obtain complete information, refer to our delivery area page. Check out our fun options in Marietta, GA. You’ll be thrilled with our high-quality and affordable Water Slides.

At Just Bounce ATL, we offer a wide variety of inflatable water slides to cater to all your needs, be it a family gathering or a corporate event. Our options are exceptional and perfect for your next party or event. You might want to check out our: 18 Foot Tiki Slide, 18 Foot Purple Plunge Slide, or, 15 Foot Dolphin Splash Slide, we have exactly what you need for your event!

More Party Equipment At Just Bounce ATL!

When you’re looking for the best quality party equipment in Marietta, GA you don’t have to look any further than Just Bounce ATL. Here at Just Bounce ATL, you will find the best selection of the highest-quality party inflatables like Combo Bounce Houses, Bounce Houses, Obstacle Courses, and Games.

Our company offering inflatable rentals can provide essential items to ensure a successful event. You may select from a range of commercial-grade bounce houses and inflatable water slides, and we have concession stands available for added enjoyment. We offer classic games for rent and can also provide tables and chairs for all your guests.

We will deliver, set up, and come back to pack everything up so that all you have to do is enjoy your party.

Delivery Area

Call us today to reserve great Water Slides for your next Party or Event!

770 771-5250

Our Service Area

We Proudly offer clean, on-time delivery to the following areas:

  • Atlanta
  • Marietta
  • Powder Springss
  • Acworth
  • Kennesaw
  • Brookhaven and more!

Is your event outside of our listed area? Contact Us below as we frequently deliver to events farther out and sometimes special accommodations can be made.

NOTE: Extra fees may vary depending on how far you are outside our service area.