// 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 = "http://www.availabilityonline.com/availtable.asp?un=longtrail";

// the following parameters are used by Google Maps
var property_latitude = 43.663883;
var property_longitude = -72.832618;
var property_magnification = 16;
var property_detail_map = "";
var property_street_number = "Inn+at+Long+Trail";
var property_street_name = '';
var property_street_type = '';
var property_city = 'Killington';
var property_state = 'Vermont';
var property_zip = '05751';
