top of page
imgi_22_603217_a06265802de24d57a673cb725c4894df~mv2.webp

Corryong Hotel Motel (a.k.a. The Bottom Pub) (with FLō TRIō)

сб, 07 мар.

|

54/60 Towong Rd, Corryong VIC 3707, Australia

Get set for a massive night of live music at the Corryong Hotel Motel (aka The Bottom Pub) as FLō TRIō hit the stage for Tawong Cup Races Weekend!

Registration is closed
See other events
Corryong Hotel Motel (a.k.a. The Bottom Pub) (with FLō TRIō)
Corryong Hotel Motel (a.k.a. The Bottom Pub) (with FLō TRIō)

Время и место

07 мар. 2026 г., 20:30 – 08 мар. 2026 г., 00:00

54/60 Towong Rd, Corryong VIC 3707, Australia

О событии

🎶 Live Music – Tawong Cup Weekend 🎶


Get set for a massive night of live music at the Corryong Hotel Motel (aka The Bottom Pub) as FLō TRIō hit the stage for Tawong Cup Races Weekend!


Bringing big grooves, feel-good vibes and high-energy live tunes, FLō TRIō will keep the party rolling long after the races are run. Whether you’re celebrating a win, backing a roughie, or just here for a cracking night out, this is the place to be.


📍 Corryong Hotel Motel – The Bottom Pub

🗓 Saturday, 7th March

8:30pm – 12:00am


Поделиться

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