// =================================================================
// Automatically generated from geo-data-cache.r by geo-data.r
// Build date: 29-Jan-2006/16:27:08-9:00 Author: Tim Johnson - tim@johnsons-web.com
// EDIT AT YOUR OWN RISK!!
// =================================================================
// ====================================================================================
// Inner Arrays: Item[0] = State Name. Item[1] = State ID(state_fips)
// ====================================================================================
var GeoArrays_js = 1; // 'register' this file with calling code
GeoStates =  new Array(
  new Array('ALASKA','02'),
  new Array('WASHINGTON','53'));
// ====================================================================================
// Array Structure: 
//   Associative List. Key is string representation of county_fips
//     Value is nested array. Structure of each item as follows:
//       Item[0]: County Name. Item[1] key: (county_fips)@(state_fips)
// ====================================================================================
GeoCounties = new Array();
  GeoCounties["02"] =   // Begin counties for state of: ALASKA
    new Array(
      new Array('ALEUTIANS EAST','013@02'),
      new Array('ALEUTIANS WEST','016@02'),
      new Array('ANCHORAGE','020@02'),
      new Array('BETHEL','050@02'),
      new Array('BRISTOL BAY','060@02'),
      new Array('DENALI','068@02'),
      new Array('DILLINGHAM','070@02'),
      new Array('FAIRBANKS NORTH STAR','090@02'),
      new Array('HAINES','100@02'),
      new Array('JUNEAU','110@02'),
      new Array('KENAI PENINSULA','122@02'),
      new Array('KETCHIKAN GATEWAY','130@02'),
      new Array('KODIAK ISLAND','150@02'),
      new Array('LAKE AND PENINSULA','164@02'),
      new Array('MATANUSKA SUSITNA','170@02'),
      new Array('NOME','180@02'),
      new Array('NORTH SLOPE','185@02'),
      new Array('NORTHWEST ARCTIC','188@02'),
      new Array('PRINCE WALES KETCHIKAN','201@02'),
      new Array('SITKA','220@02'),
      new Array('SKAGWAY HOONAH ANGOON','232@02'),
      new Array('SOUTHEAST FAIRBANKS','240@02'),
      new Array('VALDEZ CORDOVA','261@02'),
      new Array('WADE HAMPTON','270@02'),
      new Array('WRANGELL PETERSBURG','280@02'),
      new Array('YAKUTAT','282@02'),
      new Array('YUKON KOYUKUK','290@02'));  // End counties for  ALASKA
  GeoCounties["53"] =   // Begin counties for state of: WASHINGTON
    new Array(
      new Array('ADAMS','001@53'),
      new Array('ASOTIN','003@53'),
      new Array('BENTON','005@53'),
      new Array('CHELAN','007@53'),
      new Array('CLALLAM','009@53'),
      new Array('CLARK','011@53'),
      new Array('COLUMBIA','013@53'),
      new Array('COWLITZ','015@53'),
      new Array('DOUGLAS','017@53'),
      new Array('FERRY','019@53'),
      new Array('FRANKLIN','021@53'),
      new Array('GARFIELD','023@53'),
      new Array('GRANT','025@53'),
      new Array('GRAYS HARBOR','027@53'),
      new Array('ISLAND','029@53'),
      new Array('JEFFERSON','031@53'),
      new Array('KING','033@53'),
      new Array('KITSAP','035@53'),
      new Array('KITTITAS','037@53'),
      new Array('KLICKITAT','039@53'),
      new Array('LEWIS','041@53'),
      new Array('LINCOLN','043@53'),
      new Array('MASON','045@53'),
      new Array('OKANOGAN','047@53'),
      new Array('PACIFIC','049@53'),
      new Array('PEND OREILLE','051@53'),
      new Array('PIERCE','053@53'),
      new Array('SAN JUAN','055@53'),
      new Array('SKAGIT','057@53'),
      new Array('SKAMANIA','059@53'),
      new Array('SNOHOMISH','061@53'),
      new Array('SPOKANE','063@53'),
      new Array('STEVENS','065@53'),
      new Array('THURSTON','067@53'),
      new Array('WAHKIAKUM','069@53'),
      new Array('WALLA WALLA','071@53'),
      new Array('WHATCOM','073@53'),
      new Array('WHITMAN','075@53'),
      new Array('YAKIMA','077@53'));  // End counties for  WASHINGTON
// =========================================================================================
// Array Structure: 
//   Associative list. Key is (county_fips)@(state_fips)
//     Value is nested array. Structure of each item is as follows
//       item[0]: City name item[1] City ID
// ========================================================================================
GeoCities = new Array();
  GeoCities["027@53"] = // Begin state: WASHINGTON  county/borough: GRAYS HARBOR
    new Array(
      new Array('ANY','0'),  // NOTE: this array is created at runtime. (Not loaded)
      new Array('ABERDEEN','10@027@53'),
      new Array('AMANDA PARK','306@027@53'),
      new Array('COPALIS BEACH','3503@027@53'),
      new Array('COPALIS CROSSING','3504@027@53'),
      new Array('COSMOPOLIS','3590@027@53'),
      new Array('ELMA','5068@027@53'),
      new Array('GRAYLAND','6625@027@53'),
      new Array('HOQUIAM','7620@027@53'),
      new Array('HUMPTULIPS','7744@027@53'),
      new Array('MALONE','9901@027@53'),
      new Array('MCCLEARY','10396@027@53'),
      new Array('MOCLIPS','10867@027@53'),
      new Array('MONTESANO','10963@027@53'),
      new Array('NEILTON','11465@027@53'),
      new Array('OAKVILLE','12147@027@53'),
      new Array('OCEAN SHORES','12168@027@53'),
      new Array('PACIFIC BEACH','12591@027@53'),
      new Array('QUINAULT','13739@027@53'),
      new Array('SATSOP','14945@027@53'),
      new Array('TAHOLAH','16450@027@53'),
      new Array('WESTPORT','18140@027@53'));  // End state: WASHINGTON  county/borough: GRAYS HARBOR
  GeoCities["073@53"] = // Begin state: WASHINGTON  county/borough: WHATCOM
    new Array(
      new Array('ANY','0'),  // NOTE: this array is created at runtime. (Not loaded)
      new Array('ACME','38@073@53'),
      new Array('BELLINGHAM','1133@073@53'),
      new Array('BLAINE','1424@073@53'),
      new Array('CUSTER','3887@073@53'),
      new Array('DEMING','4159@073@53'),
      new Array('EVERSON','5307@073@53'),
      new Array('FERNDALE','5500@073@53'),
      new Array('LUMMI ISLAND','9715@073@53'),
      new Array('LYNDEN','9762@073@53'),
      new Array('MAPLE FALLS','9995@073@53'),
      new Array('NOOKSACK','11828@073@53'),
      new Array('POINT ROBERTS','13341@073@53'),
      new Array('SUMAS','16270@073@53'));  // End state: WASHINGTON  county/borough: WHATCOM
  GeoCities["065@53"] = // Begin state: WASHINGTON  county/borough: STEVENS
    new Array(
      new Array('ANY','0'),  // NOTE: this array is created at runtime. (Not loaded)
      new Array('ADDY','62@065@53'),
      new Array('CHEWELAH','2926@065@53'),
      new Array('CLAYTON','3124@065@53'),
      new Array('COLVILLE','3382@065@53'),
      new Array('EVANS','5287@065@53'),
      new Array('FORD','5672@065@53'),
      new Array('FRUITLAND','5998@065@53'),
      new Array('GIFFORD','6222@065@53'),
      new Array('HUNTERS','7754@065@53'),
      new Array('KETTLE FALLS','8454@065@53'),
      new Array('LOON LAKE','9561@065@53'),
      new Array('MARCUS','10038@065@53'),
      new Array('NORTHPORT','12042@065@53'),
      new Array('RICE','14078@065@53'),
      new Array('SPRINGDALE','15929@065@53'),
      new Array('TUMTUM','17029@065@53'),
      new Array('VALLEY','17256@065@53'),
      new Array('WELLPINIT','17880@065@53'));  // End state: WASHINGTON  county/borough: STEVENS
  GeoCities["041@53"] = // Begin state: WASHINGTON  county/borough: LEWIS
    new Array(
      new Array('ANY','0'),  // NOTE: this array is created at runtime. (Not loaded)
      new Array('ADNA','76@041@53'),
      new Array('CENTRALIA','2742@041@53'),
      new Array('CHEHALIS','2865@041@53'),
      new Array('CINEBAR','3044@041@53'),
      new Array('CURTIS','3877@041@53'),
      new Array('DOTY','4382@041@53'),
      new Array('ETHEL','5254@041@53'),
      new Array('GALVIN','6069@041@53'),
      new Array('GLENOMA','6364@041@53'),
      new Array('MINERAL','10787@041@53'),
      new Array('MORTON','11082@041@53'),
      new Array('MOSSYROCK','11106@041@53'),
      new Array('NAPAVINE','11372@041@53'),
      new Array('ONALASKA','12343@041@53'),
      new Array('PACKWOOD','12598@041@53'),
      new Array('PE ELL','12839@041@53'),
      new Array('RANDLE','13814@041@53'),
      new Array('SALKUM','14748@041@53'),
      new Array('SILVER CREEK','15439@041@53'),
      new Array('TOLEDO','16813@041@53'),
      new Array('VADER','17232@041@53'),
      new Array('WINLOCK','18430@041@53'));  // End state: WASHINGTON  county/borough: LEWIS
  GeoCities["063@53"] = // Begin state: WASHINGTON  county/borough: SPOKANE
    new Array(
      new Array('ANY','0'),  // NOTE: this array is created at runtime. (Not loaded)
      new Array('AIRWAY HEIGHTS','115@063@53'),
      new Array('CHATTAROY','2852@063@53'),
      new Array('CHENEY','2875@063@53'),
      new Array('COLBERT','3296@063@53'),
      new Array('DEER PARK','4092@063@53'),
      new Array('ELK','4990@063@53'),
      new Array('FAIRCHILD AIR FORCE BASE','5352@063@53'),
      new Array('FAIRFIELD','5357@063@53'),
      new Array('FOUR LAKES','5868@063@53'),
      new Array('FREEMAN','5943@063@53'),
      new Array('GREENACRES','6674@063@53'),
      new Array('LATAH','9041@063@53'),
      new Array('LIBERTY LAKE','9285@063@53'),
      new Array('MARSHALL','10109@063@53'),
      new Array('MEAD','10424@063@53'),
      new Array('MEDICAL LAKE','10461@063@53'),
      new Array('MICA','10620@063@53'),
      new Array('NEWMAN LAKE','11730@063@53'),
      new Array('NINE MILE FALLS','11788@063@53'),
      new Array('OTIS ORCHARDS','12512@063@53'),
      new Array('ROCKFORD','14298@063@53'),
      new Array('SPANGLE','15845@063@53'),
      new Array('SPOKANE','15891@063@53'),
      new Array('VALLEYFORD','17275@063@53'),
      new Array('VERADALE','17364@063@53'),
      new Array('WAVERLY','17798@063@53'));  // End state: WASHINGTON  county/borough: SPOKANE
  GeoCities["075@53"] = // Begin state: WASHINGTON  county/borough: WHITMAN
    new Array(
      new Array('ANY','0'),  // NOTE: this array is created at runtime. (Not loaded)
      new Array('ALBION','151@075@53'),
      new Array('BELMONT','1147@075@53'),
      new Array('COLFAX','3320@075@53'),
      new Array('COLTON','3366@075@53'),
      new Array('ENDICOTT','5153@075@53'),
      new Array('FARMINGTON','5437@075@53'),
      new Array('GARFIELD','6103@075@53'),
      new Array('HAY','7164@075@53'),
      new Array('HOOPER','7594@075@53'),
      new Array('LACROSSE','8794@075@53'),
      new Array('LAMONT','8952@075@53'),
      new Array('MALDEN','9888@075@53'),
      new Array('OAKESDALE','12127@075@53'),
      new Array('PALOUSE','12673@075@53'),
      new Array('PULLMAN','13671@075@53'),
      new Array('ROSALIA','14389@075@53'),
      new Array('SAINT JOHN','14669@075@53'),
      new Array('STEPTOE','16066@075@53'),
      new Array('TEKOA','16569@075@53'),
      new Array('THORNTON','16693@075@53'),
      new Array('UNIONTOWN','17178@075@53'));  // End state: WASHINGTON  county/borough: WHITMAN
  GeoCities["045@53"] = // Begin state: WASHINGTON  county/borough: MASON
    new Array(
      new Array('ANY','0'),  // NOTE: this array is created at runtime. (Not loaded)
      new Array('ALLYN','235@045@53'),
      new Array('BELFAIR','1090@045@53'),
      new Array('GRAPEVIEW','6596@045@53'),
      new Array('HOODSPORT','7585@045@53'),
      new Array('LILLIWAUP','9311@045@53'),
      new Array('MATLOCK','10198@045@53'),
      new Array('SHELTON','15312@045@53'),
      new Array('TAHUYA','16452@045@53'),
      new Array('UNION','17161@045@53'));  // End state: WASHINGTON  county/borough: MASON
  GeoCities["043@53"] = // Begin state: WASHINGTON  county/borough: LINCOLN
    new Array(
      new Array('ANY','0'),  // NOTE: this array is created at runtime. (Not loaded)
      new Array('ALMIRA','240@043@53'),
      new Array('CRESTON','3733@043@53'),
      new Array('DAVENPORT','3996@043@53'),
      new Array('EDWALL','4890@043@53'),
      new Array('HARRINGTON','7044@043@53'),
      new Array('LAMONA','8950@043@53'),
      new Array('LINCOLN','9326@043@53'),
      new Array('MOHLER','10884@043@53'),
      new Array('ODESSA','12198@043@53'),
      new Array('REARDAN','13896@043@53'),
      new Array('SPRAGUE','15898@043@53'),
      new Array('WILBUR','18298@043@53'));  // End state: WASHINGTON  county/borough: LINCOLN
  GeoCities["011@53"] = // Begin state: WASHINGTON  county/borough: CLARK
    new Array(
      new Array('ANY','0'),  // NOTE: this array is created at runtime. (Not loaded)
      new Array('AMBOY','317@011@53'),
      new Array('BATTLE GROUND','954@011@53'),
      new Array('BRUSH PRAIRIE','2016@011@53'),
      new Array('CAMAS','2295@011@53'),
      new Array('HEISSON','7231@011@53'),
      new Array('LA CENTER','8713@011@53'),
      new Array('RIDGEFIELD','14128@011@53'),
      new Array('VANCOUVER','17308@011@53'),
      new Array('WASHOUGAL','17724@011@53'),
      new Array('YACOLT','18652@011@53'));  // End state: WASHINGTON  county/borough: CLARK
  GeoCities["057@53"] = // Begin state: WASHINGTON  county/borough: SKAGIT
    new Array(
      new Array('ANY','0'),  // NOTE: this array is created at runtime. (Not loaded)
      new Array('ANACORTES','355@057@53'),
      new Array('BOW','1686@057@53'),
      new Array('BURLINGTON','2139@057@53'),
      new Array('CLEARLAKE','3137@057@53'),
      new Array('CONCRETE','3417@057@53'),
      new Array('CONWAY','3465@057@53'),
      new Array('HAMILTON','6926@057@53'),
      new Array('LA CONNER','8714@057@53'),
      new Array('LYMAN','9751@057@53'),
      new Array('MARBLEMOUNT','10028@057@53'),
      new Array('MOUNT VERNON','11205@057@53'),
      new Array('ROCKPORT','14309@057@53'),
      new Array('SEDRO WOOLLEY','15141@057@53'));  // End state: WASHINGTON  county/borough: SKAGIT
  GeoCities["003@53"] = // Begin state: WASHINGTON  county/borough: ASOTIN
    new Array(
      new Array('ANY','0'),  // NOTE: this array is created at runtime. (Not loaded)
      new Array('ANATONE','365@003@53'),
      new Array('ASOTIN','630@003@53'),
      new Array('CLARKSTON','3103@003@53'));  // End state: WASHINGTON  county/borough: ASOTIN
  GeoCities["053@53"] = // Begin state: WASHINGTON  county/borough: PIERCE
    new Array(
      new Array('ANY','0'),  // NOTE: this array is created at runtime. (Not loaded)
      new Array('ANDERSON ISLAND','377@053@53'),
      new Array('ASHFORD','616@053@53'),
      new Array('BONNEY LAKE','1618@053@53'),
      new Array('BUCKLEY','2053@053@53'),
      new Array('CAMP MURRAY','2327@053@53'),
      new Array('CARBONADO','2453@053@53'),
      new Array('DUPONT','4547@053@53'),
      new Array('EATONVILLE','4822@053@53'),
      new Array('ELBE','4948@053@53'),
      new Array('FOX ISLAND','5877@053@53'),
      new Array('GIG HARBOR','6223@053@53'),
      new Array('GRAHAM','6515@053@53'),
      new Array('KAPOWSIN','8284@053@53'),
      new Array('LA GRANDE','8726@053@53'),
      new Array('LAKEBAY','8920@053@53'),
      new Array('LAKEWOOD','8936@053@53'),
      new Array('LONGBRANCH','9539@053@53'),
      new Array('LONGMIRE','9545@053@53'),
      new Array('MCCHORD AFB','10395@053@53'),
      new Array('MCKENNA','10412@053@53'),
      new Array('MILTON','10767@053@53'),
      new Array('ORTING','12469@053@53'),
      new Array('PARADISE INN','12706@053@53'),
      new Array('PUYALLUP','13703@053@53'),
      new Array('ROY','14485@053@53'),
      new Array('SOUTH PRAIRIE','15781@053@53'),
      new Array('SPANAWAY','15844@053@53'),
      new Array('STEILACOOM','16050@053@53'),
      new Array('SUMNER','16296@053@53'),
      new Array('TACOMA','16438@053@53'),
      new Array('UNIVERSITY PLACE','17192@053@53'),
      new Array('VAUGHN','17339@053@53'),
      new Array('WAUNA','17783@053@53'),
      new Array('WILKESON','18319@053@53'));  // End state: WASHINGTON  county/borough: PIERCE
  GeoCities["039@53"] = // Begin state: WASHINGTON  county/borough: KLICKITAT
    new Array(
      new Array('ANY','0'),  // NOTE: this array is created at runtime. (Not loaded)
      new Array('APPLETON','464@039@53'),
      new Array('BICKLETON','1288@039@53'),
      new Array('BINGEN','1351@039@53'),
      new Array('CENTERVILLE','2730@039@53'),
      new Array('DALLESPORT','3939@039@53'),
      new Array('GLENWOOD','6375@039@53'),
      new Array('GOLDENDALE','6419@039@53'),
      new Array('HUSUM','7794@039@53'),
      new Array('KLICKITAT','8620@039@53'),
      new Array('LYLE','9749@039@53'),
      new Array('ROOSEVELT','14383@039@53'),
      new Array('TROUT LAKE','16980@039@53'),
      new Array('WAHKIACUS','17530@039@53'),
      new Array('WHITE SALMON','18216@039@53'),
      new Array('WISHRAM','18481@039@53'));  // End state: WASHINGTON  county/borough: KLICKITAT
  GeoCities["007@53"] = // Begin state: WASHINGTON  county/borough: CHELAN
    new Array(
      new Array('ANY','0'),  // NOTE: this array is created at runtime. (Not loaded)
      new Array('ARDENVOIR','503@007@53'),
      new Array('CASHMERE','2558@007@53'),
      new Array('CHELAN','2866@007@53'),
      new Array('CHELAN FALLS','2867@007@53'),
      new Array('DRYDEN','4464@007@53'),
      new Array('ENTIAT','5181@007@53'),
      new Array('LEAVENWORTH','9123@007@53'),
      new Array('MALAGA','9884@007@53'),
      new Array('MANSON','9972@007@53'),
      new Array('MONITOR','10920@007@53'),
      new Array('PESHASTIN','13006@007@53'),
      new Array('STEHEKIN','16049@007@53'),
      new Array('WENATCHEE','17892@007@53'));  // End state: WASHINGTON  county/borough: CHELAN
  GeoCities["015@53"] = // Begin state: WASHINGTON  county/borough: COWLITZ
    new Array(
      new Array('ANY','0'),  // NOTE: this array is created at runtime. (Not loaded)
      new Array('ARIEL','520@015@53'),
      new Array('CARROLLS','2521@015@53'),
      new Array('CASTLE ROCK','2596@015@53'),
      new Array('COUGAR','3621@015@53'),
      new Array('KALAMA','8244@015@53'),
      new Array('KELSO','8369@015@53'),
      new Array('LONGVIEW','9551@015@53'),
      new Array('RYDERWOOD','14569@015@53'),
      new Array('SILVERLAKE','15451@015@53'),
      new Array('TOUTLE','16882@015@53'),
      new Array('WOODLAND','18548@015@53'));  // End state: WASHINGTON  county/borough: COWLITZ
  GeoCities["061@53"] = // Begin state: WASHINGTON  county/borough: SNOHOMISH
    new Array(
      new Array('ANY','0'),  // NOTE: this array is created at runtime. (Not loaded)
      new Array('ARLINGTON','541@061@53'),
      new Array('BOTHELL','1662@061@53'),
      new Array('DARRINGTON','3984@061@53'),
      new Array('EDMONDS','4879@061@53'),
      new Array('EVERETT','5301@061@53'),
      new Array('GOLD BAR','6407@061@53'),
      new Array('GRANITE FALLS','6575@061@53'),
      new Array('INDEX','7878@061@53'),
      new Array('LAKE STEVENS','8908@061@53'),
      new Array('LYNNWOOD','9775@061@53'),
      new Array('MARYSVILLE','10158@061@53'),
      new Array('MONROE','10931@061@53'),
      new Array('MOUNTLAKE TERRACE','11236@061@53'),
      new Array('MUKILTEO','11257@061@53'),
      new Array('NORTH LAKEWOOD','11948@061@53'),
      new Array('SILVANA','15434@061@53'),
      new Array('SNOHOMISH','15600@061@53'),
      new Array('STANWOOD','15992@061@53'),
      new Array('STARTUP','16016@061@53'),
      new Array('SULTAN','16268@061@53'));  // End state: WASHINGTON  county/borough: SNOHOMISH
  GeoCities["033@53"] = // Begin state: WASHINGTON  county/borough: KING
    new Array(
      new Array('ANY','0'),  // NOTE: this array is created at runtime. (Not loaded)
      new Array('AUBURN','682@033@53'),
      new Array('BARING','864@033@53'),
      new Array('BELLEVUE','1131@033@53'),
      new Array('BLACK DIAMOND','1395@033@53'),
      new Array('BOTHELL','1662@033@53'),
      new Array('BURTON','2169@033@53'),
      new Array('CARNATION','2493@033@53'),
      new Array('DUVALL','4569@033@53'),
      new Array('ENUMCLAW','5183@033@53'),
      new Array('FALL CITY','5390@033@53'),
      new Array('FEDERAL WAY','5471@033@53'),
      new Array('HOBART','7462@033@53'),
      new Array('ISSAQUAH','8010@033@53'),
      new Array('KENMORE','8393@033@53'),
      new Array('KENT','8418@033@53'),
      new Array('KIRKLAND','8586@033@53'),
      new Array('MAPLE VALLEY','10005@033@53'),
      new Array('MEDINA','10467@033@53'),
      new Array('MERCER ISLAND','10540@033@53'),
      new Array('NORTH BEND','11876@033@53'),
      new Array('PACIFIC','12590@033@53'),
      new Array('PRESTON','13602@033@53'),
      new Array('RAVENSDALE','13856@033@53'),
      new Array('REDMOND','13949@033@53'),
      new Array('REDONDO','13950@033@53'),
      new Array('RENTON','14022@033@53'),
      new Array('SAMMAMISH','14777@033@53'),
      new Array('SEAHURST','15093@033@53'),
      new Array('SEATTLE','15116@033@53'),
      new Array('SKYKOMISH','15516@033@53'),
      new Array('SNOQUALMIE','15602@033@53'),
      new Array('VASHON','17333@033@53'),
      new Array('WOODINVILLE','18546@033@53'));  // End state: WASHINGTON  county/borough: KING
  GeoCities["035@53"] = // Begin state: WASHINGTON  county/borough: KITSAP
    new Array(
      new Array('ANY','0'),  // NOTE: this array is created at runtime. (Not loaded)
      new Array('BAINBRIDGE ISLAND','776@035@53'),
      new Array('BREMERTON','1824@035@53'),
      new Array('BURLEY','2136@035@53'),
      new Array('HANSVILLE','6981@035@53'),
      new Array('INDIANOLA','7896@035@53'),
      new Array('KEYPORT','8475@035@53'),
      new Array('KINGSTON','8559@035@53'),
      new Array('MANCHESTER','9925@035@53'),
      new Array('OLALLA','12258@035@53'),
      new Array('PORT GAMBLE','13435@035@53'),
      new Array('PORT ORCHARD','13462@035@53'),
      new Array('POULSBO','13534@035@53'),
      new Array('RETSIL','14037@035@53'),
      new Array('ROLLINGBAY','14358@035@53'),
      new Array('SEABECK','15084@035@53'),
      new Array('SILVERDALE','15449@035@53'),
      new Array('SOUTH COLBY','15707@035@53'),
      new Array('SOUTHWORTH','15841@035@53'),
      new Array('SUQUAMISH','16337@035@53'),
      new Array('TRACYTON','16907@035@53'));  // End state: WASHINGTON  county/borough: KITSAP
  GeoCities["049@53"] = // Begin state: WASHINGTON  county/borough: PACIFIC
    new Array(
      new Array('ANY','0'),  // NOTE: this array is created at runtime. (Not loaded)
      new Array('BAY CENTER','967@049@53'),
      new Array('CHINOOK','2976@049@53'),
      new Array('ILWACO','7859@049@53'),
      new Array('LEBAM','9126@049@53'),
      new Array('LONG BEACH','9521@049@53'),
      new Array('MENLO','10521@049@53'),
      new Array('NAHCOTTA','11352@049@53'),
      new Array('NASELLE','11391@049@53'),
      new Array('OCEAN PARK','12167@049@53'),
      new Array('OYSTERVILLE','12579@049@53'),
      new Array('RAYMOND','13870@049@53'),
      new Array('SEAVIEW','15117@049@53'),
      new Array('SOUTH BEND','15685@049@53'),
      new Array('TOKELAND','16809@049@53'));  // End state: WASHINGTON  county/borough: PACIFIC
  GeoCities["009@53"] = // Begin state: WASHINGTON  county/borough: CLALLAM
    new Array(
      new Array('ANY','0'),  // NOTE: this array is created at runtime. (Not loaded)
      new Array('BEAVER','1023@009@53'),
      new Array('CARLSBORG','2480@009@53'),
      new Array('CLALLAM BAY','3061@009@53'),
      new Array('FORKS','5712@009@53'),
      new Array('JOYCE','8203@009@53'),
      new Array('LA PUSH','8757@009@53'),
      new Array('NEAH BAY','11435@009@53'),
      new Array('PORT ANGELES','13417@009@53'),
      new Array('SEKIU','15151@009@53'),
      new Array('SEQUIM','15186@009@53'));  // End state: WASHINGTON  county/borough: CLALLAM
  GeoCities["001@53"] = // Begin state: WASHINGTON  county/borough: ADAMS
    new Array(
      new Array('ANY','0'),  // NOTE: this array is created at runtime. (Not loaded)
      new Array('BENGE','1181@001@53'),
      new Array('CUNNINGHAM','3866@001@53'),
      new Array('HATTON','7127@001@53'),
      new Array('LIND','9339@001@53'),
      new Array('OTHELLO','12509@001@53'),
      new Array('RITZVILLE','14203@001@53'),
      new Array('WASHTUCNA','17726@001@53'));  // End state: WASHINGTON  county/borough: ADAMS
  GeoCities["005@53"] = // Begin state: WASHINGTON  county/borough: BENTON
    new Array(
      new Array('ANY','0'),  // NOTE: this array is created at runtime. (Not loaded)
      new Array('BENTON CITY','1200@005@53'),
      new Array('KENNEWICK','8409@005@53'),
      new Array('PATERSON','12785@005@53'),
      new Array('PLYMOUTH','13309@005@53'),
      new Array('PROSSER','13649@005@53'),
      new Array('RICHLAND','14099@005@53'),
      new Array('WEST RICHLAND','18055@005@53'));  // End state: WASHINGTON  county/borough: BENTON
  GeoCities["025@53"] = // Begin state: WASHINGTON  county/borough: GRANT
    new Array(
      new Array('ANY','0'),  // NOTE: this array is created at runtime. (Not loaded)
      new Array('BEVERLY','1279@025@53'),
      new Array('COULEE CITY','3622@025@53'),
      new Array('ELECTRIC CITY','4972@025@53'),
      new Array('EPHRATA','5189@025@53'),
      new Array('GEORGE','6177@025@53'),
      new Array('GRAND COULEE','6536@025@53'),
      new Array('HARTLINE','7073@025@53'),
      new Array('MARLIN','10091@025@53'),
      new Array('MATTAWA','10203@025@53'),
      new Array('MOSES LAKE','11093@025@53'),
      new Array('QUINCY','13741@025@53'),
      new Array('ROYAL CITY','14488@025@53'),
      new Array('SOAP LAKE','15618@025@53'),
      new Array('STRATFORD','16175@025@53'),
      new Array('WARDEN','17667@025@53'),
      new Array('WILSON CREEK','18383@025@53'));  // End state: WASHINGTON  county/borough: GRANT
  GeoCities["055@53"] = // Begin state: WASHINGTON  county/borough: SAN JUAN
    new Array(
      new Array('ANY','0'),  // NOTE: this array is created at runtime. (Not loaded)
      new Array('BLAKELY ISLAND','1433@055@53'),
      new Array('DEER HARBOR','4088@055@53'),
      new Array('EASTSOUND','4812@055@53'),
      new Array('FRIDAY HARBOR','5970@055@53'),
      new Array('LOPEZ ISLAND','9567@055@53'),
      new Array('OLGA','12302@055@53'),
      new Array('ORCAS','12408@055@53'),
      new Array('SHAW ISLAND','15269@055@53'),
      new Array('WALDRON','17568@055@53'));  // End state: WASHINGTON  county/borough: SAN JUAN
  GeoCities["019@53"] = // Begin state: WASHINGTON  county/borough: FERRY
    new Array(
      new Array('ANY','0'),  // NOTE: this array is created at runtime. (Not loaded)
      new Array('BOYDS','1717@019@53'),
      new Array('CURLEW','3869@019@53'),
      new Array('DANVILLE','3973@019@53'),
      new Array('INCHELIUM','7875@019@53'),
      new Array('KELLER','8356@019@53'),
      new Array('LAURIER','9068@019@53'),
      new Array('MALO','9900@019@53'),
      new Array('ORIENT','12431@019@53'),
      new Array('REPUBLIC','14028@019@53'));  // End state: WASHINGTON  county/borough: FERRY
  GeoCities["047@53"] = // Begin state: WASHINGTON  county/borough: OKANOGAN
    new Array(
      new Array('ANY','0'),  // NOTE: this array is created at runtime. (Not loaded)
      new Array('BREWSTER','1839@047@53'),
      new Array('CARLTON','2482@047@53'),
      new Array('CONCONULLY','3413@047@53'),
      new Array('COULEE DAM','3623@047@53'),
      new Array('ELMER CITY','5074@047@53'),
      new Array('LOOMIS','9560@047@53'),
      new Array('MALOTT','9902@047@53'),
      new Array('MAZAMA','10273@047@53'),
      new Array('METHOW','10599@047@53'),
      new Array('NESPELEM','11504@047@53'),
      new Array('OKANOGAN','12236@047@53'),
      new Array('OMAK','12334@047@53'),
      new Array('OROVILLE','12459@047@53'),
      new Array('PATEROS','12784@047@53'),
      new Array('RIVERSIDE','14216@047@53'),
      new Array('TONASKET','16838@047@53'),
      new Array('TWISP','17103@047@53'),
      new Array('WAUCONDA','17775@047@53'),
      new Array('WINTHROP','18466@047@53'));  // End state: WASHINGTON  county/borough: OKANOGAN
  GeoCities["017@53"] = // Begin state: WASHINGTON  county/borough: DOUGLAS
    new Array(
      new Array('ANY','0'),  // NOTE: this array is created at runtime. (Not loaded)
      new Array('BRIDGEPORT','1852@017@53'),
      new Array('EAST WENATCHEE','4786@017@53'),
      new Array('MANSFIELD','9969@017@53'),
      new Array('ORONDO','12453@017@53'),
      new Array('PALISADES','12641@017@53'),
      new Array('ROCK ISLAND','14279@017@53'),
      new Array('WATERVILLE','17753@017@53'));  // End state: WASHINGTON  county/borough: DOUGLAS
  GeoCities["031@53"] = // Begin state: WASHINGTON  county/borough: JEFFERSON
    new Array(
      new Array('ANY','0'),  // NOTE: this array is created at runtime. (Not loaded)
      new Array('BRINNON','1885@031@53'),
      new Array('CHIMACUM','2962@031@53'),
      new Array('NORDLAND','11839@031@53'),
      new Array('PORT HADLOCK','13437@031@53'),
      new Array('PORT LUDLOW','13453@031@53'),
      new Array('PORT TOWNSEND','13475@031@53'),
      new Array('QUILCENE','13737@031@53'));  // End state: WASHINGTON  county/borough: JEFFERSON
  GeoCities["077@53"] = // Begin state: WASHINGTON  county/borough: YAKIMA
    new Array(
      new Array('ANY','0'),  // NOTE: this array is created at runtime. (Not loaded)
      new Array('BROWNSTOWN','1986@077@53'),
      new Array('BUENA','2067@077@53'),
      new Array('COWICHE','3660@077@53'),
      new Array('GOOSE PRAIRIE','6468@077@53'),
      new Array('GRANDVIEW','6566@077@53'),
      new Array('GRANGER','6569@077@53'),
      new Array('HARRAH','7037@077@53'),
      new Array('MABTON','9796@077@53'),
      new Array('MOXEE','11245@077@53'),
      new Array('NACHES','11342@077@53'),
      new Array('OUTLOOK','12539@077@53'),
      new Array('PARKER','12732@077@53'),
      new Array('SELAH','15152@077@53'),
      new Array('SUNNYSIDE','16324@077@53'),
      new Array('TIETON','16727@077@53'),
      new Array('TOPPENISH','16861@077@53'),
      new Array('WAPATO','17653@077@53'),
      new Array('WHITE SWAN','18221@077@53'),
      new Array('YAKIMA','18654@077@53'),
      new Array('ZILLAH','18762@077@53'));  // End state: WASHINGTON  county/borough: YAKIMA
  GeoCities["067@53"] = // Begin state: WASHINGTON  county/borough: THURSTON
    new Array(
      new Array('ANY','0'),  // NOTE: this array is created at runtime. (Not loaded)
      new Array('BUCODA','2060@067@53'),
      new Array('EAST OLYMPIA','4731@067@53'),
      new Array('LACEY','8780@067@53'),
      new Array('LITTLEROCK','9425@067@53'),
      new Array('OLYMPIA','12329@067@53'),
      new Array('RAINIER','13782@067@53'),
      new Array('ROCHESTER','14266@067@53'),
      new Array('TENINO','16598@067@53'),
      new Array('TUMWATER','17030@067@53'),
      new Array('YELM','18688@067@53'));  // End state: WASHINGTON  county/borough: THURSTON
  GeoCities["071@53"] = // Begin state: WASHINGTON  county/borough: WALLA WALLA
    new Array(
      new Array('ANY','0'),  // NOTE: this array is created at runtime. (Not loaded)
      new Array('BURBANK','2111@071@53'),
      new Array('COLLEGE PLACE','3326@071@53'),
      new Array('DIXIE','4307@071@53'),
      new Array('PRESCOTT','13596@071@53'),
      new Array('TOUCHET','16878@071@53'),
      new Array('WAITSBURG','17546@071@53'),
      new Array('WALLA WALLA','17584@071@53'),
      new Array('WALLULA','17606@071@53'));  // End state: WASHINGTON  county/borough: WALLA WALLA
  GeoCities["029@53"] = // Begin state: WASHINGTON  county/borough: ISLAND
    new Array(
      new Array('ANY','0'),  // NOTE: this array is created at runtime. (Not loaded)
      new Array('CAMANO ISLAND','2292@029@53'),
      new Array('CLINTON','3181@029@53'),
      new Array('COUPEVILLE','3635@029@53'),
      new Array('FREELAND','5941@029@53'),
      new Array('GREENBANK','6677@029@53'),
      new Array('LANGLEY','8989@029@53'),
      new Array('OAK HARBOR','12115@029@53'));  // End state: WASHINGTON  county/borough: ISLAND
  GeoCities["059@53"] = // Begin state: WASHINGTON  county/borough: SKAMANIA
    new Array(
      new Array('ANY','0'),  // NOTE: this array is created at runtime. (Not loaded)
      new Array('CARSON','2525@059@53'),
      new Array('NORTH BONNEVILLE','11884@059@53'),
      new Array('STEVENSON','16082@059@53'),
      new Array('UNDERWOOD','17158@059@53'));  // End state: WASHINGTON  county/borough: SKAMANIA
  GeoCities["069@53"] = // Begin state: WASHINGTON  county/borough: WAHKIAKUM
    new Array(
      new Array('ANY','0'),  // NOTE: this array is created at runtime. (Not loaded)
      new Array('CATHLAMET','2623@069@53'),
      new Array('GRAYS RIVER','6630@069@53'),
      new Array('ROSBURG','14394@069@53'),
      new Array('SKAMOKAWA','15497@069@53'));  // End state: WASHINGTON  county/borough: WAHKIAKUM
  GeoCities["037@53"] = // Begin state: WASHINGTON  county/borough: KITTITAS
    new Array(
      new Array('ANY','0'),  // NOTE: this array is created at runtime. (Not loaded)
      new Array('CLE ELUM','3128@037@53'),
      new Array('EASTON','4807@037@53'),
      new Array('ELLENSBURG','5032@037@53'),
      new Array('KITTITAS','8607@037@53'),
      new Array('RONALD','14374@037@53'),
      new Array('ROSLYN','14431@037@53'),
      new Array('SNOQUALMIE PASS','15603@037@53'),
      new Array('SOUTH CLE ELUM','15706@037@53'),
      new Array('THORP','16698@037@53'),
      new Array('VANTAGE','17323@037@53'));  // End state: WASHINGTON  county/borough: KITTITAS
  GeoCities["021@53"] = // Begin state: WASHINGTON  county/borough: FRANKLIN
    new Array(
      new Array('ANY','0'),  // NOTE: this array is created at runtime. (Not loaded)
      new Array('CONNELL','3440@021@53'),
      new Array('ELTOPIA','5101@021@53'),
      new Array('KAHLOTUS','8233@021@53'),
      new Array('MESA','10581@021@53'),
      new Array('PASCO','12772@021@53'));  // End state: WASHINGTON  county/borough: FRANKLIN
  GeoCities["051@53"] = // Begin state: WASHINGTON  county/borough: PEND OREILLE
    new Array(
      new Array('ANY','0'),  // NOTE: this array is created at runtime. (Not loaded)
      new Array('CUSICK','3884@051@53'),
      new Array('IONE','7932@051@53'),
      new Array('METALINE','10594@051@53'),
      new Array('METALINE FALLS','10595@051@53'),
      new Array('NEWPORT','11734@051@53'),
      new Array('USK','17220@051@53'));  // End state: WASHINGTON  county/borough: PEND OREILLE
  GeoCities["013@53"] = // Begin state: WASHINGTON  county/borough: COLUMBIA
    new Array(
      new Array('ANY','0'),  // NOTE: this array is created at runtime. (Not loaded)
      new Array('DAYTON','4027@013@53'),
      new Array('STARBUCK','16002@013@53'));  // End state: WASHINGTON  county/borough: COLUMBIA
  GeoCities["023@53"] = // Begin state: WASHINGTON  county/borough: GARFIELD
    new Array(
      new Array('ANY','0'),  // NOTE: this array is created at runtime. (Not loaded)
      new Array('POMEROY','13365@023@53'));  // End state: WASHINGTON  county/borough: GARFIELD
  GeoCities["016@02"] = // Begin state: ALASKA  county/borough: ALEUTIANS WEST
    new Array(
      new Array('ANY','0'),  // NOTE: this array is created at runtime. (Not loaded)
      new Array('ADAK','49@016@02'),
      new Array('ATKA','655@016@02'),
      new Array('DUTCH HARBOR','4564@016@02'),
      new Array('NIKOLSKI','11781@016@02'),
      new Array('SAINT GEORGE ISLAND','14651@016@02'),
      new Array('SAINT PAUL ISLAND','14705@016@02'),
      new Array('UNALASKA','17153@016@02'));  // End state: ALASKA  county/borough: ALEUTIANS WEST
  GeoCities["050@02"] = // Begin state: ALASKA  county/borough: BETHEL
    new Array(
      new Array('ANY','0'),  // NOTE: this array is created at runtime. (Not loaded)
      new Array('AKIACHAK','121@050@02'),
      new Array('AKIAK','122@050@02'),
      new Array('ANIAK','402@050@02'),
      new Array('BETHEL','1262@050@02'),
      new Array('CHEFORNAK','2864@050@02'),
      new Array('CROOKED CREEK','3761@050@02'),
      new Array('EEK','4896@050@02'),
      new Array('GOODNEWS BAY','6452@050@02'),
      new Array('KALSKAG','8252@050@02'),
      new Array('KASIGLUK','8296@050@02'),
      new Array('KIPNUK','8580@050@02'),
      new Array('KWETHLUK','8702@050@02'),
      new Array('KWIGILLINGOK','8703@050@02'),
      new Array('LOWER KALSKAG','9650@050@02'),
      new Array('MEKORYUK','10482@050@02'),
      new Array('NAPAKIAK','11370@050@02'),
      new Array('NIGHTMUTE','11778@050@02'),
      new Array('NUNAPITCHUK','12087@050@02'),
      new Array('PLATINUM','13255@050@02'),
      new Array('QUINHAGAK','13743@050@02'),
      new Array('RED DEVIL','13914@050@02'),
      new Array('SLEETMUTE','15539@050@02'),
      new Array('TOKSOOK BAY','16811@050@02'),
      new Array('TULUKSAK','17026@050@02'),
      new Array('TUNTUTULIAK','17039@050@02'),
      new Array('TUNUNAK','17040@050@02'));  // End state: ALASKA  county/borough: BETHEL
  GeoCities["013@02"] = // Begin state: ALASKA  county/borough: ALEUTIANS EAST
    new Array(
      new Array('ANY','0'),  // NOTE: this array is created at runtime. (Not loaded)
      new Array('AKUTAN','125@013@02'),
      new Array('COLD BAY','3301@013@02'),
      new Array('FALSE PASS','5410@013@02'),
      new Array('KING COVE','8533@013@02'),
      new Array('SAND POINT','14847@013@02'));  // End state: ALASKA  county/borough: ALEUTIANS EAST
  GeoCities["270@02"] = // Begin state: ALASKA  county/borough: WADE HAMPTON
    new Array(
      new Array('ANY','0'),  // NOTE: this array is created at runtime. (Not loaded)
      new Array('ALAKANUK','129@270@02'),
      new Array('CHEVAK','2923@270@02'),
      new Array('EMMONAK','5140@270@02'),
      new Array('HOOPER BAY','7595@270@02'),
      new Array('KOTLIK','8667@270@02'),
      new Array('MARSHALL','10109@270@02'),
      new Array('MOUNTAIN VILLAGE','11230@270@02'),
      new Array('NUNAM IQUA','12086@270@02'),
      new Array('PILOT STATION','13125@270@02'),
      new Array('RUSSIAN MISSION','14551@270@02'),
      new Array('SAINT MARYS','14692@270@02'),
      new Array('SCAMMON BAY','14993@270@02'));  // End state: ALASKA  county/borough: WADE HAMPTON
  GeoCities["070@02"] = // Begin state: ALASKA  county/borough: DILLINGHAM
    new Array(
      new Array('ANY','0'),  // NOTE: this array is created at runtime. (Not loaded)
      new Array('ALEKNAGIK','174@070@02'),
      new Array('CLARKS POINT','3097@070@02'),
      new Array('DILLINGHAM','4277@070@02'),
      new Array('EKWOK','4922@070@02'),
      new Array('MANOKOTAK','9964@070@02'),
      new Array('NEW STUYAHOK','11671@070@02'),
      new Array('TOGIAK','16805@070@02'));  // End state: ALASKA  county/borough: DILLINGHAM
  GeoCities["290@02"] = // Begin state: ALASKA  county/borough: YUKON KOYUKUK
    new Array(
      new Array('ANY','0'),  // NOTE: this array is created at runtime. (Not loaded)
      new Array('ALLAKAKET','201@290@02'),
      new Array('ANVIK','444@290@02'),
      new Array('ARCTIC VILLAGE','500@290@02'),
      new Array('BEAVER','1023@290@02'),
      new Array('BETTLES FIELD','1275@290@02'),
      new Array('CENTRAL','2732@290@02'),
      new Array('CHALKYITSIK','2767@290@02'),
      new Array('CIRCLE','3045@290@02'),
      new Array('FORT YUKON','5842@290@02'),
      new Array('GALENA','6041@290@02'),
      new Array('GRAYLING','6626@290@02'),
      new Array('HOLY CROSS','7546@290@02'),
      new Array('HUGHES','7716@290@02'),
      new Array('HUSLIA','7785@290@02'),
      new Array('KALTAG','8253@290@02'),
      new Array('KOYUKUK','8672@290@02'),
      new Array('LAKE MINCHUMINA','8888@290@02'),
      new Array('MANLEY HOT SPRINGS','9953@290@02'),
      new Array('MC GRATH','10346@290@02'),
      new Array('MINTO','10828@290@02'),
      new Array('NENANA','11480@290@02'),
      new Array('NIKOLAI','11780@290@02'),
      new Array('NULATO','12084@290@02'),
      new Array('RAMPART','13795@290@02'),
      new Array('RUBY','14498@290@02'),
      new Array('SHAGELUK','15229@290@02'),
      new Array('STEVENS VILLAGE','16080@290@02'),
      new Array('TAKOTNA','16455@290@02'),
      new Array('TANANA','16497@290@02'),
      new Array('VENETIE','17357@290@02'));  // End state: ALASKA  county/borough: YUKON KOYUKUK
  GeoCities["188@02"] = // Begin state: ALASKA  county/borough: NORTHWEST ARCTIC
    new Array(
      new Array('ANY','0'),  // NOTE: this array is created at runtime. (Not loaded)
      new Array('AMBLER','316@188@02'),
      new Array('BUCKLAND','2052@188@02'),
      new Array('DEERING','4099@188@02'),
      new Array('KIANA','8483@188@02'),
      new Array('KIVALINA','8613@188@02'),
      new Array('KOBUK','8646@188@02'),
      new Array('KOTZEBUE','8668@188@02'),
      new Array('NOATAK','11808@188@02'),
      new Array('NOORVIK','11830@188@02'),
      new Array('SELAWIK','15153@188@02'),
      new Array('SHUNGNAK','15393@188@02'));  // End state: ALASKA  county/borough: NORTHWEST ARCTIC
  GeoCities["185@02"] = // Begin state: ALASKA  county/borough: NORTH SLOPE
    new Array(
      new Array('ANY','0'),  // NOTE: this array is created at runtime. (Not loaded)
      new Array('ANAKTUVUK PASS','360@185@02'),
      new Array('ATQASUK','669@185@02'),
      new Array('BARROW','902@185@02'),
      new Array('KAKTOVIK','8242@185@02'),
      new Array('NUIQSUT','12083@185@02'),
      new Array('POINT HOPE','13332@185@02'),
      new Array('POINT LAY','13333@185@02'),
      new Array('PRUDHOE BAY','13661@185@02'),
      new Array('WAINWRIGHT','17541@185@02'));  // End state: ALASKA  county/borough: NORTH SLOPE
  GeoCities["122@02"] = // Begin state: ALASKA  county/borough: KENAI PENINSULA
    new Array(
      new Array('ANY','0'),  // NOTE: this array is created at runtime. (Not loaded)
      new Array('ANCHOR POINT','368@122@02'),
      new Array('CLAM GULCH','3062@122@02'),
      new Array('COOPER LANDING','3490@122@02'),
      new Array('HOMER','7554@122@02'),
      new Array('HOPE','7605@122@02'),
      new Array('KASILOF','8297@122@02'),
      new Array('KENAI','8377@122@02'),
      new Array('MOOSE PASS','11020@122@02'),
      new Array('NIKISKI','11779@122@02'),
      new Array('NINILCHIK','11791@122@02'),
      new Array('SELDOVIA','15157@122@02'),
      new Array('SEWARD','15206@122@02'),
      new Array('SOLDOTNA','15632@122@02'),
      new Array('STERLING','16067@122@02'),
      new Array('TYONEK','17124@122@02'));  // End state: ALASKA  county/borough: KENAI PENINSULA
  GeoCities["020@02"] = // Begin state: ALASKA  county/borough: ANCHORAGE
    new Array(
      new Array('ANY','0'),  // NOTE: this array is created at runtime. (Not loaded)
      new Array('ANCHORAGE','369@020@02'),
      new Array('CHUGIAK','3016@020@02'),
      new Array('EAGLE RIVER','4597@020@02'),
      new Array('ELMENDORF AFB','5072@020@02'),
      new Array('FORT RICHARDSON','5810@020@02'),
      new Array('GIRDWOOD','6264@020@02'),
      new Array('INDIAN','7881@020@02'));  // End state: ALASKA  county/borough: ANCHORAGE
  GeoCities["068@02"] = // Begin state: ALASKA  county/borough: DENALI
    new Array(
      new Array('ANY','0'),  // NOTE: this array is created at runtime. (Not loaded)
      new Array('ANDERSON','376@068@02'),
      new Array('CANTWELL','2406@068@02'),
      new Array('CLEAR','3129@068@02'),
      new Array('DENALI NATIONAL PARK','4164@068@02'),
      new Array('HEALY','7202@068@02'));  // End state: ALASKA  county/borough: DENALI
  GeoCities["232@02"] = // Begin state: ALASKA  county/borough: SKAGWAY HOONAH ANGOON
    new Array(
      new Array('ANY','0'),  // NOTE: this array is created at runtime. (Not loaded)
      new Array('ANGOON','398@232@02'),
      new Array('ELFIN COVE','4978@232@02'),
      new Array('GUSTAVUS','6821@232@02'),
      new Array('HOONAH','7592@232@02'),
      new Array('PELICAN','12893@232@02'),
      new Array('SKAGWAY','15496@232@02'),
      new Array('TENAKEE SPRINGS','16595@232@02'));  // End state: ALASKA  county/borough: SKAGWAY HOONAH ANGOON
  GeoCities["110@02"] = // Begin state: ALASKA  county/borough: JUNEAU
    new Array(
      new Array('ANY','0'),  // NOTE: this array is created at runtime. (Not loaded)
      new Array('AUKE BAY','690@110@02'),
      new Array('DOUGLAS','4387@110@02'),
      new Array('JUNEAU','8221@110@02'));  // End state: ALASKA  county/borough: JUNEAU
  GeoCities["170@02"] = // Begin state: ALASKA  county/borough: MATANUSKA SUSITNA
    new Array(
      new Array('ANY','0'),  // NOTE: this array is created at runtime. (Not loaded)
      new Array('BIG LAKE','1314@170@02'),
      new Array('HOUSTON','7673@170@02'),
      new Array('PALMER','12654@170@02'),
      new Array('SKWENTNA','15514@170@02'),
      new Array('SUTTON','16356@170@02'),
      new Array('TALKEETNA','16465@170@02'),
      new Array('TRAPPER CREEK','16922@170@02'),
      new Array('WASILLA','17727@170@02'),
      new Array('WILLOW','18351@170@02'));  // End state: ALASKA  county/borough: MATANUSKA SUSITNA
  GeoCities["180@02"] = // Begin state: ALASKA  county/borough: NOME
    new Array(
      new Array('ANY','0'),  // NOTE: this array is created at runtime. (Not loaded)
      new Array('BREVIG MISSION','1836@180@02'),
      new Array('ELIM','4982@180@02'),
      new Array('GAMBELL','6072@180@02'),
      new Array('KOYUK','8671@180@02'),
      new Array('NOME','11825@180@02'),
      new Array('SAINT MICHAEL','14697@180@02'),
      new Array('SAVOONGA','14971@180@02'),
      new Array('SHAKTOOLIK','15231@180@02'),
      new Array('SHISHMAREF','15363@180@02'),
      new Array('STEBBINS','16037@180@02'),
      new Array('TELLER','16577@180@02'),
      new Array('UNALAKLEET','17152@180@02'),
      new Array('WALES','17570@180@02'),
      new Array('WHITE MOUNTAIN','18205@180@02'));  // End state: ALASKA  county/borough: NOME
  GeoCities["240@02"] = // Begin state: ALASKA  county/borough: SOUTHEAST FAIRBANKS
    new Array(
      new Array('ANY','0'),  // NOTE: this array is created at runtime. (Not loaded)
      new Array('CHICKEN','2939@240@02'),
      new Array('DELTA JUNCTION','4153@240@02'),
      new Array('EAGLE','4586@240@02'),
      new Array('FORT GREELY','5758@240@02'),
      new Array('NORTHWAY','12048@240@02'),
      new Array('TANACROSS','16496@240@02'),
      new Array('TETLIN','16629@240@02'),
      new Array('TOK','16808@240@02'));  // End state: ALASKA  county/borough: SOUTHEAST FAIRBANKS
  GeoCities["164@02"] = // Begin state: ALASKA  county/borough: LAKE AND PENINSULA
    new Array(
      new Array('ANY','0'),  // NOTE: this array is created at runtime. (Not loaded)
      new Array('CHIGNIK','2946@164@02'),
      new Array('CHIGNIK LAGOON','2947@164@02'),
      new Array('CHIGNIK LAKE','2948@164@02'),
      new Array('EGEGIK','4902@164@02'),
      new Array('ILIAMNA','7854@164@02'),
      new Array('LEVELOCK','9259@164@02'),
      new Array('NONDALTON','11827@164@02'),
      new Array('PEDRO BAY','12880@164@02'),
      new Array('PERRYVILLE','12999@164@02'),
      new Array('PILOT POINT','13123@164@02'),
      new Array('PORT ALSWORTH','13416@164@02'),
      new Array('PORT HEIDEN','13439@164@02'));  // End state: ALASKA  county/borough: LAKE AND PENINSULA
  GeoCities["261@02"] = // Begin state: ALASKA  county/borough: VALDEZ CORDOVA
    new Array(
      new Array('ANY','0'),  // NOTE: this array is created at runtime. (Not loaded)
      new Array('CHITINA','2985@261@02'),
      new Array('COPPER CENTER','3515@261@02'),
      new Array('CORDOVA','3538@261@02'),
      new Array('GAKONA','6037@261@02'),
      new Array('GLENNALLEN','6359@261@02'),
      new Array('TATITLEK','16531@261@02'),
      new Array('VALDEZ','17241@261@02'),
      new Array('WHITTIER','18273@261@02'));  // End state: ALASKA  county/borough: VALDEZ CORDOVA
  GeoCities["201@02"] = // Begin state: ALASKA  county/borough: PRINCE WALES KETCHIKAN
    new Array(
      new Array('ANY','0'),  // NOTE: this array is created at runtime. (Not loaded)
      new Array('COFFMAN COVE','3277@201@02'),
      new Array('CRAIG','3679@201@02'),
      new Array('HYDABURG','7808@201@02'),
      new Array('HYDER','7812@201@02'),
      new Array('KLAWOCK','8617@201@02'),
      new Array('METLAKATLA','10601@201@02'),
      new Array('MEYERS CHUCK','10611@201@02'),
      new Array('POINT BAKER','13328@201@02'),
      new Array('THORNE BAY','16691@201@02'));  // End state: ALASKA  county/borough: PRINCE WALES KETCHIKAN
  GeoCities["090@02"] = // Begin state: ALASKA  county/borough: FAIRBANKS NORTH STAR
    new Array(
      new Array('ANY','0'),  // NOTE: this array is created at runtime. (Not loaded)
      new Array('EIELSON AFB','4915@090@02'),
      new Array('ESTER','5245@090@02'),
      new Array('FAIRBANKS','5346@090@02'),
      new Array('FORT WAINWRIGHT','5833@090@02'),
      new Array('NORTH POLE','11976@090@02'),
      new Array('SALCHA','14729@090@02'),
      new Array('TWO RIVERS','17107@090@02'));  // End state: ALASKA  county/borough: FAIRBANKS NORTH STAR
  GeoCities["100@02"] = // Begin state: ALASKA  county/borough: HAINES
    new Array(
      new Array('ANY','0'),  // NOTE: this array is created at runtime. (Not loaded)
      new Array('HAINES','6878@100@02'));  // End state: ALASKA  county/borough: HAINES
  GeoCities["280@02"] = // Begin state: ALASKA  county/borough: WRANGELL PETERSBURG
    new Array(
      new Array('ANY','0'),  // NOTE: this array is created at runtime. (Not loaded)
      new Array('KAKE','8241@280@02'),
      new Array('PETERSBURG','13015@280@02'),
      new Array('PORT ALEXANDER','13413@280@02'),
      new Array('WRANGELL','18603@280@02'));  // End state: ALASKA  county/borough: WRANGELL PETERSBURG
  GeoCities["150@02"] = // Begin state: ALASKA  county/borough: KODIAK ISLAND
    new Array(
      new Array('ANY','0'),  // NOTE: this array is created at runtime. (Not loaded)
      new Array('KARLUK','8288@150@02'),
      new Array('KODIAK','8648@150@02'),
      new Array('LARSEN BAY','9028@150@02'),
      new Array('OLD HARBOR','12275@150@02'),
      new Array('OUZINKIE','12540@150@02'),
      new Array('PORT LIONS','13452@150@02'));  // End state: ALASKA  county/borough: KODIAK ISLAND
  GeoCities["130@02"] = // Begin state: ALASKA  county/borough: KETCHIKAN GATEWAY
    new Array(
      new Array('ANY','0'),  // NOTE: this array is created at runtime. (Not loaded)
      new Array('KETCHIKAN','8452@130@02'),
      new Array('WARD COVE','17664@130@02'));  // End state: ALASKA  county/borough: KETCHIKAN GATEWAY
  GeoCities["060@02"] = // Begin state: ALASKA  county/borough: BRISTOL BAY
    new Array(
      new Array('ANY','0'),  // NOTE: this array is created at runtime. (Not loaded)
      new Array('KING SALMON','8538@060@02'),
      new Array('NAKNEK','11356@060@02'),
      new Array('SOUTH NAKNEK','15760@060@02'));  // End state: ALASKA  county/borough: BRISTOL BAY
  GeoCities["220@02"] = // Begin state: ALASKA  county/borough: SITKA
    new Array(
      new Array('ANY','0'),  // NOTE: this array is created at runtime. (Not loaded)
      new Array('SITKA','15490@220@02'));  // End state: ALASKA  county/borough: SITKA
  GeoCities["282@02"] = // Begin state: ALASKA  county/borough: YAKUTAT
    new Array(
      new Array('ANY','0'),  // NOTE: this array is created at runtime. (Not loaded)
      new Array('YAKUTAT','18655@282@02'));  // End state: ALASKA  county/borough: YAKUTAT
// ====================================================================================
//   Associative list. Key is City ID
//     Value is array. Structure follows:
//       All zip codes associated with City ID.
//   In addition, City name, State name and area codes can be extracted.
// ====================================================================================
GeoCityCodes = new Array();
    GeoCityCodes["10@027@53"] = new Array("98520");  // ABERDEEN, Washington
    GeoCityCodes["38@073@53"] = new Array("98220");  // ACME, Washington
    GeoCityCodes["49@016@02"] = new Array("99546");  // ADAK, Alaska
    GeoCityCodes["62@065@53"] = new Array("99101");  // ADDY, Washington
    GeoCityCodes["76@041@53"] = new Array("98522");  // ADNA, Washington
    GeoCityCodes["115@063@53"] = new Array("99001");  // AIRWAY HEIGHTS, Washington
    GeoCityCodes["121@050@02"] = new Array("99551");  // AKIACHAK, Alaska
    GeoCityCodes["122@050@02"] = new Array("99552");  // AKIAK, Alaska
    GeoCityCodes["125@013@02"] = new Array("99553");  // AKUTAN, Alaska
    GeoCityCodes["129@270@02"] = new Array("99554");  // ALAKANUK, Alaska
    GeoCityCodes["151@075@53"] = new Array("99102");  // ALBION, Washington
    GeoCityCodes["174@070@02"] = new Array("99555");  // ALEKNAGIK, Alaska
    GeoCityCodes["201@290@02"] = new Array("99720");  // ALLAKAKET, Alaska
    GeoCityCodes["235@045@53"] = new Array("98524");  // ALLYN, Washington
    GeoCityCodes["240@043@53"] = new Array("99103");  // ALMIRA, Washington
    GeoCityCodes["306@027@53"] = new Array("98526");  // AMANDA PARK, Washington
    GeoCityCodes["316@188@02"] = new Array("99786");  // AMBLER, Alaska
    GeoCityCodes["317@011@53"] = new Array("98601");  // AMBOY, Washington
    GeoCityCodes["355@057@53"] = new Array("98221");  // ANACORTES, Washington
    GeoCityCodes["360@185@02"] = new Array("99721");  // ANAKTUVUK PASS, Alaska
    GeoCityCodes["365@003@53"] = new Array("99401");  // ANATONE, Washington
    GeoCityCodes["368@122@02"] = new Array("99556");  // ANCHOR POINT, Alaska
    GeoCityCodes["369@020@02"] = new Array("99501","99502","99503","99504","99507","99508","99509","99510","99511","99513","99514","99515","99516","99517","99518","99519","99520","99521","99522","99523","99524","99529","99530","99599","99695");  // ANCHORAGE, Alaska
    GeoCityCodes["376@068@02"] = new Array("99744");  // ANDERSON, Alaska
    GeoCityCodes["377@053@53"] = new Array("98303");  // ANDERSON ISLAND, Washington
    GeoCityCodes["398@232@02"] = new Array("99820");  // ANGOON, Alaska
    GeoCityCodes["402@050@02"] = new Array("99557");  // ANIAK, Alaska
    GeoCityCodes["444@290@02"] = new Array("99558");  // ANVIK, Alaska
    GeoCityCodes["464@039@53"] = new Array("98602");  // APPLETON, Washington
    GeoCityCodes["500@290@02"] = new Array("99722");  // ARCTIC VILLAGE, Alaska
    GeoCityCodes["503@007@53"] = new Array("98811");  // ARDENVOIR, Washington
    GeoCityCodes["520@015@53"] = new Array("98603");  // ARIEL, Washington
    GeoCityCodes["541@061@53"] = new Array("98223");  // ARLINGTON, Washington
    GeoCityCodes["616@053@53"] = new Array("98304");  // ASHFORD, Washington
    GeoCityCodes["630@003@53"] = new Array("99402");  // ASOTIN, Washington
    GeoCityCodes["655@016@02"] = new Array("99547");  // ATKA, Alaska
    GeoCityCodes["669@185@02"] = new Array("99791");  // ATQASUK, Alaska
    GeoCityCodes["682@033@53"] = new Array("98001","98002","98071","98092");  // AUBURN, Washington
    GeoCityCodes["690@110@02"] = new Array("99821");  // AUKE BAY, Alaska
    GeoCityCodes["776@035@53"] = new Array("98110");  // BAINBRIDGE ISLAND, Washington
    GeoCityCodes["864@033@53"] = new Array("98224");  // BARING, Washington
    GeoCityCodes["902@185@02"] = new Array("99723");  // BARROW, Alaska
    GeoCityCodes["954@011@53"] = new Array("98604");  // BATTLE GROUND, Washington
    GeoCityCodes["967@049@53"] = new Array("98527");  // BAY CENTER, Washington
    GeoCityCodes["1023@290@02"] = new Array("99724");  // BEAVER, Alaska
    GeoCityCodes["1023@009@53"] = new Array("98305");  // BEAVER, Washington
    GeoCityCodes["1090@045@53"] = new Array("98528");  // BELFAIR, Washington
    GeoCityCodes["1131@033@53"] = new Array("98004","98005","98006","98007","98008","98009","98015");  // BELLEVUE, Washington
    GeoCityCodes["1133@073@53"] = new Array("98225","98226","98227","98228","98229");  // BELLINGHAM, Washington
    GeoCityCodes["1147@075@53"] = new Array("99104");  // BELMONT, Washington
    GeoCityCodes["1181@001@53"] = new Array("99105");  // BENGE, Washington
    GeoCityCodes["1200@005@53"] = new Array("99320");  // BENTON CITY, Washington
    GeoCityCodes["1262@050@02"] = new Array("99559");  // BETHEL, Alaska
    GeoCityCodes["1275@290@02"] = new Array("99726");  // BETTLES FIELD, Alaska
    GeoCityCodes["1279@025@53"] = new Array("99321");  // BEVERLY, Washington
    GeoCityCodes["1288@039@53"] = new Array("99322");  // BICKLETON, Washington
    GeoCityCodes["1314@170@02"] = new Array("99652");  // BIG LAKE, Alaska
    GeoCityCodes["1351@039@53"] = new Array("98605");  // BINGEN, Washington
    GeoCityCodes["1395@033@53"] = new Array("98010");  // BLACK DIAMOND, Washington
    GeoCityCodes["1424@073@53"] = new Array("98230","98231");  // BLAINE, Washington
    GeoCityCodes["1433@055@53"] = new Array("98222");  // BLAKELY ISLAND, Washington
    GeoCityCodes["1618@053@53"] = new Array("98391");  // BONNEY LAKE, Washington
    GeoCityCodes["1662@033@53"] = new Array("98011","98041");  // BOTHELL, Washington
    GeoCityCodes["1662@061@53"] = new Array("98012","98021","98082");  // BOTHELL, Washington
    GeoCityCodes["1686@057@53"] = new Array("98232");  // BOW, Washington
    GeoCityCodes["1717@019@53"] = new Array("99107");  // BOYDS, Washington
    GeoCityCodes["1824@035@53"] = new Array("98310","98311","98312","98314","98337");  // BREMERTON, Washington
    GeoCityCodes["1836@180@02"] = new Array("99785");  // BREVIG MISSION, Alaska
    GeoCityCodes["1839@047@53"] = new Array("98812");  // BREWSTER, Washington
    GeoCityCodes["1852@017@53"] = new Array("98813");  // BRIDGEPORT, Washington
    GeoCityCodes["1885@031@53"] = new Array("98320");  // BRINNON, Washington
    GeoCityCodes["1986@077@53"] = new Array("98920");  // BROWNSTOWN, Washington
    GeoCityCodes["2016@011@53"] = new Array("98606");  // BRUSH PRAIRIE, Washington
    GeoCityCodes["2052@188@02"] = new Array("99727");  // BUCKLAND, Alaska
    GeoCityCodes["2053@053@53"] = new Array("98321");  // BUCKLEY, Washington
    GeoCityCodes["2060@067@53"] = new Array("98530");  // BUCODA, Washington
    GeoCityCodes["2067@077@53"] = new Array("98921");  // BUENA, Washington
    GeoCityCodes["2111@071@53"] = new Array("99323");  // BURBANK, Washington
    GeoCityCodes["2136@035@53"] = new Array("98322");  // BURLEY, Washington
    GeoCityCodes["2139@057@53"] = new Array("98233");  // BURLINGTON, Washington
    GeoCityCodes["2169@033@53"] = new Array("98013");  // BURTON, Washington
    GeoCityCodes["2292@029@53"] = new Array("98282");  // CAMANO ISLAND, Washington
    GeoCityCodes["2295@011@53"] = new Array("98607");  // CAMAS, Washington
    GeoCityCodes["2327@053@53"] = new Array("98430");  // CAMP MURRAY, Washington
    GeoCityCodes["2406@068@02"] = new Array("99729");  // CANTWELL, Alaska
    GeoCityCodes["2453@053@53"] = new Array("98323");  // CARBONADO, Washington
    GeoCityCodes["2480@009@53"] = new Array("98324");  // CARLSBORG, Washington
    GeoCityCodes["2482@047@53"] = new Array("98814");  // CARLTON, Washington
    GeoCityCodes["2493@033@53"] = new Array("98014");  // CARNATION, Washington
    GeoCityCodes["2521@015@53"] = new Array("98609");  // CARROLLS, Washington
    GeoCityCodes["2525@059@53"] = new Array("98610");  // CARSON, Washington
    GeoCityCodes["2558@007@53"] = new Array("98815");  // CASHMERE, Washington
    GeoCityCodes["2596@015@53"] = new Array("98611");  // CASTLE ROCK, Washington
    GeoCityCodes["2623@069@53"] = new Array("98612");  // CATHLAMET, Washington
    GeoCityCodes["2730@039@53"] = new Array("98613");  // CENTERVILLE, Washington
    GeoCityCodes["2732@290@02"] = new Array("99730");  // CENTRAL, Alaska
    GeoCityCodes["2742@041@53"] = new Array("98531");  // CENTRALIA, Washington
    GeoCityCodes["2767@290@02"] = new Array("99788");  // CHALKYITSIK, Alaska
    GeoCityCodes["2852@063@53"] = new Array("99003");  // CHATTAROY, Washington
    GeoCityCodes["2864@050@02"] = new Array("99561");  // CHEFORNAK, Alaska
    GeoCityCodes["2865@041@53"] = new Array("98532");  // CHEHALIS, Washington
    GeoCityCodes["2866@007@53"] = new Array("98816");  // CHELAN, Washington
    GeoCityCodes["2867@007@53"] = new Array("98817");  // CHELAN FALLS, Washington
    GeoCityCodes["2875@063@53"] = new Array("99004");  // CHENEY, Washington
    GeoCityCodes["2923@270@02"] = new Array("99563");  // CHEVAK, Alaska
    GeoCityCodes["2926@065@53"] = new Array("99109");  // CHEWELAH, Washington
    GeoCityCodes["2939@240@02"] = new Array("99732");  // CHICKEN, Alaska
    GeoCityCodes["2946@164@02"] = new Array("99564");  // CHIGNIK, Alaska
    GeoCityCodes["2947@164@02"] = new Array("99565");  // CHIGNIK LAGOON, Alaska
    GeoCityCodes["2948@164@02"] = new Array("99548");  // CHIGNIK LAKE, Alaska
    GeoCityCodes["2962@031@53"] = new Array("98325");  // CHIMACUM, Washington
    GeoCityCodes["2976@049@53"] = new Array("98614");  // CHINOOK, Washington
    GeoCityCodes["2985@261@02"] = new Array("99566");  // CHITINA, Alaska
    GeoCityCodes["3016@020@02"] = new Array("99567");  // CHUGIAK, Alaska
    GeoCityCodes["3044@041@53"] = new Array("98533");  // CINEBAR, Washington
    GeoCityCodes["3045@290@02"] = new Array("99733");  // CIRCLE, Alaska
    GeoCityCodes["3061@009@53"] = new Array("98326");  // CLALLAM BAY, Washington
    GeoCityCodes["3062@122@02"] = new Array("99568");  // CLAM GULCH, Alaska
    GeoCityCodes["3097@070@02"] = new Array("99569");  // CLARKS POINT, Alaska
    GeoCityCodes["3103@003@53"] = new Array("99403");  // CLARKSTON, Washington
    GeoCityCodes["3124@065@53"] = new Array("99110");  // CLAYTON, Washington
    GeoCityCodes["3128@037@53"] = new Array("98922");  // CLE ELUM, Washington
    GeoCityCodes["3129@068@02"] = new Array("99704");  // CLEAR, Alaska
    GeoCityCodes["3137@057@53"] = new Array("98235");  // CLEARLAKE, Washington
    GeoCityCodes["3181@029@53"] = new Array("98236");  // CLINTON, Washington
    GeoCityCodes["3277@201@02"] = new Array("99918");  // COFFMAN COVE, Alaska
    GeoCityCodes["3296@063@53"] = new Array("99005");  // COLBERT, Washington
    GeoCityCodes["3301@013@02"] = new Array("99571");  // COLD BAY, Alaska
    GeoCityCodes["3320@075@53"] = new Array("99111");  // COLFAX, Washington
    GeoCityCodes["3326@071@53"] = new Array("99324");  // COLLEGE PLACE, Washington
    GeoCityCodes["3366@075@53"] = new Array("99113");  // COLTON, Washington
    GeoCityCodes["3382@065@53"] = new Array("99114");  // COLVILLE, Washington
    GeoCityCodes["3413@047@53"] = new Array("98819");  // CONCONULLY, Washington
    GeoCityCodes["3417@057@53"] = new Array("98237");  // CONCRETE, Washington
    GeoCityCodes["3440@021@53"] = new Array("99326");  // CONNELL, Washington
    GeoCityCodes["3465@057@53"] = new Array("98238");  // CONWAY, Washington
    GeoCityCodes["3490@122@02"] = new Array("99572");  // COOPER LANDING, Alaska
    GeoCityCodes["3503@027@53"] = new Array("98535");  // COPALIS BEACH, Washington
    GeoCityCodes["3504@027@53"] = new Array("98536");  // COPALIS CROSSING, Washington
    GeoCityCodes["3515@261@02"] = new Array("99573");  // COPPER CENTER, Alaska
    GeoCityCodes["3538@261@02"] = new Array("99574");  // CORDOVA, Alaska
    GeoCityCodes["3590@027@53"] = new Array("98537");  // COSMOPOLIS, Washington
    GeoCityCodes["3621@015@53"] = new Array("98616");  // COUGAR, Washington
    GeoCityCodes["3622@025@53"] = new Array("99115");  // COULEE CITY, Washington
    GeoCityCodes["3623@047@53"] = new Array("99116");  // COULEE DAM, Washington
    GeoCityCodes["3635@029@53"] = new Array("98239");  // COUPEVILLE, Washington
    GeoCityCodes["3660@077@53"] = new Array("98923");  // COWICHE, Washington
    GeoCityCodes["3679@201@02"] = new Array("99921");  // CRAIG, Alaska
    GeoCityCodes["3733@043@53"] = new Array("99117");  // CRESTON, Washington
    GeoCityCodes["3761@050@02"] = new Array("99575");  // CROOKED CREEK, Alaska
    GeoCityCodes["3866@001@53"] = new Array("99327");  // CUNNINGHAM, Washington
    GeoCityCodes["3869@019@53"] = new Array("99118");  // CURLEW, Washington
    GeoCityCodes["3877@041@53"] = new Array("98538");  // CURTIS, Washington
    GeoCityCodes["3884@051@53"] = new Array("99119");  // CUSICK, Washington
    GeoCityCodes["3887@073@53"] = new Array("98240");  // CUSTER, Washington
    GeoCityCodes["3939@039@53"] = new Array("98617");  // DALLESPORT, Washington
    GeoCityCodes["3973@019@53"] = new Array("99121");  // DANVILLE, Washington
    GeoCityCodes["3984@061@53"] = new Array("98241");  // DARRINGTON, Washington
    GeoCityCodes["3996@043@53"] = new Array("99122");  // DAVENPORT, Washington
    GeoCityCodes["4027@013@53"] = new Array("99328");  // DAYTON, Washington
    GeoCityCodes["4088@055@53"] = new Array("98243");  // DEER HARBOR, Washington
    GeoCityCodes["4092@063@53"] = new Array("99006");  // DEER PARK, Washington
    GeoCityCodes["4099@188@02"] = new Array("99736");  // DEERING, Alaska
    GeoCityCodes["4153@240@02"] = new Array("99737");  // DELTA JUNCTION, Alaska
    GeoCityCodes["4159@073@53"] = new Array("98244");  // DEMING, Washington
    GeoCityCodes["4164@068@02"] = new Array("99755");  // DENALI NATIONAL PARK, Alaska
    GeoCityCodes["4277@070@02"] = new Array("99576");  // DILLINGHAM, Alaska
    GeoCityCodes["4307@071@53"] = new Array("99329");  // DIXIE, Washington
    GeoCityCodes["4382@041@53"] = new Array("98539");  // DOTY, Washington
    GeoCityCodes["4387@110@02"] = new Array("99824");  // DOUGLAS, Alaska
    GeoCityCodes["4464@007@53"] = new Array("98821");  // DRYDEN, Washington
    GeoCityCodes["4547@053@53"] = new Array("98327");  // DUPONT, Washington
    GeoCityCodes["4564@016@02"] = new Array("99692");  // DUTCH HARBOR, Alaska
    GeoCityCodes["4569@033@53"] = new Array("98019");  // DUVALL, Washington
    GeoCityCodes["4586@240@02"] = new Array("99738");  // EAGLE, Alaska
    GeoCityCodes["4597@020@02"] = new Array("99577");  // EAGLE RIVER, Alaska
    GeoCityCodes["4731@067@53"] = new Array("98540");  // EAST OLYMPIA, Washington
    GeoCityCodes["4786@017@53"] = new Array("98802");  // EAST WENATCHEE, Washington
    GeoCityCodes["4807@037@53"] = new Array("98925");  // EASTON, Washington
    GeoCityCodes["4812@055@53"] = new Array("98245");  // EASTSOUND, Washington
    GeoCityCodes["4822@053@53"] = new Array("98328");  // EATONVILLE, Washington
    GeoCityCodes["4879@061@53"] = new Array("98020","98026");  // EDMONDS, Washington
    GeoCityCodes["4890@043@53"] = new Array("99008");  // EDWALL, Washington
    GeoCityCodes["4896@050@02"] = new Array("99578");  // EEK, Alaska
    GeoCityCodes["4902@164@02"] = new Array("99579");  // EGEGIK, Alaska
    GeoCityCodes["4915@090@02"] = new Array("99702");  // EIELSON AFB, Alaska
    GeoCityCodes["4922@070@02"] = new Array("99580");  // EKWOK, Alaska
    GeoCityCodes["4948@053@53"] = new Array("98330");  // ELBE, Washington
    GeoCityCodes["4972@025@53"] = new Array("99123");  // ELECTRIC CITY, Washington
    GeoCityCodes["4978@232@02"] = new Array("99825");  // ELFIN COVE, Alaska
    GeoCityCodes["4982@180@02"] = new Array("99739");  // ELIM, Alaska
    GeoCityCodes["4990@063@53"] = new Array("99009");  // ELK, Washington
    GeoCityCodes["5032@037@53"] = new Array("98926");  // ELLENSBURG, Washington
    GeoCityCodes["5068@027@53"] = new Array("98541");  // ELMA, Washington
    GeoCityCodes["5072@020@02"] = new Array("99506");  // ELMENDORF AFB, Alaska
    GeoCityCodes["5074@047@53"] = new Array("99124");  // ELMER CITY, Washington
    GeoCityCodes["5101@021@53"] = new Array("99330");  // ELTOPIA, Washington
    GeoCityCodes["5140@270@02"] = new Array("99581");  // EMMONAK, Alaska
    GeoCityCodes["5153@075@53"] = new Array("99125");  // ENDICOTT, Washington
    GeoCityCodes["5181@007@53"] = new Array("98822");  // ENTIAT, Washington
    GeoCityCodes["5183@033@53"] = new Array("98022");  // ENUMCLAW, Washington
    GeoCityCodes["5189@025@53"] = new Array("98823");  // EPHRATA, Washington
    GeoCityCodes["5245@090@02"] = new Array("99725");  // ESTER, Alaska
    GeoCityCodes["5254@041@53"] = new Array("98542");  // ETHEL, Washington
    GeoCityCodes["5287@065@53"] = new Array("99126");  // EVANS, Washington
    GeoCityCodes["5301@061@53"] = new Array("98201","98203","98204","98205","98206","98207","98208","98213");  // EVERETT, Washington
    GeoCityCodes["5307@073@53"] = new Array("98247");  // EVERSON, Washington
    GeoCityCodes["5346@090@02"] = new Array("99701","99706","99707","99708","99709","99710","99711","99712","99775","99790");  // FAIRBANKS, Alaska
    GeoCityCodes["5352@063@53"] = new Array("99011");  // FAIRCHILD AIR FORCE BASE, Washington
    GeoCityCodes["5357@063@53"] = new Array("99012");  // FAIRFIELD, Washington
    GeoCityCodes["5390@033@53"] = new Array("98024");  // FALL CITY, Washington
    GeoCityCodes["5410@013@02"] = new Array("99583");  // FALSE PASS, Alaska
    GeoCityCodes["5437@075@53"] = new Array("99128");  // FARMINGTON, Washington
    GeoCityCodes["5471@033@53"] = new Array("98003","98023","98063","98093");  // FEDERAL WAY, Washington
    GeoCityCodes["5500@073@53"] = new Array("98248");  // FERNDALE, Washington
    GeoCityCodes["5672@065@53"] = new Array("99013");  // FORD, Washington
    GeoCityCodes["5712@009@53"] = new Array("98331");  // FORKS, Washington
    GeoCityCodes["5758@240@02"] = new Array("99731");  // FORT GREELY, Alaska
    GeoCityCodes["5810@020@02"] = new Array("99505");  // FORT RICHARDSON, Alaska
    GeoCityCodes["5833@090@02"] = new Array("99703");  // FORT WAINWRIGHT, Alaska
    GeoCityCodes["5842@290@02"] = new Array("99740");  // FORT YUKON, Alaska
    GeoCityCodes["5868@063@53"] = new Array("99014");  // FOUR LAKES, Washington
    GeoCityCodes["5877@053@53"] = new Array("98333");  // FOX ISLAND, Washington
    GeoCityCodes["5941@029@53"] = new Array("98249");  // FREELAND, Washington
    GeoCityCodes["5943@063@53"] = new Array("99015");  // FREEMAN, Washington
    GeoCityCodes["5970@055@53"] = new Array("98250");  // FRIDAY HARBOR, Washington
    GeoCityCodes["5998@065@53"] = new Array("99129");  // FRUITLAND, Washington
    GeoCityCodes["6037@261@02"] = new Array("99586");  // GAKONA, Alaska
    GeoCityCodes["6041@290@02"] = new Array("99741");  // GALENA, Alaska
    GeoCityCodes["6069@041@53"] = new Array("98544");  // GALVIN, Washington
    GeoCityCodes["6072@180@02"] = new Array("99742");  // GAMBELL, Alaska
    GeoCityCodes["6103@075@53"] = new Array("99130");  // GARFIELD, Washington
    GeoCityCodes["6177@025@53"] = new Array("98824");  // GEORGE, Washington
    GeoCityCodes["6222@065@53"] = new Array("99131");  // GIFFORD, Washington
    GeoCityCodes["6223@053@53"] = new Array("98329","98332","98335");  // GIG HARBOR, Washington
    GeoCityCodes["6264@020@02"] = new Array("99587");  // GIRDWOOD, Alaska
    GeoCityCodes["6359@261@02"] = new Array("99588");  // GLENNALLEN, Alaska
    GeoCityCodes["6364@041@53"] = new Array("98336");  // GLENOMA, Washington
    GeoCityCodes["6375@039@53"] = new Array("98619");  // GLENWOOD, Washington
    GeoCityCodes["6407@061@53"] = new Array("98251");  // GOLD BAR, Washington
    GeoCityCodes["6419@039@53"] = new Array("98620");  // GOLDENDALE, Washington
    GeoCityCodes["6452@050@02"] = new Array("99589");  // GOODNEWS BAY, Alaska
    GeoCityCodes["6468@077@53"] = new Array("98929");  // GOOSE PRAIRIE, Washington
    GeoCityCodes["6515@053@53"] = new Array("98338");  // GRAHAM, Washington
    GeoCityCodes["6536@025@53"] = new Array("99133");  // GRAND COULEE, Washington
    GeoCityCodes["6566@077@53"] = new Array("98930");  // GRANDVIEW, Washington
    GeoCityCodes["6569@077@53"] = new Array("98932");  // GRANGER, Washington
    GeoCityCodes["6575@061@53"] = new Array("98252");  // GRANITE FALLS, Washington
    GeoCityCodes["6596@045@53"] = new Array("98546");  // GRAPEVIEW, Washington
    GeoCityCodes["6625@027@53"] = new Array("98547");  // GRAYLAND, Washington
    GeoCityCodes["6626@290@02"] = new Array("99590");  // GRAYLING, Alaska
    GeoCityCodes["6630@069@53"] = new Array("98621");  // GRAYS RIVER, Washington
    GeoCityCodes["6674@063@53"] = new Array("99016");  // GREENACRES, Washington
    GeoCityCodes["6677@029@53"] = new Array("98253");  // GREENBANK, Washington
    GeoCityCodes["6821@232@02"] = new Array("99826");  // GUSTAVUS, Alaska
    GeoCityCodes["6878@100@02"] = new Array("99827");  // HAINES, Alaska
    GeoCityCodes["6926@057@53"] = new Array("98255");  // HAMILTON, Washington
    GeoCityCodes["6981@035@53"] = new Array("98340");  // HANSVILLE, Washington
    GeoCityCodes["7037@077@53"] = new Array("98933");  // HARRAH, Washington
    GeoCityCodes["7044@043@53"] = new Array("99134");  // HARRINGTON, Washington
    GeoCityCodes["7073@025@53"] = new Array("99135");  // HARTLINE, Washington
    GeoCityCodes["7127@001@53"] = new Array("99332");  // HATTON, Washington
    GeoCityCodes["7164@075@53"] = new Array("99136");  // HAY, Washington
    GeoCityCodes["7202@068@02"] = new Array("99743");  // HEALY, Alaska
    GeoCityCodes["7231@011@53"] = new Array("98622");  // HEISSON, Washington
    GeoCityCodes["7462@033@53"] = new Array("98025");  // HOBART, Washington
    GeoCityCodes["7546@290@02"] = new Array("99602");  // HOLY CROSS, Alaska
    GeoCityCodes["7554@122@02"] = new Array("99603");  // HOMER, Alaska
    GeoCityCodes["7585@045@53"] = new Array("98548");  // HOODSPORT, Washington
    GeoCityCodes["7592@232@02"] = new Array("99829");  // HOONAH, Alaska
    GeoCityCodes["7594@075@53"] = new Array("99333");  // HOOPER, Washington
    GeoCityCodes["7595@270@02"] = new Array("99604");  // HOOPER BAY, Alaska
    GeoCityCodes["7605@122@02"] = new Array("99605");  // HOPE, Alaska
    GeoCityCodes["7620@027@53"] = new Array("98550");  // HOQUIAM, Washington
    GeoCityCodes["7673@170@02"] = new Array("99694");  // HOUSTON, Alaska
    GeoCityCodes["7716@290@02"] = new Array("99745");  // HUGHES, Alaska
    GeoCityCodes["7744@027@53"] = new Array("98552");  // HUMPTULIPS, Washington
    GeoCityCodes["7754@065@53"] = new Array("99137");  // HUNTERS, Washington
    GeoCityCodes["7785@290@02"] = new Array("99746");  // HUSLIA, Alaska
    GeoCityCodes["7794@039@53"] = new Array("98623");  // HUSUM, Washington
    GeoCityCodes["7808@201@02"] = new Array("99922");  // HYDABURG, Alaska
    GeoCityCodes["7812@201@02"] = new Array("99923");  // HYDER, Alaska
    GeoCityCodes["7854@164@02"] = new Array("99606");  // ILIAMNA, Alaska
    GeoCityCodes["7859@049@53"] = new Array("98624");  // ILWACO, Washington
    GeoCityCodes["7875@019@53"] = new Array("99138");  // INCHELIUM, Washington
    GeoCityCodes["7878@061@53"] = new Array("98256");  // INDEX, Washington
    GeoCityCodes["7881@020@02"] = new Array("99540");  // INDIAN, Alaska
    GeoCityCodes["7896@035@53"] = new Array("98342");  // INDIANOLA, Washington
    GeoCityCodes["7932@051@53"] = new Array("99139");  // IONE, Washington
    GeoCityCodes["8010@033@53"] = new Array("98027","98029");  // ISSAQUAH, Washington
    GeoCityCodes["8203@009@53"] = new Array("98343");  // JOYCE, Washington
    GeoCityCodes["8221@110@02"] = new Array("99801","99802","99803","99811","99850");  // JUNEAU, Alaska
    GeoCityCodes["8233@021@53"] = new Array("99335");  // KAHLOTUS, Washington
    GeoCityCodes["8241@280@02"] = new Array("99830");  // KAKE, Alaska
    GeoCityCodes["8242@185@02"] = new Array("99747");  // KAKTOVIK, Alaska
    GeoCityCodes["8244@015@53"] = new Array("98625");  // KALAMA, Washington
    GeoCityCodes["8252@050@02"] = new Array("99607");  // KALSKAG, Alaska
    GeoCityCodes["8253@290@02"] = new Array("99748");  // KALTAG, Alaska
    GeoCityCodes["8284@053@53"] = new Array("98344");  // KAPOWSIN, Washington
    GeoCityCodes["8288@150@02"] = new Array("99608");  // KARLUK, Alaska
    GeoCityCodes["8296@050@02"] = new Array("99609");  // KASIGLUK, Alaska
    GeoCityCodes["8297@122@02"] = new Array("99610");  // KASILOF, Alaska
    GeoCityCodes["8356@019@53"] = new Array("99140");  // KELLER, Washington
    GeoCityCodes["8369@015@53"] = new Array("98626");  // KELSO, Washington
    GeoCityCodes["8377@122@02"] = new Array("99611");  // KENAI, Alaska
    GeoCityCodes["8393@033@53"] = new Array("98028");  // KENMORE, Washington
    GeoCityCodes["8409@005@53"] = new Array("99336","99337","99338");  // KENNEWICK, Washington
    GeoCityCodes["8418@033@53"] = new Array("98030","98031","98032","98035","98042","98064","98089");  // KENT, Washington
    GeoCityCodes["8452@130@02"] = new Array("99901","99950");  // KETCHIKAN, Alaska
    GeoCityCodes["8454@065@53"] = new Array("99141");  // KETTLE FALLS, Washington
    GeoCityCodes["8475@035@53"] = new Array("98345");  // KEYPORT, Washington
    GeoCityCodes["8483@188@02"] = new Array("99749");  // KIANA, Alaska
    GeoCityCodes["8533@013@02"] = new Array("99612");  // KING COVE, Alaska
    GeoCityCodes["8538@060@02"] = new Array("99613");  // KING SALMON, Alaska
    GeoCityCodes["8559@035@53"] = new Array("98346");  // KINGSTON, Washington
    GeoCityCodes["8580@050@02"] = new Array("99614");  // KIPNUK, Alaska
    GeoCityCodes["8586@033@53"] = new Array("98033","98034","98083");  // KIRKLAND, Washington
    GeoCityCodes["8607@037@53"] = new Array("98934");  // KITTITAS, Washington
    GeoCityCodes["8613@188@02"] = new Array("99750");  // KIVALINA, Alaska
    GeoCityCodes["8617@201@02"] = new Array("99925");  // KLAWOCK, Alaska
    GeoCityCodes["8620@039@53"] = new Array("98628");  // KLICKITAT, Washington
    GeoCityCodes["8646@188@02"] = new Array("99751");  // KOBUK, Alaska
    GeoCityCodes["8648@150@02"] = new Array("99615","99619","99697");  // KODIAK, Alaska
    GeoCityCodes["8667@270@02"] = new Array("99620");  // KOTLIK, Alaska
    GeoCityCodes["8668@188@02"] = new Array("99752");  // KOTZEBUE, Alaska
    GeoCityCodes["8671@180@02"] = new Array("99753");  // KOYUK, Alaska
    GeoCityCodes["8672@290@02"] = new Array("99754");  // KOYUKUK, Alaska
    GeoCityCodes["8702@050@02"] = new Array("99621");  // KWETHLUK, Alaska
    GeoCityCodes["8703@050@02"] = new Array("99622");  // KWIGILLINGOK, Alaska
    GeoCityCodes["8713@011@53"] = new Array("98629");  // LA CENTER, Washington
    GeoCityCodes["8714@057@53"] = new Array("98257");  // LA CONNER, Washington
    GeoCityCodes["8726@053@53"] = new Array("98348");  // LA GRANDE, Washington
    GeoCityCodes["8757@009@53"] = new Array("98350");  // LA PUSH, Washington
    GeoCityCodes["8780@067@53"] = new Array("98503","98509");  // LACEY, Washington
    GeoCityCodes["8794@075@53"] = new Array("99143");  // LACROSSE, Washington
    GeoCityCodes["8888@290@02"] = new Array("99757");  // LAKE MINCHUMINA, Alaska
    GeoCityCodes["8908@061@53"] = new Array("98258");  // LAKE STEVENS, Washington
    GeoCityCodes["8920@053@53"] = new Array("98349");  // LAKEBAY, Washington
    GeoCityCodes["8936@053@53"] = new Array("98439","98492","98497","98498","98499");  // LAKEWOOD, Washington
    GeoCityCodes["8950@043@53"] = new Array("99144");  // LAMONA, Washington
    GeoCityCodes["8952@075@53"] = new Array("99017");  // LAMONT, Washington
    GeoCityCodes["8989@029@53"] = new Array("98260");  // LANGLEY, Washington
    GeoCityCodes["9028@150@02"] = new Array("99624");  // LARSEN BAY, Alaska
    GeoCityCodes["9041@063@53"] = new Array("99018");  // LATAH, Washington
    GeoCityCodes["9068@019@53"] = new Array("99146");  // LAURIER, Washington
    GeoCityCodes["9123@007@53"] = new Array("98826");  // LEAVENWORTH, Washington
    GeoCityCodes["9126@049@53"] = new Array("98554");  // LEBAM, Washington
    GeoCityCodes["9259@164@02"] = new Array("99625");  // LEVELOCK, Alaska
    GeoCityCodes["9285@063@53"] = new Array("99019");  // LIBERTY LAKE, Washington
    GeoCityCodes["9311@045@53"] = new Array("98555");  // LILLIWAUP, Washington
    GeoCityCodes["9326@043@53"] = new Array("99147");  // LINCOLN, Washington
    GeoCityCodes["9339@001@53"] = new Array("99341");  // LIND, Washington
    GeoCityCodes["9425@067@53"] = new Array("98556");  // LITTLEROCK, Washington
    GeoCityCodes["9521@049@53"] = new Array("98631");  // LONG BEACH, Washington
    GeoCityCodes["9539@053@53"] = new Array("98351");  // LONGBRANCH, Washington
    GeoCityCodes["9545@053@53"] = new Array("98397");  // LONGMIRE, Washington
    GeoCityCodes["9551@015@53"] = new Array("98632");  // LONGVIEW, Washington
    GeoCityCodes["9560@047@53"] = new Array("98827");  // LOOMIS, Washington
    GeoCityCodes["9561@065@53"] = new Array("99148");  // LOON LAKE, Washington
    GeoCityCodes["9567@055@53"] = new Array("98261");  // LOPEZ ISLAND, Washington
    GeoCityCodes["9650@050@02"] = new Array("99626");  // LOWER KALSKAG, Alaska
    GeoCityCodes["9715@073@53"] = new Array("98262");  // LUMMI ISLAND, Washington
    GeoCityCodes["9749@039@53"] = new Array("98635");  // LYLE, Washington
    GeoCityCodes["9751@057@53"] = new Array("98263");  // LYMAN, Washington
    GeoCityCodes["9762@073@53"] = new Array("98264");  // LYNDEN, Washington
    GeoCityCodes["9775@061@53"] = new Array("98036","98037","98046","98087");  // LYNNWOOD, Washington
    GeoCityCodes["9796@077@53"] = new Array("98935");  // MABTON, Washington
    GeoCityCodes["9884@007@53"] = new Array("98828");  // MALAGA, Washington
    GeoCityCodes["9888@075@53"] = new Array("99149");  // MALDEN, Washington
    GeoCityCodes["9900@019@53"] = new Array("99150");  // MALO, Washington
    GeoCityCodes["9901@027@53"] = new Array("98559");  // MALONE, Washington
    GeoCityCodes["9902@047@53"] = new Array("98829");  // MALOTT, Washington
    GeoCityCodes["9925@035@53"] = new Array("98353");  // MANCHESTER, Washington
    GeoCityCodes["9953@290@02"] = new Array("99756");  // MANLEY HOT SPRINGS, Alaska
    GeoCityCodes["9964@070@02"] = new Array("99628");  // MANOKOTAK, Alaska
    GeoCityCodes["9969@017@53"] = new Array("98830");  // MANSFIELD, Washington
    GeoCityCodes["9972@007@53"] = new Array("98831");  // MANSON, Washington
    GeoCityCodes["9995@073@53"] = new Array("98266");  // MAPLE FALLS, Washington
    GeoCityCodes["10005@033@53"] = new Array("98038");  // MAPLE VALLEY, Washington
    GeoCityCodes["10028@057@53"] = new Array("98267");  // MARBLEMOUNT, Washington
    GeoCityCodes["10038@065@53"] = new Array("99151");  // MARCUS, Washington
    GeoCityCodes["10091@025@53"] = new Array("98832");  // MARLIN, Washington
    GeoCityCodes["10109@270@02"] = new Array("99585");  // MARSHALL, Alaska
    GeoCityCodes["10109@063@53"] = new Array("99020");  // MARSHALL, Washington
    GeoCityCodes["10158@061@53"] = new Array("98270","98271");  // MARYSVILLE, Washington
    GeoCityCodes["10198@045@53"] = new Array("98560");  // MATLOCK, Washington
    GeoCityCodes["10203@025@53"] = new Array("99349");  // MATTAWA, Washington
    GeoCityCodes["10273@047@53"] = new Array("98833");  // MAZAMA, Washington
    GeoCityCodes["10346@290@02"] = new Array("99627");  // MC GRATH, Alaska
    GeoCityCodes["10395@053@53"] = new Array("98438");  // MCCHORD AFB, Washington
    GeoCityCodes["10396@027@53"] = new Array("98557");  // MCCLEARY, Washington
    GeoCityCodes["10412@053@53"] = new Array("98558");  // MCKENNA, Washington
    GeoCityCodes["10424@063@53"] = new Array("99021");  // MEAD, Washington
    GeoCityCodes["10461@063@53"] = new Array("99022");  // MEDICAL LAKE, Washington
    GeoCityCodes["10467@033@53"] = new Array("98039");  // MEDINA, Washington
    GeoCityCodes["10482@050@02"] = new Array("99630");  // MEKORYUK, Alaska
    GeoCityCodes["10521@049@53"] = new Array("98561");  // MENLO, Washington
    GeoCityCodes["10540@033@53"] = new Array("98040");  // MERCER ISLAND, Washington
    GeoCityCodes["10581@021@53"] = new Array("99343");  // MESA, Washington
    GeoCityCodes["10594@051@53"] = new Array("99152");  // METALINE, Washington
    GeoCityCodes["10595@051@53"] = new Array("99153");  // METALINE FALLS, Washington
    GeoCityCodes["10599@047@53"] = new Array("98834");  // METHOW, Washington
    GeoCityCodes["10601@201@02"] = new Array("99926");  // METLAKATLA, Alaska
    GeoCityCodes["10611@201@02"] = new Array("99903");  // MEYERS CHUCK, Alaska
    GeoCityCodes["10620@063@53"] = new Array("99023");  // MICA, Washington
    GeoCityCodes["10767@053@53"] = new Array("98354");  // MILTON, Washington
    GeoCityCodes["10787@041@53"] = new Array("98355");  // MINERAL, Washington
    GeoCityCodes["10828@290@02"] = new Array("99758");  // MINTO, Alaska
    GeoCityCodes["10867@027@53"] = new Array("98562");  // MOCLIPS, Washington
    GeoCityCodes["10884@043@53"] = new Array("99154");  // MOHLER, Washington
    GeoCityCodes["10920@007@53"] = new Array("98836");  // MONITOR, Washington
    GeoCityCodes["10931@061@53"] = new Array("98272");  // MONROE, Washington
    GeoCityCodes["10963@027@53"] = new Array("98563");  // MONTESANO, Washington
    GeoCityCodes["11020@122@02"] = new Array("99631");  // MOOSE PASS, Alaska
    GeoCityCodes["11082@041@53"] = new Array("98356");  // MORTON, Washington
    GeoCityCodes["11093@025@53"] = new Array("98837");  // MOSES LAKE, Washington
    GeoCityCodes["11106@041@53"] = new Array("98564");  // MOSSYROCK, Washington
    GeoCityCodes["11205@057@53"] = new Array("98273","98274");  // MOUNT VERNON, Washington
    GeoCityCodes["11230@270@02"] = new Array("99632");  // MOUNTAIN VILLAGE, Alaska
    GeoCityCodes["11236@061@53"] = new Array("98043");  // MOUNTLAKE TERRACE, Washington
    GeoCityCodes["11245@077@53"] = new Array("98936");  // MOXEE, Washington
    GeoCityCodes["11257@061@53"] = new Array("98275");  // MUKILTEO, Washington
    GeoCityCodes["11342@077@53"] = new Array("98937");  // NACHES, Washington
    GeoCityCodes["11352@049@53"] = new Array("98637");  // NAHCOTTA, Washington
    GeoCityCodes["11356@060@02"] = new Array("99633");  // NAKNEK, Alaska
    GeoCityCodes["11370@050@02"] = new Array("99634");  // NAPAKIAK, Alaska
    GeoCityCodes["11372@041@53"] = new Array("98565");  // NAPAVINE, Washington
    GeoCityCodes["11391@049@53"] = new Array("98638");  // NASELLE, Washington
    GeoCityCodes["11435@009@53"] = new Array("98357");  // NEAH BAY, Washington
    GeoCityCodes["11465@027@53"] = new Array("98566");  // NEILTON, Washington
    GeoCityCodes["11480@290@02"] = new Array("99760");  // NENANA, Alaska
    GeoCityCodes["11504@047@53"] = new Array("99155");  // NESPELEM, Washington
    GeoCityCodes["11671@070@02"] = new Array("99636");  // NEW STUYAHOK, Alaska
    GeoCityCodes["11730@063@53"] = new Array("99025");  // NEWMAN LAKE, Washington
    GeoCityCodes["11734@051@53"] = new Array("99156");  // NEWPORT, Washington
    GeoCityCodes["11778@050@02"] = new Array("99690");  // NIGHTMUTE, Alaska
    GeoCityCodes["11779@122@02"] = new Array("99635");  // NIKISKI, Alaska
    GeoCityCodes["11780@290@02"] = new Array("99691");  // NIKOLAI, Alaska
    GeoCityCodes["11781@016@02"] = new Array("99638");  // NIKOLSKI, Alaska
    GeoCityCodes["11788@063@53"] = new Array("99026");  // NINE MILE FALLS, Washington
    GeoCityCodes["11791@122@02"] = new Array("99639");  // NINILCHIK, Alaska
    GeoCityCodes["11808@188@02"] = new Array("99761");  // NOATAK, Alaska
    GeoCityCodes["11825@180@02"] = new Array("99762");  // NOME, Alaska
    GeoCityCodes["11827@164@02"] = new Array("99640");  // NONDALTON, Alaska
    GeoCityCodes["11828@073@53"] = new Array("98276");  // NOOKSACK, Washington
    GeoCityCodes["11830@188@02"] = new Array("99763");  // NOORVIK, Alaska
    GeoCityCodes["11839@031@53"] = new Array("98358");  // NORDLAND, Washington
    GeoCityCodes["11876@033@53"] = new Array("98045");  // NORTH BEND, Washington
    GeoCityCodes["11884@059@53"] = new Array("98639");  // NORTH BONNEVILLE, Washington
    GeoCityCodes["11948@061@53"] = new Array("98259");  // NORTH LAKEWOOD, Washington
    GeoCityCodes["11976@090@02"] = new Array("99705");  // NORTH POLE, Alaska
    GeoCityCodes["12042@065@53"] = new Array("99157");  // NORTHPORT, Washington
    GeoCityCodes["12048@240@02"] = new Array("99764");  // NORTHWAY, Alaska
    GeoCityCodes["12083@185@02"] = new Array("99789");  // NUIQSUT, Alaska
    GeoCityCodes["12084@290@02"] = new Array("99765");  // NULATO, Alaska
    GeoCityCodes["12086@270@02"] = new Array("99666");  // NUNAM IQUA, Alaska
    GeoCityCodes["12087@050@02"] = new Array("99641");  // NUNAPITCHUK, Alaska
    GeoCityCodes["12115@029@53"] = new Array("98277","98278");  // OAK HARBOR, Washington
    GeoCityCodes["12127@075@53"] = new Array("99158");  // OAKESDALE, Washington
    GeoCityCodes["12147@027@53"] = new Array("98568");  // OAKVILLE, Washington
    GeoCityCodes["12167@049@53"] = new Array("98640");  // OCEAN PARK, Washington
    GeoCityCodes["12168@027@53"] = new Array("98569");  // OCEAN SHORES, Washington
    GeoCityCodes["12198@043@53"] = new Array("99159");  // ODESSA, Washington
    GeoCityCodes["12236@047@53"] = new Array("98840");  // OKANOGAN, Washington
    GeoCityCodes["12258@035@53"] = new Array("98359");  // OLALLA, Washington
    GeoCityCodes["12275@150@02"] = new Array("99643");  // OLD HARBOR, Alaska
    GeoCityCodes["12302@055@53"] = new Array("98279");  // OLGA, Washington
    GeoCityCodes["12329@067@53"] = new Array("98501","98502","98504","98505","98506","98507","98508","98512","98513","98516","98599");  // OLYMPIA, Washington
    GeoCityCodes["12334@047@53"] = new Array("98841");  // OMAK, Washington
    GeoCityCodes["12343@041@53"] = new Array("98570");  // ONALASKA, Washington
    GeoCityCodes["12408@055@53"] = new Array("98280");  // ORCAS, Washington
    GeoCityCodes["12431@019@53"] = new Array("99160");  // ORIENT, Washington
    GeoCityCodes["12453@017@53"] = new Array("98843");  // ORONDO, Washington
    GeoCityCodes["12459@047@53"] = new Array("98844");  // OROVILLE, Washington
    GeoCityCodes["12469@053@53"] = new Array("98360");  // ORTING, Washington
    GeoCityCodes["12509@001@53"] = new Array("99344");  // OTHELLO, Washington
    GeoCityCodes["12512@063@53"] = new Array("99027");  // OTIS ORCHARDS, Washington
    GeoCityCodes["12539@077@53"] = new Array("98938");  // OUTLOOK, Washington
    GeoCityCodes["12540@150@02"] = new Array("99644");  // OUZINKIE, Alaska
    GeoCityCodes["12579@049@53"] = new Array("98641");  // OYSTERVILLE, Washington
    GeoCityCodes["12590@033@53"] = new Array("98047");  // PACIFIC, Washington
    GeoCityCodes["12591@027@53"] = new Array("98571");  // PACIFIC BEACH, Washington
    GeoCityCodes["12598@041@53"] = new Array("98361");  // PACKWOOD, Washington
    GeoCityCodes["12641@017@53"] = new Array("98845");  // PALISADES, Washington
	GeoCityCodes["12654@170@02"] = new Array("99645");  // PALMER, Alaska
    GeoCityCodes["12673@075@53"] = new Array("99161");  // PALOUSE, Washington
    GeoCityCodes["12706@053@53"] = new Array("98398");  // PARADISE INN, Washington
    GeoCityCodes["12732@077@53"] = new Array("98939");  // PARKER, Washington
    GeoCityCodes["12772@021@53"] = new Array("99301","99302");  // PASCO, Washington
    GeoCityCodes["12784@047@53"] = new Array("98846");  // PATEROS, Washington
    GeoCityCodes["12785@005@53"] = new Array("99345");  // PATERSON, Washington
    GeoCityCodes["12839@041@53"] = new Array("98572");  // PE ELL, Washington
    GeoCityCodes["12880@164@02"] = new Array("99647");  // PEDRO BAY, Alaska
    GeoCityCodes["12893@232@02"] = new Array("99832");  // PELICAN, Alaska
    GeoCityCodes["12999@164@02"] = new Array("99648");  // PERRYVILLE, Alaska
    GeoCityCodes["13006@007@53"] = new Array("98847");  // PESHASTIN, Washington
    GeoCityCodes["13015@280@02"] = new Array("99833");  // PETERSBURG, Alaska
    GeoCityCodes["13123@164@02"] = new Array("99649");  // PILOT POINT, Alaska
    GeoCityCodes["13125@270@02"] = new Array("99650");  // PILOT STATION, Alaska
    GeoCityCodes["13255@050@02"] = new Array("99651");  // PLATINUM, Alaska
    GeoCityCodes["13309@005@53"] = new Array("99346");  // PLYMOUTH, Washington
    GeoCityCodes["13328@201@02"] = new Array("99927");  // POINT BAKER, Alaska
    GeoCityCodes["13332@185@02"] = new Array("99766");  // POINT HOPE, Alaska
    GeoCityCodes["13333@185@02"] = new Array("99759");  // POINT LAY, Alaska
    GeoCityCodes["13341@073@53"] = new Array("98281");  // POINT ROBERTS, Washington
    GeoCityCodes["13365@023@53"] = new Array("99347");  // POMEROY, Washington
    GeoCityCodes["13413@280@02"] = new Array("99836");  // PORT ALEXANDER, Alaska
    GeoCityCodes["13416@164@02"] = new Array("99653");  // PORT ALSWORTH, Alaska
    GeoCityCodes["13417@009@53"] = new Array("98362","98363");  // PORT ANGELES, Washington
    GeoCityCodes["13435@035@53"] = new Array("98364");  // PORT GAMBLE, Washington
    GeoCityCodes["13437@031@53"] = new Array("98339");  // PORT HADLOCK, Washington
    GeoCityCodes["13439@164@02"] = new Array("99549");  // PORT HEIDEN, Alaska
    GeoCityCodes["13452@150@02"] = new Array("99550");  // PORT LIONS, Alaska
    GeoCityCodes["13453@031@53"] = new Array("98365");  // PORT LUDLOW, Washington
    GeoCityCodes["13462@035@53"] = new Array("98366","98367");  // PORT ORCHARD, Washington
    GeoCityCodes["13475@031@53"] = new Array("98368");  // PORT TOWNSEND, Washington
    GeoCityCodes["13534@035@53"] = new Array("98370");  // POULSBO, Washington
    GeoCityCodes["13596@071@53"] = new Array("99348");  // PRESCOTT, Washington
    GeoCityCodes["13602@033@53"] = new Array("98050");  // PRESTON, Washington
    GeoCityCodes["13649@005@53"] = new Array("99350");  // PROSSER, Washington
    GeoCityCodes["13661@185@02"] = new Array("99734");  // PRUDHOE BAY, Alaska
    GeoCityCodes["13671@075@53"] = new Array("99163","99164","99165");  // PULLMAN, Washington
    GeoCityCodes["13703@053@53"] = new Array("98371","98372","98373","98374","98375");  // PUYALLUP, Washington
    GeoCityCodes["13737@031@53"] = new Array("98376");  // QUILCENE, Washington
    GeoCityCodes["13739@027@53"] = new Array("98575");  // QUINAULT, Washington
    GeoCityCodes["13741@025@53"] = new Array("98848");  // QUINCY, Washington
    GeoCityCodes["13743@050@02"] = new Array("99655");  // QUINHAGAK, Alaska
    GeoCityCodes["13782@067@53"] = new Array("98576");  // RAINIER, Washington
    GeoCityCodes["13795@290@02"] = new Array("99767");  // RAMPART, Alaska
    GeoCityCodes["13814@041@53"] = new Array("98377");  // RANDLE, Washington
    GeoCityCodes["13856@033@53"] = new Array("98051");  // RAVENSDALE, Washington
    GeoCityCodes["13870@049@53"] = new Array("98577");  // RAYMOND, Washington
    GeoCityCodes["13896@043@53"] = new Array("99029");  // REARDAN, Washington
    GeoCityCodes["13914@050@02"] = new Array("99656");  // RED DEVIL, Alaska
    GeoCityCodes["13949@033@53"] = new Array("98052","98053","98073");  // REDMOND, Washington
    GeoCityCodes["13950@033@53"] = new Array("98054");  // REDONDO, Washington
    GeoCityCodes["14022@033@53"] = new Array("98055","98056","98057","98058","98059");  // RENTON, Washington
    GeoCityCodes["14028@019@53"] = new Array("99166");  // REPUBLIC, Washington
    GeoCityCodes["14037@035@53"] = new Array("98378");  // RETSIL, Washington
    GeoCityCodes["14078@065@53"] = new Array("99167");  // RICE, Washington
    GeoCityCodes["14099@005@53"] = new Array("99352","99354");  // RICHLAND, Washington
    GeoCityCodes["14128@011@53"] = new Array("98642");  // RIDGEFIELD, Washington
    GeoCityCodes["14203@001@53"] = new Array("99169");  // RITZVILLE, Washington
    GeoCityCodes["14216@047@53"] = new Array("98849");  // RIVERSIDE, Washington
    GeoCityCodes["14266@067@53"] = new Array("98579");  // ROCHESTER, Washington
    GeoCityCodes["14279@017@53"] = new Array("98850");  // ROCK ISLAND, Washington
    GeoCityCodes["14298@063@53"] = new Array("99030");  // ROCKFORD, Washington
    GeoCityCodes["14309@057@53"] = new Array("98283");  // ROCKPORT, Washington
    GeoCityCodes["14358@035@53"] = new Array("98061");  // ROLLINGBAY, Washington
    GeoCityCodes["14374@037@53"] = new Array("98940");  // RONALD, Washington
    GeoCityCodes["14383@039@53"] = new Array("99356");  // ROOSEVELT, Washington
    GeoCityCodes["14389@075@53"] = new Array("99170");  // ROSALIA, Washington
    GeoCityCodes["14394@069@53"] = new Array("98643");  // ROSBURG, Washington
    GeoCityCodes["14431@037@53"] = new Array("98941");  // ROSLYN, Washington
    GeoCityCodes["14485@053@53"] = new Array("98580");  // ROY, Washington
    GeoCityCodes["14488@025@53"] = new Array("99357");  // ROYAL CITY, Washington
    GeoCityCodes["14498@290@02"] = new Array("99768");  // RUBY, Alaska
    GeoCityCodes["14551@270@02"] = new Array("99657");  // RUSSIAN MISSION, Alaska
    GeoCityCodes["14569@015@53"] = new Array("98581");  // RYDERWOOD, Washington
    GeoCityCodes["14651@016@02"] = new Array("99591");  // SAINT GEORGE ISLAND, Alaska
    GeoCityCodes["14669@075@53"] = new Array("99127","99171");  // SAINT JOHN, Washington
    GeoCityCodes["14692@270@02"] = new Array("99658");  // SAINT MARYS, Alaska
    GeoCityCodes["14697@180@02"] = new Array("99659");  // SAINT MICHAEL, Alaska
    GeoCityCodes["14705@016@02"] = new Array("99660");  // SAINT PAUL ISLAND, Alaska
    GeoCityCodes["14729@090@02"] = new Array("99714");  // SALCHA, Alaska
    GeoCityCodes["14748@041@53"] = new Array("98582");  // SALKUM, Washington
    GeoCityCodes["14777@033@53"] = new Array("98074","98075");  // SAMMAMISH, Washington
    GeoCityCodes["14847@013@02"] = new Array("99661");  // SAND POINT, Alaska
    GeoCityCodes["14945@027@53"] = new Array("98583");  // SATSOP, Washington
    GeoCityCodes["14971@180@02"] = new Array("99769");  // SAVOONGA, Alaska
    GeoCityCodes["14993@270@02"] = new Array("99662");  // SCAMMON BAY, Alaska
    GeoCityCodes["15084@035@53"] = new Array("98380");  // SEABECK, Washington
    GeoCityCodes["15093@033@53"] = new Array("98062");  // SEAHURST, Washington
    GeoCityCodes["15116@033@53"] = new Array("98101","98102","98103","98104","98105","98106","98107","98108","98109","98111","98112","98113","98114","98115","98116","98117","98118","98119","98121","98122","98124","98125","98126","98127","98129","98131","98132","98133","98134","98136","98138","98139","98141","98144","98145","98146","98148","98151","98154","98155","98158","98160","98161","98164","98165","98166","98168","98170","98171","98174","98175","98177","98178","98181","98184","98185","98188","98190","98191","98194","98195","98198","98199");  // SEATTLE, Washington
    GeoCityCodes["15117@049@53"] = new Array("98644");  // SEAVIEW, Washington
    GeoCityCodes["15141@057@53"] = new Array("98284");  // SEDRO WOOLLEY, Washington
    GeoCityCodes["15151@009@53"] = new Array("98381");  // SEKIU, Washington
    GeoCityCodes["15152@077@53"] = new Array("98942");  // SELAH, Washington
    GeoCityCodes["15153@188@02"] = new Array("99770");  // SELAWIK, Alaska
    GeoCityCodes["15157@122@02"] = new Array("99663");  // SELDOVIA, Alaska
    GeoCityCodes["15186@009@53"] = new Array("98382");  // SEQUIM, Washington
    GeoCityCodes["15206@122@02"] = new Array("99664");  // SEWARD, Alaska
    GeoCityCodes["15229@290@02"] = new Array("99665");  // SHAGELUK, Alaska
    GeoCityCodes["15231@180@02"] = new Array("99771");  // SHAKTOOLIK, Alaska
    GeoCityCodes["15269@055@53"] = new Array("98286");  // SHAW ISLAND, Washington
    GeoCityCodes["15312@045@53"] = new Array("98584");  // SHELTON, Washington
    GeoCityCodes["15363@180@02"] = new Array("99772");  // SHISHMAREF, Alaska
    GeoCityCodes["15393@188@02"] = new Array("99773");  // SHUNGNAK, Alaska
    GeoCityCodes["15434@061@53"] = new Array("98287");  // SILVANA, Washington
    GeoCityCodes["15439@041@53"] = new Array("98585");  // SILVER CREEK, Washington
    GeoCityCodes["15449@035@53"] = new Array("98315","98383");  // SILVERDALE, Washington
    GeoCityCodes["15451@015@53"] = new Array("98645");  // SILVERLAKE, Washington
    GeoCityCodes["15490@220@02"] = new Array("99835");  // SITKA, Alaska
    GeoCityCodes["15496@232@02"] = new Array("99840");  // SKAGWAY, Alaska
    GeoCityCodes["15497@069@53"] = new Array("98647");  // SKAMOKAWA, Washington
    GeoCityCodes["15514@170@02"] = new Array("99667");  // SKWENTNA, Alaska
    GeoCityCodes["15516@033@53"] = new Array("98288");  // SKYKOMISH, Washington
    GeoCityCodes["15539@050@02"] = new Array("99668");  // SLEETMUTE, Alaska
    GeoCityCodes["15600@061@53"] = new Array("98290","98291","98296");  // SNOHOMISH, Washington
    GeoCityCodes["15602@033@53"] = new Array("98065");  // SNOQUALMIE, Washington
    GeoCityCodes["15603@037@53"] = new Array("98068");  // SNOQUALMIE PASS, Washington
    GeoCityCodes["15618@025@53"] = new Array("98851");  // SOAP LAKE, Washington
    GeoCityCodes["15632@122@02"] = new Array("99669");  // SOLDOTNA, Alaska
    GeoCityCodes["15685@049@53"] = new Array("98586");  // SOUTH BEND, Washington
    GeoCityCodes["15706@037@53"] = new Array("98943");  // SOUTH CLE ELUM, Washington
    GeoCityCodes["15707@035@53"] = new Array("98384");  // SOUTH COLBY, Washington
    GeoCityCodes["15760@060@02"] = new Array("99670");  // SOUTH NAKNEK, Alaska
    GeoCityCodes["15781@053@53"] = new Array("98385");  // SOUTH PRAIRIE, Washington
    GeoCityCodes["15841@035@53"] = new Array("98386");  // SOUTHWORTH, Washington
    GeoCityCodes["15844@053@53"] = new Array("98387");  // SPANAWAY, Washington
    GeoCityCodes["15845@063@53"] = new Array("99031");  // SPANGLE, Washington
    GeoCityCodes["15891@063@53"] = new Array("99201","99202","99203","99204","99205","99206","99207","99208","99209","99210","99211","99212","99213","99214","99215","99216","99217","99218","99219","99220","99223","99224","99228","99251","99252","99256","99258","99260","99299");  // SPOKANE, Washington
    GeoCityCodes["15898@043@53"] = new Array("99032");  // SPRAGUE, Washington
    GeoCityCodes["15929@065@53"] = new Array("99173");  // SPRINGDALE, Washington
    GeoCityCodes["15992@061@53"] = new Array("98292");  // STANWOOD, Washington
    GeoCityCodes["16002@013@53"] = new Array("99359");  // STARBUCK, Washington
    GeoCityCodes["16016@061@53"] = new Array("98293");  // STARTUP, Washington
    GeoCityCodes["16037@180@02"] = new Array("99671");  // STEBBINS, Alaska
    GeoCityCodes["16049@007@53"] = new Array("98852");  // STEHEKIN, Washington
    GeoCityCodes["16050@053@53"] = new Array("98388");  // STEILACOOM, Washington
    GeoCityCodes["16066@075@53"] = new Array("99174");  // STEPTOE, Washington
    GeoCityCodes["16067@122@02"] = new Array("99672");  // STERLING, Alaska
    GeoCityCodes["16080@290@02"] = new Array("99774");  // STEVENS VILLAGE, Alaska
    GeoCityCodes["16082@059@53"] = new Array("98648");  // STEVENSON, Washington
    GeoCityCodes["16175@025@53"] = new Array("98853");  // STRATFORD, Washington
    GeoCityCodes["16268@061@53"] = new Array("98294");  // SULTAN, Washington
    GeoCityCodes["16270@073@53"] = new Array("98295");  // SUMAS, Washington
    GeoCityCodes["16296@053@53"] = new Array("98352","98390");  // SUMNER, Washington
    GeoCityCodes["16324@077@53"] = new Array("98944");  // SUNNYSIDE, Washington
    GeoCityCodes["16337@035@53"] = new Array("98392");  // SUQUAMISH, Washington
    GeoCityCodes["16356@170@02"] = new Array("99674");  // SUTTON, Alaska
    GeoCityCodes["16438@053@53"] = new Array("98401","98402","98403","98404","98405","98406","98407","98408","98409","98411","98412","98413","98415","98416","98418","98421","98422","98424","98431","98433","98442","98443","98444","98445","98446","98447","98450","98455","98460","98464","98465","98466","98471","98477","98481","98493");  // TACOMA, Washington
    GeoCityCodes["16450@027@53"] = new Array("98587");  // TAHOLAH, Washington
    GeoCityCodes["16452@045@53"] = new Array("98588");  // TAHUYA, Washington
    GeoCityCodes["16455@290@02"] = new Array("99675");  // TAKOTNA, Alaska
    GeoCityCodes["16465@170@02"] = new Array("99676");  // TALKEETNA, Alaska
    GeoCityCodes["16496@240@02"] = new Array("99776");  // TANACROSS, Alaska
    GeoCityCodes["16497@290@02"] = new Array("99777");  // TANANA, Alaska
    GeoCityCodes["16531@261@02"] = new Array("99677");  // TATITLEK, Alaska
    GeoCityCodes["16569@075@53"] = new Array("99033");  // TEKOA, Washington
    GeoCityCodes["16577@180@02"] = new Array("99778");  // TELLER, Alaska
    GeoCityCodes["16595@232@02"] = new Array("99841");  // TENAKEE SPRINGS, Alaska
    GeoCityCodes["16598@067@53"] = new Array("98589");  // TENINO, Washington
    GeoCityCodes["16629@240@02"] = new Array("99779");  // TETLIN, Alaska
    GeoCityCodes["16691@201@02"] = new Array("99919");  // THORNE BAY, Alaska
    GeoCityCodes["16693@075@53"] = new Array("99176");  // THORNTON, Washington
    GeoCityCodes["16698@037@53"] = new Array("98946");  // THORP, Washington
    GeoCityCodes["16727@077@53"] = new Array("98947");  // TIETON, Washington
    GeoCityCodes["16805@070@02"] = new Array("99678");  // TOGIAK, Alaska
    GeoCityCodes["16808@240@02"] = new Array("99780");  // TOK, Alaska
    GeoCityCodes["16809@049@53"] = new Array("98590");  // TOKELAND, Washington
    GeoCityCodes["16811@050@02"] = new Array("99637");  // TOKSOOK BAY, Alaska
    GeoCityCodes["16813@041@53"] = new Array("98591");  // TOLEDO, Washington
    GeoCityCodes["16838@047@53"] = new Array("98855");  // TONASKET, Washington
    GeoCityCodes["16861@077@53"] = new Array("98948");  // TOPPENISH, Washington
    GeoCityCodes["16878@071@53"] = new Array("99360");  // TOUCHET, Washington
    GeoCityCodes["16882@015@53"] = new Array("98649");  // TOUTLE, Washington
    GeoCityCodes["16907@035@53"] = new Array("98393");  // TRACYTON, Washington
    GeoCityCodes["16922@170@02"] = new Array("99683");  // TRAPPER CREEK, Alaska
    GeoCityCodes["16980@039@53"] = new Array("98650");  // TROUT LAKE, Washington
    GeoCityCodes["17026@050@02"] = new Array("99679");  // TULUKSAK, Alaska
    GeoCityCodes["17029@065@53"] = new Array("99034");  // TUMTUM, Washington
    GeoCityCodes["17030@067@53"] = new Array("98511");  // TUMWATER, Washington
    GeoCityCodes["17039@050@02"] = new Array("99680");  // TUNTUTULIAK, Alaska
    GeoCityCodes["17040@050@02"] = new Array("99681");  // TUNUNAK, Alaska
    GeoCityCodes["17103@047@53"] = new Array("98856");  // TWISP, Washington
    GeoCityCodes["17107@090@02"] = new Array("99716");  // TWO RIVERS, Alaska
    GeoCityCodes["17124@122@02"] = new Array("99682");  // TYONEK, Alaska
    GeoCityCodes["17152@180@02"] = new Array("99684");  // UNALAKLEET, Alaska
    GeoCityCodes["17153@016@02"] = new Array("99685");  // UNALASKA, Alaska
    GeoCityCodes["17158@059@53"] = new Array("98651");  // UNDERWOOD, Washington
    GeoCityCodes["17161@045@53"] = new Array("98592");  // UNION, Washington
    GeoCityCodes["17178@075@53"] = new Array("99179");  // UNIONTOWN, Washington
    GeoCityCodes["17192@053@53"] = new Array("98467");  // UNIVERSITY PLACE, Washington
    GeoCityCodes["17220@051@53"] = new Array("99180");  // USK, Washington
    GeoCityCodes["17232@041@53"] = new Array("98593");  // VADER, Washington
    GeoCityCodes["17241@261@02"] = new Array("99686");  // VALDEZ, Alaska
    GeoCityCodes["17256@065@53"] = new Array("99181");  // VALLEY, Washington
    GeoCityCodes["17275@063@53"] = new Array("99036");  // VALLEYFORD, Washington
    GeoCityCodes["17308@011@53"] = new Array("98660","98661","98662","98663","98664","98665","98666","98667","98668","98682","98683","98684","98685","98686","98687");  // VANCOUVER, Washington
    GeoCityCodes["17323@037@53"] = new Array("98950");  // VANTAGE, Washington
    GeoCityCodes["17333@033@53"] = new Array("98070");  // VASHON, Washington
    GeoCityCodes["17339@053@53"] = new Array("98394");  // VAUGHN, Washington
    GeoCityCodes["17357@290@02"] = new Array("99781");  // VENETIE, Alaska
    GeoCityCodes["17364@063@53"] = new Array("99037");  // VERADALE, Washington
    GeoCityCodes["17530@039@53"] = new Array("98670");  // WAHKIACUS, Washington
    GeoCityCodes["17541@185@02"] = new Array("99782");  // WAINWRIGHT, Alaska
    GeoCityCodes["17546@071@53"] = new Array("99361");  // WAITSBURG, Washington
    GeoCityCodes["17568@055@53"] = new Array("98297");  // WALDRON, Washington
    GeoCityCodes["17570@180@02"] = new Array("99783");  // WALES, Alaska
    GeoCityCodes["17584@071@53"] = new Array("99362");  // WALLA WALLA, Washington
    GeoCityCodes["17606@071@53"] = new Array("99363");  // WALLULA, Washington
    GeoCityCodes["17653@077@53"] = new Array("98951");  // WAPATO, Washington
    GeoCityCodes["17664@130@02"] = new Array("99928");  // WARD COVE, Alaska
    GeoCityCodes["17667@025@53"] = new Array("98857");  // WARDEN, Washington
    GeoCityCodes["17724@011@53"] = new Array("98671");  // WASHOUGAL, Washington
    GeoCityCodes["17726@001@53"] = new Array("99371");  // WASHTUCNA, Washington
    GeoCityCodes["17727@170@02"] = new Array("99629","99654","99687");  // WASILLA, Alaska
    GeoCityCodes["17753@017@53"] = new Array("98858");  // WATERVILLE, Washington
    GeoCityCodes["17775@047@53"] = new Array("98859");  // WAUCONDA, Washington
    GeoCityCodes["17783@053@53"] = new Array("98395");  // WAUNA, Washington
    GeoCityCodes["17798@063@53"] = new Array("99039");  // WAVERLY, Washington
    GeoCityCodes["17880@065@53"] = new Array("99040");  // WELLPINIT, Washington
    GeoCityCodes["17892@007@53"] = new Array("98801","98807");  // WENATCHEE, Washington
    GeoCityCodes["18055@005@53"] = new Array("99353");  // WEST RICHLAND, Washington
    GeoCityCodes["18140@027@53"] = new Array("98595");  // WESTPORT, Washington
    GeoCityCodes["18205@180@02"] = new Array("99784");  // WHITE MOUNTAIN, Alaska
    GeoCityCodes["18216@039@53"] = new Array("98672");  // WHITE SALMON, Washington
    GeoCityCodes["18221@077@53"] = new Array("98952");  // WHITE SWAN, Washington
    GeoCityCodes["18273@261@02"] = new Array("99693");  // WHITTIER, Alaska
    GeoCityCodes["18298@043@53"] = new Array("99185");  // WILBUR, Washington
    GeoCityCodes["18319@053@53"] = new Array("98396");  // WILKESON, Washington
    GeoCityCodes["18351@170@02"] = new Array("99688");  // WILLOW, Alaska
    GeoCityCodes["18383@025@53"] = new Array("98860");  // WILSON CREEK, Washington
    GeoCityCodes["18430@041@53"] = new Array("98596");  // WINLOCK, Washington
    GeoCityCodes["18466@047@53"] = new Array("98862");  // WINTHROP, Washington
    GeoCityCodes["18481@039@53"] = new Array("98673");  // WISHRAM, Washington
    GeoCityCodes["18546@033@53"] = new Array("98072","98077");  // WOODINVILLE, Washington
    GeoCityCodes["18548@015@53"] = new Array("98674");  // WOODLAND, Washington
    GeoCityCodes["18603@280@02"] = new Array("99929");  // WRANGELL, Alaska
    GeoCityCodes["18652@011@53"] = new Array("98675");  // YACOLT, Washington
    GeoCityCodes["18654@077@53"] = new Array("98901","98902","98903","98904","98907","98908","98909");  // YAKIMA, Washington
    GeoCityCodes["18655@282@02"] = new Array("99689");  // YAKUTAT, Alaska
    GeoCityCodes["18688@067@53"] = new Array("98597");  // YELM, Washington
    GeoCityCodes["18762@077@53"] = new Array("98953");  // ZILLAH, Washington
