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

// the following parameters are used by Google Maps
var property_latitude = 43.646875;
var property_longitude = -72.789359;
var property_magnification = 15;
var property_detail_map = "";
var property_street_number = 1810;
var property_street_name = 'Killington';
var property_street_type = 'Road';
var property_city = 'Killington';
var property_state = 'Vermont';
var property_zip = '05751';

