// this file contains static variables assigned to a property
// that are used only if javascript / ajax / google maps procedures
// are called.

// property_aoCalendar is the reference link to the Availability Online calendar for the specific property
var property_aoCalendar = "https://reservations.synxis.com/lbe/rez.aspx?hotel=11582";

// the following parameters are used by Google Maps
var property_latitude = 43.630842;
var property_longitude = -72.796011;
var property_magnification = 15;
var property_detail_map = "";
var property_street_number = 58;
var property_street_name = 'Old+Mill';
var property_street_type = 'Road';
var property_city = 'Killington';
var property_state = 'Vermont';
var property_zip = '05751';
