top of page
imgi_22_603217_a06265802de24d57a673cb725c4894df~mv2.webp

आयरनबार्क टैवर्न, चिल्टर्न

रवि, 13 अप्रैल

|

41-43 कॉननेस सेंट, चिल्टर्न वीआईसी 3683, ऑस्ट्रेलिया

चिल्टर्न में आयरनबार्क टैवर्न में एक शानदार रात का मज़ा लेना न भूलें। लाइव संगीत, स्वादिष्ट भोजन और एक शानदार समय की गारंटी!

पंजीकरण बंद है
अन्य कार्यक्रम देखें
आयरनबार्क टैवर्न, चिल्टर्न
आयरनबार्क टैवर्न, चिल्टर्न

समय और स्थान

13 अप्रैल 2025, 1:00 pm – 4:00 pm

41-43 कॉननेस सेंट, चिल्टर्न वीआईसी 3683, ऑस्ट्रेलिया

इवेंट के बारे में

Come along to the Ironbark Tavern in Chiltern! Enjoy live music, delicious food, and a vibrant atmosphere that promises a great time for all. Whether you're a local or just passing through, this is the perfect opportunity to experience the best of what Chiltern has to offer.


Mark your calendars and get ready for a night of fun and entertainment. Can't wait to see you there!

यह इवेंट साझा करें

bottom of page
function prefetch(nodeList) { if (navigator.connection && (navigator.connection.effectiveType === 'slow-2g' || navigator.connection.effectiveType === '2g')) { return; } if (navigator.deviceMemory && navigator.deviceMemory <= 2) { return; } const fetched = {}; const observer = new IntersectionObserver(function (entries) { entries.forEach(function (entry) { if (entry.isIntersecting) { const link = entry.target.href; if (!fetched[link]) { fetched[link] = true; fetch(link, { priority: 'low' }); } observer.unobserve(entry.target); } }); }); nodeList.forEach(link => observer.observe(link)); } const idleCallback = window.requestIdleCallback || function (cb) { return setTimeout(() => cb(), 1); }; idleCallback(function () { const links = document.querySelectorAll('a[href]'); prefetch(links); });