top of page
imgi_22_603217_a06265802de24d57a673cb725c4894df~mv2.webp

Finley Country Club Hotel

शुक्र, 01 अग॰

|

167-177 Murray St, Finley NSW 2713, Australia

Join RIFF for a night of raw, electrifying live music at the Finley Country Club Hotel on Friday, 1st of August!

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

समय और स्थान

01 अग॰ 2025, 7:30 pm – 10:30 pm

167-177 Murray St, Finley NSW 2713, Australia

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

🎶 RIFF Live at Finley Country Club Hotel


📅 Friday, 1st August

🕢 7:30 PM – 10:30 PM

📍 Finley Country Club Hotel, Finley NSW


Join RIFF for a night of raw, electrifying live music at the Finley Country Club Hotel on Friday, 1st of August! From 7:30 PM to 10:30 PM, experience a setlist packed with passionate originals, iconic covers, and the kind of guitar energy that leaves a mark.


🔥 Whether you're there for the music, the atmosphere, or the good company—this is your Friday night sorted.


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

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