|
 |
 |
|
|
Location |
|
| |
The Colonial Motor Inn is located on the Melbourne side of Bairnsdale. It is a central base to enjoy the activities and attractions of Bairnsdale. We are close to shops, R.S.L, bowls, cinema`s, racecourse, in door heated pool, squash and tennis clubs, just a short drive to caves, cruises, snowfields gold fields, golf, wineries and rivers.
Transportation Services
Flight from Syd. to Melb (depending on season and choice of airline): $200 - $400. Hire car available from the airport, in Bairnsdale or through your travel agent. Train from Melb. to Sale with a connecting bus to Bairnsdale (one-way): $40.00
Taxi fare from shopping centre to Colonial Motor Inn: $5.00
Public transport availability: trains and buses all year round.
Taxi fare from airport to Bairnsdale: $150.00
Distance from Airport
The nearest International / Domestic Airport is Melbourne which is around 300km`s from Bairnsdale.
|
|
|
|
Enquiry Form |
|
|
|
'First Name:',
'type' => 'name',
'require' => 1),
array('name' => 'Surname:',
'type' => 'name',
'require' => 1),
array('name' => 'E-mail:',
'type' => 'email',
'require' => 1),
array('name' => 'Phone:',
'type' => 'input',
'require' => 1),
array('name' => 'Preferred Room Type:',
'type' => 'select',
'require' => 1,
'default' => 'Choose Room Type',
'items' => array('Twin Rooms',
'Deluxe Rooms',
'Spa Rooms')),
array('name' => 'Dates of Travel:',
'type' => 'input',
'require' => 1),
array('name' => 'No of adults:',
'type' => 'input',
'require' => 1),
array('name' => 'No of children:',
'type' => 'input',
'require' => 1),
array('name' => 'Special Requests/Comments:',
'type' => 'textarea',
'require' => 1),
array('name' => 'Verification Number:',
'type' => 'turing',
'require' => 1,
'url' => 'contact-form/image.php',
'prompt' => 'Enter the number displayed above'));
$contact_form_graph = false;
$contact_form_xhtml = true;
$contact_form_email = "jan@colonialbairnsdale.com.au";
$contact_form_encoding = "utf-8";
$contact_form_default_subject = "Enquiry for Colonial Motor Inn";
$contact_form_message_prefix = "Sent from www.colonialbairnsdale.com.au\r\n==============================\r\n\r\n";
include_once "contact-form/contact-form.php";
?>
|
|
|
|