# LLMS-FULL — flattened content. Generated 2026-08-18 --- # Home — Burnett Riverside Hotel Source: https://burnettriverside.com.au/ ![The Burnett River at sunset](/images/hero-river-sunset.png) Burnett Riverside Hotel # Bundaberg’s riverside stay. Arrival Departure Guests 1 Adult 2 Adults 2 Adults · 1 Child 2 Adults · 2 Children 3 Adults Check Availability (() => { const form = document.querySelector('\[data-brh-booking\]'); if (!form) return; const arrival = form.querySelector('\[data-arrival\]'); const depart = form.querySelector('\[data-depart\]'); const arrivalDisp = form.querySelector('\[data-arrival-display\]'); const departDisp = form.querySelector('\[data-depart-display\]'); const guests = form.querySelector('\[data-guests\]'); const days = \['Sun','Mon','Tue','Wed','Thu','Fri','Sat'\]; const months = \['Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec'\]; const toISO = (d) => d.toISOString().slice(0, 10); const formatAU = (iso) => { if (!iso) return ''; const d = new Date(iso + 'T00:00:00'); return \`${days\[d.getDay()\]} ${d.getDate()} ${months\[d.getMonth()\]}\`; }; const refresh = () => { arrivalDisp.textContent = formatAU(arrival.value); departDisp.textContent = formatAU(depart.value); }; // Initialize — tomorrow and day-after const today = new Date(); const tomorrow = new Date(today); tomorrow.setDate(today.getDate() + 1); const dayAfter = new Date(today); dayAfter.setDate(today.getDate() + 2); arrival.min = toISO(today); if (!arrival.value) arrival.value = toISO(tomorrow); if (!depart.value) depart.value = toISO(dayAfter); depart.min = arrival.value; refresh(); // Keep departure after arrival arrival.addEventListener('change', () => { if (depart.value <= arrival.value) { const next = new Date(arrival.value + 'T00:00:00'); next.setDate(next.getDate() + 1); depart.value = toISO(next); } depart.min = arrival.value; refresh(); }); depart.addEventListener('change', refresh); // Submit: build the SiteMinder URL and open in new tab form.addEventListener('submit', (e) => { e.preventDefault(); const \[adults, children\] = (guests.value || '2|0').split('|'); const params = new URLSearchParams({ 'locale': 'en', 'items\[0\]\[adults\]': adults, 'items\[0\]\[children\]': children, 'items\[0\]\[infants\]': '0', 'currency': 'AUD', 'checkInDate': arrival.value, 'checkOutDate': depart.value, 'trackPage': 'no', }); // SiteMinder wants raw \[ \] in the param names const qs = params.toString().replace(/%5B/g, '\[').replace(/%5D/g, '\]'); // This opens via script rather than an , so the delegated tracker in // BookingClickTracker.astro never sees it — push the event here instead. window.dataLayer = window.dataLayer || \[\]; window.dataLayer.push({ event: 'booking\_click', booking\_placement: 'booking-strip', booking\_source\_path: window.location.pathname, booking\_target: 'engine', booking\_nights: (() => { const a = new Date(arrival.value + 'T00:00:00'); const d = new Date(depart.value + 'T00:00:00'); const n = Math.round((d - a) / 86400000); return Number.isFinite(n) && n > 0 ? n : null; })(), }); window.open(\`https://book-directonline.com/properties/BURNETTRSDIRECT?${qs}\`, '\_blank', 'noopener,noreferrer'); }); })(); Christmas on the Burnett · now taking bookings ### Your Christmas party, right on the Burnett River. Four ways to celebrate, from $45 per person — drinks and canapés on the deck, a shared feast, a sit-down dinner, or a seat at our shared festive afternoon. [See Christmas packages](/functions/christmas-parties/) ![Burnett Riverside Hotel on the Burnett River](/images/homepage/BRH-external-day.png) Welcome ## Home, on the Burnett. Set right on the Burnett River in the heart of Bundaberg, Burnett Riverside Hotel is designed for corporate travellers and leisure guests alike. Large, comfortable rooms, modern interiors, and the easy familiarity of a well-run hotel. Everything you need is on the one site. Rooms and suites upstairs, H2O Restaurant & Bar ten steps from the lift, a dedicated function centre and meeting rooms on the ground floor, and fast Wi-Fi and streaming-ready TVs throughout. A proper workspace for the weekday stay, a balcony for the weekend, and the same warm, personal service either way. [Explore our rooms](/bundaberg-accommodation/) Why stay with us ## Everything you need, all on one site. ### Central riverfront location Right on the Burnett River and a two-minute walk from Bundaberg's CBD, Quay Street and the arts precinct. ### Built for work & rest Generous workspaces, meeting rooms and fast Wi-Fi for the weekday stay; balconies, the riverside deck and H2O for the weekend. ### Restaurant, bar & functions H2O Restaurant & Bar on the ground floor, a dedicated function centre and three meeting rooms on site — all under one roof. ### Modern, bright & airy Large, comfortable rooms with modern interiors, plenty of natural light, and quality bedding throughout. ### Personal service, smart tech Warm, personal hospitality paired with thoughtful in-room technology — fast Wi-Fi, streaming-ready TVs, easy check-in. ### Best rate, booked direct The lowest available rate with no booking fees, flexible cancellation, and priority on our best available rooms. Rooms & suites ## A room for every kind of stay. Spacious and comfortable room types for the weekday business traveller, the weekend couple, and the family in between. Large, bright and airy — with river views from most. ![Riverview Queen](/images/rooms/riverview-queen.jpg) Couples ### Riverview Queen Wake to the Burnett — a private balcony over the river, a comfortable queen bed, and the kind of slow morning a weekend is made for. 2 guests 1 Queen River-facing balcony [View room](/bundaberg-accommodation/riverview-queen/) [Book](https://book-directonline.com/properties/BURNETTRSDIRECT?locale=en&items[0][adults]=2&items[0][children]=0&items[0][infants]=0¤cy=AUD&trackPage=no) ![Riverview King](/images/rooms/riverview-king.jpg) Couples ### Riverview King Our most-loved room — a king bed, a private balcony directly over the Burnett, and a walk-in shower to wake you up gently. 2 guests 1 King River-facing balcony [View room](/bundaberg-accommodation/riverview-king/) [Book](https://book-directonline.com/properties/BURNETTRSDIRECT?locale=en&items[0][adults]=2&items[0][children]=0&items[0][infants]=0¤cy=AUD&trackPage=no) ![Deluxe King](/images/rooms/deluxe-king.jpg) Comfort & space ### Deluxe King All the comfort and considered finish of our larger rooms — a king bed, generous workspace and well-stocked mini bar — at our most welcoming price. 2 guests 1 King Workspace [View room](/bundaberg-accommodation/deluxe-king/) [Book](https://book-directonline.com/properties/BURNETTRSDIRECT?locale=en&items[0][adults]=2&items[0][children]=0&items[0][infants]=0¤cy=AUD&trackPage=no) ![Two Bedroom Apartment](/images/rooms/two-bedroom-apartment.jpg) Families ### Two Bedroom Apartment Two separate bedrooms, an open-plan living area and a full kitchenette — apartment living with the ease of a hotel, sleeps up to five. 5 guests 1 King · 2 Singles · Sofa bed Kitchenette [View room](/bundaberg-accommodation/two-bedroom-apartment/) [Book](https://book-directonline.com/properties/BURNETTRSDIRECT?locale=en&items[0][adults]=2&items[0][children]=0&items[0][infants]=0¤cy=AUD&trackPage=no) [View all room types](/bundaberg-accommodation/) ![H2O riverside dining](/images/h2o-dining-table.png) H2O Restaurant & Bar ## Riverside dining, relaxed. Riverside dining at H2O Restaurant & Bar — easy weeknights, sunset drinks and celebrations that run late. Full à la carte table service in a welcoming room built around fresh, locally-sourced produce, with a view of the Burnett River from every table. Open Monday to Saturday from 4pm — happy hour 4–6pm daily, dinner from 4pm, drinks on the deck through to late. Walk-ins welcome; bookings recommended for groups. [View H2O](/bundaberg-restaurant/) [Book a table](https://h20-restaurant-bar.resos.com/booking) Functions & events ## Your event, on the Burnett. Three versatile riverside spaces for conferences, corporate dinners and celebrations of up to 120 guests — with H2O catering, full AV and a dedicated coordinator from first enquiry to final pack-down. And the advantage no other Bundaberg venue can match: your guests stay on the same riverside site, just a lift ride from the celebration. Meeting, dinner, dance floor and a river-view room to fall into — all under one roof. [Explore functions & events](/functions/) [Riverside weddings](/weddings/) [Christmas on the Burnett](/functions/christmas-parties/) ![A function set for a corporate dinner at Burnett Riverside Hotel](/images/conference-set-2.png) Gatherings ## Events, meetings, weddings — on the water. From turtle season at Mon Repos to seated banquets in the Burnett Room, riverside weddings to half-day workshops in the Vue Room — reasons to come to Bundaberg, and the spaces to host whatever brings you here. [ ![Loggerhead turtle nesting at Mon Repos near Bundaberg](/images/blog/mon-repos-turtle-centre-guide.jpg) Bundaberg events ### Time your trip Discover ](/bundaberg-events/)[ ![Meeting room set in U-shape at Burnett Riverside Hotel](/images/meeting-room.jpg) Meetings ### Meeting rooms Bundaberg Discover ](/meeting-rooms-bundaberg/)[ ![Conference set up](/images/conference-set.png) Functions ### Conferences & events Discover ](/functions/)[ ![Riverside wedding](/images/wedding-couple-sunset.jpg) Weddings ### Riverside weddings Discover ](/weddings/) Guest reviews ## 4.6 on Google. 812 reviews. > “Room was beautiful, bed was incredibly comfortable, and the balcony view of the river at sunset was something else. H2O downstairs sealed it.” — Elena M. > “Stayed three nights for work. Strong WiFi, a proper desk, and I ended every day with a drink on the deck. Will be back.” — David K. > “Quiet, considered, and thoroughly lovely. You can tell the team cares — small things done properly.” — Marianne & Paul The region ## Gateway to the Southern Great Barrier Reef. Bundaberg is the quiet gateway to the Southern Great Barrier Reef — Lady Musgrave and Lady Elliot Islands, Mon Repos turtles, Bargara beaches, and the iconic Bundaberg Rum Distillery. [Lady Musgrave Day Trips](/region/) [Mon Repos Turtle Centre](/region/) [Bundaberg Rum Distillery](/region/) [Bargara & the Coast](/region/) ![Snorkelling with a green sea turtle on the Southern Great Barrier Reef](/images/region/turtle-mon-repos.jpg) About the hotel ## Burnett Riverside Hotel — quick facts. What 43 rooms and suites — a riverside hotel in the Bundaberg CBD, with H2O Restaurant & Bar, a dedicated function centre and three meeting rooms on one site. Where 7 Quay Street, Bundaberg QLD 4670 — on the Burnett River, five minutes’ walk to the CBD. Check-in / out From 2:00 pm · by 10:00 am. Early check-in or late check-out subject to availability ($25 either side; latest check-out 12 pm, not Sundays). Parking Free secure underground parking on site (2.2 m clearance). Trailers, boats and large work vehicles use the service road outside the hotel or the River Cruz Cafe car park — please ask reception on arrival. WiFi Free, fast WiFi throughout. Streaming-ready TVs in every room. Best for Corporate stays Mon–Fri · conferences and meetings · weddings and functions · hospital-project teams · agriculture and food-manufacturing visitors · reef and turtle tourism · group bookings (tour groups March–August). Indicative rate Rooms from **$235–$355 per night**, booked direct (Deluxe Queen, low season midweek). Book direct [Check availability](https://book-directonline.com/properties/BURNETTRSDIRECT?locale=en&items[0][adults]=2&items[0][children]=0&items[0][infants]=0¤cy=AUD&trackPage=no)  ·  +61 7 4155 8777  ·  bookings@burnettriverside.com.au --- # Rooms & Suites (overview) Source: https://burnettriverside.com.au/bundaberg-accommodation/ ![The Burnett River from a Riverview King balcony](/images/rooms/balcony-view.jpg) # A room for every kind of stay. Accommodation Nine spacious and comfortable room types for the weekday business traveller, the weekend couple and the family in between. Large, bright, airy — with river views from most. Check in 2pm Check out 10am Rooms Nine types Spring offer · book direct · ends 30 November 2026 ### Stay 2 nights, save 10% — or 3 nights, save 20%. Settle into a relaxed riverside spring escape, plus 10% off dining at H2O Restaurant & Bar throughout your stay. [See the offer](/offers/spring-escape/) ![Deluxe Queen](/images/rooms/deluxe-queen.jpg) Short stays ## Deluxe Queen A bright, breezy queen-bedded room with everything you need for a restful overnight in the heart of Bundaberg. 2 guests 1 Queen City view Ensuite [View room](/bundaberg-accommodation/deluxe-queen/) [Book now](https://book-directonline.com/properties/BURNETTRSDIRECT?locale=en&items[0][adults]=2&items[0][children]=0&items[0][infants]=0¤cy=AUD&trackPage=no) ![Accessible Deluxe King](/images/rooms/accessible-king.jpg) Accessible ## Accessible Deluxe King Thoughtfully designed for ease and independence — a spacious ground-floor king room with step-free access throughout. 2 guests 1 King Wheelchair accessible Accessible bathroom [View room](/bundaberg-accommodation/accessible-king/) [Book now](https://book-directonline.com/properties/BURNETTRSDIRECT?locale=en&items[0][adults]=2&items[0][children]=0&items[0][infants]=0¤cy=AUD&trackPage=no) ![Deluxe King](/images/rooms/deluxe-king.jpg) Comfort & space ## Deluxe King All the comfort and considered finish of our larger rooms — a king bed, generous workspace and well-stocked mini bar — at our most welcoming price. 2 guests 1 King Workspace Ensuite [View room](/bundaberg-accommodation/deluxe-king/) [Book now](https://book-directonline.com/properties/BURNETTRSDIRECT?locale=en&items[0][adults]=2&items[0][children]=0&items[0][infants]=0¤cy=AUD&trackPage=no) ![Riverview Queen](/images/rooms/riverview-queen.jpg) Couples ## Riverview Queen Wake to the Burnett — a private balcony over the river, a comfortable queen bed, and the kind of slow morning a weekend is made for. 2 guests 1 Queen River-facing balcony Shower over bath / spa [View room](/bundaberg-accommodation/riverview-queen/) [Book now](https://book-directonline.com/properties/BURNETTRSDIRECT?locale=en&items[0][adults]=2&items[0][children]=0&items[0][infants]=0¤cy=AUD&trackPage=no) ![Riverview King](/images/rooms/riverview-king.jpg) Couples ## Riverview King Our most-loved room — a king bed, a private balcony directly over the Burnett, and a walk-in shower to wake you up gently. 2 guests 1 King River-facing balcony Walk-in or shower over bath [View room](/bundaberg-accommodation/riverview-king/) [Book now](https://book-directonline.com/properties/BURNETTRSDIRECT?locale=en&items[0][adults]=2&items[0][children]=0&items[0][infants]=0¤cy=AUD&trackPage=no) ![Deluxe Twin](/images/rooms/deluxe-twin.jpg) Families & friends ## Deluxe Twin Two queen beds, a private balcony and 32m² of easy room to spread out — perfect for families, friends or colleagues sharing a room without sharing a bed. 4 guests 2 Queens Private balcony Separate shower [View room](/bundaberg-accommodation/deluxe-twin/) [Book now](https://book-directonline.com/properties/BURNETTRSDIRECT?locale=en&items[0][adults]=2&items[0][children]=0&items[0][infants]=0¤cy=AUD&trackPage=no) ![Family Studio](/images/rooms/family-studio.jpg) Families ## Family Studio A bright, open-plan family stay — a queen bed, two singles, a kitchenette and a dining area, all in one considered space. 4 guests 1 Queen · 2 Singles Kitchenette & dining Ensuite [View room](/bundaberg-accommodation/family-studio/) [Book now](https://book-directonline.com/properties/BURNETTRSDIRECT?locale=en&items[0][adults]=2&items[0][children]=0&items[0][infants]=0¤cy=AUD&trackPage=no) ![Loft Apartment](/images/rooms/loft-apartment.jpg) Longer stays ## Loft Apartment A split-level apartment — your own upstairs bedroom and ensuite, with a kitchenette and lounge below. Made for stays that stretch a little longer. 3 guests 1 King · Sofa bed Split-level layout Upstairs ensuite [View room](/bundaberg-accommodation/loft-suite/) [Book now](https://book-directonline.com/properties/BURNETTRSDIRECT?locale=en&items[0][adults]=2&items[0][children]=0&items[0][infants]=0¤cy=AUD&trackPage=no) ![Two Bedroom Apartment](/images/rooms/two-bedroom-apartment.jpg) Families ## Two Bedroom Apartment Two separate bedrooms, an open-plan living area and a full kitchenette — apartment living with the ease of a hotel, sleeps up to five. 5 guests 1 King · 2 Singles · Sofa bed Kitchenette Ensuite [View room](/bundaberg-accommodation/two-bedroom-apartment/) [Book now](https://book-directonline.com/properties/BURNETTRSDIRECT?locale=en&items[0][adults]=2&items[0][children]=0&items[0][infants]=0¤cy=AUD&trackPage=no) --- # Deluxe Queen Source: https://burnettriverside.com.au/bundaberg-accommodation/deluxe-queen/ [Stay](/) › [Rooms](/bundaberg-accommodation/) › Deluxe Queen ![Deluxe Queen — image 1 of 4](/images/rooms/deluxe-queen.jpg)![Deluxe Queen — image 2 of 4](/images/rooms/deluxe-queen-alt-1.jpg) ![Deluxe Queen — image 3 of 4](/images/rooms/deluxe-queen-alt-3.jpg) ![Deluxe Queen — image 4 of 4](/images/rooms/deluxe-queen-bathroom.avif) Enlarge 1 / 4 ![](/images/rooms/deluxe-queen.jpg)![](/images/rooms/deluxe-queen-alt-1.jpg) ![](/images/rooms/deluxe-queen-alt-3.jpg) ![](/images/rooms/deluxe-queen-bathroom.avif) 1 / 4 Close ![Deluxe Queen — image 1 of 4](/images/rooms/deluxe-queen.jpg) ![Deluxe Queen — image 2 of 4](/images/rooms/deluxe-queen-alt-1.jpg) ![Deluxe Queen — image 3 of 4](/images/rooms/deluxe-queen-alt-3.jpg) ![Deluxe Queen — image 4 of 4](/images/rooms/deluxe-queen-bathroom.avif) const $=t=>t.clientWidth?Math.round(t.scrollLeft/t.clientWidth):0,K=window.matchMedia("(prefers-reduced-motion: reduce)").matches?"auto":"smooth",f=(t,a,l=K)=>t.scrollTo({left:a\*t.clientWidth,behavior:l}),I=(t,a)=>{let l=0;t.addEventListener("scroll",()=>{clearTimeout(l),l=window.setTimeout(a,80)},{passive:!0})};document.querySelectorAll("\[data-gallery\]").forEach(t=>{const a=t.querySelector("\[data-gallery-track\]"),l=t.querySelector("\[data-lightbox\]"),c=t.querySelector("\[data-lightbox-track\]");if(!a||!l||!c)return;const g=Array.from(t.querySelectorAll("\[data-gallery-slide\]")),k=Array.from(t.querySelectorAll("\[data-gallery-thumb\]")),i=g.length,q=t.querySelector("\[data-gallery-counter\]"),A=t.querySelector("\[data-gallery-caption\]"),x=t.querySelector("\[data-gallery-prev\]"),v=t.querySelector("\[data-gallery-next\]"),w=t.querySelector("\[data-gallery-expand\]"),C=t.querySelector("\[data-lightbox-counter\]"),D=t.querySelector("\[data-lightbox-caption\]"),b=t.querySelector("\[data-lightbox-prev\]"),p=t.querySelector("\[data-lightbox-next\]"),B=t.querySelector("\[data-lightbox-close\]"),T=e=>g\[e\]?.dataset.caption??"";let m=null;const s=e=>Math.max(0,Math.min(e,i-1));let o=0;const y=(e=s($(a)))=>{o=e,q&&(q.textContent=\`${e+1} / ${i}\`),A&&(A.textContent=T(e)),k.forEach((n,u)=>{n.classList.toggle("is-active",u===e),n.setAttribute("aria-current",u===e?"true":"false")}),x&&(x.disabled=e===0),v&&(v.disabled=e===i-1)},d=e=>{const n=s(e);f(a,n),y(n)};I(a,()=>y()),x?.addEventListener("click",()=>d(o-1)),v?.addEventListener("click",()=>d(o+1)),k.forEach((e,n)=>e.addEventListener("click",()=>d(n))),a.addEventListener("keydown",e=>{e.key==="ArrowLeft"&&(e.preventDefault(),d(o-1)),e.key==="ArrowRight"&&(e.preventDefault(),d(o+1))}),window.addEventListener("resize",()=>f(a,o,"auto"));let r=0;const S=(e=s($(c)))=>{r=e,C&&(C.textContent=\`${e+1} / ${i}\`),D&&(D.textContent=T(e)),b&&(b.disabled=e===0),p&&(p.disabled=e===i-1)},h=e=>{const n=s(e);f(c,n),S(n)},M=(e,n)=>{m=n,l.hidden=!1,document.body.classList.add("is-lightbox-open"),c.clientWidth,f(c,s(e),"auto"),S(s(e)),B?.focus()},E=()=>{l.hidden=!0,document.body.classList.remove("is-lightbox-open"),f(a,r,"auto"),y(r),m?.focus({preventScroll:!0}),m=null};I(c,()=>S()),g.forEach((e,n)=>e.addEventListener("click",()=>M(n,e))),w?.addEventListener("click",()=>M(o,w)),b?.addEventListener("click",()=>h(r-1)),p?.addEventListener("click",()=>h(r+1)),B?.addEventListener("click",E),c.addEventListener("click",e=>{e.target.tagName!=="IMG"&&E()}),document.addEventListener("keydown",e=>{if(!l.hidden){if(e.key==="Escape"){e.preventDefault(),E();return}if(e.key==="ArrowLeft"&&(e.preventDefault(),h(r-1)),e.key==="ArrowRight"&&(e.preventDefault(),h(r+1)),e.key==="Tab"){const n=Array.from(l.querySelectorAll("button:not(\[disabled\])"));if(!n.length)return;const u=n\[0\],W=n\[n.length-1\],L=document.activeElement;e.shiftKey&&(L===u||!l.contains(L))?(e.preventDefault(),W.focus()):!e.shiftKey&&L===W&&(e.preventDefault(),u.focus())}}}),y()}); Short stays # Deluxe Queen A bright, breezy queen-bedded room with everything you need for a restful overnight in the heart of Bundaberg. 2 guests Queen bed Ensuite City view [Book now](https://book-directonline.com/properties/BURNETTRSDIRECT?locale=en&items[0][adults]=2&items[0][children]=0&items[0][infants]=0¤cy=AUD&trackPage=no) ### In this room * Queen bed * Private ensuite * Fast complimentary Wi-Fi * Flat-screen TV * Mini bar, tea & coffee * Desk & in-room dining About this room ## The room, in full. A welcoming 30m² of warm timber, soft linens and easy comfort. Sink into a queen bed, freshen up under a hot shower in your private ensuite, and start the day with a fresh coffee at the writing desk. Daily housekeeping, complimentary high-speed Wi-Fi, in-room dining and lift access — quietly looked after, so you can simply settle in. Every room is finished with the same restrained palette — warm limestone walls, canopy-green accents and natural timber. Daily housekeeping, reception staffed 7.30am–9pm with secure key-box access after hours, lift access, and the H2O Restaurant ten steps from the lobby. [Book now](https://book-directonline.com/properties/BURNETTRSDIRECT?locale=en&items[0][adults]=2&items[0][children]=0&items[0][infants]=0¤cy=AUD&trackPage=no) [Compare all rooms](/bundaberg-accommodation/) [ Up next ### Accessible Deluxe King Thoughtfully designed for ease and independence — a spacious ground-floor king room with step-free access throughout. View room ![Accessible Deluxe King](/images/rooms/accessible-king.jpg) ](/bundaberg-accommodation/accessible-king/) --- # Deluxe King Source: https://burnettriverside.com.au/bundaberg-accommodation/deluxe-king/ [Stay](/) › [Rooms](/bundaberg-accommodation/) › Deluxe King ![Deluxe King — image 1 of 4](/images/rooms/deluxe-king.jpg)![Deluxe King — image 2 of 4](/images/rooms/deluxe-king-alt-1.jpg) ![Deluxe King — image 3 of 4](/images/rooms/deluxe-king-alt-2.jpg) ![Deluxe King — image 4 of 4](/images/rooms/deluxe-king-bathroom.avif) Enlarge 1 / 4 ![](/images/rooms/deluxe-king.jpg)![](/images/rooms/deluxe-king-alt-1.jpg) ![](/images/rooms/deluxe-king-alt-2.jpg) ![](/images/rooms/deluxe-king-bathroom.avif) 1 / 4 Close ![Deluxe King — image 1 of 4](/images/rooms/deluxe-king.jpg) ![Deluxe King — image 2 of 4](/images/rooms/deluxe-king-alt-1.jpg) ![Deluxe King — image 3 of 4](/images/rooms/deluxe-king-alt-2.jpg) ![Deluxe King — image 4 of 4](/images/rooms/deluxe-king-bathroom.avif) const $=t=>t.clientWidth?Math.round(t.scrollLeft/t.clientWidth):0,K=window.matchMedia("(prefers-reduced-motion: reduce)").matches?"auto":"smooth",f=(t,a,l=K)=>t.scrollTo({left:a\*t.clientWidth,behavior:l}),I=(t,a)=>{let l=0;t.addEventListener("scroll",()=>{clearTimeout(l),l=window.setTimeout(a,80)},{passive:!0})};document.querySelectorAll("\[data-gallery\]").forEach(t=>{const a=t.querySelector("\[data-gallery-track\]"),l=t.querySelector("\[data-lightbox\]"),c=t.querySelector("\[data-lightbox-track\]");if(!a||!l||!c)return;const g=Array.from(t.querySelectorAll("\[data-gallery-slide\]")),k=Array.from(t.querySelectorAll("\[data-gallery-thumb\]")),i=g.length,q=t.querySelector("\[data-gallery-counter\]"),A=t.querySelector("\[data-gallery-caption\]"),x=t.querySelector("\[data-gallery-prev\]"),v=t.querySelector("\[data-gallery-next\]"),w=t.querySelector("\[data-gallery-expand\]"),C=t.querySelector("\[data-lightbox-counter\]"),D=t.querySelector("\[data-lightbox-caption\]"),b=t.querySelector("\[data-lightbox-prev\]"),p=t.querySelector("\[data-lightbox-next\]"),B=t.querySelector("\[data-lightbox-close\]"),T=e=>g\[e\]?.dataset.caption??"";let m=null;const s=e=>Math.max(0,Math.min(e,i-1));let o=0;const y=(e=s($(a)))=>{o=e,q&&(q.textContent=\`${e+1} / ${i}\`),A&&(A.textContent=T(e)),k.forEach((n,u)=>{n.classList.toggle("is-active",u===e),n.setAttribute("aria-current",u===e?"true":"false")}),x&&(x.disabled=e===0),v&&(v.disabled=e===i-1)},d=e=>{const n=s(e);f(a,n),y(n)};I(a,()=>y()),x?.addEventListener("click",()=>d(o-1)),v?.addEventListener("click",()=>d(o+1)),k.forEach((e,n)=>e.addEventListener("click",()=>d(n))),a.addEventListener("keydown",e=>{e.key==="ArrowLeft"&&(e.preventDefault(),d(o-1)),e.key==="ArrowRight"&&(e.preventDefault(),d(o+1))}),window.addEventListener("resize",()=>f(a,o,"auto"));let r=0;const S=(e=s($(c)))=>{r=e,C&&(C.textContent=\`${e+1} / ${i}\`),D&&(D.textContent=T(e)),b&&(b.disabled=e===0),p&&(p.disabled=e===i-1)},h=e=>{const n=s(e);f(c,n),S(n)},M=(e,n)=>{m=n,l.hidden=!1,document.body.classList.add("is-lightbox-open"),c.clientWidth,f(c,s(e),"auto"),S(s(e)),B?.focus()},E=()=>{l.hidden=!0,document.body.classList.remove("is-lightbox-open"),f(a,r,"auto"),y(r),m?.focus({preventScroll:!0}),m=null};I(c,()=>S()),g.forEach((e,n)=>e.addEventListener("click",()=>M(n,e))),w?.addEventListener("click",()=>M(o,w)),b?.addEventListener("click",()=>h(r-1)),p?.addEventListener("click",()=>h(r+1)),B?.addEventListener("click",E),c.addEventListener("click",e=>{e.target.tagName!=="IMG"&&E()}),document.addEventListener("keydown",e=>{if(!l.hidden){if(e.key==="Escape"){e.preventDefault(),E();return}if(e.key==="ArrowLeft"&&(e.preventDefault(),h(r-1)),e.key==="ArrowRight"&&(e.preventDefault(),h(r+1)),e.key==="Tab"){const n=Array.from(l.querySelectorAll("button:not(\[disabled\])"));if(!n.length)return;const u=n\[0\],W=n\[n.length-1\],L=document.activeElement;e.shiftKey&&(L===u||!l.contains(L))?(e.preventDefault(),W.focus()):!e.shiftKey&&L===W&&(e.preventDefault(),u.focus())}}}),y()}); Comfort & space # Deluxe King All the comfort and considered finish of our larger rooms — a king bed, generous workspace and well-stocked mini bar — at our most welcoming price. 2 guests King bed Ensuite Workspace [Book now](https://book-directonline.com/properties/BURNETTRSDIRECT?locale=en&items[0][adults]=2&items[0][children]=0&items[0][infants]=0¤cy=AUD&trackPage=no) ### In this room * King-size bed * Private ensuite * Fast complimentary Wi-Fi * Flat-screen TV * Mini bar, tea & coffee * Workspace & writing desk About this room ## The room, in full. A relaxed, spacious king-bedded room with private ensuite, fully-stocked mini bar, complimentary high-speed Wi-Fi and a generous writing desk. Just as bright, considered and welcoming as our larger rooms — this one is set away from the water, with no balcony — making it a smart pick for business travellers, weekend couples and anyone after the same easy comfort for a little less. Every room is finished with the same restrained palette — warm limestone walls, canopy-green accents and natural timber. Daily housekeeping, reception staffed 7.30am–9pm with secure key-box access after hours, lift access, and the H2O Restaurant ten steps from the lobby. [Book now](https://book-directonline.com/properties/BURNETTRSDIRECT?locale=en&items[0][adults]=2&items[0][children]=0&items[0][infants]=0¤cy=AUD&trackPage=no) [Compare all rooms](/bundaberg-accommodation/) [ Up next ### Riverview Queen Wake to the Burnett — a private balcony over the river, a comfortable queen bed, and the kind of slow morning a weekend is made for. View room ![Riverview Queen](/images/rooms/riverview-queen.jpg) ](/bundaberg-accommodation/riverview-queen/) --- # Accessible Deluxe King Source: https://burnettriverside.com.au/bundaberg-accommodation/accessible-king/ [Stay](/) › [Rooms](/bundaberg-accommodation/) › Accessible Deluxe King ![Accessible Deluxe King — image 1 of 3](/images/rooms/accessible-king.jpg)![Accessible Deluxe King — image 2 of 3](/images/rooms/accessible-king-alt-1.jpg) ![Accessible Deluxe King — image 3 of 3](/images/rooms/accessible-king-bathroom.avif) Enlarge 1 / 3 ![](/images/rooms/accessible-king.jpg)![](/images/rooms/accessible-king-alt-1.jpg) ![](/images/rooms/accessible-king-bathroom.avif) 1 / 3 Close ![Accessible Deluxe King — image 1 of 3](/images/rooms/accessible-king.jpg) ![Accessible Deluxe King — image 2 of 3](/images/rooms/accessible-king-alt-1.jpg) ![Accessible Deluxe King — image 3 of 3](/images/rooms/accessible-king-bathroom.avif) const $=t=>t.clientWidth?Math.round(t.scrollLeft/t.clientWidth):0,K=window.matchMedia("(prefers-reduced-motion: reduce)").matches?"auto":"smooth",f=(t,a,l=K)=>t.scrollTo({left:a\*t.clientWidth,behavior:l}),I=(t,a)=>{let l=0;t.addEventListener("scroll",()=>{clearTimeout(l),l=window.setTimeout(a,80)},{passive:!0})};document.querySelectorAll("\[data-gallery\]").forEach(t=>{const a=t.querySelector("\[data-gallery-track\]"),l=t.querySelector("\[data-lightbox\]"),c=t.querySelector("\[data-lightbox-track\]");if(!a||!l||!c)return;const g=Array.from(t.querySelectorAll("\[data-gallery-slide\]")),k=Array.from(t.querySelectorAll("\[data-gallery-thumb\]")),i=g.length,q=t.querySelector("\[data-gallery-counter\]"),A=t.querySelector("\[data-gallery-caption\]"),x=t.querySelector("\[data-gallery-prev\]"),v=t.querySelector("\[data-gallery-next\]"),w=t.querySelector("\[data-gallery-expand\]"),C=t.querySelector("\[data-lightbox-counter\]"),D=t.querySelector("\[data-lightbox-caption\]"),b=t.querySelector("\[data-lightbox-prev\]"),p=t.querySelector("\[data-lightbox-next\]"),B=t.querySelector("\[data-lightbox-close\]"),T=e=>g\[e\]?.dataset.caption??"";let m=null;const s=e=>Math.max(0,Math.min(e,i-1));let o=0;const y=(e=s($(a)))=>{o=e,q&&(q.textContent=\`${e+1} / ${i}\`),A&&(A.textContent=T(e)),k.forEach((n,u)=>{n.classList.toggle("is-active",u===e),n.setAttribute("aria-current",u===e?"true":"false")}),x&&(x.disabled=e===0),v&&(v.disabled=e===i-1)},d=e=>{const n=s(e);f(a,n),y(n)};I(a,()=>y()),x?.addEventListener("click",()=>d(o-1)),v?.addEventListener("click",()=>d(o+1)),k.forEach((e,n)=>e.addEventListener("click",()=>d(n))),a.addEventListener("keydown",e=>{e.key==="ArrowLeft"&&(e.preventDefault(),d(o-1)),e.key==="ArrowRight"&&(e.preventDefault(),d(o+1))}),window.addEventListener("resize",()=>f(a,o,"auto"));let r=0;const S=(e=s($(c)))=>{r=e,C&&(C.textContent=\`${e+1} / ${i}\`),D&&(D.textContent=T(e)),b&&(b.disabled=e===0),p&&(p.disabled=e===i-1)},h=e=>{const n=s(e);f(c,n),S(n)},M=(e,n)=>{m=n,l.hidden=!1,document.body.classList.add("is-lightbox-open"),c.clientWidth,f(c,s(e),"auto"),S(s(e)),B?.focus()},E=()=>{l.hidden=!0,document.body.classList.remove("is-lightbox-open"),f(a,r,"auto"),y(r),m?.focus({preventScroll:!0}),m=null};I(c,()=>S()),g.forEach((e,n)=>e.addEventListener("click",()=>M(n,e))),w?.addEventListener("click",()=>M(o,w)),b?.addEventListener("click",()=>h(r-1)),p?.addEventListener("click",()=>h(r+1)),B?.addEventListener("click",E),c.addEventListener("click",e=>{e.target.tagName!=="IMG"&&E()}),document.addEventListener("keydown",e=>{if(!l.hidden){if(e.key==="Escape"){e.preventDefault(),E();return}if(e.key==="ArrowLeft"&&(e.preventDefault(),h(r-1)),e.key==="ArrowRight"&&(e.preventDefault(),h(r+1)),e.key==="Tab"){const n=Array.from(l.querySelectorAll("button:not(\[disabled\])"));if(!n.length)return;const u=n\[0\],W=n\[n.length-1\],L=document.activeElement;e.shiftKey&&(L===u||!l.contains(L))?(e.preventDefault(),W.focus()):!e.shiftKey&&L===W&&(e.preventDefault(),u.focus())}}}),y()}); Accessible # Accessible Deluxe King Thoughtfully designed for ease and independence — a spacious ground-floor king room with step-free access throughout. 2 guests King bed Accessible bathroom Wheelchair accessible [Book now](https://book-directonline.com/properties/BURNETTRSDIRECT?locale=en&items[0][adults]=2&items[0][children]=0&items[0][infants]=0¤cy=AUD&trackPage=no) ### In this room * Wheelchair-accessible throughout * Safety rails, shower seating & separate shower * King bed * Fast complimentary Wi-Fi * Flat-screen TV * Mini-fridge, tea & coffee * Desk * Ground floor near reception & H2O About this room ## The room, in full. On the ground floor moments from reception, H2O Restaurant and our event spaces. Step-free throughout, with conveniently placed light switches, grab rails, shower seating, and a separate roll-in shower. A king bed, mini-fridge, desk, complimentary high-speed Wi-Fi and flat-screen TV — the same warm, considered finish as the rest of the house, with the ease and independence guests with mobility needs deserve. Every room is finished with the same restrained palette — warm limestone walls, canopy-green accents and natural timber. Daily housekeeping, reception staffed 7.30am–9pm with secure key-box access after hours, lift access, and the H2O Restaurant ten steps from the lobby. [Book now](https://book-directonline.com/properties/BURNETTRSDIRECT?locale=en&items[0][adults]=2&items[0][children]=0&items[0][infants]=0¤cy=AUD&trackPage=no) [Compare all rooms](/bundaberg-accommodation/) [ Up next ### Deluxe King All the comfort and considered finish of our larger rooms — a king bed, generous workspace and well-stocked mini bar — at our most welcoming price. View room ![Deluxe King](/images/rooms/deluxe-king.jpg) ](/bundaberg-accommodation/deluxe-king/) --- # Riverview Queen Source: https://burnettriverside.com.au/bundaberg-accommodation/riverview-queen/ [Stay](/) › [Rooms](/bundaberg-accommodation/) › Riverview Queen ![Riverview Queen — image 1 of 5](/images/rooms/riverview-queen.jpg)![Riverview Queen — image 2 of 5](/images/rooms/riverview-queen-alt-1.jpg) ![Riverview Queen — image 3 of 5](/images/rooms/riverview-queen-alt-3.jpg) ![Riverview Queen — image 4 of 5](/images/rooms/riverview-queen-alt-4.jpg) ![Riverview Queen — image 5 of 5](/images/rooms/room-bathroom.avif) Enlarge 1 / 5 ![](/images/rooms/riverview-queen.jpg)![](/images/rooms/riverview-queen-alt-1.jpg) ![](/images/rooms/riverview-queen-alt-3.jpg) ![](/images/rooms/riverview-queen-alt-4.jpg) ![](/images/rooms/room-bathroom.avif) 1 / 5 Close ![Riverview Queen — image 1 of 5](/images/rooms/riverview-queen.jpg) ![Riverview Queen — image 2 of 5](/images/rooms/riverview-queen-alt-1.jpg) ![Riverview Queen — image 3 of 5](/images/rooms/riverview-queen-alt-3.jpg) ![Riverview Queen — image 4 of 5](/images/rooms/riverview-queen-alt-4.jpg) ![Riverview Queen — image 5 of 5](/images/rooms/room-bathroom.avif) const $=t=>t.clientWidth?Math.round(t.scrollLeft/t.clientWidth):0,K=window.matchMedia("(prefers-reduced-motion: reduce)").matches?"auto":"smooth",f=(t,a,l=K)=>t.scrollTo({left:a\*t.clientWidth,behavior:l}),I=(t,a)=>{let l=0;t.addEventListener("scroll",()=>{clearTimeout(l),l=window.setTimeout(a,80)},{passive:!0})};document.querySelectorAll("\[data-gallery\]").forEach(t=>{const a=t.querySelector("\[data-gallery-track\]"),l=t.querySelector("\[data-lightbox\]"),c=t.querySelector("\[data-lightbox-track\]");if(!a||!l||!c)return;const g=Array.from(t.querySelectorAll("\[data-gallery-slide\]")),k=Array.from(t.querySelectorAll("\[data-gallery-thumb\]")),i=g.length,q=t.querySelector("\[data-gallery-counter\]"),A=t.querySelector("\[data-gallery-caption\]"),x=t.querySelector("\[data-gallery-prev\]"),v=t.querySelector("\[data-gallery-next\]"),w=t.querySelector("\[data-gallery-expand\]"),C=t.querySelector("\[data-lightbox-counter\]"),D=t.querySelector("\[data-lightbox-caption\]"),b=t.querySelector("\[data-lightbox-prev\]"),p=t.querySelector("\[data-lightbox-next\]"),B=t.querySelector("\[data-lightbox-close\]"),T=e=>g\[e\]?.dataset.caption??"";let m=null;const s=e=>Math.max(0,Math.min(e,i-1));let o=0;const y=(e=s($(a)))=>{o=e,q&&(q.textContent=\`${e+1} / ${i}\`),A&&(A.textContent=T(e)),k.forEach((n,u)=>{n.classList.toggle("is-active",u===e),n.setAttribute("aria-current",u===e?"true":"false")}),x&&(x.disabled=e===0),v&&(v.disabled=e===i-1)},d=e=>{const n=s(e);f(a,n),y(n)};I(a,()=>y()),x?.addEventListener("click",()=>d(o-1)),v?.addEventListener("click",()=>d(o+1)),k.forEach((e,n)=>e.addEventListener("click",()=>d(n))),a.addEventListener("keydown",e=>{e.key==="ArrowLeft"&&(e.preventDefault(),d(o-1)),e.key==="ArrowRight"&&(e.preventDefault(),d(o+1))}),window.addEventListener("resize",()=>f(a,o,"auto"));let r=0;const S=(e=s($(c)))=>{r=e,C&&(C.textContent=\`${e+1} / ${i}\`),D&&(D.textContent=T(e)),b&&(b.disabled=e===0),p&&(p.disabled=e===i-1)},h=e=>{const n=s(e);f(c,n),S(n)},M=(e,n)=>{m=n,l.hidden=!1,document.body.classList.add("is-lightbox-open"),c.clientWidth,f(c,s(e),"auto"),S(s(e)),B?.focus()},E=()=>{l.hidden=!0,document.body.classList.remove("is-lightbox-open"),f(a,r,"auto"),y(r),m?.focus({preventScroll:!0}),m=null};I(c,()=>S()),g.forEach((e,n)=>e.addEventListener("click",()=>M(n,e))),w?.addEventListener("click",()=>M(o,w)),b?.addEventListener("click",()=>h(r-1)),p?.addEventListener("click",()=>h(r+1)),B?.addEventListener("click",E),c.addEventListener("click",e=>{e.target.tagName!=="IMG"&&E()}),document.addEventListener("keydown",e=>{if(!l.hidden){if(e.key==="Escape"){e.preventDefault(),E();return}if(e.key==="ArrowLeft"&&(e.preventDefault(),h(r-1)),e.key==="ArrowRight"&&(e.preventDefault(),h(r+1)),e.key==="Tab"){const n=Array.from(l.querySelectorAll("button:not(\[disabled\])"));if(!n.length)return;const u=n\[0\],W=n\[n.length-1\],L=document.activeElement;e.shiftKey&&(L===u||!l.contains(L))?(e.preventDefault(),W.focus()):!e.shiftKey&&L===W&&(e.preventDefault(),u.focus())}}}),y()}); Couples # Riverview Queen Wake to the Burnett — a private balcony over the river, a comfortable queen bed, and the kind of slow morning a weekend is made for. 2 guests Queen bed Shower over bath / spa River-facing balcony [Book now](https://book-directonline.com/properties/BURNETTRSDIRECT?locale=en&items[0][adults]=2&items[0][children]=0&items[0][infants]=0¤cy=AUD&trackPage=no) ### In this room * Private river-facing balcony * Queen bed * Ensuite with shower over bath or spa * Fast complimentary Wi-Fi * Flat-screen TV * Mini bar, tea & coffee * Workspace & writing desk About this room ## The room, in full. Step out onto your own balcony, coffee in hand, and watch the Burnett drift past. Inside, a comfortable queen bed, an ensuite with shower over bath (spa baths in select rooms), complimentary high-speed Wi-Fi, flat-screen TV, mini bar, tea and coffee, and a generous writing desk. Quiet, comfortable, and built for unhurried mornings on the water. Every room is finished with the same restrained palette — warm limestone walls, canopy-green accents and natural timber. Daily housekeeping, reception staffed 7.30am–9pm with secure key-box access after hours, lift access, and the H2O Restaurant ten steps from the lobby. [Book now](https://book-directonline.com/properties/BURNETTRSDIRECT?locale=en&items[0][adults]=2&items[0][children]=0&items[0][infants]=0¤cy=AUD&trackPage=no) [Compare all rooms](/bundaberg-accommodation/) [ Up next ### Riverview King Our most-loved room — a king bed, a private balcony directly over the Burnett, and a walk-in shower to wake you up gently. View room ![Riverview King](/images/rooms/riverview-king.jpg) ](/bundaberg-accommodation/riverview-king/) --- # Riverview King Source: https://burnettriverside.com.au/bundaberg-accommodation/riverview-king/ [Stay](/) › [Rooms](/bundaberg-accommodation/) › Riverview King ![Riverview King — image 1 of 3](/images/rooms/riverview-king.jpg)![Riverview King — image 2 of 3](/images/rooms/riverview-king-alt.jpg) ![Riverview King — image 3 of 3](/images/rooms/room-bathroom.avif) Enlarge 1 / 3 ![](/images/rooms/riverview-king.jpg)![](/images/rooms/riverview-king-alt.jpg) ![](/images/rooms/room-bathroom.avif) 1 / 3 Close ![Riverview King — image 1 of 3](/images/rooms/riverview-king.jpg) ![Riverview King — image 2 of 3](/images/rooms/riverview-king-alt.jpg) ![Riverview King — image 3 of 3](/images/rooms/room-bathroom.avif) const $=t=>t.clientWidth?Math.round(t.scrollLeft/t.clientWidth):0,K=window.matchMedia("(prefers-reduced-motion: reduce)").matches?"auto":"smooth",f=(t,a,l=K)=>t.scrollTo({left:a\*t.clientWidth,behavior:l}),I=(t,a)=>{let l=0;t.addEventListener("scroll",()=>{clearTimeout(l),l=window.setTimeout(a,80)},{passive:!0})};document.querySelectorAll("\[data-gallery\]").forEach(t=>{const a=t.querySelector("\[data-gallery-track\]"),l=t.querySelector("\[data-lightbox\]"),c=t.querySelector("\[data-lightbox-track\]");if(!a||!l||!c)return;const g=Array.from(t.querySelectorAll("\[data-gallery-slide\]")),k=Array.from(t.querySelectorAll("\[data-gallery-thumb\]")),i=g.length,q=t.querySelector("\[data-gallery-counter\]"),A=t.querySelector("\[data-gallery-caption\]"),x=t.querySelector("\[data-gallery-prev\]"),v=t.querySelector("\[data-gallery-next\]"),w=t.querySelector("\[data-gallery-expand\]"),C=t.querySelector("\[data-lightbox-counter\]"),D=t.querySelector("\[data-lightbox-caption\]"),b=t.querySelector("\[data-lightbox-prev\]"),p=t.querySelector("\[data-lightbox-next\]"),B=t.querySelector("\[data-lightbox-close\]"),T=e=>g\[e\]?.dataset.caption??"";let m=null;const s=e=>Math.max(0,Math.min(e,i-1));let o=0;const y=(e=s($(a)))=>{o=e,q&&(q.textContent=\`${e+1} / ${i}\`),A&&(A.textContent=T(e)),k.forEach((n,u)=>{n.classList.toggle("is-active",u===e),n.setAttribute("aria-current",u===e?"true":"false")}),x&&(x.disabled=e===0),v&&(v.disabled=e===i-1)},d=e=>{const n=s(e);f(a,n),y(n)};I(a,()=>y()),x?.addEventListener("click",()=>d(o-1)),v?.addEventListener("click",()=>d(o+1)),k.forEach((e,n)=>e.addEventListener("click",()=>d(n))),a.addEventListener("keydown",e=>{e.key==="ArrowLeft"&&(e.preventDefault(),d(o-1)),e.key==="ArrowRight"&&(e.preventDefault(),d(o+1))}),window.addEventListener("resize",()=>f(a,o,"auto"));let r=0;const S=(e=s($(c)))=>{r=e,C&&(C.textContent=\`${e+1} / ${i}\`),D&&(D.textContent=T(e)),b&&(b.disabled=e===0),p&&(p.disabled=e===i-1)},h=e=>{const n=s(e);f(c,n),S(n)},M=(e,n)=>{m=n,l.hidden=!1,document.body.classList.add("is-lightbox-open"),c.clientWidth,f(c,s(e),"auto"),S(s(e)),B?.focus()},E=()=>{l.hidden=!0,document.body.classList.remove("is-lightbox-open"),f(a,r,"auto"),y(r),m?.focus({preventScroll:!0}),m=null};I(c,()=>S()),g.forEach((e,n)=>e.addEventListener("click",()=>M(n,e))),w?.addEventListener("click",()=>M(o,w)),b?.addEventListener("click",()=>h(r-1)),p?.addEventListener("click",()=>h(r+1)),B?.addEventListener("click",E),c.addEventListener("click",e=>{e.target.tagName!=="IMG"&&E()}),document.addEventListener("keydown",e=>{if(!l.hidden){if(e.key==="Escape"){e.preventDefault(),E();return}if(e.key==="ArrowLeft"&&(e.preventDefault(),h(r-1)),e.key==="ArrowRight"&&(e.preventDefault(),h(r+1)),e.key==="Tab"){const n=Array.from(l.querySelectorAll("button:not(\[disabled\])"));if(!n.length)return;const u=n\[0\],W=n\[n.length-1\],L=document.activeElement;e.shiftKey&&(L===u||!l.contains(L))?(e.preventDefault(),W.focus()):!e.shiftKey&&L===W&&(e.preventDefault(),u.focus())}}}),y()}); Couples # Riverview King Our most-loved room — a king bed, a private balcony directly over the Burnett, and a walk-in shower to wake you up gently. 2 guests King bed Walk-in or shower over bath River-facing balcony [Book now](https://book-directonline.com/properties/BURNETTRSDIRECT?locale=en&items[0][adults]=2&items[0][children]=0&items[0][infants]=0¤cy=AUD&trackPage=no) ### In this room * Private river-facing balcony * King bed * Ensuite with walk-in shower * Fast complimentary Wi-Fi * Flat-screen TV * Mini bar, tea & coffee * Workspace & writing desk About this room ## The room, in full. A king bed, a private balcony directly over the river, and an ensuite with walk-in shower (shower over bath in select rooms). Complimentary high-speed Wi-Fi, flat-screen TV, mini bar, tea and coffee, and a generous writing desk come standard. The most-booked room in the house — comfortable, considered, and right on the water. Every room is finished with the same restrained palette — warm limestone walls, canopy-green accents and natural timber. Daily housekeeping, reception staffed 7.30am–9pm with secure key-box access after hours, lift access, and the H2O Restaurant ten steps from the lobby. [Book now](https://book-directonline.com/properties/BURNETTRSDIRECT?locale=en&items[0][adults]=2&items[0][children]=0&items[0][infants]=0¤cy=AUD&trackPage=no) [Compare all rooms](/bundaberg-accommodation/) [ Up next ### Deluxe Twin Two queen beds, a private balcony and 32m² of easy room to spread out — perfect for families, friends or colleagues sharing a room without sharing a bed. View room ![Deluxe Twin](/images/rooms/deluxe-twin.jpg) ](/bundaberg-accommodation/deluxe-twin/) --- # Deluxe Twin Source: https://burnettriverside.com.au/bundaberg-accommodation/deluxe-twin/ [Stay](/) › [Rooms](/bundaberg-accommodation/) › Deluxe Twin ![Deluxe Twin — image 1 of 3](/images/rooms/deluxe-twin.jpg)![Deluxe Twin — image 2 of 3](/images/rooms/deluxe-twin-alt-1.jpg) ![Deluxe Twin — image 3 of 3](/images/rooms/room-bathroom.avif) Enlarge 1 / 3 ![](/images/rooms/deluxe-twin.jpg)![](/images/rooms/deluxe-twin-alt-1.jpg) ![](/images/rooms/room-bathroom.avif) 1 / 3 Close ![Deluxe Twin — image 1 of 3](/images/rooms/deluxe-twin.jpg) ![Deluxe Twin — image 2 of 3](/images/rooms/deluxe-twin-alt-1.jpg) ![Deluxe Twin — image 3 of 3](/images/rooms/room-bathroom.avif) const $=t=>t.clientWidth?Math.round(t.scrollLeft/t.clientWidth):0,K=window.matchMedia("(prefers-reduced-motion: reduce)").matches?"auto":"smooth",f=(t,a,l=K)=>t.scrollTo({left:a\*t.clientWidth,behavior:l}),I=(t,a)=>{let l=0;t.addEventListener("scroll",()=>{clearTimeout(l),l=window.setTimeout(a,80)},{passive:!0})};document.querySelectorAll("\[data-gallery\]").forEach(t=>{const a=t.querySelector("\[data-gallery-track\]"),l=t.querySelector("\[data-lightbox\]"),c=t.querySelector("\[data-lightbox-track\]");if(!a||!l||!c)return;const g=Array.from(t.querySelectorAll("\[data-gallery-slide\]")),k=Array.from(t.querySelectorAll("\[data-gallery-thumb\]")),i=g.length,q=t.querySelector("\[data-gallery-counter\]"),A=t.querySelector("\[data-gallery-caption\]"),x=t.querySelector("\[data-gallery-prev\]"),v=t.querySelector("\[data-gallery-next\]"),w=t.querySelector("\[data-gallery-expand\]"),C=t.querySelector("\[data-lightbox-counter\]"),D=t.querySelector("\[data-lightbox-caption\]"),b=t.querySelector("\[data-lightbox-prev\]"),p=t.querySelector("\[data-lightbox-next\]"),B=t.querySelector("\[data-lightbox-close\]"),T=e=>g\[e\]?.dataset.caption??"";let m=null;const s=e=>Math.max(0,Math.min(e,i-1));let o=0;const y=(e=s($(a)))=>{o=e,q&&(q.textContent=\`${e+1} / ${i}\`),A&&(A.textContent=T(e)),k.forEach((n,u)=>{n.classList.toggle("is-active",u===e),n.setAttribute("aria-current",u===e?"true":"false")}),x&&(x.disabled=e===0),v&&(v.disabled=e===i-1)},d=e=>{const n=s(e);f(a,n),y(n)};I(a,()=>y()),x?.addEventListener("click",()=>d(o-1)),v?.addEventListener("click",()=>d(o+1)),k.forEach((e,n)=>e.addEventListener("click",()=>d(n))),a.addEventListener("keydown",e=>{e.key==="ArrowLeft"&&(e.preventDefault(),d(o-1)),e.key==="ArrowRight"&&(e.preventDefault(),d(o+1))}),window.addEventListener("resize",()=>f(a,o,"auto"));let r=0;const S=(e=s($(c)))=>{r=e,C&&(C.textContent=\`${e+1} / ${i}\`),D&&(D.textContent=T(e)),b&&(b.disabled=e===0),p&&(p.disabled=e===i-1)},h=e=>{const n=s(e);f(c,n),S(n)},M=(e,n)=>{m=n,l.hidden=!1,document.body.classList.add("is-lightbox-open"),c.clientWidth,f(c,s(e),"auto"),S(s(e)),B?.focus()},E=()=>{l.hidden=!0,document.body.classList.remove("is-lightbox-open"),f(a,r,"auto"),y(r),m?.focus({preventScroll:!0}),m=null};I(c,()=>S()),g.forEach((e,n)=>e.addEventListener("click",()=>M(n,e))),w?.addEventListener("click",()=>M(o,w)),b?.addEventListener("click",()=>h(r-1)),p?.addEventListener("click",()=>h(r+1)),B?.addEventListener("click",E),c.addEventListener("click",e=>{e.target.tagName!=="IMG"&&E()}),document.addEventListener("keydown",e=>{if(!l.hidden){if(e.key==="Escape"){e.preventDefault(),E();return}if(e.key==="ArrowLeft"&&(e.preventDefault(),h(r-1)),e.key==="ArrowRight"&&(e.preventDefault(),h(r+1)),e.key==="Tab"){const n=Array.from(l.querySelectorAll("button:not(\[disabled\])"));if(!n.length)return;const u=n\[0\],W=n\[n.length-1\],L=document.activeElement;e.shiftKey&&(L===u||!l.contains(L))?(e.preventDefault(),W.focus()):!e.shiftKey&&L===W&&(e.preventDefault(),u.focus())}}}),y()}); Families & friends # Deluxe Twin Two queen beds, a private balcony and 32m² of easy room to spread out — perfect for families, friends or colleagues sharing a room without sharing a bed. 4 guests 2 queen beds Separate shower Private balcony [Book now](https://book-directonline.com/properties/BURNETTRSDIRECT?locale=en&items[0][adults]=2&items[0][children]=0&items[0][infants]=0¤cy=AUD&trackPage=no) ### In this room * Two queen beds * Private balcony, city view * Separate shower * Fast complimentary Wi-Fi * Flat-screen TV * Mini-fridge, tea & coffee * Writing desk About this room ## The room, in full. Generous twin-share comfort across 32m². Two queen beds, a separate shower, a private balcony with city view, mini-fridge, tea and coffee, and a dedicated writing desk. Air conditioning, heating, complimentary high-speed Wi-Fi, flat-screen TV and lift access throughout — your own bed, your own corner, and plenty of natural light. Every room is finished with the same restrained palette — warm limestone walls, canopy-green accents and natural timber. Daily housekeeping, reception staffed 7.30am–9pm with secure key-box access after hours, lift access, and the H2O Restaurant ten steps from the lobby. [Book now](https://book-directonline.com/properties/BURNETTRSDIRECT?locale=en&items[0][adults]=2&items[0][children]=0&items[0][infants]=0¤cy=AUD&trackPage=no) [Compare all rooms](/bundaberg-accommodation/) [ Up next ### Family Studio A bright, open-plan family stay — a queen bed, two singles, a kitchenette and a dining area, all in one considered space. View room ![Family Studio](/images/rooms/family-studio.jpg) ](/bundaberg-accommodation/family-studio/) --- # Family Studio Source: https://burnettriverside.com.au/bundaberg-accommodation/family-studio/ [Stay](/) › [Rooms](/bundaberg-accommodation/) › Family Studio ![Family Studio — image 1 of 5](/images/rooms/family-studio.jpg)![Family Studio — image 2 of 5](/images/rooms/family-studio-alt-1.jpg) ![Family Studio — image 3 of 5](/images/rooms/family-studio-alt-2.jpg) ![Family Studio — image 4 of 5](/images/rooms/family-studio-alt-3.jpg) ![Family Studio — image 5 of 5](/images/rooms/room-bathroom.avif) Enlarge 1 / 5 ![](/images/rooms/family-studio.jpg)![](/images/rooms/family-studio-alt-1.jpg) ![](/images/rooms/family-studio-alt-2.jpg) ![](/images/rooms/family-studio-alt-3.jpg) ![](/images/rooms/room-bathroom.avif) 1 / 5 Close ![Family Studio — image 1 of 5](/images/rooms/family-studio.jpg) ![Family Studio — image 2 of 5](/images/rooms/family-studio-alt-1.jpg) ![Family Studio — image 3 of 5](/images/rooms/family-studio-alt-2.jpg) ![Family Studio — image 4 of 5](/images/rooms/family-studio-alt-3.jpg) ![Family Studio — image 5 of 5](/images/rooms/room-bathroom.avif) const $=t=>t.clientWidth?Math.round(t.scrollLeft/t.clientWidth):0,K=window.matchMedia("(prefers-reduced-motion: reduce)").matches?"auto":"smooth",f=(t,a,l=K)=>t.scrollTo({left:a\*t.clientWidth,behavior:l}),I=(t,a)=>{let l=0;t.addEventListener("scroll",()=>{clearTimeout(l),l=window.setTimeout(a,80)},{passive:!0})};document.querySelectorAll("\[data-gallery\]").forEach(t=>{const a=t.querySelector("\[data-gallery-track\]"),l=t.querySelector("\[data-lightbox\]"),c=t.querySelector("\[data-lightbox-track\]");if(!a||!l||!c)return;const g=Array.from(t.querySelectorAll("\[data-gallery-slide\]")),k=Array.from(t.querySelectorAll("\[data-gallery-thumb\]")),i=g.length,q=t.querySelector("\[data-gallery-counter\]"),A=t.querySelector("\[data-gallery-caption\]"),x=t.querySelector("\[data-gallery-prev\]"),v=t.querySelector("\[data-gallery-next\]"),w=t.querySelector("\[data-gallery-expand\]"),C=t.querySelector("\[data-lightbox-counter\]"),D=t.querySelector("\[data-lightbox-caption\]"),b=t.querySelector("\[data-lightbox-prev\]"),p=t.querySelector("\[data-lightbox-next\]"),B=t.querySelector("\[data-lightbox-close\]"),T=e=>g\[e\]?.dataset.caption??"";let m=null;const s=e=>Math.max(0,Math.min(e,i-1));let o=0;const y=(e=s($(a)))=>{o=e,q&&(q.textContent=\`${e+1} / ${i}\`),A&&(A.textContent=T(e)),k.forEach((n,u)=>{n.classList.toggle("is-active",u===e),n.setAttribute("aria-current",u===e?"true":"false")}),x&&(x.disabled=e===0),v&&(v.disabled=e===i-1)},d=e=>{const n=s(e);f(a,n),y(n)};I(a,()=>y()),x?.addEventListener("click",()=>d(o-1)),v?.addEventListener("click",()=>d(o+1)),k.forEach((e,n)=>e.addEventListener("click",()=>d(n))),a.addEventListener("keydown",e=>{e.key==="ArrowLeft"&&(e.preventDefault(),d(o-1)),e.key==="ArrowRight"&&(e.preventDefault(),d(o+1))}),window.addEventListener("resize",()=>f(a,o,"auto"));let r=0;const S=(e=s($(c)))=>{r=e,C&&(C.textContent=\`${e+1} / ${i}\`),D&&(D.textContent=T(e)),b&&(b.disabled=e===0),p&&(p.disabled=e===i-1)},h=e=>{const n=s(e);f(c,n),S(n)},M=(e,n)=>{m=n,l.hidden=!1,document.body.classList.add("is-lightbox-open"),c.clientWidth,f(c,s(e),"auto"),S(s(e)),B?.focus()},E=()=>{l.hidden=!0,document.body.classList.remove("is-lightbox-open"),f(a,r,"auto"),y(r),m?.focus({preventScroll:!0}),m=null};I(c,()=>S()),g.forEach((e,n)=>e.addEventListener("click",()=>M(n,e))),w?.addEventListener("click",()=>M(o,w)),b?.addEventListener("click",()=>h(r-1)),p?.addEventListener("click",()=>h(r+1)),B?.addEventListener("click",E),c.addEventListener("click",e=>{e.target.tagName!=="IMG"&&E()}),document.addEventListener("keydown",e=>{if(!l.hidden){if(e.key==="Escape"){e.preventDefault(),E();return}if(e.key==="ArrowLeft"&&(e.preventDefault(),h(r-1)),e.key==="ArrowRight"&&(e.preventDefault(),h(r+1)),e.key==="Tab"){const n=Array.from(l.querySelectorAll("button:not(\[disabled\])"));if(!n.length)return;const u=n\[0\],W=n\[n.length-1\],L=document.activeElement;e.shiftKey&&(L===u||!l.contains(L))?(e.preventDefault(),W.focus()):!e.shiftKey&&L===W&&(e.preventDefault(),u.focus())}}}),y()}); Families # Family Studio A bright, open-plan family stay — a queen bed, two singles, a kitchenette and a dining area, all in one considered space. 4 guests Queen + 2 singles Ensuite Kitchenette & dining [Book now](https://book-directonline.com/properties/BURNETTRSDIRECT?locale=en&items[0][adults]=2&items[0][children]=0&items[0][infants]=0¤cy=AUD&trackPage=no) ### In this room * Queen bed plus two singles * Kitchenette: stovetop, microwave, fridge * Dining area, sofa & desk * Fast complimentary Wi-Fi * Flat-screen TV * Private ensuite About this room ## The room, in full. Built around the way families actually travel. A queen bed and two singles sleep the four of you comfortably; the kitchenette (stovetop, microwave, mini-fridge) handles breakfast and post-pool snacks; the dining area, sofa and writing desk give every member of the family a corner of their own. Complimentary high-speed Wi-Fi, flat-screen TV and a private ensuite throughout — practical, comfortable, and built for a stay that lasts more than a night. Every room is finished with the same restrained palette — warm limestone walls, canopy-green accents and natural timber. Daily housekeeping, reception staffed 7.30am–9pm with secure key-box access after hours, lift access, and the H2O Restaurant ten steps from the lobby. [Book now](https://book-directonline.com/properties/BURNETTRSDIRECT?locale=en&items[0][adults]=2&items[0][children]=0&items[0][infants]=0¤cy=AUD&trackPage=no) [Compare all rooms](/bundaberg-accommodation/) [ Up next ### Loft Apartment A split-level apartment — your own upstairs bedroom and ensuite, with a kitchenette and lounge below. Made for stays that stretch a little longer. View room ![Loft Apartment](/images/rooms/loft-apartment.jpg) ](/bundaberg-accommodation/loft-suite/) --- # Loft Apartment Source: https://burnettriverside.com.au/bundaberg-accommodation/loft-suite/ [Stay](/) › [Rooms](/bundaberg-accommodation/) › Loft Apartment ![Loft Apartment — image 1 of 6](/images/rooms/loft-apartment.jpg)![Loft Apartment — image 2 of 6](/images/rooms/loft-apartment-alt-1.jpg) ![Loft Apartment — image 3 of 6](/images/rooms/loft-apartment-alt-2.jpg) ![Loft Apartment — image 4 of 6](/images/rooms/loft-apartment-alt-3.jpg) ![Loft Apartment — image 5 of 6](/images/rooms/loft-apartment-alt-4.jpg) ![Loft Apartment — image 6 of 6](/images/rooms/room-bathroom.avif) Enlarge 1 / 6 ![](/images/rooms/loft-apartment.jpg)![](/images/rooms/loft-apartment-alt-1.jpg) ![](/images/rooms/loft-apartment-alt-2.jpg) ![](/images/rooms/loft-apartment-alt-3.jpg) ![](/images/rooms/loft-apartment-alt-4.jpg) ![](/images/rooms/room-bathroom.avif) 1 / 6 Close ![Loft Apartment — image 1 of 6](/images/rooms/loft-apartment.jpg) ![Loft Apartment — image 2 of 6](/images/rooms/loft-apartment-alt-1.jpg) ![Loft Apartment — image 3 of 6](/images/rooms/loft-apartment-alt-2.jpg) ![Loft Apartment — image 4 of 6](/images/rooms/loft-apartment-alt-3.jpg) ![Loft Apartment — image 5 of 6](/images/rooms/loft-apartment-alt-4.jpg) ![Loft Apartment — image 6 of 6](/images/rooms/room-bathroom.avif) const $=t=>t.clientWidth?Math.round(t.scrollLeft/t.clientWidth):0,K=window.matchMedia("(prefers-reduced-motion: reduce)").matches?"auto":"smooth",f=(t,a,l=K)=>t.scrollTo({left:a\*t.clientWidth,behavior:l}),I=(t,a)=>{let l=0;t.addEventListener("scroll",()=>{clearTimeout(l),l=window.setTimeout(a,80)},{passive:!0})};document.querySelectorAll("\[data-gallery\]").forEach(t=>{const a=t.querySelector("\[data-gallery-track\]"),l=t.querySelector("\[data-lightbox\]"),c=t.querySelector("\[data-lightbox-track\]");if(!a||!l||!c)return;const g=Array.from(t.querySelectorAll("\[data-gallery-slide\]")),k=Array.from(t.querySelectorAll("\[data-gallery-thumb\]")),i=g.length,q=t.querySelector("\[data-gallery-counter\]"),A=t.querySelector("\[data-gallery-caption\]"),x=t.querySelector("\[data-gallery-prev\]"),v=t.querySelector("\[data-gallery-next\]"),w=t.querySelector("\[data-gallery-expand\]"),C=t.querySelector("\[data-lightbox-counter\]"),D=t.querySelector("\[data-lightbox-caption\]"),b=t.querySelector("\[data-lightbox-prev\]"),p=t.querySelector("\[data-lightbox-next\]"),B=t.querySelector("\[data-lightbox-close\]"),T=e=>g\[e\]?.dataset.caption??"";let m=null;const s=e=>Math.max(0,Math.min(e,i-1));let o=0;const y=(e=s($(a)))=>{o=e,q&&(q.textContent=\`${e+1} / ${i}\`),A&&(A.textContent=T(e)),k.forEach((n,u)=>{n.classList.toggle("is-active",u===e),n.setAttribute("aria-current",u===e?"true":"false")}),x&&(x.disabled=e===0),v&&(v.disabled=e===i-1)},d=e=>{const n=s(e);f(a,n),y(n)};I(a,()=>y()),x?.addEventListener("click",()=>d(o-1)),v?.addEventListener("click",()=>d(o+1)),k.forEach((e,n)=>e.addEventListener("click",()=>d(n))),a.addEventListener("keydown",e=>{e.key==="ArrowLeft"&&(e.preventDefault(),d(o-1)),e.key==="ArrowRight"&&(e.preventDefault(),d(o+1))}),window.addEventListener("resize",()=>f(a,o,"auto"));let r=0;const S=(e=s($(c)))=>{r=e,C&&(C.textContent=\`${e+1} / ${i}\`),D&&(D.textContent=T(e)),b&&(b.disabled=e===0),p&&(p.disabled=e===i-1)},h=e=>{const n=s(e);f(c,n),S(n)},M=(e,n)=>{m=n,l.hidden=!1,document.body.classList.add("is-lightbox-open"),c.clientWidth,f(c,s(e),"auto"),S(s(e)),B?.focus()},E=()=>{l.hidden=!0,document.body.classList.remove("is-lightbox-open"),f(a,r,"auto"),y(r),m?.focus({preventScroll:!0}),m=null};I(c,()=>S()),g.forEach((e,n)=>e.addEventListener("click",()=>M(n,e))),w?.addEventListener("click",()=>M(o,w)),b?.addEventListener("click",()=>h(r-1)),p?.addEventListener("click",()=>h(r+1)),B?.addEventListener("click",E),c.addEventListener("click",e=>{e.target.tagName!=="IMG"&&E()}),document.addEventListener("keydown",e=>{if(!l.hidden){if(e.key==="Escape"){e.preventDefault(),E();return}if(e.key==="ArrowLeft"&&(e.preventDefault(),h(r-1)),e.key==="ArrowRight"&&(e.preventDefault(),h(r+1)),e.key==="Tab"){const n=Array.from(l.querySelectorAll("button:not(\[disabled\])"));if(!n.length)return;const u=n\[0\],W=n\[n.length-1\],L=document.activeElement;e.shiftKey&&(L===u||!l.contains(L))?(e.preventDefault(),W.focus()):!e.shiftKey&&L===W&&(e.preventDefault(),u.focus())}}}),y()}); Longer stays # Loft Apartment A split-level apartment — your own upstairs bedroom and ensuite, with a kitchenette and lounge below. Made for stays that stretch a little longer. 3 guests King bed + pull-out sofa bed Upstairs ensuite Split-level layout [Book now](https://book-directonline.com/properties/BURNETTRSDIRECT?locale=en&items[0][adults]=2&items[0][children]=0&items[0][infants]=0¤cy=AUD&trackPage=no) ### In this room * Upstairs king bedroom & ensuite * Pull-out sofa bed in lounge * Downstairs kitchenette * Lounge & dining area * Fast complimentary Wi-Fi * Two flat-screen TVs * Ensuite About this room ## The room, in full. Two levels of easy living. Upstairs, a king bedroom and private ensuite to retreat to; downstairs, a kitchenette, lounge with a pull-out sofa bed, and a dining area with a second flat-screen TV for when you simply want to settle in. Complimentary high-speed Wi-Fi throughout, lift access from the ground floor — built for guests who want a little more room to spread out and a stay that feels closer to home. Every room is finished with the same restrained palette — warm limestone walls, canopy-green accents and natural timber. Daily housekeeping, reception staffed 7.30am–9pm with secure key-box access after hours, lift access, and the H2O Restaurant ten steps from the lobby. [Book now](https://book-directonline.com/properties/BURNETTRSDIRECT?locale=en&items[0][adults]=2&items[0][children]=0&items[0][infants]=0¤cy=AUD&trackPage=no) [Compare all rooms](/bundaberg-accommodation/) [ Up next ### Two Bedroom Apartment Two separate bedrooms, an open-plan living area and a full kitchenette — apartment living with the ease of a hotel, sleeps up to five. View room ![Two Bedroom Apartment](/images/rooms/two-bedroom-apartment.jpg) ](/bundaberg-accommodation/two-bedroom-apartment/) --- # Two Bedroom Apartment Source: https://burnettriverside.com.au/bundaberg-accommodation/two-bedroom-apartment/ [Stay](/) › [Rooms](/bundaberg-accommodation/) › Two Bedroom Apartment ![Two Bedroom Apartment — image 1 of 6](/images/rooms/two-bedroom-apartment.jpg)![Two Bedroom Apartment — image 2 of 6](/images/rooms/two-bedroom-apartment-alt-1.jpg) ![Two Bedroom Apartment — image 3 of 6](/images/rooms/two-bedroom-apartment-alt-2.jpg) ![Two Bedroom Apartment — image 4 of 6](/images/rooms/two-bedroom-apartment-alt-3.jpg) ![Two Bedroom Apartment — image 5 of 6](/images/rooms/two-bedroom-apartment-alt-4.jpg) ![Two Bedroom Apartment — image 6 of 6](/images/rooms/room-bathroom.avif) Enlarge 1 / 6 ![](/images/rooms/two-bedroom-apartment.jpg)![](/images/rooms/two-bedroom-apartment-alt-1.jpg) ![](/images/rooms/two-bedroom-apartment-alt-2.jpg) ![](/images/rooms/two-bedroom-apartment-alt-3.jpg) ![](/images/rooms/two-bedroom-apartment-alt-4.jpg) ![](/images/rooms/room-bathroom.avif) 1 / 6 Close ![Two Bedroom Apartment — image 1 of 6](/images/rooms/two-bedroom-apartment.jpg) ![Two Bedroom Apartment — image 2 of 6](/images/rooms/two-bedroom-apartment-alt-1.jpg) ![Two Bedroom Apartment — image 3 of 6](/images/rooms/two-bedroom-apartment-alt-2.jpg) ![Two Bedroom Apartment — image 4 of 6](/images/rooms/two-bedroom-apartment-alt-3.jpg) ![Two Bedroom Apartment — image 5 of 6](/images/rooms/two-bedroom-apartment-alt-4.jpg) ![Two Bedroom Apartment — image 6 of 6](/images/rooms/room-bathroom.avif) const $=t=>t.clientWidth?Math.round(t.scrollLeft/t.clientWidth):0,K=window.matchMedia("(prefers-reduced-motion: reduce)").matches?"auto":"smooth",f=(t,a,l=K)=>t.scrollTo({left:a\*t.clientWidth,behavior:l}),I=(t,a)=>{let l=0;t.addEventListener("scroll",()=>{clearTimeout(l),l=window.setTimeout(a,80)},{passive:!0})};document.querySelectorAll("\[data-gallery\]").forEach(t=>{const a=t.querySelector("\[data-gallery-track\]"),l=t.querySelector("\[data-lightbox\]"),c=t.querySelector("\[data-lightbox-track\]");if(!a||!l||!c)return;const g=Array.from(t.querySelectorAll("\[data-gallery-slide\]")),k=Array.from(t.querySelectorAll("\[data-gallery-thumb\]")),i=g.length,q=t.querySelector("\[data-gallery-counter\]"),A=t.querySelector("\[data-gallery-caption\]"),x=t.querySelector("\[data-gallery-prev\]"),v=t.querySelector("\[data-gallery-next\]"),w=t.querySelector("\[data-gallery-expand\]"),C=t.querySelector("\[data-lightbox-counter\]"),D=t.querySelector("\[data-lightbox-caption\]"),b=t.querySelector("\[data-lightbox-prev\]"),p=t.querySelector("\[data-lightbox-next\]"),B=t.querySelector("\[data-lightbox-close\]"),T=e=>g\[e\]?.dataset.caption??"";let m=null;const s=e=>Math.max(0,Math.min(e,i-1));let o=0;const y=(e=s($(a)))=>{o=e,q&&(q.textContent=\`${e+1} / ${i}\`),A&&(A.textContent=T(e)),k.forEach((n,u)=>{n.classList.toggle("is-active",u===e),n.setAttribute("aria-current",u===e?"true":"false")}),x&&(x.disabled=e===0),v&&(v.disabled=e===i-1)},d=e=>{const n=s(e);f(a,n),y(n)};I(a,()=>y()),x?.addEventListener("click",()=>d(o-1)),v?.addEventListener("click",()=>d(o+1)),k.forEach((e,n)=>e.addEventListener("click",()=>d(n))),a.addEventListener("keydown",e=>{e.key==="ArrowLeft"&&(e.preventDefault(),d(o-1)),e.key==="ArrowRight"&&(e.preventDefault(),d(o+1))}),window.addEventListener("resize",()=>f(a,o,"auto"));let r=0;const S=(e=s($(c)))=>{r=e,C&&(C.textContent=\`${e+1} / ${i}\`),D&&(D.textContent=T(e)),b&&(b.disabled=e===0),p&&(p.disabled=e===i-1)},h=e=>{const n=s(e);f(c,n),S(n)},M=(e,n)=>{m=n,l.hidden=!1,document.body.classList.add("is-lightbox-open"),c.clientWidth,f(c,s(e),"auto"),S(s(e)),B?.focus()},E=()=>{l.hidden=!0,document.body.classList.remove("is-lightbox-open"),f(a,r,"auto"),y(r),m?.focus({preventScroll:!0}),m=null};I(c,()=>S()),g.forEach((e,n)=>e.addEventListener("click",()=>M(n,e))),w?.addEventListener("click",()=>M(o,w)),b?.addEventListener("click",()=>h(r-1)),p?.addEventListener("click",()=>h(r+1)),B?.addEventListener("click",E),c.addEventListener("click",e=>{e.target.tagName!=="IMG"&&E()}),document.addEventListener("keydown",e=>{if(!l.hidden){if(e.key==="Escape"){e.preventDefault(),E();return}if(e.key==="ArrowLeft"&&(e.preventDefault(),h(r-1)),e.key==="ArrowRight"&&(e.preventDefault(),h(r+1)),e.key==="Tab"){const n=Array.from(l.querySelectorAll("button:not(\[disabled\])"));if(!n.length)return;const u=n\[0\],W=n\[n.length-1\],L=document.activeElement;e.shiftKey&&(L===u||!l.contains(L))?(e.preventDefault(),W.focus()):!e.shiftKey&&L===W&&(e.preventDefault(),u.focus())}}}),y()}); Families # Two Bedroom Apartment Two separate bedrooms, an open-plan living area and a full kitchenette — apartment living with the ease of a hotel, sleeps up to five. 5 guests King + 2 singles + sofa bed Ensuite Kitchenette [Book now](https://book-directonline.com/properties/BURNETTRSDIRECT?locale=en&items[0][adults]=2&items[0][children]=0&items[0][infants]=0¤cy=AUD&trackPage=no) ### In this room * Two bedrooms — king + twin singles * Pull-out sofa bed in living area * Kitchenette: stovetop, microwave, fridge * Open-plan dining and living * Fast complimentary Wi-Fi * Flat-screen TV * Private ensuite About this room ## The room, in full. A separate king bedroom and twin-single bedroom — so parents have their own room and the kids have theirs. The open-plan living, dining and kitchenette (stovetop, microwave, mini-fridge) brings the family together for meals and downtime, with a pull-out sofa bed in the living area for extra guests, while the private ensuite keeps the morning rush calm. With complimentary high-speed Wi-Fi, flat-screen TV, and the full reach of hotel services — daily housekeeping, reception 7.30am–9pm with after-hours key-box access, lift access, and H2O Restaurant just ten steps from the lobby. Every room is finished with the same restrained palette — warm limestone walls, canopy-green accents and natural timber. Daily housekeeping, reception staffed 7.30am–9pm with secure key-box access after hours, lift access, and the H2O Restaurant ten steps from the lobby. [Book now](https://book-directonline.com/properties/BURNETTRSDIRECT?locale=en&items[0][adults]=2&items[0][children]=0&items[0][infants]=0¤cy=AUD&trackPage=no) [Compare all rooms](/bundaberg-accommodation/) [ Up next ### Deluxe Queen A bright, breezy queen-bedded room with everything you need for a restful overnight in the heart of Bundaberg. View room ![Deluxe Queen](/images/rooms/deluxe-queen.jpg) ](/bundaberg-accommodation/deluxe-queen/) --- # Accommodation FAQs Source: https://burnettriverside.com.au/bundaberg-accommodation/faqs/ Accommodation # FAQs. Answers to the questions we hear most often. Can’t find what you’re after? Reception is on +61 (7) 4155 8777, 7.30am–9pm — after-hours key-box access for late arrivals. ![H2O interior](/images/h2o-interior-day.png) 01 Your stay ## Everything you might want to know. Still stuck? Email [bookings@burnettriverside.com.au](mailto:bookings@burnettriverside.com.au) — we read every message personally. What are your check-in and check-out times? Check-in from 2pm; check-out by 10am. Early check-in and late check-out are available upon request and cannot be guaranteed — please mention it when you book and our team will do their best to accommodate. What are your reception hours? Can I check in late? Reception is staffed 7.30am–9pm daily. If you're arriving after 9pm, please let us know in advance — we'll set you up with a secure key-box code so you can let yourself in. Our team is also on the phone during reception hours on +61 (7) 4155 8777 for anything you need. Is parking included? Yes — complimentary undercover parking is available for all guests on a first-come, first-served basis. Overflow parking is available street-side. Are pets allowed? No pets, with the exception of assistance and support animals, which are welcome. This is the Travellers Group standard policy — we can recommend nearby kennels if you're travelling with a companion. Is there free WiFi? Yes — fast complimentary Wi-Fi throughout the property. No login codes needed after the first connection. Do you have accessible rooms? Yes — our Accessible Deluxe King room is on the ground floor with step-free access, a separate roll-in shower, grab rails, and shower seating. Reception, H2O, and our event spaces are all wheelchair accessible. What's your cancellation policy? Book direct and cancel free up to 24 hours before arrival. Third-party bookings (Booking.com, Expedia etc.) follow their own cancellation terms. Is the hotel suitable for families? Absolutely — our Two Bedroom Apartments and Family Studios are built for families. Rollaway beds and cots are available on request (mention it when you book). Children eat free at H2O under 12 with every paying adult. Is there a pool? The property does not currently have a pool — Bargara's beaches are a 20-minute drive away if you'd like to swim. Can we book directly with you instead of a third-party site? Please do — our direct rates are the lowest available, with no booking fees, and free cancellation up to 24 hours. Use our Book Direct widget or call reception on +61 (7) 4155 8777. --- # FAQs (property-wide) Source: https://burnettriverside.com.au/faq/ FAQs # Real answers from our front desk. The questions guests actually phone or email us about — booking, parking, the rooms, working stays, Bundaberg events, and what to do nearby. 52 questions, all answered honestly by the team at Burnett Riverside Hotel. About the hotel ## Burnett Riverside Hotel — quick facts. What 43 rooms and suites — a riverside hotel in the Bundaberg CBD, with H2O Restaurant & Bar, a dedicated function centre and three meeting rooms on one site. Where 7 Quay Street, Bundaberg QLD 4670 — on the Burnett River, five minutes’ walk to the CBD. Check-in / out From 2:00 pm · by 10:00 am. Early check-in or late check-out subject to availability ($25 either side; latest check-out 12 pm, not Sundays). Parking Free secure underground parking on site (2.2 m clearance). Trailers, boats and large work vehicles use the service road outside the hotel or the River Cruz Cafe car park — please ask reception on arrival. WiFi Free, fast WiFi throughout. Streaming-ready TVs in every room. Best for Corporate stays Mon–Fri · conferences and meetings · weddings and functions · hospital-project teams · agriculture and food-manufacturing visitors · reef and turtle tourism · group bookings (tour groups March–August). Indicative rate Rooms from **$235–$355 per night**, booked direct (Deluxe Queen, low season midweek). Book direct [Check availability](https://book-directonline.com/properties/BURNETTRSDIRECT?locale=en&items[0][adults]=2&items[0][children]=0&items[0][infants]=0¤cy=AUD&trackPage=no)  ·  +61 7 4155 8777  ·  bookings@burnettriverside.com.au Jump to: * [Booking & rates](#booking-rates) * [Arrival & check-in](#arrival-check-in) * [Rooms & facilities](#rooms-facilities) * [Location & parking](#location-parking) * [Working stays](#working-stays) * [Families, functions & weddings](#families-functions-weddings) * [H2O Restaurant & dining nearby](#h2o-restaurant-dining-nearby) * [Bundaberg highlights & events](#bundaberg-highlights-events) * [Policies & the basics](#policies-the-basics) ## Booking & rates How do I get the best rate? Book direct at [book-directonline.com](https://book-directonline.com/properties/BURNETTRSDIRECT?locale=en&items[0][adults]=2&items[0][children]=0&items[0][infants]=0¤cy=AUD&trackPage=no). Direct bookings carry our best-rate guarantee — the same room is never cheaper on a booking site — and there are no booking fees or third-party change penalties. What is your cancellation policy? **Standard bookings** can be changed or cancelled up to **2 pm property time, 48 hours before arrival**. After that point a one-night accommodation fee applies; no-shows are charged in full. **Non-Refundable rates** can't be changed or cancelled. **Long-stay rates (7–30 nights)** carry a 2-night cancellation fee inside 48 hours; **long-stay 30+ nights** carry a 7-night fee. Group and meeting bookings are handled case-by-case under the booking contract. Bookings made through a third party follow that party's terms. Do you offer weekly or monthly rates? Yes — weekly and long-stay rates are available for eligible stays. Contact us directly with your dates and we'll send you the rate. Companies and agencies can also set up direct billing through a Travellers Group corporate account (see below). Can my company set up an account with direct billing? Yes. Burnett Riverside Hotel is part of Travellers Group, so **one corporate account covers all five Travellers properties** across regional QLD and NSW — negotiated rates, direct billing and consolidated invoicing. Email [bookings@burnettriverside.com.au](mailto:bookings@burnettriverside.com.au) with your company details and we'll send you the application. Can I get an invoice or receipt for work travel? Yes — a tax invoice is issued for every stay, showing the hotel's ABN and your booking details. If you need a specific cost code, PO reference, or PTSS-compliant invoicing (for patient travel subsidy), let us know at booking and we'll set the invoice up that way. What payment methods do you accept? We accept **Visa, Mastercard, American Express, EFTPOS** and cash. A credit card is pre-authorised at check-in for room incidentals. Can someone else pay for my room (e.g. my company)? Yes. For a third party to pay your room — a company card, family member or referrer — we use a credit card authority form. Let us know at booking and we'll email it through. Corporate-account guests with direct billing skip this entirely. Why book direct instead of a booking site? Three reasons: the **best-rate guarantee** (the same room is never cheaper elsewhere), the **most flexible cancellation terms**, and you deal with the people who'll actually look after you — booking notes, late arrivals and requests reach our front desk, not a call centre. ## Arrival & check-in What time is check-in and check-out? Check-in is from **2:00 pm**; check-out is by **10:00 am**. Early check-in (from 11 am) or late check-out (until 12 pm) is available for an additional **$25** subject to availability — except on Sundays, when late check-out is not offered. Can I check in late at night? Yes. Reception is staffed until approximately **9 pm**. For arrivals after that, complete the pre-check-in link in your booking-confirmation email; we'll send late-arrival instructions and your key will be waiting in our **late-arrival lockbox to the right of the automatic front door** (fob entry). Tell us your arrival time in the booking notes and we'll have it ready. Do you store luggage before check-in or after check-out? Yes — reception holds luggage before check-in and after check-out at no charge. For overnight luggage drops or holds outside reception hours, let us know in advance and we'll arrange the storage. What if I need to extend my stay night by night? We'll always try. Extensions are **easier to arrange before arrival** — phone or email us with your new departure date and we can usually confirm. Once you're checked in, extensions depend on what's still available; if we're sold out we'll work with you on options. For hospital and project stays, tell us your situation up front and we'll plan around it. ## Rooms & facilities Is WiFi free and is it actually fast? Yes — WiFi is free, fast and unlimited for every guest. It handles video calls and streaming comfortably, and the TVs in every room are streaming-ready. Do any rooms have a kitchenette? Three room types include a kitchenette: the **Family Studio**, the **Loft Apartment** and the **Two Bedroom Apartment** — each with a cooktop, microwave, full-size fridge, toaster, kettle, cookware and crockery. The other six room types have a minibar with a small fridge but no cooktop or microwave. For anything more, H2O Restaurant downstairs (Mon–Sat from 4 pm) and the nearby cafes on our [Location page](https://burnettriverside.com.au/location/) are easy options. Is there a guest laundry? Yes. The guest laundry is in the basement (washing machine and dryer, $4 a load each, gold coins) and is accessed with your room key. We also offer dry cleaning — ask reception for turnaround. Is there a desk or workspace in the room? Yes. Every room has a desk and a comfortable chair, paired with free fast WiFi — set up for a real working stay, not just an overnight. Do rooms have balconies and river views? The **Riverview King**, **Riverview Queen** and **Two Bedroom Apartments** all have river-facing balconies. Most other rooms have river views through the windows. If a balcony is essential, book one of the named Riverview room types directly. Do you have accessible rooms? Yes — the **Accessible Deluxe King** is a ground-floor room with step-free access, safety rails and shower seating. To guarantee it, book the Accessible Deluxe King room type directly (it's a specific type, not a request). Other rooms can be reached by lift; ask reception on arrival if you need help moving luggage from the car park. Can you provide a cot or extra bed? Yes — we can provide a cot for infants. Tell us when you book and we'll set it up before you arrive. For rooms that sleep more than two, the **Family Studio** (queen + 2 singles), **Loft Apartment** (king + sofa bed) and **Two Bedroom Apartment** (king + 2 singles across two rooms, plus a pull-out sofa bed) already have additional beds configured. Is smoking allowed? All rooms and the entire building, including balconies, are **non-smoking**. Designated outdoor smoking areas are available outside the building. Are the rooms quiet? Yes — and honestly, some are quieter than others. The **Riverview rooms** and the **Two Bedroom Apartments** face the river away from the road and function spaces; among the other room types, rooms ending in **03–10** are quieter than rooms near the lift or street. Tell us at booking that you'd like a quiet room and we'll do our best subject to availability. ## Location & parking Is parking free, and what vehicles fit? Parking is free, on-site and undercover — a **secure underground car park with 2.2 m clearance**, entered by your room fob from the ramp before the lobby. Vehicles that don't fit (trailers, boats, light trucks, anything over 2.2 m) use the small service road outside the hotel or the River Cruz Cafe car park next door. We recommend not leaving valuables in vehicles parked outside the building. How far is Burnett Riverside Hotel from the centre of Bundaberg? A **6-minute walk** to Bourbong Street (the CBD's main shopping strip), and a few minutes to the courthouse, the railway station and most CBD restaurants. We're directly on the Burnett River at 7 Quay Street. The full measured table — every major destination in Bundaberg — is on our [Location page](https://burnettriverside.com.au/location/). Is the hotel walking distance to the CBD? Yes — about **6 minutes** on foot from the hotel to Bourbong Street. Easy walk to the courthouse, the council, the railway station, banks and most of the CBD restaurants without moving the car. How far is Bargara and can I stay in town but swim at the beach? Bargara Beach is **13.3 km / 18 minutes' drive** east of the hotel — a comfortable day-trip from town. If swimming is your main focus, staying at Bargara puts you on the beach. If you want CBD restaurants, the rum distillery, business meetings or evening events _plus_ beach swims most days, staying in town and driving across is the smart trade-off. How far is the airport? Bundaberg Airport (BDB) is **5.8 km / 8 minutes' drive** from the hotel — about $20–25 in an Uber or local taxi. Direct flights from Brisbane (QantasLink, roughly 50 minutes). ## Working stays Which room should I pick for a longer stay? For stays of a week or more, the **kitchenette rooms** — Family Studio, Loft Apartment or Two Bedroom Apartment — are usually the best fit for self-catering, working from the room and storing supplies. Mention you're staying long when you book and we'll point you at the right room type and the weekly rate. Do you take group or team bookings? Yes — group bookings are handled case-by-case. Email [bookings@burnettriverside.com.au](mailto:bookings@burnettriverside.com.au) with dates, room count and any meal or meeting requirements; we'll come back to you with a hold and a tentative quote. For event-week dates (turtle season peak, the Show, harvest weeks) book as early as possible — those weeks fill the whole town. When does Burnett Riverside actually sell out? **Midweek nights from February through November** are our busiest — corporate travel for the hospital, food-and-beverage manufacturers and regional health and education. **March through August**, group bookings (often tour groups of older travellers) take a large share of rooms. The whole town also fills during the **Bundaberg Show (July)**, **Taste Bundaberg Festival (early September)**, **Rum Festival (Aug–Sept)** and **turtle-season school holidays at Mon Repos (Dec–Feb peak)**. For these windows, book as early as you can. Where do visiting project teams for the new Bundaberg Hospital stay? Here. Burnett Riverside is the project-grade base for the new Bundaberg Hospital build at Thabeban: full-service rooms, three on-site meeting rooms for project sessions, H2O downstairs for working dinners, free fast WiFi for evening clinical documentation, and **direct billing through Travellers Group corporate accounts** for the agency or contractor managing the team. The hospital site is **5.0 km / 8 minutes** from the hotel. Are stays during the agricultural harvest supported? Yes — we host visiting growers, agronomists, buyers and harvest crews through the season. **Kitchenette rooms** (Family Studio, Loft Apartment, Two Bedroom Apartment) suit longer harvest stays. Weekly rates are available; for regular harvest-season visitors, the **Travellers Group corporate account** delivers direct billing across our five properties (Bundaberg, Rockhampton, Emerald, Dubbo, Orange). ## Families, functions & weddings Do you have family rooms? Yes. The **Family Studio** (queen + two singles, kitchenette, sleeps 4), the **Loft Apartment** (king + sofa bed, kitchenette, split-level), and the **Two Bedroom Apartment** (king + two singles across two rooms, plus a pull-out sofa bed, kitchenette, sleeps 5) all suit families. Contact reception to discuss the right configuration for your group. Can I host a meeting or conference at the hotel? Yes — three function and meeting spaces on the ground floor: **The Burnett Room** (136 m², up to 70 theatre / 60 banquet), **The Quay Room** (48 m², up to 25 theatre / 20 banquet) and **The Vue Room** (48 m², up to 25 theatre / 20 banquet). Same-site accommodation upstairs, H2O catering, dedicated coordinator. Email us with your dates, format and headcount. Do you host weddings? Yes — riverside ceremonies and receptions, with same-site accommodation for the guest block. Capacities and packages depend on the format (cocktail, banquet, theatre); email us with your date and rough numbers and we'll send the full pack. Can we hold a wedding guest block? Yes. For wedding guest blocks we hold a group of rooms at a negotiated rate with a single cut-off date for guests to book against the block — unsold rooms are released back to general availability at the cut-off. We coordinate with the couple's planner on the rooming list and process individual payments. Email us with your wedding date and rough numbers to start. Do you cater conferences end-to-end? Yes — day-delegate and full-conference packages are available, run end-to-end from the three on-site function rooms with catering by H2O and accommodation upstairs. Email us with delegate numbers, programme dates and AV requirements. ## H2O Restaurant & dining nearby When is H2O Restaurant open? H2O Restaurant & Bar is open **Monday to Saturday from 4 pm** for bar and dinner; closed Sundays. Walk-ins welcome, bookings recommended for groups. [Book a table](https://h20-restaurant-bar.resos.com/booking). Is breakfast available? H2O serves dinner from 4 pm Monday–Saturday but doesn't run a breakfast service. For an early breakfast — including the pre-dawn start for a reef trip — **River Cruz Cafe next door opens at 5:30 am daily**. Kitchenette rooms (Family Studio, Loft, Two Bedroom Apartment) make self-catered breakfast easy. Can I get an early breakfast before a reef trip? Yes — **River Cruz Cafe next door opens at 5:30 am daily**, which is the earliest opener in the CBD. McDonald's on Targo Street is open 24/7 (drive-through and walk-in) if you need something pre-5 am. If you're in a kitchenette room, self-catering the very early start is simplest. Where do you send guests for good coffee or breakfast? **Casa Menta** on the main street (best coffee), **Water Street Kitchen** (pricier, top end), **Oodies Cafe** across the bridge in Bundaberg North, and **River Cruz Cafe** right next to the hotel (the early-opener at 5:30 am). Where do you send guests for dinner out (other than H2O)? **White China** (semi-fine-dining Chinese), **Old Bundy Tavern** (best pub food in town), **Water Street Kitchen** (top-notch fine dining), and **Bundy Social Club** (quick service, cheap filling meals, riverview). What’s open late in Bundaberg? **NightOwl Convenience** on Scotland Street is open 24/7. **McDonald's Targo Street** is 24/7 (drive-through and walk-in). **Guzman y Gomez** next door to the hotel runs late, and **Subway** next to GYG is open until 9 pm. **Chemist Warehouse** and **Priceline** in the CBD both open until 9 pm. ## Bundaberg highlights & events Where do I stay for turtle season at Mon Repos? Burnett Riverside is the closest CBD-based hotel to Mon Repos — **12.6 km / 14 minutes' drive** away. Turtle encounters run late November to late March (peak ranger-led nights December–February), book through Queensland Parks. Encounters finish late (often 10–11 pm); our pre-arrival check-in and after-hours lockbox make the late return easy. How do I get to Lady Musgrave or Lady Elliot Island? **Lady Musgrave Island** day cruises depart from Bundaberg Port Marina, 15–17 Marina Drive, Burnett Heads (**18.4 km / 25 minutes** from the hotel — the closest departure point). **Lady Elliot Island** is a scenic flight from Bundaberg Airport (**5.8 km / 8 minutes** from the hotel). Both involve early starts — we'll set you up with the River Cruz 5:30 am breakfast and a late return. When is the Bundaberg Rum Distillery tour worth booking? Always — it's a Bundaberg essential. Tours run through the day; the full **Distillery Experience** takes about 1.5 hours. Book ahead during school holidays and the Rum Festival (typically August–September). The distillery is **3.0 km / 6 minutes** from the hotel — close enough for an Uber back after a tasting. What’s on in Bundaberg this year? Our maintained [events calendar](https://burnettriverside.com.au/guides/bundaberg-events-calendar-2026/) lists every event worth travelling for, with dates verified against the organisers. The anchors: **Taste Bundaberg Festival (4–13 September)**, the **Bundaberg Show (July)**, the **Bundaberg Rum Festival (Aug–Sept)**, **turtle season at Mon Repos (Nov–Mar)**, and **whale-watching season offshore** (May–November, peak July–October). What’s the best season for Bundaberg? Each season offers different draws. **November–March** is turtle season at Mon Repos (peak Dec–Feb) and warm/humid coastal weather. **May–October** is cooler comfortable days with whale-watching offshore (peak Jul–Oct). **September** is festival peak (Taste Bundaberg, Rum Festival). **July** is the Show. Summer can be wet — Coral Coast summer storms pass through fast. Plan around what you most want to see. What’s worth doing nearby that visitors usually miss? The **Bundaberg Botanic Gardens and Hinkler Hall of Aviation** (same complex) — quiet, well-curated, especially good for families. **Monsoon Aquatics** for tropical-marine display. **Bundy Bowl** with the kids. And the **Coral Coast beach trio** — Bargara, Burnett Heads and Elliott Heads — each different in character; an easy half-day loop. ## Policies & the basics Do you allow pets? **No pets** — with the exception of assistance and support animals, which are welcome. This is the Travellers Group standard policy. If you'd like to bring a pet, our team can point you to nearby pet-friendly options — we'd rather you have the right stay. Is the hotel suitable for weekday business travel? Yes. Every room has a desk and fast WiFi, on-site H2O for dinner, three meeting rooms and a dedicated function centre downstairs, secure underground parking, and direct billing through Travellers Group corporate accounts. Midweek Mon–Fri is our peak corporate occupancy precisely for these reasons. Visiting someone in hospital — anything I should know? The **Bundaberg Base Hospital** is **2.4 km / 5 minutes** from the hotel; **Friendly Society Private Hospital** is **1.3 km / 3 minutes**. The **Accessible Deluxe King** room is a ground-floor option with step-free access. PTSS-compliant invoicing is available for patient travel subsidy claims — ask reception. Wheelchair access to the hotel itself is via the main entrance with no steps. Who owns and runs Burnett Riverside? Burnett Riverside Hotel is owned and operated by **Travellers Group**, a Brisbane-based, family-owned regional Australian hospitality group founded in 2023. The group has five properties across regional QLD and NSW. The Managing Director is Craig Smith. --- # H2O Restaurant & Bar Source: https://burnettriverside.com.au/bundaberg-restaurant/ ![H2O Restaurant and Bar](/images/h2o-dining-table.png) H2O Restaurant & Bar # Riverside dining, relaxed. [Book a Table](https://h20-restaurant-bar.resos.com/booking) [View the Menu](#menu) Christmas on the Burnett · now taking bookings ### Your Christmas party, right on the Burnett River. Drinks and canapés on the deck, a generous shared feast, or a sit-down Christmas dinner — from $45 per person. Or book a seat at Merry by the River, our shared festive afternoon on the deck. [See Christmas at H2O](/functions/christmas-parties/) The restaurant ## Sunset drinks. Long dinners. Easy evenings. An easy weeknight dinner, sunset drinks on the deck, or a celebration that runs late — H2O is built for every occasion from 4pm. Full table service every night we’re open, in a room that’s warm, welcoming and unfussy. Our kitchen leans on fresh, locally-sourced produce from Queensland growers and the Burnett region. High-quality plates made to share, mains made to indulge, and a wine list built for long evenings on the water. Happy Hour **4pm – 6pm daily.** House wines, cold beers and a rotating spritz at happy-hour prices. Hours Mon – Thu: 4pm – 8:30pm Fri – Sat: 4pm – 9pm Closed Sunday & public holidays — except [Sunday Sessions](#sunday-sessions), the last Sunday of the month from 1pm. Service Full à la carte table service, Monday to Saturday from 4pm. Dress Smart casual. Reservations Walk-ins welcome. Bookings recommended for groups. Our current menu ## Fresh. Local. Plates to share. * Sticky Pork Belly Bites (df/gf) 22 Sesame. Snowpea tendril. Soy. Chilli. Lime. Petite herbs * Prawn and Potato Gnocchi Sorrentina (l) 30 Sugo sorrentina. Buffalo burrata. Basil. Chilli oil * Five Spiced Pork Belly (gf/df) 40 Burnt mandarin glaze. Miso zucchini noodle. Coconut and macadamia rice * 300g Rib Fillet MB2+ 59 * Warm Apple Tart Tatin 18 Vanilla ice cream. Apple puree. Shortbread crumb View the full menu Hide the full menu ### Small shares * Garlic and Herb Focaccia (v) 13 Smoked caper compound butter * Stuffed Mushrooms (v) 18 Garlic. Cream cheese. Shallot * Flatbread (vo) 16 Honey balsamic eschalot. Smoked bacon. Ricotta * Sticky Pork Belly Bites (df/gf) 22 Sesame. Snowpea tendril. Soy. Chilli. Lime. Petite herbs * Prawn and Chorizo Arancini (m) 23 Smoked romesco. Pecorino. Micro greens * Bundaberg Ginger Beer Battered Market Fish Goujons (gf/df) (m) 22 Ginger coriander lime aioli * Handcut Chips (gf/dfo) 11 Parmesan. Pepper mayonnaise. H2O seasoning * Aglio e Olio Mussels (l) 20 / 30 Chilli. Garlic. Olive oil. White wine broth. House-made sourdough * Wagyu Potato Bombs (gf) 17 Spiced tomato jam * Fried Squid (df/gf) (m) 15 Nam jim. Grilled lime. Arugula * Mediterranean Style Wagyu Meatballs 24 Spiced tomato salsa. Sourdough pangrattato. Shaved parmesan ### Entrées * Prawn and Potato Gnocchi Sorrentina (l) 30 Sugo sorrentina. Buffalo burrata. Basil. Chilli oil * Stuffed Cannelloni (v) 25 Pumpkin. Ricotta. Spinach. Cashew cream * House-Made Osso Bucco Ravioli 27 Mushroom. Spinach. White wine demi sauce * Poached Atlantic Cod (df/gf) (l) 27 Tom kha. Coriander oil. Shallot crisps. Watercress * Pan-Seared Scallops (gf) (l) 30 Confit lime. Smoked pork. Chives ### Mains * Five Spiced Pork Belly (gf/df) 40 Burnt mandarin glaze. Miso zucchini noodle. Coconut and macadamia rice * Pan Seared Marinated Chicken Breast 36 Carrot. Capsicum. Zucchini. Coriander. Cous cous. Pistachio. Spiced tahini yoghurt * Locally Caught Market Fish (l) 38 Garlic. Chives. Pommes puree. Sandefjord butter sauce. Salmon roe * Prawn and Chorizo Pappardelle (m) 40 Creamed garlic. Bell peppers. Spinach * Eggplant Moussaka (df/vg) 30 Panfried breads. Rosemary and thyme gremolata ### Charred — steaks (gf/dfo) All steaks served with sweet potato puree, broccolini and your choice of sauce. * 400g Wagyu Rump 6+ 52 * 300g Rib Fillet MB2+ 59 * 250g Eye Fillet 55 Choice of sauce * Port pink pepper sauce (gf/df) * Bundaberg rum & molasses gravy (gf/df) * Fermented chilli and shallot sauce (gf/df) ### Large shares Minimum 2 people. * Carnivore Tasting Board 85pp Chef's selection of protein-based small shares, mains and steaks * Seafood Share Board (m) 85pp Chef's selection of our seafood dishes ### Sides * Grilled Zucchini (gf/df/vg) 10 Miso chilli glaze. Onion crisps * Steamed Greens (gf) 10 Pak choi. Green beans. Broccolini. Miso butter * Warm Sweet Potato Salad (gf/df/vg) 13 Cashew cream. Pepita. Sage crisps ### Desserts * Warm Apple Tart Tatin 18 Vanilla ice cream. Apple puree. Shortbread crumb * Banana Assiette — Banana 4 Ways (gf) 17 Banana and walnut pudding. Peel caramel. Peanut and banana semi-freddo. Dark chocolate banana crumble * Cheesecake Stuffed Pappardelle 19 Strawberry cheesecake. House-made pasta. Chocolate soil. Strawberry compote * Warm Baklava Cigars 19 Filo pastry. Pistachio. Walnut. Hazelnut. Honey. Grapefruit foam * Dessert Share Board 49 Pick 3 desserts to share on the board The drinks list ## Cocktails, wine and something soft. ### Cocktails * Sex on the Deck 18 Vodka. Orange juice. Lime juice. Cranberry juice * Mango Mojito 18 White rum. Mango nectar. Lime juice. Mint leaves. Simple syrup. Club soda * Headhunter 24 Dark rum. Light rum. Blue curaçao. Lime juice. Pineapple juice. Simple syrup. Bitters. Grenadine * Flying Dutchman 22 Light rum. Cointreau. Lime juice. Simple syrup. Ginger ale. Orange * Classic Margarita 18 Tequila. Cointreau. Simple syrup. Lime juice. Salt rim * H2O Golden Gaytime 22 Baileys. Tia Maria. Butterscotch. Cream. Cocoa powder * Mocha Martini 24 Fresh espresso. Cocoa. Vodka. Kahlúa. Simple syrup * Strawberry Aperol Sour 24 Strawberry. Gin. Aperol. Campari. Lemon. Aquafaba. Agave * Blackberry Whiskey Sour 22 Blackberries. Jameson whiskey. Aquafaba. Lemon. Simple syrup * Blue Hawaii 24 White rum. Blue curaçao. Coconut cream. Pineapple juice * Sticky Date Martini 24 Spiced rum. Butterscotch schnapps. Date syrup. Aquafaba. Licor 43 ### Mocktails * Tropical Mango Fizz 13 Mango nectar. Lime cordial. Soda * Pineapple Sunrise 13 Pineapple juice. Soda. Grenadine * Virgin Mojito 15 Lime juice. Mint leaves. Simple syrup. Soda ### Non-alcoholic * Schweppes Ginger Ale & Schweppes Soda Water 4 * Coca Cola, Coca Cola Zero, Schweppes Lemonade 4 * Bundaberg Brewed Drinks range 5 * APANI Australian still / sparkling mineral water 500ml 7 * Coffee and tea from 4 ### Wine Glass / bottle. Ask to see our full selection of beverages. White * West Cape Howe Semillon Sauvignon 10 / 42 * Opawa Sauvignon Blanc 12 / 44 * Cristobels Moscato 12 / 44 * Smith & Hooper Pinot Grigio 14 / 48 * Nautilus Estate Sauvignon Blanc — / 59 * West Cape Howe Chardonnay — / 65 Red * Smith & Hooper Merlot 10 / 42 * Opawa Rosé 14 / 49 * Wirra Wirra Scrubby Rise Shiraz 14 / 49 * Sister's Run Cabernet Sauvignon 14 / 49 * Pencarrow Pinot Noir 16 / 59 * West Cape Howe Book Ends Cabernet Sauvignon — / 65 Sparkling * Dunes and Greene Chardonnay Pinot Noir 15 / — * Emily Redbank Prosecco — / 45 * Jansz Premium Cuvée Chardonnay Pinot Noir — / 62 Our current menu. Prices in AUD. **Dietary codes:** vg vegan, vgo vegan option, v vegetarian, vo vegetarian option, df dairy free, dfo dairy free option, gf gluten free, gfo gluten free option. **Seafood:** (l) local, (m) mixed, (i) imported. Please tell your server about any dietary requirements. A 15% surcharge applies on public holidays. No BYO. Menus evolve with the seasons. [Download the menu as a PDF](/images/h2o/H2O-menu.pdf) Early Dinner on the Deck · Monday to Wednesday · 4pm – 6pm ### $25 steak special — 200g steak with mashed potato. Unwind with an early dinner by the river. Bookings essential; available with the purchase of a drink. [Book a table](https://h20-restaurant-bar.resos.com/booking) ![Tables dressed for Christmas on the deck at H2O, with a lit Christmas tree and fairy lights along the Burnett River at dusk](/images/christmas/christmas-hero-banner.jpg) Christmas on the Burnett ## Christmas, right on the river. Christmas parties should be easy to organise and even easier to enjoy. Choose from drinks and canapés on the deck, a generous shared feast, or a sit-down Christmas dinner — with the decorations, the festive playlist, an arrival drink and your own function coordinator all taken care of. Smaller group? **Merry by the River** is our Sunday Session with a festive makeover — a shared Christmas party on the deck on **Sunday 6 December**, 3pm–7pm, booked by the seat. Live music, festive tables and a deck full of Christmas cheer. Seats go on sale shortly; register your interest and we’ll email you first. [See Christmas packages](/functions/christmas-parties/) [Register for Merry by the River](/functions/christmas-parties/#register) ![Sunday Sessions on the deck at H2O Restaurant & Bar](/images/h2o/taco-sunday.png) What’s on ## Sunday Sessions on the deck. Sunday afternoons just hit different with ‘Sunday Sessions on the Deck’. H2O Restaurant & Bar and White Light Entertainment turn the riverfront into the place to be — live music vibes from 1pm, classic cocktails, cold beer, bubbles and wine on rotation. Their chefs serve up a fresh seasonal lineup of small shares and plates made for effortless grazing. When Last Sunday of every month Live music From 1pm Entry Free · walk-ins welcome * Live music vibes from 1pm with White Light Entertainment * Classic cocktails, cold beer, bubbles and wine on rotation * Seasonal small shares and plates by H2O’s chefs * Effortless grazing on the riverside deck The ultimate Sunday hang Perfect for catch-ups or easing into the week ahead. Check H2O’s socials for what’s next. [Book a table](https://h20-restaurant-bar.resos.com/booking) [See it on Instagram](https://www.instagram.com/h2orestaurantandbar/) From the kitchen [@h2orestaurantandbar](https://www.instagram.com/h2orestaurantandbar/) (() => { const d = document, s = d.createElement('script'); s.type = 'module'; s.src = 'https://w.behold.so/widget.js'; d.head.append(s); })(); Reservations ## Come for dinner. Stay for the view. [Book a Table](https://h20-restaurant-bar.resos.com/booking)  +61 (7) 4155 8777  7 Quay Street, Bundaberg --- # Functions Source: https://burnettriverside.com.au/functions/ ![Conference set up](/images/conference-set.png) # One site. Every event. Christmas on the Burnett · now taking bookings ### Choose your kind of Christmas. Four ways to celebrate for groups of 2 to 120, from $45 per person — drinks and canapés on the deck, a shared Chef’s Table feast, a sit-down dinner, or a seat at our shared festive afternoon, Merry by the River. [See Christmas packages](/functions/christmas-parties/) Meet. Gather. Celebrate. ## Contemporary style, effortless convenience. Events at Burnett Riverside Hotel combine contemporary style, effortless convenience, and warm, attentive service. Perfectly positioned in the heart of Bundaberg with sweeping views of the Burnett River, our versatile venues provide an inviting setting for meetings, conferences, and celebrations of every kind. From tailored catering showcasing fresh, locally-sourced produce to comfortable on-site accommodation for your guests, every element is thoughtfully considered. **Looking specifically for a meeting room?** See our dedicated [meeting rooms page](/meeting-rooms-bundaberg/) for room-by-room pricing, setup options and day delegate packages. 3 Event spaces 120 Max capacity 43 Hotel rooms on site [Enquire now](#enquire) ![The Burnett River at sunset beside Burnett Riverside Hotel](/images/hero-river-sunset.png) At a glance ## Everything on site, in one riverside location. 43 hotel rooms on site H2O Restaurant & Bar Dedicated events team Centrally located Riverside views Breakout spaces Versatile event spaces On-site parking Complimentary Wi-Fi Packages & menus ## Download the details. Menus, day-delegate rates and seasonal packages — downloadable, easy to share with your team or a partner planner. [ PDF · 2.0 MB ### Functions & Events Menu Canapés, shared plates, long-table courses and beverage packages for functions large and small. Download]()[ PDF · 820 KB ### Day Delegate Packages Full-day and half-day rates covering room hire, AV, morning tea, lunch and afternoon tea. Download]()[ PDF · 221 KB ### Breakfast Packages Hot and continental breakfast packages for delegates, early-start events and overnight groups. Download]()[ PDF · 1.8 MB ### Festive Celebrations Menu End-of-year long-table dinners, cocktail packages and Christmas menus on the deck. Download]() ![A function room at Burnett Riverside set with round banquet tables and Christmas centrepieces, the Burnett River through the windows at sunset](/images/christmas/christmas-function-room-banquet.jpg) Christmas on the Burnett ## Christmas, right on the river. Christmas parties should be easy to organise and even easier to enjoy. Three riverside spaces for groups of 2 to 120, four festive menus, and the details taken care of — decorations and table settings, bon bons, a festive playlist, an arrival drink, free undercover parking and your own function coordinator. From $45 per person — plus **Merry by the River**, our shared Christmas party on Sunday 6 December, sold by the seat for smaller groups. [See Christmas packages](/functions/christmas-parties/) [Enquire about Christmas](/functions/christmas-parties/#enquire) The spaces ## Three rooms. Every configuration. ![The Burnett Room](/images/conference-set.png) ### The Burnett Room 136 m² · up to 70 theatre · 60 banquet The crown jewel of our spaces. Elegant banquets, conferences, cocktail receptions and ceremonies. [Enquire](#enquire) ![The Quay Room](/images/function-room-empty.png) Pictured: The Burnett & Quay Room ### The Quay Room 48 m² · up to 25 theatre · 20 banquet Warm and intimate. Pairs with the Vue Room for 96 m² and a spacious dance floor. [Enquire](#enquire) ![The Vue Room](/images/vue-room.jpg) ### The Vue Room 48 m² · up to 25 theatre · 20 banquet Elegant and versatile. Combined, all three rooms host up to 120 guests. [Enquire](#enquire) ![Riverview King guest room overlooking the Burnett River](/images/rooms/riverview-king.jpg) Stay where you celebrate ## Your guests stay just upstairs. The advantage no other Bundaberg venue can match: 43 hotel rooms on the same riverside site as your event. When the night winds down, your guests are a lift ride from bed — no transfers, no taxis, no early exits. Hold a block of rooms at a negotiated rate, put the visiting delegates or the bridal party in a river-facing balcony room, and let out-of-town guests wake to the Burnett. From single kings to two-bedroom apartments, every room is looked after by the same team running your event. [Explore our rooms](/bundaberg-accommodation/) [Ask about a room block](#enquire) Capacities ## Room & configuration matrix. Room Cabaret 8 pax / table Banquet no dance floor Long tables Cocktail Classroom Theatre Burnett Riverside Rooms (combined) 96 120 72 120 84 120 Burnett Room 48 60 40 60 48 70 Burnett & Quay Room 64 80 54 80 66 100 Vue & Quay Room 40 50 48 40 36 50 Quay Room 16 20 22 30 18 25 Vue Room 16 20 22 30 18 25 What’s included ## Every event, every time. ### Full AV set-up Projector, screen, wireless mic, lectern and high-speed complimentary Wi-Fi in every event space. ### Restaurant-quality catering Dedicated events menu from our skilled chefs — cocktail, working lunch, buffet, or two- and three-course seated dining. ### 43 hotel rooms on site Loft-style rooms, family options and spa rooms — many with tranquil river views. Negotiated rates and flexible holds for event guests. ### Dedicated events team One coordinator from first enquiry to final pack-down, with on-the-day delivery support. ### Sweeping river views Every space opens on or near the Burnett River. Break on the deck, not in a corridor. ### Central, easy travel Moments from the CBD. Airport and train station only a short drive away. On-site parking for guests. While you’re in Bundaberg ## For delegates who stay a little longer. Overnight conferences and corporate retreats can round out the trip with the region’s best half- and full-day experiences. * Southern Great Barrier Reef * Mon Repos Turtle Centre * Bundaberg Regional Galleries * The Hinkler Hall of Aviation * Bundaberg Rum Distillery [Explore the region](/region/) Enquire ## Tell us what you’re planning. We’ll come back to you within 24 hours with a proposal, floor plans, and sample menus.  +61 (7) 4155 8777  events@burnettriverside.com.au Thanks — your enquiry is on the way. Our events team will come back to you within 24 hours. Something went wrong sending your enquiry. Please email us directly at [events@burnettriverside.com.au](mailto:events@burnettriverside.com.au). (() => { const sent = new URLSearchParams(window.location.search).get('sent'); if (!sent) return; const el = document.querySelector(\`\[data-brh-flash="${sent}"\]\`); if (el) { el.hidden = false; el.scrollIntoView({ behavior: 'smooth', block: 'center' }); } })(); Full name Organisation Email Phone Type of event Conference Meeting / training day Corporate dinner Long lunch Product launch Other Guests A few details Send enquiry --- # Christmas Parties Source: https://burnettriverside.com.au/functions/christmas-parties/ ![Tables dressed for Christmas on the deck at H2O, with a lit Christmas tree, candles and a garland of fairy lights along the Burnett River at dusk](/images/christmas/christmas-hero-banner.jpg) # Christmas on the Burnett Celebrate by the river. Stay the night. Remember it all year. [Enquire now](#enquire) [Merry by the River · 6 December](#merry-by-the-river) One riverfront Christmas ## Your Christmas party, right on the Burnett River. Christmas parties should be easy to organise and even easier to enjoy. Choose from four ways to celebrate, from sunset drinks and canapés on the deck, to a generous shared feast, a sit-down Christmas dinner, or a seat at our shared festive afternoon, Merry by the River. It all happens in one place. Our three function rooms open onto the riverfront deck, with 43 hotel rooms just upstairs. Arrive for a drink as the sun goes down, settle in for the evening, and when the party’s over, there’s no need to worry about the drive home. Best of all, we take care of the festive details. Decorations, bon bons, Christmas tunes, an arrival drink, free undercover parking and your own function coordinator are all included, so you can spend less time organising and more time celebrating. Bring your team. Bring your friends. We’ll take care of Christmas. [See everything that’s included](#included). [Enquire about your Christmas](#enquire) [Call 07 4155 8777](tel:+61741558777) ![A table on the deck at Burnett Riverside dressed for Christmas in red and gold, with the river behind at dusk](/images/christmas/christmas-deck-red-gold.jpg) Sunday Sessions on the Deck — Christmas Edition ## Merry by the River Sunday 6 December · 3pm–7pm Our Sunday Session gets a festive makeover. Merry by the River is our shared Christmas party on the deck — perfect for teams, friends and smaller groups who want all the atmosphere of a Christmas party, without having to organise one themselves. Book by the seat, gather your crew and we’ll take care of the rest. Expect live music, festive tables, great food and a deck full of Christmas cheer, all overlooking the Burnett River as the afternoon rolls into sunset. Choose a festive two or three-course menu, served to your table. Think honey-glazed ham terrine or roast pumpkin soup, followed by turkey roulade or slow-roasted pork, and Christmas pudding or a cinnamon pavlova wreath to finish. You bring the crew. We’ll bring the Christmas spirit. **Menu style:** Two courses $80 · Three courses $90 Tables of 2 to 10 View menu Entrée * Honey-glazed ham terrine — spiced pear chutney, toasted brioche, herb salad * Roasted pumpkin and chestnut soup — nutmeg cream, crispy sage, warm house-made sourdough Main * Stuffed turkey roulade — cranberries, pistachio and herb stuffing, duck-fat potatoes, glazed carrots, gravy * Slow-roasted pork shoulder — apple-cider jus, roasted fennel and parsnips Dessert * Steamed Christmas pudding — brandy anglaise, candied orange, almond praline * Cinnamon pavlova wreath — Chantilly cream, fresh berries, mint [Register your interest](#register) Menus & Packages ## Choose your kind of Christmas From drinks and canapés on the deck to a shared feast or a sit-down dinner, choose the celebration that suits your group and we’ll take care of the rest. ### Christmas on the Deck $45 per person Groups of 15 or more Keep things relaxed with a Christmas party overlooking the Burnett River. Start with a sparkling wine or festive eggnog on arrival, then settle in for drinks and canapés as the afternoon rolls into evening. It’s easy, social and made for mingling — no seating plan required. **Menu style:** Three canapés and one substantial dish. View menu Choose three canapés * Caprese pastries — heirloom tomato, basil, buffalo mozzarella, Pedro Ximénez reduction * Beef tartare — shallot, mustard, pork crisps, crème fraîche * Sweet potato tartlet — onion jam, gluten-free shortbread shell, micro herbs * Mixed oyster shooters — bloody mary, tequila lemon drop, gin paloma * Cajun chicken tostada — salsa fresca, chilli lime emulsion * Salmon mousse — beetroot sago crisps, fresh dill * Chicken and bacon vol-au-vents * Smoked beetroot tart — pomegranate reduction, micro herbs * Skull Island king prawn skewers — salsa verde (+$3) * Vegetable bhaji — chilli, coriander, lime, yoghurt * Wagyu beef sliders — American cheese, pickles, soft slider bun (+$3) * Lamb shish kebab — capsicum, onion, eggplant, mint dipping sauce Then one substantial * Ginger-beer battered fish and chips — tartare sauce * Steak and frites — charred sirloin, fries, béarnaise * Margherita flatbread — sugo, mozzarella, basil * Pulled pork tacos — chimichurri, fresh garden leaves * Curried seafood medley — Thai-style curry, pak choy, steamed rice * Pumpkin and mushroom ragù — penne [Enquire](#enquire) ### Chef’s Table Experience $75 per person Groups of 10–20 Gather everyone around the table for a generous Christmas feast designed to share. Plates of honey-baked ham, roast turkey, king prawns and warm cobb loaf arrive at the centre of the table, ready to pass around and enjoy together. Relaxed, generous and perfect for teams and groups who like their Christmas celebrations centred around good food and good company. **Menu style:** Six shared plates, with dessert available as an optional extra. View menu Share plates * Honey-baked Christmas ham * Roasted turkey with cranberry stuffing * Cooked king prawns with marie rose sauce * House-made cobb loaf with chicken and bacon filling * Cranberry and walnut salad * Seasonal vegetables with roasted almonds Add dessert — $18 per person * Steamed Christmas pudding with brandy custard * Pavlova with Chantilly cream and fresh seasonal fruit * Fruit mince tarts with butterscotch cream * Spiced rum eggnog [Enquire](#enquire) ### Taste the Season Two courses $80 · Three courses $90 Groups of 10 or more For a more traditional Christmas celebration, take a seat in one of our riverside venues and let us look after you. Your space will be decorated and ready when you arrive, with your choice of a two or three-course festive menu served to the table. Simply gather your group, take your seats and enjoy the evening. **Menu style:** Alternate drop, two or three courses. View menu Entrée * Honey-glazed ham terrine — spiced pear chutney, toasted brioche, herb salad * Roasted pumpkin and chestnut soup — nutmeg cream, crispy sage, warm house-made sourdough Main * Stuffed turkey roulade — cranberries, pistachio and herb stuffing, duck-fat potatoes, glazed carrots, gravy * Slow-roasted pork shoulder — apple-cider jus, roasted fennel and parsnips Dessert * Steamed Christmas pudding — brandy anglaise, candied orange, almond praline * Cinnamon pavlova wreath — Chantilly cream, fresh berries, mint [Enquire](#enquire) Inclusions ## We’ll take care of the festive details Every Christmas party includes the little extras that make organising the end-of-year celebration that much easier: Christmas decorations and festive table settings Bon bons and Santa hats Festive Christmas playlist Sparkling wine or eggnog on arrival Free undercover parking Your own function coordinator, from first enquiry to pack-down Full AV in the Burnett and Vue Rooms 43 hotel rooms directly upstairs [Enquire now](#enquire) ![A guest room at Burnett Riverside Hotel with the balcony door open to the river](/images/christmas/christmas-room-stay.jpg) Stay the Night ## Celebrate downstairs. Stay upstairs. Make a night of it. With 43 hotel rooms above our function spaces, getting home at the end of the party can be as easy as taking the lift upstairs. Groups of 20 or more can also enquire about holding a block of rooms at a special group rate, with a later checkout included. Ask our team about accommodation when you enquire, or explore [our rooms](/bundaberg-accommodation/). [Enquire with rooms included](#enquire) Subject to availability. The Spaces ## Three riverside spaces. Up to 120 guests. Whether it’s a Christmas dinner for the team or a bigger end-of-year celebration, we have a space to suit. The Burnett Room welcomes up to 60 guests seated or standing, while the Quay and Vue Rooms each accommodate up to 20 seated or 30 standing. For bigger celebrations, combine the spaces to welcome up to 120 guests — all with the Burnett River right outside. See our [functions page](/functions/) for full capacities and room layouts. [Check your date](#enquire) ![A function room at Burnett Riverside set with round banquet tables and Christmas centrepieces, the Burnett River through the windows at sunset](/images/christmas/christmas-function-room-banquet.jpg) ![A table set for dinner on the deck at H2O, with wine poured and the Burnett River behind](/images/christmas/h2o-riverside-table.jpg) Gift Vouchers ## Give them something to look forward to. For the person who’s tricky to buy for, a Burnett Riverside gift voucher keeps things simple. Put it towards dinner at H2O, a night by the river, or make it both. Ask our team at Reception or give us a call on [07 4155 8777](tel:+61741558777). [Call 07 4155 8777](tel:+61741558777) Questions ## Christmas, answered. How many guests can you seat for a Christmas party in Bundaberg? Up to 120 across three rooms, or 60 in a single room. Smaller groups of two to ten can join our shared party night, Merry by the River, on Sunday 6 December. How much is a Christmas party at Burnett Riverside? From $45 per person for canapés on the deck, $75 for the Chef’s Table shared feast, and $80 to $90 for two or three seated courses. Can a small team book a Christmas party? Yes. Merry by the River is a shared party night on Sunday 6 December, sold by the seat for groups of two to ten. Can we stay overnight after our Christmas party? Yes — 43 rooms are on site, with group rates and a later checkout for parties of twenty or more. When should we book our Christmas party? December dates are typically confirmed through October and November. Book early to secure your date. Do you cater for dietary requirements? Yes. Let us know when you book — gluten free, dairy free, vegetarian, vegan and allergies are all straightforward for our kitchen, and we will confirm the alternatives with you before the day. [Ask us your question](#enquire) Merry by the River ## Seats go on sale soon. Register your interest and we will email you the moment booking opens — first in, first seated. Thanks — you’re on the list. We’ll email you as soon as seats for Sunday 6 December go on sale. Something went wrong. Please email us directly at [events@burnettriverside.com.au](mailto:events@burnettriverside.com.au). Full name Organisation Email Phone How many seats Two or three courses No preference yet Two courses — $80 Three courses — $90 Have you seen the below advertising? Tick any that apply. Radio Facebook or Instagram Email from Burnett Riverside Poster or flyer at the hotel Google or web search Word of mouth or referral Anything else Register my interest Book your Christmas ## Tell us your date and your numbers. We’ll come back within one business day with a proposal. Or call us on [07 4155 8777](tel:+61741558777). Thanks — your enquiry is on the way. Our events team will come back to you within one business day. Something went wrong sending your enquiry. Please email us directly at [events@burnettriverside.com.au](mailto:events@burnettriverside.com.au). Full name Organisation Email Phone Which package Not sure yet — recommend one Christmas on the Deck — $45pp Chef’s Table Experience — $75pp Taste the Season — $80/$90pp Guests Preferred date Have you seen the below advertising? Tick any that apply. Radio Facebook or Instagram Email from Burnett Riverside Poster or flyer at the hotel Google or web search Word of mouth or referral A few details Send enquiry Festive dates filling now. Minimum numbers apply. Book early to secure your date. (() => { const sent = new URLSearchParams(window.location.search).get('sent'); if (!sent) return; // Both forms on this page render a flash pair; reveal every match and // scroll to the first so the user sees the outcome wherever they landed. const els = document.querySelectorAll(\`\[data-brh-flash="${sent}"\]\`); els.forEach((el) => { el.hidden = false; }); if (els.length) els\[0\].scrollIntoView({ behavior: 'smooth', block: 'center' }); })(); --- # Meeting Rooms Bundaberg Source: https://burnettriverside.com.au/meeting-rooms-bundaberg/ ![Vue Room boardroom at Burnett Riverside Hotel, Bundaberg](/images/vue-room.jpg) Meeting Rooms Bundaberg # Private meeting rooms in central Bundaberg. [Enquire](#enquire) [+61 (7) 4155 8777](tel:+61741558777) Meeting room hire ## Three flexible meeting spaces. Burnett Riverside Hotel offers three private meeting rooms in the heart of Bundaberg — from an executive boardroom for eight, through to a conference room for sixty, and combined configurations for up to 120 delegates. All spaces open onto the Burnett River. Choose from theatre, classroom, U-shape, cabaret, boardroom or banquet setups, with full AV, dedicated catering from H2O Restaurant & Bar, complimentary high-speed Wi-Fi and on-site accommodation under one roof. Whether it's a half-day workshop, a full-day conference, a medical college exam or a board strategy day, our dedicated events team will take care of every detail. [Enquire](#enquire) [See full events page](/functions/) The rooms ## Three meeting spaces. One central location. ![Quay Room meeting room at Burnett Riverside Hotel, Bundaberg](/images/function-room-empty.png) Pictured: The Burnett & Quay Room The Meeting Room ### Quay Room 15 seated · 30 standing A compact, carpeted meeting room with sliding doors that open onto the riverside terrace. Best suited to small board meetings, training sessions and team workshops. * Carpeted, air-conditioned room with sliding doors to the riverside terrace * Tables, chairs and linen included in hire * Shared amenities by hotel reception * Tea, coffee and catered breaks available (priced separately) * Whiteboard available on request * Printing and photocopying available at reception **Room hire:** $150 half-day · $250 full day · $75/hour [Enquire](#enquire) ![Vue Room meeting room at Burnett Riverside Hotel, Bundaberg](/images/vue-room.jpg) The Meeting Room with AV ### Vue Room 8 seated A compact, AV-equipped meeting room — ceiling-mounted projector, drop-down screen, lectern, HDMI cable and microphone. Boardroom table seats 8. Our most-booked space for half-day workshops and executive meetings. * Ceiling-mounted projector with drop-down screen * Lectern, microphone and HDMI cable provided * Boardroom table seats 8 * Carpeted, air-conditioned room with sliding doors to the riverside terrace * Whiteboard available on request * Tables, chairs and linen included in hire * Printing and photocopying available at reception * Tea, coffee and catered breaks available (priced separately) **Room hire:** $200 half-day · $350 full day · $75/hour [Enquire](#enquire) ![Burnett Room meeting room at Burnett Riverside Hotel, Bundaberg](/images/conference-set.png) The Conference Room ### Burnett Room 60 seated · 70 standing Our largest single space — a separate building with private entrance, wooden flooring, private bar, private amenities and a balcony over the river. Built for conferences, all-day workshops and seated banquets up to 60. * Separate building with private entrance * Wooden flooring * Private amenities * Private bar * Private balcony with river views * Ceiling-mounted projector with drop-down screen, lectern, microphone and HDMI cable * Air-conditioned throughout * Whiteboard available on request * Tables, chairs and linen included in hire * Printing and photocopying available at reception **Room hire:** $400 half-day · $750 full day · $75/hour [Enquire](#enquire) Facilities ## Everything you need for a productive day. ### AV & technology * Ceiling-mounted projector and drop-down screen (Vue Room, Burnett Room) * Lectern, microphone and HDMI cable provided * Complimentary 90.2 Mbps NBN Wi-Fi throughout the property * Ceiling-speaker audio system for the larger spaces * Bring your own laptop with HDMI port ### Workday essentials * Air-conditioned, climate-controlled rooms * One whiteboard per room available on request, plus notepads and pens * Printing and photocopying available at hotel reception * Tables, chairs and linen included in room hire * Modular stage hire ($100 half-day, $200 full day) * Mail and parcel handover at hotel reception * Multiple layout options — theatre, classroom, U-shape, boardroom, cabaret, banquet ### Catering & comfort * Dedicated events catering from H2O Restaurant & Bar * Platter, buffet, alternative drop and seated catering available * Catered tea, coffee and refreshment breaks (priced separately) * [Day Delegate Packages]() — room hire, AV and meals bundled * Bar tab with no minimum spend Pricing ## Transparent half-day and full-day rates. Hourly hire is $75 per hour for a single room. Half-day hire is up to four hours; full-day hire is over four hours. All rates are inclusive of linen, tables and chairs. AV and stage hire are charged in addition where applicable. Pricing applies to standard operating days — Sundays and public holidays are quoted individually. Room / Item Features Hourly Half-day Full day **Quay Room** Room only $75 $150 $250 **Vue Room** AV available $75 $200 $350 **Burnett Room** AV available · private bar · balcony $75 $400 $750 **Vue + Quay** AV available · combined for up to 40 pax — $300 $550 **Burnett + Quay** AV available · combined for up to 80 pax — $500 $900 **Burnett + Vue + Quay** AV available · combined for up to 120 pax — $750 $1,200 **AV hire** Projector, screen, lectern, HDMI cable, microphone — $75 $75 **Stage hire** Modular stage sections — $100 $200 Day Delegate Packages — full or half-day rates that bundle room hire, AV, morning tea, lunch and afternoon tea — are available on request. [Ask our events team](#enquire). Setup options ## A layout for every meeting style. #### Theatre Rows of chairs facing the front — best for presentations to a larger group. #### Classroom Rows of tables with chairs facing forward — for training sessions with note-taking. #### Boardroom Single rectangular table — ideal for executive meetings up to 12. #### U-Shape Open U arrangement — facilitator at the open end. Strong for discussion-led sessions. #### Cabaret Round tables with chairs on one side facing the front — workshop-friendly. #### Banquet (round) Round tables with full seating — for seated dinners and long-table events. #### Long table Continuous long table — for boardroom dinners and conference-style banquets. #### Exam (RACGP) Spaced individual desks — a popular configuration for medical college exams. Why Burnett Riverside ## A working day, properly looked after. ### Central Bundaberg location Five minutes from the CBD, 15 minutes from Bundaberg Airport. Quay Street, on the Burnett River. ### 43 hotel rooms on site Delegates stay where they meet. Negotiated group rates for conference delegates. ### H2O Restaurant & Bar Working lunches, catered breaks and team dinners without leaving the venue. ### Complimentary on-site parking Free undercover parking for delegates — no Bundaberg CBD parking hunt. ### 90.2 Mbps complimentary NBN Wi-Fi Reliable connectivity throughout the property for hybrid and online sessions. ### Dedicated events coordinator One point of contact for setup, AV, catering and day-of run sheets. Location ### Central Bundaberg, on the river. 7 Quay Street, Bundaberg QLD 4670 — five minutes' walk from the Bundaberg CBD, 15 minutes by car to Bundaberg Airport, and a short taxi from the Bundaberg train station. Complimentary undercover parking on site for all delegates. Accommodation ### 43 hotel rooms, under one roof. Delegates travelling from out of town can stay where they meet — nine room types from compact queens through to two-bedroom apartments and a wheelchair-accessible king. Negotiated group rates available for conference delegates and multi-room corporate bookings. Enquire ## Tell us about your meeting. Send a short brief — dates, headcount, preferred setup and any catering needs — and our events team will come back within 24 hours with availability, a proposal and a quote.  +61 (7) 4155 8777  events@burnettriverside.com.au  7 Quay Street, Bundaberg QLD 4670 Thanks — your enquiry is on the way. Our events team will come back to you within 24 hours. Something went wrong sending your enquiry. Please email us directly at [events@burnettriverside.com.au](mailto:events@burnettriverside.com.au). (() => { const sent = new URLSearchParams(window.location.search).get('sent'); if (!sent) return; const el = document.querySelector(\`\[data-brh-flash="${sent}"\]\`); if (el) { el.hidden = false; el.scrollIntoView({ behavior: 'smooth', block: 'center' }); } })(); Full name Organisation Email Phone Preferred room No preference Quay Room (up to 15 seated) Vue Room (boardroom for 8, with AV) Burnett Room (up to 60 seated) Combined (up to 120) Approx. delegates Date Setup style Boardroom Theatre Classroom U-Shape Cabaret Banquet Exam (RACGP) Long table Other / unsure A few details Send enquiry --- # Weddings Source: https://burnettriverside.com.au/weddings/ ![Riverside wedding at sunset](/images/wedding-couple-sunset.jpg) # Riverside weddings. Welcome to Burnett Riverside ## A seamless riverside wedding. Weddings at Burnett Riverside Hotel offer a seamless blend of riverside vistas, contemporary style, and warm, attentive service. Set along the tranquil Burnett River in the heart of Bundaberg, our elegant venues provide a picturesque backdrop for celebrations both intimate and grand. From tailored menus showcasing seasonal local produce to modern on-site accommodation for your guests, every detail is thoughtfully considered. Our experienced events team will guide you through each step, ensuring your day unfolds effortlessly. [Enquire](#enquire) Location & getting here ### Central location. 7 Quay Street, Bundaberg — moments from the CBD, with on-site and street parking. The airport and train station are just a short taxi ride away. Accommodation ### 43 rooms, all on site. Two-bedroom apartments, loft suites, family rooms and river-view rooms. Exclusive group rates and a personalised promo code provided to every couple. Ceremony ## As unique as the love stories they celebrate. Two ceremony settings, both against the Burnett’s stunning backdrop — with wet-weather contingencies for peace of mind. #### Private riverside balcony Exchange your vows on our private balcony overlooking the Burnett. #### H2O’s tiered decks Exclusive use of H2O Restaurant’s tiered riverside decks. Reception spaces ## Three rooms. Up to 120 guests. ![The Burnett Room](/images/wedding-tablescape-gold.png) ### The Burnett Room 136 m² · 60 seated The crown jewel of our spaces. Elegant banquets, ceremonies and cocktail receptions. [Enquire](#enquire) ![The Quay Room]() ### The Quay Room 48 m² · 20 seated Warm and intimate. Pairs with the Vue Room for 96 m² and a spacious dance floor. [Enquire](#enquire) ![The Vue Room](/images/weddings/wedding-tablescape-3-vue-room.jpg) ### The Vue Room 48 m² · 20 seated Elegant and versatile. Combined, all three rooms host up to 120 guests. [Enquire](#enquire) Dining packages ## Seasonal menus, curated for the day. Every package is tailored to suit your celebration — with seasonal, locally-sourced produce across three service styles. Alternate drop ### 2 or 3 courses Alternating dishes with two shared sides included. Elegant table service for a seated reception. Premium BBQ ### Buffet service Premium meats, fish and seasonal salads curated by our chef. Generous, relaxed, and suited to longer evenings. Cocktail ### Canapés & fork dishes Hot and cold canapés and more substantial dishes — ideal for stand-up celebrations and mingling. What’s included ## Thoughtful, end to end. ### Exclusive use of function rooms Private balcony and dedicated entrance for your wedding party and guests. ### Committed wedding planner One dedicated planner to oversee every detail from first enquiry to final send-off. ### Professional wait staff An experienced service team delivering the day with the care it deserves. ### Tables, chairs, white linen Tables, chairs, white linen and napkins (flat or pocket fold) all provided. ### In-house PA system Roving microphone and AUX connectivity for speeches, ceremony music and entrance songs. ### Table centrepieces Mirror tile and candle centrepieces provided for every table. Begin your journey ## Tell us about your day. Contact our dedicated wedding team to arrange a venue tour or request a personalised quote. We’ll reply within 24 hours.  +61 (7) 4155 8777  events@burnettriverside.com.au  7 Quay Street, Bundaberg QLD Thanks — your wedding enquiry is on the way. Our team will come back to you within 24 hours. Something went wrong sending your enquiry. Please email us directly at [events@burnettriverside.com.au](mailto:events@burnettriverside.com.au). (() => { const sent = new URLSearchParams(window.location.search).get('sent'); if (!sent) return; const el = document.querySelector(\`\[data-brh-flash="${sent}"\]\`); if (el) { el.hidden = false; el.scrollIntoView({ behavior: 'smooth', block: 'center' }); } })(); Full name Organisation Email Phone Type of wedding Ceremony only Reception only Ceremony & reception Engagement party Vow renewal Other Approx. guests A few details Send enquiry --- # Location & Distances Source: https://burnettriverside.com.au/location/ Location & distances # How far is everything from Burnett Riverside Hotel? Every distance in Bundaberg, measured. Below is every distance that matters from Burnett Riverside Hotel — door-to-door, in kilometres and real driving minutes. Whether you’re heading out to Mon Repos for the turtles, the Distillery for a tour, Bargara for a swim or the Hospital for a visit, this is the practical drive-time table the booking sites can’t give you. ## Town Destination km Drive Walk Notes Bundaberg CBD (Bourbong Street) 0.5 1 min 6 min ## Government Destination km Drive Walk Notes Bundaberg Courthouse 0.1 1 min 2 min Adjacent to the hotel at 6 Quay Street. Bundaberg Regional Council 0.4 1 min 5 min ## Transport Destination km Drive Walk Notes Bundaberg railway station 0.8 2 min 10 min Bundaberg Airport (BDB) 5.8 8 min — ## Health Destination km Drive Walk Notes Friendly Society Private Hospital 1.3 3 min 16 min Bundaberg Base Hospital 2.4 5 min — New Bundaberg Hospital site (Thabeban) 5.0 8 min — Under construction on a 60-hectare site off Eggmolesse Street, Thabeban — adjacent to the Bundaberg Ring Road, just west of Kay McDuff Drive (~5 km south of the CBD). ## Leisure & corporate Destination km Drive Walk Notes Hinkler Hall of Aviation 2.8 5 min — Bundaberg Botanic Gardens 2.8 5 min — Adjacent to Hinkler Hall on Mount Perry Road. Bundaberg Rum Distillery 3.0 6 min — Bundaberg Brewed Drinks (The Barrel) 3.7 6 min — Kalki Moon Distillery 5.4 8 min — Production Street, Bundaberg East. Sense-checked against Google Maps. Macadamias Australia visitor experience 8.0 15 min — ## Events Destination km Drive Walk Notes Bundaberg Multiplex Sport & Convention Centre 2.0 5 min — Bundaberg Showgrounds 6.3 13 min — Now at the Bundaberg Recreational Precinct, University Drive, Branyan. ## Education Destination km Drive Walk Notes CQUniversity Bundaberg 5.8 7 min — ## Coast & islands Destination km Drive Walk Notes Bargara Beach 13.3 18 min — Mon Repos Turtle Centre 12.6 14 min — Nightly turtle encounters Nov–Mar; book QPWS in advance. Burnett Heads / Port Marina (Lady Musgrave departures) 18.4 25 min — Bundaberg Port Marina, 15–17 Marina Drive, Burnett Heads. Elliott Heads 20.8 27 min — ## Touring Destination km Drive Walk Notes Gin Gin 48.9 47 min — Childers 53.6 51 min — **Sources & last verified, June 2026.** Distances and driving times measured door-to-door from the hotel via the OpenStreetMap road network (routed with OSRM) with a 15 % adjustment to approximate Google Maps off-peak weekday times; the Macadamias Australia, Bundaberg Showgrounds and Kalki Moon Distillery rows have been sense-checked directly against Google. Walking time shown where the walk is ≤ 20 minutes (5 km/h). [Check availability](https://book-directonline.com/properties/BURNETTRSDIRECT) Stay with us ## Make Burnett Riverside your Bundaberg base. Nine room types, from queen rooms for an overnight to two-bedroom apartments for the whole family. The two Riverview types open onto a balcony over the Burnett. Rooms to consider * [Riverview King](/bundaberg-accommodation/riverview-king/)1 King · sleeps 2 * [Deluxe Queen](/bundaberg-accommodation/deluxe-queen/)1 Queen · sleeps 2 * [Family Studio](/bundaberg-accommodation/family-studio/)1 Queen · 2 Singles · sleeps 4 [Check availability](https://book-directonline.com/properties/BURNETTRSDIRECT?locale=en&items[0][adults]=2&items[0][children]=0&items[0][infants]=0¤cy=AUD&trackPage=no)  7 Quay Street, Bundaberg QLD 4670  [+61 (7) 4155 8777](tel:+61741558777) --- # Why stay with us (hub index) Source: https://burnettriverside.com.au/stay/ Why stay with us # Reasons people travel to Bundaberg — and the riverside base for each. A hub per reason: turtle season at Mon Repos, the Southern Great Barrier Reef, the new Bundaberg Hospital project, riverside weddings, one-site conferences, the food and drink trail, and the Bundaberg events calendar. [ ![Turtle season at Mon Repos](/images/region/turtle-mon-repos.jpg) November–March ## Turtle season at Mon Repos The closest CBD-based hotel to the largest mainland-east-coast turtle rookery — 14 minutes away, with a late-return process that works. Read the hub ](/stay/mon-repos-turtles/)[ ![The Southern Great Barrier Reef, from a riverside bed](/images/region/turtle-mon-repos.jpg) Year-round ## The Southern Great Barrier Reef, from a riverside bed Lady Musgrave day cruises from Port Marina (25 min) and Lady Elliot flights from Bundaberg Airport (8 min) — early-start logistics handled. Read the hub ](/stay/southern-great-barrier-reef/)[ ![Whale season, from a riverside bed](/images/region/lady-musgrave.jpg) May–November ## Whale season, from a riverside bed The humpback migration runs offshore from May to November, peaking July to October — 25 minutes to the Port Marina, and an early start we plan around. Read the hub ](/stay/whale-season-bundaberg/)[ ![The project hotel: new Bundaberg Hospital build](/images/conference-set.png) Project teams ## The project hotel: new Bundaberg Hospital build Full-service project base 8 minutes from the Thabeban site — meeting rooms, kitchenette rotation rooms, direct billing through Travellers Group. Read the hub ](/stay/bundaberg-hospital-project/)[ ![A Bundaberg wedding, on one site](/images/wedding-couple-sunset.jpg) Riverside weddings ## A Bundaberg wedding, on one site Two riverside ceremony settings, three reception rooms up to 120 guests combined, and 43 hotel rooms upstairs — with a personalised promo code for the guest block. Read the hub ](/stay/weddings-in-bundaberg/)[ ![A Bundaberg conference, on one site](/images/conference-set.png) Conferences ## A Bundaberg conference, on one site Three function rooms up to 120 theatre, full AV, in-house catering by H2O, and 43 delegate rooms at a corporate rate — all on the river in central Bundaberg. Read the hub ](/stay/conference-hotel-bundaberg/)[ ![The Bundaberg food and drink trail](/images/hero-cocktail.jpg) Food and drink trail ## The Bundaberg food and drink trail Bundaberg Rum, Bundaberg Brewed Drinks, Kalki Moon Distillery and Macadamias Australia — all within 8 km of the riverside base. Doable as a day; better as two. Read the hub ](/stay/bundaberg-food-and-drink-trail/)[ ![Bundaberg events, the riverside base](/images/hero-cocktail.jpg) Bundaberg events ## Bundaberg events, the riverside base Multicultural World Cup, Oceanfest, Taste Bundaberg, Queensland Rum Day and Milbi Festival — confirmed 2026 dates and held room blocks across each peak. Read the hub ](/stay/bundaberg-events-accommodation/) Stay with us ## Make Burnett Riverside your Bundaberg base. Nine room types, from queen rooms for an overnight to two-bedroom apartments for the whole family. The two Riverview types open onto a balcony over the Burnett. Rooms to consider * [Riverview King](/bundaberg-accommodation/riverview-king/)1 King · sleeps 2 * [Deluxe Queen](/bundaberg-accommodation/deluxe-queen/)1 Queen · sleeps 2 * [Family Studio](/bundaberg-accommodation/family-studio/)1 Queen · 2 Singles · sleeps 4 [Check availability](https://book-directonline.com/properties/BURNETTRSDIRECT?locale=en&items[0][adults]=2&items[0][children]=0&items[0][infants]=0¤cy=AUD&trackPage=no)  7 Quay Street, Bundaberg QLD 4670  [+61 (7) 4155 8777](tel:+61741558777) --- # Turtle season at Mon Repos Source: https://burnettriverside.com.au/stay/mon-repos-turtles/ ![A green sea turtle on the Southern Great Barrier Reef near Mon Repos, Bundaberg](/images/region/turtle-mon-repos.jpg) Why stay with us · Mon Repos turtle season # Turtle season at Mon Repos: the Bundaberg base. From **November to March**, Mon Repos hosts the largest concentration of nesting marine turtles on Australia's east coast, with ranger-guided evening encounters that book out well ahead. Burnett Riverside Hotel is **12.6 km / 14 minutes** away — book your encounter first, then your room; encounters run late, and we make the late return easy. [Check availability for turtle season](https://book-directonline.com/properties/BURNETTRSDIRECT?locale=en&items[0][adults]=2&items[0][children]=0&items[0][infants]=0¤cy=AUD&trackPage=no) ## How Mon Repos encounters actually work Mon Repos Conservation Park is at **Mon Repos Beach**, on the coast just past Bargara — a 12.6 km drive east from Burnett Riverside. Encounters run nightly from **late November to late March**: **nesting** females come ashore from November to late January, and **hatchlings** emerge from late January through March. From **December to February**, both can happen on the same night. The encounter itself is run by Queensland Parks and Wildlife rangers, in small numbered groups. You arrive at the visitor centre at your timeslot, watch the orientation film, then wait until the rangers find a turtle for your group to observe — that's the part you can't predict: the wait can be ten minutes or three hours. They take you out to the beach in groups, and you watch the nesting or hatching at close range under red light (turtles can't see red). It's the strict opposite of a tourist show. Plan the night as a long, calm wait punctuated by an unforgettable hour. Bring warm clothing — the beach gets cold even in summer — and a snack. ## Booking sequence: encounter first, room second The encounter tickets sell out further ahead than the rooms do. **Late December and most of January** (school holidays + peak nesting/hatching overlap) are the windows that book months in advance. **February midweek** usually has the best availability for adult travellers. The honest sequence: 1. Book the encounter through the Queensland Parks and Wildlife Service ticket portal — search "Mon Repos turtle encounter". 2. Pick a confirmed encounter date. 3. Book your room at Burnett Riverside around that date. [Check availability here](https://book-directonline.com/properties/BURNETTRSDIRECT?locale=en&items[0][adults]=2&items[0][children]=0&items[0][infants]=0¤cy=AUD&trackPage=no). Doing it the other way risks the encounter being sold out for your nights, and turning a peak-season stay into a long drive home with no turtle to show for it. ## Drive time and the late return 12.6 km / 14 minutes door-to-door. The full measured table for every destination is on our [Location page](https://burnettriverside.com.au/location/). Encounters typically run between **7 pm and 11 pm**, sometimes later if the wait for a turtle stretches. Our reception is staffed until 9 pm — for anything later than that, the pre-check-in flow + after-hours lockbox to the right of the automatic front door (fob entry) handles the late return. Tell us at booking that you're on the Mon Repos encounter and we'll keep an eye out. ## Make it a weekend: Bargara, the Distillery, H2O An encounter is one evening — the rest of the weekend, you've got Bundaberg. * **Bargara Beach** (13.3 km / 18 min) and **Elliott Heads** (20.8 km / 27 min) — the Coral Coast beaches a few minutes north and south of Mon Repos. * **Bundaberg Rum Distillery** (3.0 km / 6 min) — the daytime Bundaberg essential; tours run through the day, book ahead in school holidays. * **Hinkler Hall of Aviation + Botanic Gardens** (2.8 km / 5 min) — same complex, quiet and well-curated, good with kids. * **H2O Restaurant & Bar** downstairs (Mon–Sat from 4 pm) for the pre-encounter dinner. [Book a table](https://h20-restaurant-bar.resos.com/booking). FAQs ## Turtle season — questions guests phone about. When is turtle season at Mon Repos? Turtle season runs from **late November to late March**. Nesting females come ashore between November and late January; hatchlings emerge from late January through March. The peak ranger-led encounter window is **December through February**, which is also when nights book out furthest in advance. How do I book the turtle encounter? Encounters are booked through the Queensland Parks and Wildlife Service (QPWS) — search "Mon Repos turtle encounter" for the official booking site. Tickets release ahead of the season and the school-holiday nights (late December and most of January) sell out months in advance. Book the encounter **first**, then book your hotel around the confirmed date. How late will the encounter run? Encounters typically run between **7 pm and 11 pm**, depending on when the rangers locate a nesting or hatching event for your group. Plan for a late return. Reception at Burnett Riverside is staffed until 9 pm — if you'll be back after that, complete the pre-check-in link in your booking confirmation and your key will be waiting in the late-arrival lockbox to the right of the automatic front door. How far is Mon Repos from Burnett Riverside Hotel? **12.6 km / 14 minutes' drive** east of the hotel, near Bargara. The full measured table is on our [Location page](https://burnettriverside.com.au/location/#coast-islands). What else should we do that weekend? Pair the encounter with a half-day at **Bargara Beach** (13.3 km / 18 min) or **Elliott Heads** (20.8 km / 27 min). Daytime — the **Bundaberg Rum Distillery** (3 km / 6 min), **Hinkler Hall of Aviation** and the **Botanic Gardens** (2.8 km / 5 min) for an easy CBD-side morning. Dinner before the encounter at **H2O Restaurant & Bar** downstairs — early sittings on encounter nights are popular, so [book a table](https://h20-restaurant-bar.resos.com/booking). More on our full [FAQ page](https://burnettriverside.com.au/faq/) — booking, parking, breakfast, accessibility, working stays. Ready to book? ## Book your room around your encounter date. The hotel goes 12.6 km / 14 minutes from Mon Repos. We'll handle the late return. [Check availability for turtle season](https://book-directonline.com/properties/BURNETTRSDIRECT?locale=en&items[0][adults]=2&items[0][children]=0&items[0][infants]=0¤cy=AUD&trackPage=no) **Sources & last verified.** Mon Repos Conservation Park is the largest mainland-east-coast turtle rookery — [Queensland Parks and Wildlife Service](https://parks.desi.qld.gov.au/parks/mon-repos). Season dates (Nov–Mar nesting + hatching window) are stated by QPWS; remeasure annually. Distance from Burnett Riverside Hotel measured June 2026 — see [Location page](https://burnettriverside.com.au/location/). Page verified 19 June 2026. Stay with us ## Make Burnett Riverside your Bundaberg base. The Family Studio sleeps four with a queen and two singles, and the Two Bedroom Apartment sleeps five across two bedrooms with a pull-out sofa. Both have a kitchenette. Rooms to consider * [Family Studio](/bundaberg-accommodation/family-studio/)1 Queen · 2 Singles · sleeps 4 * [Two Bedroom Apartment](/bundaberg-accommodation/two-bedroom-apartment/)1 King · 2 Singles · Sofa bed · sleeps 5 * [Deluxe Twin](/bundaberg-accommodation/deluxe-twin/)2 Queens · sleeps 4 [Check availability](https://book-directonline.com/properties/BURNETTRSDIRECT?locale=en&items[0][adults]=2&items[0][children]=0&items[0][infants]=0¤cy=AUD&trackPage=no)  7 Quay Street, Bundaberg QLD 4670  [+61 (7) 4155 8777](tel:+61741558777) --- # The Southern Great Barrier Reef Source: https://burnettriverside.com.au/stay/southern-great-barrier-reef/ ![Marine life on the Southern Great Barrier Reef near Bundaberg](/images/region/turtle-mon-repos.jpg) Why stay with us · Southern Great Barrier Reef # The Southern Great Barrier Reef, from a riverside bed. Bundaberg is the gateway to the Southern Great Barrier Reef — Lady Musgrave day cruises depart from **Port Marina, Burnett Heads (18.4 km / 25 min)** and Lady Elliot Island flights leave from **Bundaberg Airport (5.8 km / 8 min)**. Burnett Riverside Hotel puts you minutes from both departure points, with early-start practicality and H2O for the celebratory dinner after. [Check availability for a reef weekend](https://book-directonline.com/properties/BURNETTRSDIRECT?locale=en&items[0][adults]=2&items[0][children]=0&items[0][infants]=0¤cy=AUD&trackPage=no) ## Lady Musgrave: how the day trip works **Lady Musgrave Experience** runs the day cruise out of **Port Marina at Burnett Heads** — 18.4 km / 25 minutes from the hotel. The cruise crosses the lagoon, anchors at a fixed reef pontoon for the day, and gives you snorkelling, glass-bottom-boat tours and a buffet lunch. Departure is typically **around 7:30 am**; return is usually 5–6 pm. Most guests leave the hotel by 6:00 am. Book directly with [Lady Musgrave Experience](https://www.ladymusgraveexperience.com.au/). Peak weekends and school holidays sell out — book the cruise first, then your hotel night around the confirmed date. ## Lady Elliot: the flight option **Lady Elliot Island** is a coral cay at the southernmost tip of the Great Barrier Reef Marine Park, famous for its **resident manta rays** and exceptional snorkelling straight off the beach. Access is by scenic flight on **Seair Pacific** from a handful of regional airports — **Bundaberg Airport (BDB)** is the closest to the hotel at 5.8 km / 8 minutes. Day visits and overnight stays are both available; book through [Lady Elliot Island Eco Resort](https://ladyelliot.com.au/). The light-aircraft flight is part of the experience — flying low over the reef on the way out. Day visits include snorkelling, guided reef walks (at low tide) and lunch on the island. ## Early-start logistics from the hotel Both trips need pre-dawn organisation. The practical sequence: * **The night before** — pack the dry bag (towel, sunscreen, swimsuit, a change of clothes). H2O finishes service around late evening — early dinner if you're starting at 6 am. * **Breakfast** — **River Cruz Cafe next door opens at 5:30 am daily**. If you're in a kitchenette room (Family Studio, Loft Apartment, Two Bedroom Apartment), self-catering the very early start is simplest. * **Drive out** — 25 min to Port Marina or 8 min to the airport. Free secure underground parking at the hotel means your car is right there. * **Late return** — back in town by 5–6 pm typically. H2O reopens at 4 pm; a deck table beats a half-asleep drive home. ## Two-day reef weekend An ambitious but realistic plan from a midweek arrival: **Day 1 (Saturday)** — Lady Musgrave Experience day cruise from Port Marina. Dinner at H2O on the deck. Riverview Queen or Two Bedroom Apartment for the river-view recovery. **Day 2 (Sunday)** — Slow-start breakfast at River Cruz. Drive to Mon Repos / Bargara for the morning, lunch at Bargara, swim. Optional: Bundaberg Rum Distillery tour on the way home. Dinner at **Old Bundy Tavern** (best pub food in town) or **White China** (semi-fine Chinese). For November–March stays, add a Mon Repos turtle encounter on one of the nights — see [our turtle-season hub](https://burnettriverside.com.au/stay/mon-repos-turtles/). FAQs ## The reef — questions guests phone about. Where do reef trips actually leave from? **Lady Musgrave Experience** day cruises depart from **Port Marina, Burnett Heads** — 18.4 km / 25 minutes from the hotel. **Lady Elliot Island** flights (operated by Seair Pacific) depart from **Bundaberg Airport (BDB)** — 5.8 km / 8 minutes from the hotel. How early do I need to leave the hotel? Both trips run early. Plan to leave the hotel by **around 6:00 am** for the Port Marina departure (which usually leaves around 7:30 am — confirm with the operator). For Bundaberg Airport, allow time for the short drive plus check-in for the light aircraft flight. **River Cruz Cafe next door opens at 5:30 am daily** for breakfast. Which trip suits kids? Both are family-suitable. The **Lady Musgrave Experience** day cruise is the lower-cost option and has more "on-boat" time — typically a quieter day for younger children. **Lady Elliot Island** involves the scenic flight and a snorkelling-focused day on the cay — bigger experience, bigger logistics. Confirm minimum-age rules directly with the operator before booking. What if the weather cancels the trip? Both operators have wind / weather thresholds and will reschedule or refund if conditions don't allow the trip. The honest fall-back is a Bargara Beach day, a Distillery tour, or a Mon Repos encounter that night. Tell us if your reef day is rescheduled — we'll see whether we can extend your stay. Can the hotel hold our luggage on departure day? Yes — reception holds luggage at no charge before check-in and after check-out. For the early Lady Musgrave departure on your check-out day, leave your bags with us before you leave for the port; collect them on the way back to town or on to the airport. More on our full [FAQ page](https://burnettriverside.com.au/faq/) — booking, parking, breakfast, working stays. Ready to book? ## Book your reef weekend. Minutes from both departure points. Late return easy. [Check availability for a reef weekend](https://book-directonline.com/properties/BURNETTRSDIRECT?locale=en&items[0][adults]=2&items[0][children]=0&items[0][infants]=0¤cy=AUD&trackPage=no) **Sources & last verified.** Lady Musgrave departure point and day-cruise format — [Lady Musgrave Experience](https://www.ladymusgraveexperience.com.au/) (verified 19 June 2026). Lady Elliot flight operator and departure airports — [Lady Elliot Island Eco Resort](https://ladyelliot.com.au/) (Seair Pacific operates flights from Bundaberg, Hervey Bay, Brisbane and Coolangatta; verified 19 June 2026). Distances from Burnett Riverside Hotel measured June 2026 — see the [Location page](https://burnettriverside.com.au/location/). Confirm departure times, prices and availability directly with the operator before booking. Stay with us ## Make Burnett Riverside your Bundaberg base. Nine room types, from queen rooms for an overnight to two-bedroom apartments for the whole family. The two Riverview types open onto a balcony over the Burnett. Rooms to consider * [Riverview King](/bundaberg-accommodation/riverview-king/)1 King · sleeps 2 * [Deluxe Queen](/bundaberg-accommodation/deluxe-queen/)1 Queen · sleeps 2 * [Family Studio](/bundaberg-accommodation/family-studio/)1 Queen · 2 Singles · sleeps 4 [Check availability](https://book-directonline.com/properties/BURNETTRSDIRECT?locale=en&items[0][adults]=2&items[0][children]=0&items[0][infants]=0¤cy=AUD&trackPage=no)  7 Quay Street, Bundaberg QLD 4670  [+61 (7) 4155 8777](tel:+61741558777) --- # New Bundaberg Hospital project Source: https://burnettriverside.com.au/stay/bundaberg-hospital-project/ ![Conference set-up at Burnett Riverside Hotel for project teams](/images/conference-set.png) Why stay with us · New Bundaberg Hospital project # The project hotel: new Bundaberg Hospital build. The new Bundaberg Hospital is one of regional Queensland's largest health infrastructure projects, currently under construction at **Thabeban** — bringing construction management, engineering, clinical commissioning and corporate teams to town. Burnett Riverside Hotel is the project-grade base: full-service rooms, three on-site meeting rooms for project sessions, H2O for working dinners, and direct billing through Travellers Group corporate accounts. The site is **5.0 km / 8 minutes** south of the hotel. [Check availability for project stays](https://book-directonline.com/properties/BURNETTRSDIRECT?locale=en&items[0][adults]=2&items[0][children]=0&items[0][infants]=0¤cy=AUD&trackPage=no) ## The project The new Bundaberg Hospital is being built on a **60-hectare flood-free site** off Eggmolesse Street in **Thabeban**, on state-owned land adjacent to the **Bundaberg Ring Road**, just west of Kay McDuff Drive — approximately **5 km south of the Bundaberg CBD**. The build draws a large rotating workforce to Bundaberg: principal contractor teams, sub-contractor crews, project-management and engineering consultants, IT and clinical commissioning specialists, and Queensland Health staff. Many are on **4–12-week rotations** with one or two trips home; some are on multi-month engagements. The accommodation requirement is consistent — a quiet room, fast WiFi, a real desk, secure parking for a hire car or work ute, and an invoice that goes straight to the company. For current project status, build phase and tender opportunities, see **Queensland Health**'s official communications. ## Why a full-service hotel beats serviced apartments for project teams Honestly: serviced apartments win on per-night cost when a single person stays 28+ nights. They lose almost everywhere else. * **Meeting rooms on site.** Three function rooms downstairs. You don't have to book a co-working desk in town when the project meeting overruns and the office has gone home. * **Dining downstairs.** H2O Restaurant & Bar Mon–Sat from 4 pm. After a 12-hour day in Thabeban, walking 10 metres for dinner is the difference between eating well and not eating. * **Secure parking, no street.** Underground, 2.2 m clearance, fob access. Work utes, hire cars, the lot. The serviced-apartment block usually means street parking and a five-minute walk. * **Same point of contact.** Reception, housekeeping, laundry, invoicing — one front desk. No managing agent, no key-codes for half a dozen sub-let units. The trade-off: a serviced apartment is cheaper if the team is on a 4-week rotation and wants self-catering only. We accept the loss on those briefs — and the team usually moves to us for the meetings anyway. ## Meeting rooms for site teams Three ground-floor function rooms: * **The Burnett Room** — 136 m². Up to **70 theatre** / 60 banquet. Suits project all-hands, contractor inductions, full-day workshops, training programmes. * **The Quay Room** — 48 m². Up to **25 theatre** / 20 banquet. Suits weekly project meetings, design reviews, commissioning sessions. * **The Vue Room** — 48 m². Up to **25 theatre** / 20 banquet. Same scale as the Quay Room; second concurrent room for break-outs. Catering by H2O — coffee, working lunch, end-of-day deck drinks. Same-site accommodation upstairs for delegates who need to fly in. ## Long-stay rooms & rotation handling **Kitchenette rooms** — the Family Studio, the Loft Apartment, and the Two Bedroom Apartment — each include a cooktop, microwave, full-size fridge, toaster, kettle, cookware and crockery. These are the rooms we put project staff in for stays beyond a week. For **rotation patterns** (e.g. 4 weeks on / 1 off, 2 on / 2 off), tell us the schedule and we'll hold the same room for return visits — same bed, same coffee machine, same view. Long-stay rates apply from 7 nights; 30+ night rates from a month. Guest laundry on site ($4 a load, gold coins, basement) and a dry-cleaning service. Daily housekeeping with the option to skip during long stays. ## Direct billing & procurement **Travellers Group corporate accounts** cover all five Travellers properties — Bundaberg, Rockhampton, Emerald, Dubbo, Orange. One account, one invoice schedule, negotiated rates, recorded preferences. For an agency rotating staff across multiple Queensland regional centres, that's a single procurement relationship instead of five. **Invoice setup.** Cost codes, PO references, ABN, GST separation — all standard. Tell us what your finance system needs and we'll set the invoice template accordingly. **PTSS-compliant invoicing** available for patient travel subsidy claims. Email [bookings@burnettriverside.com.au](mailto:bookings@burnettriverside.com.au) with your company name, ABN, expected stay volume and contact for invoicing. Setup is usually within a few business days. FAQs ## Project stays — questions site teams ask. Do you offer project long-stay rates? Yes. Weekly and long-stay rates are available, with the cancellation policy adjusted accordingly — a **2-night cancellation fee** for 7–30 night stays inside 48 hours, and a 7-night fee for 30+ night stays. Long-stay project teams usually run through a **Travellers Group corporate account** with direct billing across all five properties (Bundaberg, Rockhampton, Emerald, Dubbo, Orange). Email us with team size, rotation pattern and expected duration and we'll set the account up. Can we run weekly site meetings at the hotel? Yes — three on-site meeting rooms: **The Burnett Room** (136 m², up to 70 theatre / 60 banquet), **The Quay Room** (48 m², up to 25 theatre / 20 banquet) and **The Vue Room** (48 m², up to 25 theatre / 20 banquet). Suitable for project meetings, weekly reviews, contractor toolbox briefings or training sessions. Catering by H2O downstairs. How far is the new hospital site from the hotel? **5.0 km / 8 minutes' drive**. The site is in **Thabeban**, on a 60-hectare parcel off **Eggmolesse Street**, adjacent to the Bundaberg Ring Road and just west of Kay McDuff Drive — about 5 km south of the Bundaberg CBD. Can you invoice to specific cost codes? Yes — invoices can carry your cost code, PO reference and any other allocation field you need. PTSS-compliant invoicing is also available for patient travel subsidy claims. Tell us at booking exactly what fields the invoice needs to show. Is there secure parking? Yes — free, on-site, undercover. **Secure underground parking with 2.2 m clearance**, fob access from the ramp before the lobby. Vehicles that don't fit (utes with racks, vans over 2.2 m) use the service road outside the hotel or the River Cruz Cafe car park next door. Don't leave valuables in vehicles parked outside the building. More on our full [FAQ page](https://burnettriverside.com.au/faq/) — including the Working stays section. Set up a corporate account ## One account for the project. Direct billing. Email [bookings@burnettriverside.com.au](mailto:bookings@burnettriverside.com.au) with your project name, expected volume and contact for invoicing. [Check availability for project stays](https://book-directonline.com/properties/BURNETTRSDIRECT?locale=en&items[0][adults]=2&items[0][children]=0&items[0][infants]=0¤cy=AUD&trackPage=no) **Sources & last verified.** Hospital site location (Thabeban, 60-hectare site off Eggmolesse Street, adjacent to Bundaberg Ring Road, west of Kay McDuff Drive) — confirmed by Burnett Riverside Hotel reception 19 June 2026; site selection per Queensland Health announcements. For project phase, opening date and procurement updates, refer to **Queensland Health**'s communications directly. Distance from Burnett Riverside Hotel to site measured June 2026 — see the [Location page](https://burnettriverside.com.au/location/). Function-room capacities confirmed by hotel ops, 19 June 2026. Stay with us ## Make Burnett Riverside your Bundaberg base. Every room has a generous writing desk and fast complimentary Wi-Fi. The Deluxe Twin gives colleagues their own bed without sharing a room. Rooms to consider * [Deluxe King](/bundaberg-accommodation/deluxe-king/)1 King · sleeps 2 * [Riverview King](/bundaberg-accommodation/riverview-king/)1 King · sleeps 2 * [Deluxe Twin](/bundaberg-accommodation/deluxe-twin/)2 Queens · sleeps 4 [Check availability](https://book-directonline.com/properties/BURNETTRSDIRECT?locale=en&items[0][adults]=2&items[0][children]=0&items[0][infants]=0¤cy=AUD&trackPage=no)  7 Quay Street, Bundaberg QLD 4670  [+61 (7) 4155 8777](tel:+61741558777) --- # Weddings in Bundaberg (hub) Source: https://burnettriverside.com.au/stay/weddings-in-bundaberg/ ![Riverside wedding ceremony at Burnett Riverside Hotel](/images/wedding-couple-sunset.jpg) Why stay with us · Weddings in Bundaberg # A Bundaberg wedding, on one site. For a Bundaberg wedding, the question that decides everything else is whether the ceremony, reception and guest block sit on one site or three. At Burnett Riverside Hotel they sit on one. Two ceremony settings on the river, three reception rooms taking up to **120 guests combined**, and **43 hotel rooms upstairs** with a personalised promo code so guests book direct at a negotiated rate. One dedicated planner from first enquiry to send-off. [Enquire about your wedding](/weddings/#enquire) ## Why one-site matters for a Bundaberg wedding Bundaberg has lovely individual rooms, lovely individual venues and lovely individual reception options. What it doesn't have a lot of is one-site solutions — ceremony + reception + 40-plus guest rooms + dining team + dedicated planner under one roof. * **Guests don't move.** Ceremony on the balcony, canapés on the deck, dinner and dancing in the Burnett Room, lift upstairs to bed. No taxis, no late-night driving, no scattered Airbnbs. * **Bridal party stays put.** Hair and makeup in a river-view suite the morning of; ceremony six floors below; breathing room in the same suite at the end of the night. No rushed transitions, no missing-shoe drama. * **One contact.** One planner manages venue + catering + accommodation + AV. Family from interstate book direct using your code; you don't field a rooming list at 11pm. * **One invoice.** Venue hire, catering, beverages, accommodation block, function-room AV — one final balance from one supplier. Honeymoon admin is plenty without four reconciliations. ## Ceremony, reception, rooms **Ceremony.** Two settings on site, both against the Burnett — the **private riverside balcony** (intimate, framed, the river behind the celebrant) and **H2O Restaurant's tiered decks** (larger congregations, the river behind your guests). Wet-weather contingency built into the planning — not a separate booking. **Reception.** Three rooms on the ground floor: * **The Burnett Room** — 136 m², up to **60 seated banquet** (the room most full-scale Bundaberg weddings book). Elegant banquets, dance floor, the Burnett through the windows. * **The Quay Room** — 48 m², up to **20 seated banquet**. Intimate; ceremonies + pre-dinner drinks for larger weddings. * **The Vue Room** — 48 m², up to **20 seated banquet**. Same scale as Quay; combines for 96 m² with a generous dance floor. * **Combined** — all three rooms, up to **120 banquet** or 120 cocktail. **Rooms.** 43 across nine types — Riverview Queen and Riverview King for the bridal party (private balconies), Family Studio and Two Bedroom Apartment for guests travelling with children, Deluxe Queen and Deluxe King for everyone else. Personalised promo code, negotiated group rate, two-night minimum on peak Saturdays. ## Dining: three package styles Every wedding gets a menu built by the H2O kitchen using seasonal, locally-sourced produce. Three package styles: * **Alternate drop** — 2 or 3 courses; alternating dishes with two shared sides. Elegant seated dining. * **Premium BBQ** — buffet service; premium meats, fish and seasonal salads. Generous, relaxed, well suited to longer summer evenings. * **Cocktail** — hot and cold canapés plus more substantial fork dishes. Stand-up celebration; mingling rather than seating plans. Beverage packages, dietary handling and individual menu tailoring discussed at the planning stage. Final menu locked at the run-sheet meeting, usually four weeks before the day. ## What's included — and what isn't **Included** in the venue + catering booking: exclusive use of the function rooms (with private balcony access); dedicated wedding planner; professional wait staff; tables, chairs, white linen and napkins; in-house PA with roving microphone and AUX connectivity for speeches and ceremony music; mirror-tile and candle table centrepieces; on-site parking; wet-weather contingency. **Not included** (you bring or we recommend): celebrant, photographer, florist beyond the included centrepieces, cake, DJ or live band, specific signage or stationery, transport for guests staying off-site. Our planner keeps a current supplier list and is happy to share recommendations. FAQs ## Wedding accommodation — the answers. Can we hold the ceremony and reception in one place? Yes. Two ceremony settings on site — the **private riverside balcony** and **H2O Restaurant's tiered decks**. Reception in one of the three function rooms, or take exclusive use of the whole combined floor for up to **120 guests**. Guests move from ceremony to canapés to dinner without leaving the building, and overnight guests just walk to the lift. What are the room capacities? Three function rooms, all on the ground floor: **Burnett Room** — 136 m², up to 60 seated banquet (the room used for most full-scale weddings). **Quay Room** — 48 m², up to 20 seated banquet, intimate ceremonies and pre-dinner drinks. **Vue Room** — 48 m², up to 20 seated banquet, second concurrent room when you need a break-out. Combined, the three rooms run up to **120 banquet** or 120 cocktail. How does the guest accommodation block work? **43 rooms on site**. Every couple gets a **personalised promo code** and a held block of rooms at a negotiated rate; guests book direct using the code, you don't manage the rooming list. River-view rooms for the bridal party (pre-ceremony hair/makeup, post-ceremony breathing room) and family rooms for guests travelling with children. **Two-night minimum** applies on peak Saturday weekends — tell us your date at first enquiry and we'll confirm. What’s included in the package? Exclusive use of the function rooms with private balcony access; dedicated wedding planner from first enquiry to send-off; professional wait staff; tables, chairs and white linen (flat or pocket-fold napkins); in-house PA system with roving microphone and AUX connectivity for speeches and ceremony music; mirror-tile and candle centrepieces for every table. Three dining package styles: **alternate drop** (2 or 3 courses), **premium BBQ buffet**, or **cocktail** (canapés + fork dishes). Full details and current pricing on the [Weddings page](/weddings/). How do we book? Send through the enquiry form on the [Weddings page](/weddings/#enquire) or call [+61 (7) 4155 8777](tel:+61741558777) — ask for the events team. We reply within 24 hours with a tailored proposal, floor plans and sample menus, and arrange a venue tour. Once the date is confirmed we lock the room block, the promo code, and the dedicated planner. Full packages, ceremony imagery and the enquiry form on the [Weddings page](/weddings/). Tell us about your day ## Riverside ceremony, one-site reception. Email [events@burnettriverside.com.au](mailto:events@burnettriverside.com.au) or use the form on the Weddings page. We reply within 24 hours with a proposal, floor plans and sample menus. [Enquire](/weddings/#enquire) [Check guest-block availability](https://book-directonline.com/properties/BURNETTRSDIRECT?locale=en&items[0][adults]=2&items[0][children]=0&items[0][infants]=0¤cy=AUD&trackPage=no) **Sources & last verified.** Function-room capacities (Burnett 136 m² up to 60 banquet; Quay and Vue 48 m² up to 20 banquet each; combined up to 120 banquet) and 43-room inventory confirmed by Burnett Riverside Hotel ops, 19 June 2026. Package inclusions, ceremony settings and dining styles per the canonical [Weddings page](https://burnettriverside.com.au/weddings/). Peak-Saturday two-night minimum and personalised promo-code workflow per ops handover. Last reviewed: June 2026. Stay with us ## Make Burnett Riverside your Bundaberg base. The Riverview King and Riverview Queen both open onto a private balcony over the Burnett — the two room types with a genuine river outlook. Rooms to consider * [Riverview King](/bundaberg-accommodation/riverview-king/)1 King · sleeps 2 * [Riverview Queen](/bundaberg-accommodation/riverview-queen/)1 Queen · sleeps 2 * [Loft Apartment](/bundaberg-accommodation/loft-suite/)1 King · Sofa bed · sleeps 3 [Check availability](https://book-directonline.com/properties/BURNETTRSDIRECT?locale=en&items[0][adults]=2&items[0][children]=0&items[0][infants]=0¤cy=AUD&trackPage=no)  7 Quay Street, Bundaberg QLD 4670  [+61 (7) 4155 8777](tel:+61741558777) --- # Conference hotel in Bundaberg (hub) Source: https://burnettriverside.com.au/stay/conference-hotel-bundaberg/ ![Theatre-style conference set-up in the Burnett Room at Burnett Riverside Hotel](/images/conference-set.png) Why stay with us · Conferences # A Bundaberg conference, on one site. For a Bundaberg conference, the brief usually comes back to whether the venue, the delegates and the dinner all sit on one site. At Burnett Riverside Hotel they do. Three function rooms taking up to **120 theatre** combined, **43 hotel rooms upstairs** at a negotiated corporate rate, full AV and in-house catering by H2O. Day delegate packages cover room hire, AV, morning tea, lunch and afternoon tea in one rate. [Enquire about your conference](/functions/#enquire) ## One-site conferences in Bundaberg For most regional Queensland conference briefs, the choice comes down to splitting venue from accommodation, or running everything on one site. The split brief works when the venue's near the airport and the accommodation is near the venue. In Bundaberg it usually means two CBD locations a 10-minute drive apart, two contracts, and a logistics shuffle morning and evening. The one-site brief works when the venue, the rooms and the dining team are upstairs of each other. At Burnett Riverside that's literally the layout: **function rooms on the ground floor**, **H2O Restaurant & Bar between them**, **43 hotel rooms above**. Delegates can walk from the closing keynote into the foyer drinks into the lift home in under three minutes. The one-site case sharpens further on: * **Multi-day residential conferences** — same room each night; same breakfast; same coffee machine. * **Mixed in-person + interstate fly-ins** — Bundaberg Airport 9.5 km away; same-site means no second taxi after the flight. * **Concurrent breakouts** — the Burnett Room for plenary, Quay and Vue for two parallel streams, all on the same floor. * **Late-running agendas** — if Day 1 runs over, delegates aren't driving 15 minutes back to a different hotel. ## Three rooms, every configuration The full capacities matrix lives on the [Functions page](/functions/); the headline: * **The Burnett Room** — 136 m². Up to **70 theatre**, 60 banquet, 48 classroom, 60 cocktail. The plenary room for full-scale conferences. * **The Quay Room** — 48 m². Up to **25 theatre**, 20 banquet, 18 classroom, 30 cocktail. Breakout or smaller meeting; configured without permanent AV for the lower price point. * **The Vue Room** — 48 m². Same capacities as Quay; permanent AV installed. Second concurrent breakout, or the streamed-keynote room. * **Combined** — up to **120 theatre**, 120 banquet, 84 classroom, 120 cocktail. The full-floor option for a single large session. Cabaret, long-table and U-shape setups also available; long-tables work well for executive retreats and board sessions. ## Day delegate packages and AV **Day delegate packages** bundle room hire, AV, morning tea, lunch and afternoon tea into a per-delegate rate, with a half-day option for shorter agendas. The full PDF (rates + inclusions) downloads from the [Functions page](/functions/). **AV included as standard** in the Burnett and Vue Rooms: projector, screen, wireless microphone, lectern and complimentary high-speed WiFi. Quay Room is configured without permanent projection (the cost-savings room) — we'll fit AV on request. Additional kit — extra microphones, live-stream rigs, video conferencing, stage lighting — spec'd against your run sheet at the planning stage. **Catering** by the H2O kitchen on the ground floor: working lunches, hot lunches, plated dinners, canapé receptions, breakfast packages for residential conferences. Dietary handling and allergens managed upfront. ## Delegate accommodation, direct-billed **43 hotel rooms** across nine room types — corporate-standard Deluxe Queen and Deluxe King; Riverview rooms for executive delegates; Family Studio, Loft Apartment and Two Bedroom Apartment for long-stay or accompanied delegates needing a kitchenette. **Block holds** at a negotiated corporate rate. Delegates book direct against your company code; we manage the rooming list at the property end. Block size confirmed at contract signing; additional capacity held against registration if requested. **Direct billing** via the Travellers Group corporate account — one invoice covers venue hire, catering, AV, accommodation and any incidentals. Cost codes, PO references and PTSS-compliant invoicing all standard. The same account covers stays at the other four Travellers properties (Rockhampton, Emerald, Dubbo, Orange) if your delegates are touring multiple regional centres. FAQs ## Conference logistics — the answers. Can the whole conference run on site? Yes. **Three function rooms** on the ground floor — the Burnett Room takes up to **70 theatre** or 60 banquet, plus two smaller rooms (Quay and Vue, 25 theatre each) for break-outs and concurrent sessions. **43 hotel rooms** upstairs for delegates flying in. H2O Restaurant & Bar handles lunches, working dinners and the closing-night reception. Same building, same point of contact. What are the capacities for each room and setup? Full matrix — **Burnett Room** (136 m²): 70 theatre · 60 banquet · 48 classroom · 60 cocktail. **Quay Room** (48 m²): 25 theatre · 20 banquet · 18 classroom · 30 cocktail. **Vue Room** (48 m²): same as Quay. **Combined all three**: 120 theatre · 120 banquet · 84 classroom · 120 cocktail. Cabaret, long-table and U-shape configurations also available — see the full matrix on the [Functions page](/functions/). What's the day delegate package? Full-day and half-day rates covering room hire, AV, morning tea, lunch and afternoon tea. **Download the day delegate packages PDF** from the [Functions page](/functions/) for current rates and inclusions, or call the events team on [+61 (7) 4155 8777](tel:+61741558777) for a tailored quote against your delegate numbers. What AV is included? **Projector, screen, wireless microphone, lectern** and **complimentary high-speed WiFi** in every event space. Additional AV (extra microphones, live-stream rigs, stage lighting, video conferencing) can be added — specify in the enquiry and the events team will spec it against the run sheet. The **Quay Room is configured without permanent AV** as the lower-cost meeting space; if you need projection in the Quay Room, ask and we'll fit it. How does the delegate accommodation block work? Held room blocks at a **negotiated corporate rate**, with delegates booking direct against your company code. We confirm the block size at contract signing and can hold additional capacity if registration runs hot. Long-stay rates available for residential conferences over 7 nights. Direct billing via the **Travellers Group corporate account** on request — tell us at booking what your finance system needs to see on the invoice. Capacity matrix, package PDFs and the enquiry form on the [Functions page](/functions/); standalone meeting-room pricing on [Meeting Rooms Bundaberg](/meeting-rooms-bundaberg/). Plan the conference ## One contract, one site. Email [events@burnettriverside.com.au](mailto:events@burnettriverside.com.au) with delegate numbers, dates and the AV brief. We reply within 24 hours with a proposal, floor plans and sample menus. [Enquire](/functions/#enquire) [Check delegate-block availability](https://book-directonline.com/properties/BURNETTRSDIRECT?locale=en&items[0][adults]=2&items[0][children]=0&items[0][infants]=0¤cy=AUD&trackPage=no) **Sources & last verified.** Function-room capacities and per-setup matrix confirmed by Burnett Riverside Hotel ops, 19 June 2026 (Burnett Room 136 m² / 70 theatre / 60 banquet; Quay and Vue 48 m² / 25 theatre / 20 banquet each). 43-room inventory confirmed by Garry Beadel, GM, June 2026. AV and day-delegate package inclusions per the canonical [Functions page](https://burnettriverside.com.au/functions/) and downloadable package PDFs (linked from Functions). Bundaberg Airport distance (9.5 km / 9 min) per the measured [Location page](https://burnettriverside.com.au/location/). Travellers Group five-property direct-billing relationship per ops handover. Last reviewed: June 2026. Stay with us ## Make Burnett Riverside your Bundaberg base. Every room has a generous writing desk and fast complimentary Wi-Fi. The Deluxe Twin gives colleagues their own bed without sharing a room. Rooms to consider * [Deluxe King](/bundaberg-accommodation/deluxe-king/)1 King · sleeps 2 * [Riverview King](/bundaberg-accommodation/riverview-king/)1 King · sleeps 2 * [Deluxe Twin](/bundaberg-accommodation/deluxe-twin/)2 Queens · sleeps 4 [Check availability](https://book-directonline.com/properties/BURNETTRSDIRECT?locale=en&items[0][adults]=2&items[0][children]=0&items[0][infants]=0¤cy=AUD&trackPage=no)  7 Quay Street, Bundaberg QLD 4670  [+61 (7) 4155 8777](tel:+61741558777) --- # Bundaberg food and drink trail (hub) Source: https://burnettriverside.com.au/stay/bundaberg-food-and-drink-trail/ ![Bundaberg Rum cocktail at H2O Restaurant & Bar, Burnett Riverside Hotel](/images/hero-cocktail.jpg) Why stay with us · Food and drink trail # The Bundaberg food and drink trail. Bundaberg makes the famous rum, the unmistakable ginger beer, and a third of Australia's macadamia crop. Four producers run open visitor experiences — **Bundaberg Rum Distillery**, **Bundaberg Brewed Drinks**, **Kalki Moon Distillery** and **Macadamias Australia**. Burnett Riverside Hotel sits in the middle of the trail: the three town stops are within 5.5 km / 8 minutes' drive; Macadamias Australia is 8 km / 15 minutes east. Doable as a comfortable day; better as two. [Check availability for the trail](https://book-directonline.com/properties/BURNETTRSDIRECT?locale=en&items[0][adults]=2&items[0][children]=0&items[0][infants]=0¤cy=AUD&trackPage=no) ## The four stops **Bundaberg Rum Distillery — 3.0 km / 6 min.** The Bundy brand. The _Distillery Experience_ tour walks you through the 1888 site, the bond store, the molasses tanks and a guided tasting of the rum range. Allow 90 minutes; book in advance, especially on weekends. Tasting rules out drive-yourself; rideshare both ways. **Bundaberg Brewed Drinks ("The Barrel") — 3.7 km / 6 min.** The visitor centre for the world-famous Bundaberg Ginger Beer (and the rest of the family — Lemon Lime & Bitters, Sarsaparilla, Pink Grapefruit, the alcoholic line). Interactive exhibits, brewery viewing, tasting bar. Self-drive works here. **Kalki Moon Distillery — 5.4 km / 8 min.** Boutique distillery doing small-batch rum, gin, and a stand-out craft tonic. The contrast to the big Distillery Experience makes Kalki Moon a strong second stop — same-day if you're a serious enthusiast, second-day if you're pacing yourself. _Complimentary distillery tours_ on Queensland Rum Day (25 October). **Macadamias Australia visitor experience — 8.0 km / 15 min.** The producer-led showcase of the macadamia industry — orchard tour, sensory experiences, an on-site café doing macadamia-led brunches and lunches, and a retail store with the broadest macadamia range you'll find anywhere. Worth a half-day on its own with the orchard tour booked in advance. ## How to do it in one or two days **One day (compressed but doable):** 1. **09:30** — Bundaberg Rum Distillery Experience tour (book the first morning slot). 2. **11:30** — rideshare back to the hotel. 3. **12:30** — lunch at H2O (open from 4 pm for dinner but lunch can be arranged on request for groups; otherwise take a short walk to Casa Menta or Water Street Kitchen). 4. **14:00** — Bundaberg Brewed Drinks visitor centre. 5. **15:30** — Macadamias Australia (café + store; orchard tour if pre-booked). 6. **17:30** — back at the hotel; deck drinks at H2O; dinner from 6 pm. **Two days (the better option):** * **Day 1.** Bundaberg Rum Distillery morning · lunch in town · Kalki Moon Distillery afternoon · dinner at H2O. * **Day 2.** Bundaberg Brewed Drinks morning · Macadamias Australia (café + orchard tour) midday · Bargara Beach late afternoon · dinner at H2O. ## Why the riverside base works * **Central to three of the four stops.** Rum, Brewed Drinks and Kalki Moon all within 6 minutes' drive. You're never more than a short rideshare from a tasting flight back to your bed. * **H2O Restaurant & Bar downstairs.** Open Mon–Sat from 4 pm; the kitchen sources from the same Bundaberg producers (regional beef, Bundy seafood, local seasonal veg) you're meeting on the trail. Bundy-Rum-led cocktail menu at the bar. * **Free secure underground parking.** 2.2 m clearance — keep the car off the street between stops. * **Kitchenette rooms** available (Family Studio, Loft Apartment, Two Bedroom Apartment) if you want to bring local produce, macadamia oils, or a bottle of the boutique gin back to the room. ## Time it for Queensland Rum Day **Queensland Rum Day — Saturday 25 October.** Bundaberg Rum Distillery offers a **free Bundaberg Alcoholic Ginger Beer shirt** to every adult guest on a Distillery Experience tour that day; Kalki Moon Distillery runs **complimentary distillery tours**. The day is the natural anchor for a rum-themed weekend — combine with the Brewed Drinks visit and a Saturday-night dinner at H2O. Book the rum tour and the hotel together early; rooms tighten as the date approaches. Other dates worth pegging the trip to: **Taste Bundaberg Festival** (4–13 September 2026, region-wide producer events) and the **Milbi Festival** (late October / early November, First Nations culture aligned with the Mon Repos turtle nesting). Full events listing on the [Events accommodation hub](/stay/bundaberg-events-accommodation/). FAQs ## Bundaberg food and drink — the answers. Can I walk the food and drink trail from the hotel? Three of the four stops are **within 5.5 km / 8 minutes' drive** from Burnett Riverside Hotel — the Bundaberg Rum Distillery (3.0 km), Bundaberg Brewed Drinks "The Barrel" (3.7 km) and Kalki Moon Distillery (5.4 km). Macadamias Australia is a little further out at **8 km / 15 minutes**. Most guests rideshare or self-drive between stops; the distillery tour serves spirits, so designate a driver or use Uber / Ola for the rum leg. How long does the trail take? Two comfortable options. **One full day**: Bundaberg Rum Distillery Experience tour in the morning (allow 90 minutes), lunch at H2O on the way back, Bundaberg Brewed Drinks visitor centre in the afternoon. **Two-day version**: rum + Kalki Moon on day one (both tasting-led; back to the hotel for dinner), Brewed Drinks + Macadamias Australia on day two. Adding a beach morning at Bargara (15 min east) is a natural extension on the longer version. When is Queensland Rum Day? **Saturday 25 October** each year. In 2026 the Bundaberg Rum Distillery is offering a **free Bundaberg Alcoholic Ginger Beer shirt** to every adult guest on a Distillery Experience tour that day; Kalki Moon Distillery is running **complimentary distillery tours**. Book direct with each distillery in advance — the day fills out quickly. We hold a small block of Riverview rooms each Rum Day; mention it when you book. Is there a kitchenette if we want to take home the local produce? Yes — three room types include a kitchenette with cooktop, microwave, fridge, toaster, kettle, cookware and crockery: **Family Studio**, **Loft Apartment**, and **Two Bedroom Apartment**. Handy if you're picking up macadamia products at the Macadamias Australia store, smallgoods at the Macadamias café, or local produce from the Bundaberg Sunday Market for cheese boards in-room. Where should I eat between stops? In the hotel, **H2O Restaurant & Bar** serves dinner from 4 pm Monday to Saturday and is the natural anchor between stops — the kitchen leans on the same regional producers (Bundaberg seafood, regional beef, local seasonal veg) you're meeting on the trail. Around town, **Casa Menta**, **Water Street Kitchen** and **Old Bundy Tavern** all sit within walking distance of the hotel. The macadamia café on site at Macadamias Australia is a strong lunch stop if you're already out there. Distances and walking times for every producer on the [Location & Distances page](/location/). Book the trail ## One base. Four producers. A weekend. Riverview Queen and Riverview King rooms book out first on Queensland Rum Day and Taste Bundaberg weekends. Lock the dates in early. [Check availability](https://book-directonline.com/properties/BURNETTRSDIRECT?locale=en&items[0][adults]=2&items[0][children]=0&items[0][infants]=0¤cy=AUD&trackPage=no) [Book a table at H2O](https://h20-restaurant-bar.resos.com/booking) **Sources & last verified.** Distances to Bundaberg Rum Distillery (3.0 km / 6 min), Bundaberg Brewed Drinks "The Barrel" (3.7 km / 6 min) and Macadamias Australia visitor experience (8.0 km / 15 min) per the measured [Location page](https://burnettriverside.com.au/location/) (June 2026; OSM-routed, Google sense-checked). Kalki Moon Distillery distance not yet machine-measured; framed as "across town" pending a Session 7 follow-up measurement. Queensland Rum Day shirt / Kalki Moon complimentary-tour offer confirmed by Jess (Travellers Group Marketing) for 25 October 2026; confirm specifics with each distillery direct before travelling. Tour duration, sessions and prices change — book direct with each operator (Bundaberg Rum Distillery, Bundaberg Brewed Drinks, Kalki Moon Distillery, Macadamias Australia) to lock in your slot. Last reviewed: June 2026. Stay with us ## Make Burnett Riverside your Bundaberg base. Nine room types, from queen rooms for an overnight to two-bedroom apartments for the whole family. The two Riverview types open onto a balcony over the Burnett. Rooms to consider * [Riverview King](/bundaberg-accommodation/riverview-king/)1 King · sleeps 2 * [Deluxe Queen](/bundaberg-accommodation/deluxe-queen/)1 Queen · sleeps 2 * [Family Studio](/bundaberg-accommodation/family-studio/)1 Queen · 2 Singles · sleeps 4 [Check availability](https://book-directonline.com/properties/BURNETTRSDIRECT?locale=en&items[0][adults]=2&items[0][children]=0&items[0][infants]=0¤cy=AUD&trackPage=no)  7 Quay Street, Bundaberg QLD 4670  [+61 (7) 4155 8777](tel:+61741558777) --- # Bundaberg events accommodation (hub) Source: https://burnettriverside.com.au/stay/bundaberg-events-accommodation/ ![Bundaberg evening celebration cocktail](/images/hero-cocktail.jpg) Why stay with us · Bundaberg events # Bundaberg events, the riverside base. Bundaberg's event calendar has five or six anchor dates each year — the **Multicultural World Cup** in July, **Oceanfest** in August, **Taste Bundaberg** across September, **Queensland Rum Day** on 25 October, and **Milbi Festival** through the front of turtle nesting season. Burnett Riverside Hotel is the riverside CBD base: walking distance to the river precinct, a short drive to the distilleries and to Mon Repos, and a small block of held Riverview rooms across each established peak. [Check availability for an event date](https://book-directonline.com/properties/BURNETTRSDIRECT?locale=en&items[0][adults]=2&items[0][children]=0&items[0][infants]=0¤cy=AUD&trackPage=no) ## The 2026 events calendar Saturday 11 July 2026 ### Bundaberg Multicultural World Cup **Shalom Catholic College, 9 Fitzgerald Street, Bundaberg (futsal at The Hangar and Indoor Sports Centre).** Free community event during NAIDOC Week. Futsal teams compete alongside NAIDOC celebrations — Welcome to Country, Smoking Ceremony, cultural displays, Indonesian performances, free Indonesian food, art and craft activities, a Football Queensland come-and-try clinic, and yard games. Players, families and the wider community welcome. _Free entry. Futsal teams register in advance (closes Wed 8 July 2026, 12:00 pm)._ [Event details](https://bunrc.au/r/BundabergMulticulturalWorldCup2026) August 2026 (exact date to be confirmed) ### Oceanfest **Bundaberg Port Marina.** Annual celebration of local seafood and marine life. A waterside food-and-marine-life festival run at the Bundaberg Port Marina each August — fresh local catch, seafood demonstrations and family-oriented programming at the marina precinct. 4–13 September 2026 ### Taste Bundaberg Festival **Region-wide (multiple producer venues).** Producer-led food and drink showcase. Ten days of producer dinners, farm visits, distillery and orchard experiences, and pop-up tastings across the Bundaberg region. Plan ahead — the marquee dinners book months out. [Event details](https://bundabergregionalcouncil.shorthandstories.com/taste/) Saturday 25 October 2026 ### Queensland Rum Day **Bundaberg Rum Distillery + Kalki Moon Distillery.** State day of rum. Two Bundaberg distilleries mark the day. Bundaberg Rum Distillery: every adult guest on a Distillery Experience tour gets a free Bundaberg Alcoholic Ginger Beer shirt. Kalki Moon Distillery: complimentary distillery tours. Book each operator direct. Late October / early November 2026 (exact date to be confirmed) ### Milbi Festival **Bundaberg + Mon Repos.** First Nations culture + marine turtle nesting. Milbi celebrates First Nations culture, environmental conservation and the arrival of the marine turtles at Mon Repos. Programmed across the city and the coast through the front edge of turtle nesting season. Bundaberg Show ran 27–29 May 2026; the 2027 dates have not yet been confirmed by the Bundaberg Show Society. The annual Bundaberg Rum Festival schedule is also pending; we'll add it once confirmed. ## When to book ahead * **Multicultural World Cup — Saturday 11 July 2026.** Free community event during NAIDOC Week; the Friday and Saturday nights tighten as out-of-town teams arrive. * **Taste Bundaberg — 4–13 September.** The strongest accommodation peak. Producer-dinner weekends (the first and second Saturdays) sell out 6–8 weeks ahead. * **Queensland Rum Day — Saturday 25 October.** Friday and Saturday nights tighten. Book the rum distillery tour the same week you book the hotel. * **Milbi Festival — late October / early November.** Pairs with turtle nesting at Mon Repos — combined demand pushes the late-October weekends. * **Oceanfest — August.** Family-oriented; school-holiday weekends are the tighter dates. For every date listed, our held block is small. Email [bookings@burnettriverside.com.au](mailto:bookings@burnettriverside.com.au) with the event name and party size; we'll quote from the held block while stock lasts. ## The base, the brief * **Central, walkable.** 7 Quay Street, on the Burnett River; five minutes' walk to the CBD; quick rideshare to the distilleries; 15 min east to Mon Repos and Bargara Beach. * **H2O Restaurant & Bar downstairs.** Open Mon–Sat from 4 pm; happy hour 4–6 pm; the natural anchor between event activities. * **Free secure underground parking.** 2.2 m clearance — keep the car off the street during festival traffic. * **Function rooms on site** if your group needs a sponsor reception, school-event briefing, partner dinner or pre-festival meeting alongside the public programme. * **Quiet rooms available.** Riverview rooms and rooms ending 03–10 are the quietest stock — ask for them at booking when staying through a festival week. FAQs ## Bundaberg events — the answers. Which Bundaberg events sell out hotels first? **Taste Bundaberg** (4–13 September) and the **Bundaberg Multicultural World Cup** (11 July 2026) are the strongest accommodation peaks — Taste because the marquee dinners pull regional visitors for the full ten days; the Multicultural World Cup because it sits inside NAIDOC Week and brings teams in from outside Bundaberg. The night before **Queensland Rum Day** (Friday 24 October) is also tight as visitors arrive for the Saturday distillery experience. Lock rooms 6–8 weeks ahead for any of these. Is the Bundaberg Multicultural World Cup ticketed? **Free entry** for spectators and families. Futsal teams must **register in advance** and meet the minimum player requirements; registration closes **Wednesday 8 July 2026 at 12:00 pm**. Players sign in on the day; players under 18 must be signed in by a parent or guardian. Event runs **9:30 am to 3:00 pm** at Shalom Catholic College, with the futsal competition at The Hangar and Indoor Sports Centre. Where do I stay for Mon Repos turtle nesting and Milbi Festival? Burnett Riverside Hotel is **12.6 km / 14 min** from Mon Repos Conservation Park — the closest CBD-based hotel to the largest mainland-east-coast turtle rookery. Milbi Festival programming runs across the city in late October / early November and aligns with the front edge of nesting season. Full details and the late-return logistics on our [Turtle season at Mon Repos hub](/stay/mon-repos-turtles/). Can I get a meeting or function room during an event week? Yes — the function centre is independent of the events listed here. Three on-site rooms: **Burnett Room** (up to 70 theatre / 60 banquet), **Quay Room** and **Vue Room** (each 25 theatre / 20 banquet). Useful if you're running a delegation, school group, sponsor reception or partner event around one of the Bundaberg festivals. Capacities and pricing on our [Functions page](/functions/). Do you hold rooms for known Bundaberg event dates? Yes — we hold a small block of Riverview rooms across the established annual dates (**Taste Bundaberg, Queensland Rum Day, Multicultural World Cup, Milbi**). Email [bookings@burnettriverside.com.au](mailto:bookings@burnettriverside.com.au) with the event name and party size and we'll quote from the held block while stock lasts. Full Bundaberg FAQ on the [FAQs page](/faq/); distances on the [Location & Distances page](/location/). Lock in your event date ## Five anchor dates. One riverside base. Email [bookings@burnettriverside.com.au](mailto:bookings@burnettriverside.com.au) with the event name and party size, or check availability direct below. [Check availability](https://book-directonline.com/properties/BURNETTRSDIRECT?locale=en&items[0][adults]=2&items[0][children]=0&items[0][infants]=0¤cy=AUD&trackPage=no) **Sources & last verified.** Bundaberg Multicultural World Cup (date, location, programme, registration close) — per the event organiser via Bundaberg Regional Council, June 2026. Taste Bundaberg Festival dates (4–13 September 2026) — [Bundaberg Regional Council](https://bundabergregionalcouncil.shorthandstories.com/taste/). Queensland Rum Day distillery offers (Bundaberg Rum Distillery free shirt with Distillery Experience tour; Kalki Moon complimentary tours) — confirmed by Jess (Travellers Group Marketing), June 2026. Milbi Festival, Oceanfest and Bundaberg Show described in general terms; specific 2026/2027 dates not yet officially published — confirm with the Bundaberg Regional Council and the Bundaberg Show Society before travelling. Bundaberg Rum Festival omitted pending date reconfirmation. Last reviewed: June 2026. Stay with us ## Make Burnett Riverside your Bundaberg base. Nine room types, from queen rooms for an overnight to two-bedroom apartments for the whole family. The two Riverview types open onto a balcony over the Burnett. Rooms to consider * [Riverview King](/bundaberg-accommodation/riverview-king/)1 King · sleeps 2 * [Deluxe Queen](/bundaberg-accommodation/deluxe-queen/)1 Queen · sleeps 2 * [Family Studio](/bundaberg-accommodation/family-studio/)1 Queen · 2 Singles · sleeps 4 [Check availability](https://book-directonline.com/properties/BURNETTRSDIRECT?locale=en&items[0][adults]=2&items[0][children]=0&items[0][infants]=0¤cy=AUD&trackPage=no)  7 Quay Street, Bundaberg QLD 4670  [+61 (7) 4155 8777](tel:+61741558777) --- # The Region Source: https://burnettriverside.com.au/region/ ![Green sea turtle on the Southern Great Barrier Reef](/images/region/turtle-mon-repos.jpg) # The region, on your doorstep. Bundaberg & beyond ## Gateway to the Southern Reef. Bundaberg is the quiet gateway to the Southern Great Barrier Reef — Lady Musgrave and Lady Elliot islands, Mon Repos turtles, Bargara beaches, and the distilleries that put the region on the map. Everything is a short, easy drive from Quay Street. Our front-desk team keeps an up-to-date list of operators, departure times and tide charts, and will happily organise your day before you arrive. The attractions ## Half-day, full-day, or overnight. ![Lady Musgrave Island](/images/region/lady-musgrave.jpg) ### Lady Musgrave Island Full day · from the Port of Bundaberg A day on the Southern Great Barrier Reef — snorkel a coral lagoon, spot green turtles and reef sharks. [Explore more](/lady-musgrave-island-day-trip-guide/) ![Mon Repos Turtles](/images/region/mon-repos.jpg) ### Mon Repos Turtles Nov – Mar · 15 min from the hotel The largest loggerhead turtle rookery in the South Pacific. Night tours are an unforgettable family experience. [Explore more](/mon-repos-turtle-centre-guide/) ![Bargara Beach](/images/region/bargara.jpg) ### Bargara Beach Any season · 15 min from the hotel Swimmable, quiet, and easy. Basalt rock pools for families, or a long walk along the esplanade. [Explore more](/bargara-beach-guide-bundaberg/) ![Bundaberg Rum Distillery](/images/region/bundaberg-rum.jpg) ### Bundaberg Rum Distillery Half day · 5 min from the hotel A distillery tour at the brand that gave the region a verb. Tastings, stories, and bottles not sold anywhere else. [Explore more](/bundaberg-rum-distillery-tour-guide/) ![Botanic Gardens](/images/region/botanic-gardens.jpg) ### Botanic Gardens Any time · 5 min from the hotel A slow morning walk along the Burnett’s quiet bends. Coffee and a scone in the Hinkler Hall café. Local highlight ![Lady Elliot Island](/images/region/lady-elliot.jpg) ### Lady Elliot Island Overnight · scenic flight from Bundaberg Stay on a coral cay surrounded by manta rays, turtles, and some of the best reef snorkelling in Queensland. [Explore more](/lady-elliot-island-day-trip-bundaberg/) Getting here ## Fly, drive, or a bit of both. Bundaberg Airport is fifteen minutes from the hotel, with direct flights from Brisbane. By road, it’s four hours from Brisbane, two from Hervey Bay, three from Rockhampton. Airport transfers Pickups from Bundaberg Airport for overnight and conference guests — share your flight at booking. Parking Complimentary secure on-site parking for all in-house guests. Concierge Front-desk team hold tide charts, tour departure times and restaurant bookings — reception staffed 7.30am–9pm, with after-hours key-box access. Stay with us ## Make Burnett Riverside your Bundaberg base. Nine room types, from queen rooms for an overnight to two-bedroom apartments for the whole family. The two Riverview types open onto a balcony over the Burnett. Rooms to consider * [Riverview King](/bundaberg-accommodation/riverview-king/)1 King · sleeps 2 * [Deluxe Queen](/bundaberg-accommodation/deluxe-queen/)1 Queen · sleeps 2 * [Family Studio](/bundaberg-accommodation/family-studio/)1 Queen · 2 Singles · sleeps 4 [Check availability](https://book-directonline.com/properties/BURNETTRSDIRECT?locale=en&items[0][adults]=2&items[0][children]=0&items[0][infants]=0¤cy=AUD&trackPage=no)  7 Quay Street, Bundaberg QLD 4670  [+61 (7) 4155 8777](tel:+61741558777) --- # Attractions Source: https://burnettriverside.com.au/attractions/ ![Green sea turtle on the Southern Great Barrier Reef](/images/region/turtle-mon-repos.jpg) # The region, on your doorstep. Bundaberg & beyond ## Gateway to the Southern Reef. Bundaberg is the quiet gateway to the Southern Great Barrier Reef — Lady Musgrave and Lady Elliot islands, Mon Repos turtles, Bargara beaches, and the distilleries that put the region on the map. Everything is a short, easy drive from Quay Street. Our front-desk team keeps an up-to-date list of operators, departure times and tide charts, and will happily organise your day before you arrive. The attractions ## Half-day, full-day, or overnight. ![Lady Musgrave Island](/images/region/lady-musgrave.jpg) ### Lady Musgrave Island Full day · from the Port of Bundaberg A day on the Southern Great Barrier Reef — snorkel a coral lagoon, spot green turtles and reef sharks. [Explore more](/lady-musgrave-island-day-trip-guide/) ![Mon Repos Turtles](/images/region/mon-repos.jpg) ### Mon Repos Turtles Nov – Mar · 15 min from the hotel The largest loggerhead turtle rookery in the South Pacific. Night tours are an unforgettable family experience. [Explore more](/mon-repos-turtle-centre-guide/) ![Bargara Beach](/images/region/bargara.jpg) ### Bargara Beach Any season · 15 min from the hotel Swimmable, quiet, and easy. Basalt rock pools for families, or a long walk along the esplanade. [Explore more](/bargara-beach-guide-bundaberg/) ![Bundaberg Rum Distillery](/images/region/bundaberg-rum.jpg) ### Bundaberg Rum Distillery Half day · 5 min from the hotel A distillery tour at the brand that gave the region a verb. Tastings, stories, and bottles not sold anywhere else. [Explore more](/bundaberg-rum-distillery-tour-guide/) ![Botanic Gardens](/images/region/botanic-gardens.jpg) ### Botanic Gardens Any time · 5 min from the hotel A slow morning walk along the Burnett’s quiet bends. Coffee and a scone in the Hinkler Hall café. Local highlight ![Lady Elliot Island](/images/region/lady-elliot.jpg) ### Lady Elliot Island Overnight · scenic flight from Bundaberg Stay on a coral cay surrounded by manta rays, turtles, and some of the best reef snorkelling in Queensland. [Explore more](/lady-elliot-island-day-trip-bundaberg/) Getting here ## Fly, drive, or a bit of both. Bundaberg Airport is fifteen minutes from the hotel, with direct flights from Brisbane. By road, it’s four hours from Brisbane, two from Hervey Bay, three from Rockhampton. Airport transfers Pickups from Bundaberg Airport for overnight and conference guests — share your flight at booking. Parking Complimentary secure on-site parking for all in-house guests. Concierge Front-desk team hold tide charts, tour departure times and restaurant bookings — reception staffed 7.30am–9pm, with after-hours key-box access. Stay with us ## Make Burnett Riverside your Bundaberg base. Nine room types, from queen rooms for an overnight to two-bedroom apartments for the whole family. The two Riverview types open onto a balcony over the Burnett. Rooms to consider * [Riverview King](/bundaberg-accommodation/riverview-king/)1 King · sleeps 2 * [Deluxe Queen](/bundaberg-accommodation/deluxe-queen/)1 Queen · sleeps 2 * [Family Studio](/bundaberg-accommodation/family-studio/)1 Queen · 2 Singles · sleeps 4 [Check availability](https://book-directonline.com/properties/BURNETTRSDIRECT?locale=en&items[0][adults]=2&items[0][children]=0&items[0][infants]=0¤cy=AUD&trackPage=no)  7 Quay Street, Bundaberg QLD 4670  [+61 (7) 4155 8777](tel:+61741558777) --- # Things to Do in Bundaberg Source: https://burnettriverside.com.au/things-to-do-in-bundaberg/ ![Green sea turtle on the Southern Great Barrier Reef](/images/region/turtle-mon-repos.jpg) # The region, on your doorstep. Bundaberg & beyond ## Gateway to the Southern Reef. Bundaberg is the quiet gateway to the Southern Great Barrier Reef — Lady Musgrave and Lady Elliot islands, Mon Repos turtles, Bargara beaches, and the distilleries that put the region on the map. Everything is a short, easy drive from Quay Street. Our front-desk team keeps an up-to-date list of operators, departure times and tide charts, and will happily organise your day before you arrive. The attractions ## Half-day, full-day, or overnight. ![Lady Musgrave Island](/images/region/lady-musgrave.jpg) ### Lady Musgrave Island Full day · from the Port of Bundaberg A day on the Southern Great Barrier Reef — snorkel a coral lagoon, spot green turtles and reef sharks. [Explore more](/lady-musgrave-island-day-trip-guide/) ![Mon Repos Turtles](/images/region/mon-repos.jpg) ### Mon Repos Turtles Nov – Mar · 15 min from the hotel The largest loggerhead turtle rookery in the South Pacific. Night tours are an unforgettable family experience. [Explore more](/mon-repos-turtle-centre-guide/) ![Bargara Beach](/images/region/bargara.jpg) ### Bargara Beach Any season · 15 min from the hotel Swimmable, quiet, and easy. Basalt rock pools for families, or a long walk along the esplanade. [Explore more](/bargara-beach-guide-bundaberg/) ![Bundaberg Rum Distillery](/images/region/bundaberg-rum.jpg) ### Bundaberg Rum Distillery Half day · 5 min from the hotel A distillery tour at the brand that gave the region a verb. Tastings, stories, and bottles not sold anywhere else. [Explore more](/bundaberg-rum-distillery-tour-guide/) ![Botanic Gardens](/images/region/botanic-gardens.jpg) ### Botanic Gardens Any time · 5 min from the hotel A slow morning walk along the Burnett’s quiet bends. Coffee and a scone in the Hinkler Hall café. Local highlight ![Lady Elliot Island](/images/region/lady-elliot.jpg) ### Lady Elliot Island Overnight · scenic flight from Bundaberg Stay on a coral cay surrounded by manta rays, turtles, and some of the best reef snorkelling in Queensland. [Explore more](/lady-elliot-island-day-trip-bundaberg/) Getting here ## Fly, drive, or a bit of both. Bundaberg Airport is fifteen minutes from the hotel, with direct flights from Brisbane. By road, it’s four hours from Brisbane, two from Hervey Bay, three from Rockhampton. Airport transfers Pickups from Bundaberg Airport for overnight and conference guests — share your flight at booking. Parking Complimentary secure on-site parking for all in-house guests. Concierge Front-desk team hold tide charts, tour departure times and restaurant bookings — reception staffed 7.30am–9pm, with after-hours key-box access. Stay with us ## Make Burnett Riverside your Bundaberg base. Nine room types, from queen rooms for an overnight to two-bedroom apartments for the whole family. The two Riverview types open onto a balcony over the Burnett. Rooms to consider * [Riverview King](/bundaberg-accommodation/riverview-king/)1 King · sleeps 2 * [Deluxe Queen](/bundaberg-accommodation/deluxe-queen/)1 Queen · sleeps 2 * [Family Studio](/bundaberg-accommodation/family-studio/)1 Queen · 2 Singles · sleeps 4 [Check availability](https://book-directonline.com/properties/BURNETTRSDIRECT?locale=en&items[0][adults]=2&items[0][children]=0&items[0][infants]=0¤cy=AUD&trackPage=no)  7 Quay Street, Bundaberg QLD 4670  [+61 (7) 4155 8777](tel:+61741558777) --- # Contact Source: https://burnettriverside.com.au/contact/ Get in touch # We’re here to help. Questions about a stay, an event, the restaurant or the region? Our team is on-site, on the phone, and on email every day of the year. ![Burnett Riverside Hotel at night, 7 Quay Street Bundaberg](/images/homepage/BRH-external-night.png) Reservations & stay ## Room bookings Room availability, rates, longer stays and special requests. [+61 (7) 4155 8777](tel:+61741558777) [bookings@burnettriverside.com.au](mailto:bookings@burnettriverside.com.au) [Book now](https://book-directonline.com/properties/BURNETTRSDIRECT?locale=en&items[0][adults]=2&items[0][children]=0&items[0][infants]=0¤cy=AUD&trackPage=no) Dining ## H2O Restaurant & Bar Table reservations, dietaries, and private dining enquiries. [+61 (7) 4155 8777](tel:+61741558777) [events@burnettriverside.com.au](mailto:events@burnettriverside.com.au) [Book a table](https://h20-restaurant-bar.resos.com/booking) Events ## Corporate & private events Conferences, weddings, private celebrations, meetings & more. [+61 (7) 4155 8777](tel:+61741558777) [events@burnettriverside.com.au](mailto:events@burnettriverside.com.au) [See packages](/functions/) Visit us ## 7 Quay Street, Bundaberg QLD 4670. Right on the Burnett River in the heart of Bundaberg — five minutes’ walk to the CBD, fifteen minutes to the airport. [Facebook](https://www.facebook.com/burnettriversidehotel) [Instagram](https://www.instagram.com/burnettriverside.hotel/) H2O Restaurant Monday – Saturday Dinner from 4pm Bar from 4pm **Happy Hour:** 4–6pm daily Check in / out Check in from 2pm Check out by 10am Parking Complimentary on-site for hotel guests Send us a note ## We’re happy to help. Drop us a note for any question about your stay, an event, the restaurant, accessibility, group bookings, media or partnerships — we’ll come back to you within 24 hours. Thanks — your message is on the way. We’ll come back to you within 24 hours. Something went wrong sending your message. Please email us directly at [bookings@burnettriverside.com.au](mailto:bookings@burnettriverside.com.au). (() => { const sent = new URLSearchParams(window.location.search).get('sent'); if (!sent) return; const el = document.querySelector(\`\[data-brh-flash="${sent}"\]\`); if (el) { el.hidden = false; el.scrollIntoView({ behavior: 'smooth', block: 'center' }); } })(); Full name Organisation Email Phone How can we help? Accommodation enquiry Event enquiry Wedding enquiry H2O Restaurant Media / PR Feedback Other Preferred contact Email Phone Either A few details Send enquiry