top of page
imgi_22_603217_a06265802de24d57a673cb725c4894df~mv2.webp

Finley Country Club Hotel

Sab, 13 Sep

|

167-177 Murray St, Finley NSW 2713, Australia

Join RIFF for a big night of live music at the Finley Country Club Hotel on Saturday, 13th of September, from 7:30 PM to 10:30 PM.

Registration is closed
See other events
Finley Country Club Hotel
Finley Country Club Hotel

Waktu & Lokasi

13 Sep 2025, 19.30 – 22.30

167-177 Murray St, Finley NSW 2713, Australia

Tentang Event

🎶 Live at Finley Country Club Hotel 🎶


Join RIFF for a big night of live music at the Finley Country Club Hotel on Saturday, 13th of September, from 7:30 PM – 10:30 PM.


Bring your mates, grab a drink, and settle in for an evening packed with great tunes and good vibes.


✨ When: Saturday, 13th of September | 7:30 PM – 10:30 PM

✨ Where: Finley Country Club Hotel

✨ What: Live music, food, drinks & merch


Bagikan Event Ini

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); });