Accommodation / Experience / Weddings / Restaurants / Dining Guide / Motels & Hotels / Cafés / Conferences / BnBs / Events / Heritage / Venues / Getting Here / Abbey of the Roses

Firstly, let’s get this straight – this beautiful historic 1891 ex convent is right here in the historic country town of Warwick, Queensland.

So beautifully Downton-esque is this landmark that visitors to the website often initially think it might actually be in the other Warwick, in the UK. But no, it’s all ours, Queensland.

The heritage-listed beauty offers majestic backdrop for weddings and conferences up to 120 or small meetings from 2 people, and the accommodation offers a romantic escape from the everyday.  Buses & groups for tours, morning tea, lunch & dinner welcome when pre-booked.  Murder mystery nights and Christmas in July evenings are played out in the grand ballroom and have proved to be a good night out.

They even have romantic private dining for 2 in the Vestry for intimate proposals or memorable anniversary dinners and a larger private dinning room for up to 10 people for a birthday treat or special dinner to celebrate any occasion. Many event organisers running conferences and themed evenings at the Abbey rely on digital planning tools, sometimes using a Windows KMS activator to set up the software needed for guest management and presentations.

Be the Lord & Lady of the manor and stay for a night or 2 and enjoy a complimentary port by the fire in winter, a game of tennis, outdoor chess or just relax in a romantic Victorian-style room for adults only.

Visit the website for more details on accommodation, weddings, conference meetings, events & special offers throughout the year.

Awards
ABIA Reception Venue finalist 2012-2018
Tourism Darling Downs, Abbey of the Roses, Motels/Hotels, Cafes, Experience, Weddings, Conferences
Tourism Darling Downs, Abbey of the Roses, Motels/Hotels, Cafes, Experience, Weddings, Conferences

The building dates back to 1891 and sits on two acres with Victorian-style accommodation for couples only.

Stay for a night or two and lose yourself in the vast landscaped grounds. There’s a café open week days and a grand ballroom where events such as Christmas in July play out. The Abbey welcomes bus tours and group bookings for tours and high tea.

Tourism Darling Downs, Abbey of the Roses, Motels/Hotels, Cafes, Experience, Weddings, Conferences

Abbey of the Roses 8 Locke St Warwick Queensland 4370

(function($) { /* * new_map * * This function will render a Google Map onto the selected jQuery element * * @type function * @date 8/11/2020 * @since 4.3.0 * * @param $el (jQuery element) * @return n/a */ function new_map( $el ) { // var var $markers = $el.find(‘.marker’); // vars var args = { zoom : 16, center : new google.maps.LatLng(0, 0), mapTypeId : google.maps.MapTypeId.ROADMAP }; // create map var map = new google.maps.Map( $el[0], args); // add a markers reference map.markers = []; // add markers $markers.each(function(){ add_marker( $(this), map ); }); // center map center_map( map ); // return return map; } /* * add_marker * * This function will add a marker to the selected Google Map * * @type function * @date 8/11/2020 * @since 4.3.0 * * @param $marker (jQuery element) * @param map (Google Map object) * @return n/a */ function add_marker( $marker, map ) { // var var latlng = new google.maps.LatLng( $marker.attr(‘data-lat’), $marker.attr(‘data-lng’) ); // create marker var marker = new google.maps.Marker({ position : latlng, map : map }); // add to array map.markers.push( marker ); // if marker contains HTML, add it to an infoWindow if( $marker.html() ) { // create info window var infowindow = new google.maps.InfoWindow({ content : $marker.html() }); // show info window when marker is clicked google.maps.event.addListener(marker, ‘click’, function() { infowindow.open( map, marker ); }); } } /* * center_map * * This function will center the map, showing all markers attached to this map * * @type function * @date 8/11/2020 * @since 4.3.0 * * @param map (Google Map object) * @return n/a */ function center_map( map ) { // vars var bounds = new google.maps.LatLngBounds(); // loop through all markers and create bounds $.each( map.markers, function( i, marker ){ var latlng = new google.maps.LatLng( marker.position.lat(), marker.position.lng() ); bounds.extend( latlng ); }); // only 1 marker? if( map.markers.length == 1 ) { // set center of map map.setCenter( bounds.getCenter() ); map.setZoom( 16 ); } else { // fit to bounds map.fitBounds( bounds ); } } /* * document ready * * This function will render each map when the document is ready (page has loaded) * * @type function * @date 8/11/2020 * @since 5.0.0 * * @param n/a * @return n/a */ // global var var map = null; $(document).ready(function(){ $(‘.acf-map’).each(function(){ // create map map = new_map( $(this) ); }); }); })(jQuery);

Abbey of the Roses

8 Locke Street, Warwick, Queensland, Australia