﻿// Messages
var MSG_INVALID_ADDRESS = "Address could not be found or it is incomplete";
var MSG_INVALID_POLLING_ADDRESS = "Google returned an invalid Polling Address";
var MSG_NO_POLLING_INFO = "There is no polling information for your address";
var MSG_LOADING_DIRECTIONS = "Loading directions...";
var MSG_BALLOON_TITLE = "For John Sununu on Nov. 4th";
var MSG_BALLOON_GETDIRECTIONS = "Get Directions Here";

// Control Names
var MAP_PLACEHOLDER_NAME = "map";
var ROUTE_PLACEHOLDER_NAME = "route";
var POLLINGINFO_PLACEHOLDER_BASENAME = "pollingInformation";
var DIRECTIONS_ANCHER_NAME = "directions";

// Google Map Default Location
var DEFAULT_LOCATION_LAT = 43.01486;
var DEFAULT_LOCATION_LNG = -71.451859;
