top of page
imgi_22_603217_a06265802de24d57a673cb725c4894df~mv2.webp

Cowra Bowling Club

Sat, 14 June

|

22/16 Brougham St, Cowra NSW 2794, Australia

Get ready for a night of great music at the Cowra Bowling Club on Saturday, 14th of June, from 8:00 PM to 11:00 PM! ๐ŸŽถ

Registration is closed
See other events
Cowra Bowling Club
Cowra Bowling Club

Time & Location

14 June 2025, 8:00 pm โ€“ 11:00 pm

22/16 Brougham St, Cowra NSW 2794, Australia

About the event

Get ready for a night of great music at the Cowra Bowling Club on Saturday, 14th of June, from 8:00 PM to 11:00 PM! ๐ŸŽถ๐ŸŽธ


I'll be taking the stage for an exciting performance with a mix of original tracks and crowd favourites. Whether youโ€™re looking to unwind or get up and dance, this is the perfect way to spend your Saturday night. ๐ŸŽค๐Ÿ’ƒ๐Ÿ•บ


Bring your friends, grab a drink, and let's make it a night to remember. See you there! ๐ŸŒŸ๐ŸŽ‰

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