top of page
imgi_22_603217_a06265802de24d57a673cb725c4894df~mv2.webp

Batemans Bay Soldiers Club

Fri, 04 July

|

6 Beach Rd, Batemans Bay NSW 2536, Australia

Get ready for an electrifying weekend of live music as RIFF returns to Batemans Bay Soldiers Club for two epic nights!

Registration is closed
See other events
Batemans Bay Soldiers Club
Batemans Bay Soldiers Club

Time & Location

04 July 2025, 7:30 pm – 11:00 pm

6 Beach Rd, Batemans Bay NSW 2536, Australia

About the event

🎶 RIFF Live at Batemans Bay Soldiers Club! 🎶


Get ready for an electrifying weekend of live music as RIFF returns to Batemans Bay Soldiers Club for two epic nights!


📅 Friday, 4th of July 

⏰ 7:30 PM – 11:00 PM


📅 Saturday, 5th of July 

⏰ 8:00 PM – 11:00 PM


Share this event

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