alt text
Open all days between
11:00 am to 10:00 pm
GET IN TOUCH
847-260-5777
ADDRESS
9438 WEST IRVING PARK ROAD,
SCHILLER PARK, IL 60176.
ATTRACTIONS AROUND US
2.1 Miles from
Fashion Outlets Of Chicago
5.0 Miles from
Chicago O’hare Airport
2.1 Miles from
Fashion Outlets Of Chicago
5.0 Miles from
Chicago O’hare Airport

document.addEventListener('DOMContentLoaded', function () { const pinup = document.querySelector('mothers_day_pinup ,.mothers_day_pinup_c'); // Function to hide the pinup function hidePinup(event) { // Check if the click is outside the pinup if (!pinup.contains(event.target)) { pinup.classList.add('hidden'); } } // Add click event listener to the document document.addEventListener('click', hidePinup); });