top of page
imgi_22_603217_a06265802de24d57a673cb725c4894df~mv2.webp

Northside Hotel, Albury

Sab, 25 Apr

|

303 Urana Rd, Lavington NSW 2641, Australia

After a day of remembrance, come together and unwind with some live music to close out ANZAC Day in style.

Northside Hotel, Albury
Northside Hotel, Albury

Waktu & Lokasi

25 Apr 2026, 17.00 – 20.00

303 Urana Rd, Lavington NSW 2641, Australia

Tentang Event

🎸 RIFF | Live at The Northside Hotel πŸ“… Saturday, 25th April β€” ANZAC Day πŸ•” 5pm – 8pm


After a day of remembrance, come together and unwind with some live music to close out ANZAC Day in style.


RIFF brings high-energy solo acoustic vibes to The Northside Hotel for one big Saturday evening session. Expect a fun, feel-good set packed with crowd favourites, the kind of music that gets you singing along before you even realise it.


Whether you're wrapping up the day with mates, looking for somewhere lively to settle in, or just after a great atmosphere with a cold drink in hand β€” this is the place to be.


🍺 Come early, grab a seat, and let's make it a night.

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