/*
We have to manually maintain these list of arrays. urlList[], latList[], lngList[].
If any branches are added or deleted then please update these three array objects accordingly.

Here is how these arrays are kept for each library: So please be careful with their positions in each array
urlList[0] = "http://www.kcls.org/algonapacific/"
latList[0]= 47.271531
lngList[0] = -122.233761

Reason: we want to add the link "Library Information" that link to the homepage of the found library in the zip code.
*/
var directionList = new Array(
"http://www.kcls.org/algonapacific/directions.cfm",
"http://www.kcls.org/auburn/directions.cfm",
"http://www.kcls.org/bellevue/directions.cfm",
"http://www.kcls.org/blackdiamond/directions.cfm",
"http://www.kcls.org/bothell/directions.cfm",
"http://www.kcls.org/boulevardpark/directions.cfm",
"http://www.kcls.org/burien/directions.cfm",
"http://www.kcls.org/carnation/directions.cfm",
"http://www.kcls.org/covington/directions.cfm",
"http://www.kcls.org/desmoines/directions.cfm",
"http://www.kcls.org/duvall/directions.cfm",
"http://www.kcls.org/fairwood/directions.cfm",
"http://www.kcls.org/fallcity/directions.cfm",
"http://www.kcls.org/federalway/directions.cfm",
"http://www.kcls.org/320th/directions.cfm",
"http://www.kcls.org/foster/directions.cfm",
"http://www.kcls.org/issaquah/directions.cfm",
"http://www.kcls.org/kenmore/directions.cfm",
"http://www.kcls.org/kent/directions.cfm",
"http://www.kcls.org/kingsgate/directions.cfm",
"http://www.kcls.org/kirkland/directions.cfm",
"http://www.kcls.org/lakeforestpark/directions.cfm",
"http://www.kcls.org/lakehills/directions.cfm",
"http://www.kcls.org/crossroads/directions.cfm",
"http://www.kcls.org/southcenter/directions.cfm",
"http://www.kcls.org/maplevalley/directions.cfm",
"http://www.kcls.org/mercerisland/directions.cfm",
"http://www.kcls.org/muckleshoot/directions.cfm",
"http://www.kcls.org/newportway/directions.cfm",
"http://www.kcls.org/northbend/directions.cfm",
"http://www.kcls.org/redmond/directions.cfm",
"http://www.kcls.org/richmondbeach/directions.cfm",
"http://www.kcls.org/sammamish/directions.cfm",
"http://www.kcls.org/shoreline/directions.cfm",
"http://www.kcls.org/skykomish/directions.cfm",
"http://www.kcls.org/skyway/directions.cfm",
"http://www.kcls.org/snoqualmie/directions.cfm",
"http://www.kcls.org/tukwilla/directions.cfm",
"http://www.kcls.org/valleyview/directions.cfm",
"http://www.kcls.org/vashon/directions.cfm",
"http://www.kcls.org/whitecenter/directions.cfm",
"http://www.kcls.org/woodinville/directions.cfm",
"http://www.kcls.org/woodmont/directions.cfm",
"http://www.kcls.org/servicecenter/directions.cfm"
);

var urlList = new Array(
"http://www.kcls.org/algonapacific/",
"http://www.kcls.org/auburn/",
"http://www.kcls.org/bellevue/",
"http://www.kcls.org/blackdiamond/",
"http://www.kcls.org/bothell/",
"http://www.kcls.org/boulevardpark/",
"http://www.kcls.org/burien/",
"http://www.kcls.org/carnation/",
"http://www.kcls.org/covington/",
"http://www.kcls.org/desmoines/",
"http://www.kcls.org/duvall/",
"http://www.kcls.org/fairwood/",
"http://www.kcls.org/fallcity/",
"http://www.kcls.org/federalway/",
"http://www.kcls.org/320th/",
"http://www.kcls.org/foster/",
"http://www.kcls.org/issaquah/",
"http://www.kcls.org/kenmore/",
"http://www.kcls.org/kent/",
"http://www.kcls.org/kingsgate/",
"http://www.kcls.org/kirkland/",
"http://www.kcls.org/lakeforestpark/",
"http://www.kcls.org/lakehills/",
"http://www.kcls.org/crossroads/",
"http://www.kcls.org/southcenter/",
"http://www.kcls.org/maplevalley/",
"http://www.kcls.org/mercerisland/",
"http://www.kcls.org/muckleshoot/",
"http://www.kcls.org/newportway/",
"http://www.kcls.org/northbend/",
"http://www.kcls.org/redmond/",
"http://www.kcls.org/richmondbeach/",
"http://www.kcls.org/sammamish/",
"http://www.kcls.org/shoreline/",
"http://www.kcls.org/skykomish/",
"http://www.kcls.org/skyway/",
"http://www.kcls.org/snoqualmie/",
"http://www.kcls.org/tukwilla/",
"http://www.kcls.org/valleyview/",
"http://www.kcls.org/vashon/",
"http://www.kcls.org/whitecenter/",
"http://www.kcls.org/woodinville/",
"http://www.kcls.org/woodmont/",
"http://www.kcls.org/servicecenter/"
);


var latList = new Array(
47.271531,
47.298242,
47.620203,
47.312201,
47.760112,
47.495376,
47.471341,
47.650873,
47.358766,
47.407886,
47.741016,
47.449940,
47.568989,
47.296797,
47.315160,
47.474309,
47.530130,
47.759709,
47.382335,
47.730058,
47.675517,
47.752765,
47.601980,
47.616980,
47.465121,
47.379703,
47.567221,
37.062521,
47.570175,
47.497083,
47.678557,
47.771319,
47.616820,
47.755819,
47.709047,
47.490836,
47.528741,
47.472032,
47.443975,
47.451076,
47.502438,
47.751861,
47.361247,
47.541018
);

var lngList = new Array(
-122.233761,
-122.218998,
-122.193650,
-122.019146,
-122.209684,
-122.307542,
-122.341814,
-121.912365,
-122.123002,
-122.319898,
-121.986071,
-122.154010,
-121.893897,
-122.329832,
-122.322838,
-122.282263,
-122.036586,
-122.243711,
-122.234778,
-122.176542,
-122.203210,
-122.278408,
-122.137239,
-122.132406,
-122.313335,
-122.049910,
-122.221633,
-95.6770681,
-122.149380,
-121.783194,
-122.130127,
-122.384042,
-122.035452,
-122.325517,
-121.360709,
-122.238449,
-121.868381,
-122.259144,
-122.274899,
-122.460453,
-122.355036,
-122.080636,
-122.307872,
-122.051825
);
