﻿// 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.mendonmountainview.com/guest-rooms/";

// the following parameters are used by Google Maps
var property_latitude = 43.6605835;
var property_longitude = -72.866409;
var property_magnification = 13;
var property_detail_map = "none";
var property_street_number = "";
var property_street_name = '';
var property_street_type = '';
var property_city = '';
var property_state = '';
var property_zip = '';
