To make a reservation of 9 or more, please call our brewery at (519) 658-4434.
This email and phone number is monitored Monday-Friday, 8:00AM – 4:00PM, with the exception of long weekends. For urgent inquiries, please call our brewery at (519) 658-4434.
function do_resize(){
var width=jQuery( '.wpsm_panel .wpsm_panel-body iframe' ).width(); var height=jQuery( '.wpsm_panel .wpsm_panel-body iframe' ).height();
var toggleSize = true; jQuery('iframe').animate({ width: toggleSize ? width : 640, height: toggleSize ? height : 360 }, 250);
toggleSize = !toggleSize; }