//MapQuest Configuration File
//Servers
var geocodeServer = "geocode.access.mapquest.com";
var mapServer = "map.access.mapquest.com";
var routeServer = "route.access.mapquest.com";
var spatialServer = "spatial.access.mapquest.com";
var serverPath = "mq";
var serverPort = 80;
var proxyServer = "";
var proxyPath = "/JSAPIProxyPage/proxy.aspx";
var proxyPort = 80;

//Write out the tilemap include with my js mq key.
//var jsKey = "mjtd%7Clu6t2luan5%2C72%3Do5-larsq";
var jsKey = "mjtd%7Clu6y200yn9%2Cb2%3Do5-lwrl5";
document.write("<script language=\"javascript\" type=\"text/javascript\" src=\"http://btilelog.access.mapquest.com/tilelog/transaction?transaction=script&key=" + jsKey + "&ipr=true&itk=true&v=5.2.0\"></script>");


//Data Tables
//var poiTable = "MQA.NTPois";
//var poiTable= "";
//var hotelTable = "MQA.HotelFinder";
//var hotelTable = "MQA.MQ_33454_TestDD";
var hotelTable = "MQA.MQ_33454_BaskinRobbins";
//var hotelTable = "MQA.MQ_33454_DunkinDonuts";


//Default Values for Searching

//Set Maximum number of matches here
//var MAX_MATCHES = 500;
var MAX_MATCHES = 20;

//Set default search radius here
var DEFAULT_RADIUS = 25.0;

//Set default width for corridor search here
var DEFAULT_CORRIDOR_WIDTH = 5.0;

//Set default unit for distance measurement here
var DEFAULT_UNIT = "Mi";

//Set Maximum number of shapepoints per maneuver here
var MAX_SHAPE_POINTS = 25;

//Set number of results to be displayed on a page here when using paging with search results
var PAGE_SIZE = 20;

//Set Scroll Distance for search result highlight here
//This is the height of one result on the results table (px)
var SCROLL_DISTANCE = 28;

