Skip to content

Instantly share code, notes, and snippets.

@myersjustinc
Created September 21, 2011 21:55
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save myersjustinc/1233434 to your computer and use it in GitHub Desktop.
Save myersjustinc/1233434 to your computer and use it in GitHub Desktop.
Mappings between five-digit county FIPS codes and their corresponding counties
// Source: http://www.census.gov/geo/www/ansi/countylookup.html
var countyToFIPS = {
'Alabama': {
'Autauga County': '01001',
'Baldwin County': '01003',
'Barbour County': '01005',
'Bibb County': '01007',
'Blount County': '01009',
'Bullock County': '01011',
'Butler County': '01013',
'Calhoun County': '01015',
'Chambers County': '01017',
'Cherokee County': '01019',
'Chilton County': '01021',
'Choctaw County': '01023',
'Clarke County': '01025',
'Clay County': '01027',
'Cleburne County': '01029',
'Coffee County': '01031',
'Colbert County': '01033',
'Conecuh County': '01035',
'Coosa County': '01037',
'Covington County': '01039',
'Crenshaw County': '01041',
'Cullman County': '01043',
'Dale County': '01045',
'Dallas County': '01047',
'DeKalb County': '01049',
'Elmore County': '01051',
'Escambia County': '01053',
'Etowah County': '01055',
'Fayette County': '01057',
'Franklin County': '01059',
'Geneva County': '01061',
'Greene County': '01063',
'Hale County': '01065',
'Henry County': '01067',
'Houston County': '01069',
'Jackson County': '01071',
'Jefferson County': '01073',
'Lamar County': '01075',
'Lauderdale County': '01077',
'Lawrence County': '01079',
'Lee County': '01081',
'Limestone County': '01083',
'Lowndes County': '01085',
'Macon County': '01087',
'Madison County': '01089',
'Marengo County': '01091',
'Marion County': '01093',
'Marshall County': '01095',
'Mobile County': '01097',
'Monroe County': '01099',
'Montgomery County': '01101',
'Morgan County': '01103',
'Perry County': '01105',
'Pickens County': '01107',
'Pike County': '01109',
'Randolph County': '01111',
'Russell County': '01113',
'St. Clair County': '01115',
'Shelby County': '01117',
'Sumter County': '01119',
'Talladega County': '01121',
'Tallapoosa County': '01123',
'Tuscaloosa County': '01125',
'Walker County': '01127',
'Washington County': '01129',
'Wilcox County': '01131',
'Winston County': '01133'
},
'Alaska': {
'Aleutians East Borough': '02013',
'Aleutians West Census Area': '02016',
'Anchorage Municipality': '02020',
'Bethel Census Area': '02050',
'Bristol Bay Borough': '02060',
'Denali Borough': '02068',
'Dillingham Census Area': '02070',
'Fairbanks North Star Borough': '02090',
'Haines Borough': '02100',
'Hoonah-Angoon Census Area': '02105',
'Juneau City and Borough': '02110',
'Kenai Peninsula Borough': '02122',
'Ketchikan Gateway Borough': '02130',
'Kodiak Island Borough': '02150',
'Lake and Peninsula Borough': '02164',
'Matanuska-Susitna Borough': '02170',
'Nome Census Area': '02180',
'North Slope Borough': '02185',
'Northwest Arctic Borough': '02188',
'Petersburg Census Area': '02195',
'Prince of Wales-Hyder Census Area': '02198',
'Sitka City and Borough': '02220',
'Skagway Municipality': '02230',
'Southeast Fairbanks Census Area': '02240',
'Valdez-Cordova Census Area': '02261',
'Wade Hampton Census Area': '02270',
'Wrangell City and Borough': '02275',
'Yakutat City and Borough': '02282',
'Yukon-Koyukuk Census Area': '02290'
},
'Arizona': {
'Apache County': '04001',
'Cochise County': '04003',
'Coconino County': '04005',
'Gila County': '04007',
'Graham County': '04009',
'Greenlee County': '04011',
'La Paz County': '04012',
'Maricopa County': '04013',
'Mohave County': '04015',
'Navajo County': '04017',
'Pima County': '04019',
'Pinal County': '04021',
'Santa Cruz County': '04023',
'Yavapai County': '04025',
'Yuma County': '04027'
},
'Arkansas': {
'Arkansas County': '05001',
'Ashley County': '05003',
'Baxter County': '05005',
'Benton County': '05007',
'Boone County': '05009',
'Bradley County': '05011',
'Calhoun County': '05013',
'Carroll County': '05015',
'Chicot County': '05017',
'Clark County': '05019',
'Clay County': '05021',
'Cleburne County': '05023',
'Cleveland County': '05025',
'Columbia County': '05027',
'Conway County': '05029',
'Craighead County': '05031',
'Crawford County': '05033',
'Crittenden County': '05035',
'Cross County': '05037',
'Dallas County': '05039',
'Desha County': '05041',
'Drew County': '05043',
'Faulkner County': '05045',
'Franklin County': '05047',
'Fulton County': '05049',
'Garland County': '05051',
'Grant County': '05053',
'Greene County': '05055',
'Hempstead County': '05057',
'Hot Spring County': '05059',
'Howard County': '05061',
'Independence County': '05063',
'Izard County': '05065',
'Jackson County': '05067',
'Jefferson County': '05069',
'Johnson County': '05071',
'Lafayette County': '05073',
'Lawrence County': '05075',
'Lee County': '05077',
'Lincoln County': '05079',
'Little River County': '05081',
'Logan County': '05083',
'Lonoke County': '05085',
'Madison County': '05087',
'Marion County': '05089',
'Miller County': '05091',
'Mississippi County': '05093',
'Monroe County': '05095',
'Montgomery County': '05097',
'Nevada County': '05099',
'Newton County': '05101',
'Ouachita County': '05103',
'Perry County': '05105',
'Phillips County': '05107',
'Pike County': '05109',
'Poinsett County': '05111',
'Polk County': '05113',
'Pope County': '05115',
'Prairie County': '05117',
'Pulaski County': '05119',
'Randolph County': '05121',
'St. Francis County': '05123',
'Saline County': '05125',
'Scott County': '05127',
'Searcy County': '05129',
'Sebastian County': '05131',
'Sevier County': '05133',
'Sharp County': '05135',
'Stone County': '05137',
'Union County': '05139',
'Van Buren County': '05141',
'Washington County': '05143',
'White County': '05145',
'Woodruff County': '05147',
'Yell County': '05149'
},
'California': {
'Alameda County': '06001',
'Alpine County': '06003',
'Amador County': '06005',
'Butte County': '06007',
'Calaveras County': '06009',
'Colusa County': '06011',
'Contra Costa County': '06013',
'Del Norte County': '06015',
'El Dorado County': '06017',
'Fresno County': '06019',
'Glenn County': '06021',
'Humboldt County': '06023',
'Imperial County': '06025',
'Inyo County': '06027',
'Kern County': '06029',
'Kings County': '06031',
'Lake County': '06033',
'Lassen County': '06035',
'Los Angeles County': '06037',
'Madera County': '06039',
'Marin County': '06041',
'Mariposa County': '06043',
'Mendocino County': '06045',
'Merced County': '06047',
'Modoc County': '06049',
'Mono County': '06051',
'Monterey County': '06053',
'Napa County': '06055',
'Nevada County': '06057',
'Orange County': '06059',
'Placer County': '06061',
'Plumas County': '06063',
'Riverside County': '06065',
'Sacramento County': '06067',
'San Benito County': '06069',
'San Bernardino County': '06071',
'San Diego County': '06073',
'San Francisco County': '06075',
'San Joaquin County': '06077',
'San Luis Obispo County': '06079',
'San Mateo County': '06081',
'Santa Barbara County': '06083',
'Santa Clara County': '06085',
'Santa Cruz County': '06087',
'Shasta County': '06089',
'Sierra County': '06091',
'Siskiyou County': '06093',
'Solano County': '06095',
'Sonoma County': '06097',
'Stanislaus County': '06099',
'Sutter County': '06101',
'Tehama County': '06103',
'Trinity County': '06105',
'Tulare County': '06107',
'Tuolumne County': '06109',
'Ventura County': '06111',
'Yolo County': '06113',
'Yuba County': '06115',
},
'Colorado': {
'Adams County': '08001',
'Alamosa County': '08003',
'Arapahoe County': '08005',
'Archuleta County': '08007',
'Baca County': '08009',
'Bent County': '08011',
'Boulder County': '08013',
'Broomfield County': '08014',
'Chaffee County': '08015',
'Cheyenne County': '08017',
'Clear Creek County': '08019',
'Conejos County': '08021',
'Costilla County': '08023',
'Crowley County': '08025',
'Custer County': '08027',
'Delta County': '08029',
'Denver County': '08031',
'Dolores County': '08033',
'Douglas County': '08035',
'Eagle County': '08037',
'Elbert County': '08039',
'El Paso County': '08041',
'Fremont County': '08043',
'Garfield County': '08045',
'Gilpin County': '08047',
'Grand County': '08049',
'Gunnison County': '08051',
'Hinsdale County': '08053',
'Huerfano County': '08055',
'Jackson County': '08057',
'Jefferson County': '08059',
'Kiowa County': '08061',
'Kit Carson County': '08063',
'Lake County': '08065',
'La Plata County': '08067',
'Larimer County': '08069',
'Las Animas County': '08071',
'Lincoln County': '08073',
'Logan County': '08075',
'Mesa County': '08077',
'Mineral County': '08079',
'Moffat County': '08081',
'Montezuma County': '08083',
'Montrose County': '08085',
'Morgan County': '08087',
'Otero County': '08089',
'Ouray County': '08091',
'Park County': '08093',
'Phillips County': '08095',
'Pitkin County': '08097',
'Prowers County': '08099',
'Pueblo County': '08101',
'Rio Blanco County': '08103',
'Rio Grande County': '08105',
'Routt County': '08107',
'Saguache County': '08109',
'San Juan County': '08111',
'San Miguel County': '08113',
'Sedgwick County': '08115',
'Summit County': '08117',
'Teller County': '08119',
'Washington County': '08121',
'Weld County': '08123',
'Yuma County': '08125'
},
'Connecticut': {
'Fairfield County': '09001',
'Hartford County': '09003',
'Litchfield County': '09005',
'Middlesex County': '09007',
'New Haven County': '09009',
'New London County': '09011',
'Tolland County': '09013',
'Windham County': '09015'
},
'Delaware': {
'Kent County': '10001',
'New Castle County': '10003',
'Sussex County': '10005'
},
'District of Columbia': {
'District of Columbia': '11001'
},
'Florida': {
'Alachua County': '12001',
'Baker County': '12003',
'Bay County': '12005',
'Bradford County': '12007',
'Brevard County': '12009',
'Broward County': '12011',
'Calhoun County': '12013',
'Charlotte County': '12015',
'Citrus County': '12017',
'Clay County': '12019',
'Collier County': '12021',
'Columbia County': '12023',
'DeSoto County': '12027',
'Dixie County': '12029',
'Duval County': '12031',
'Escambia County': '12033',
'Flagler County': '12035',
'Franklin County': '12037',
'Gadsden County': '12039',
'Gilchrist County': '12041',
'Glades County': '12043',
'Gulf County': '12045',
'Hamilton County': '12047',
'Hardee County': '12049',
'Hendry County': '12051',
'Hernando County': '12053',
'Highlands County': '12055',
'Hillsborough County': '12057',
'Holmes County': '12059',
'Indian River County': '12061',
'Jackson County': '12063',
'Jefferson County': '12065',
'Lafayette County': '12067',
'Lake County': '12069',
'Lee County': '12071',
'Leon County': '12073',
'Levy County': '12075',
'Liberty County': '12077',
'Madison County': '12079',
'Manatee County': '12081',
'Marion County': '12083',
'Martin County': '12085',
'Miami-Dade County': '12086',
'Monroe County': '12087',
'Nassau County': '12089',
'Okaloosa County': '12091',
'Okeechobee County': '12093',
'Orange County': '12095',
'Osceola County': '12097',
'Palm Beach County': '12099',
'Pasco County': '12101',
'Pinellas County': '12103',
'Polk County': '12105',
'Putnam County': '12107',
'St. Johns County': '12109',
'St. Lucie County': '12111',
'Santa Rosa County': '12113',
'Sarasota County': '12115',
'Seminole County': '12117',
'Sumter County': '12119',
'Suwannee County': '12121',
'Taylor County': '12123',
'Union County': '12125',
'Volusia County': '12127',
'Wakulla County': '12129',
'Walton County': '12131',
'Washington County': '12133'
},
'Georgia': {
'Appling County': '13001',
'Atkinson County': '13003',
'Bacon County': '13005',
'Baker County': '13007',
'Baldwin County': '13009',
'Banks County': '13011',
'Barrow County': '13013',
'Bartow County': '13015',
'Ben Hill County': '13017',
'Berrien County': '13019',
'Bibb County': '13021',
'Bleckley County': '13023',
'Brantley County': '13025',
'Brooks County': '13027',
'Bryan County': '13029',
'Bulloch County': '13031',
'Burke County': '13033',
'Butts County': '13035',
'Calhoun County': '13037',
'Camden County': '13039',
'Candler County': '13043',
'Carroll County': '13045',
'Catoosa County': '13047',
'Charlton County': '13049',
'Chatham County': '13051',
'Chattahoochee County': '13053',
'Chattooga County': '13055',
'Cherokee County': '13057',
'Clarke County': '13059',
'Clay County': '13061',
'Clayton County': '13063',
'Clinch County': '13065',
'Cobb County': '13067',
'Coffee County': '13069',
'Colquitt County': '13071',
'Columbia County': '13073',
'Cook County': '13075',
'Coweta County': '13077',
'Crawford County': '13079',
'Crisp County': '13081',
'Dade County': '13083',
'Dawson County': '13085',
'Decatur County': '13087',
'DeKalb County': '13089',
'Dodge County': '13091',
'Dooly County': '13093',
'Dougherty County': '13095',
'Douglas County': '13097',
'Early County': '13099',
'Echols County': '13101',
'Effingham County': '13103',
'Elbert County': '13105',
'Emanuel County': '13107',
'Evans County': '13109',
'Fannin County': '13111',
'Fayette County': '13113',
'Floyd County': '13115',
'Forsyth County': '13117',
'Franklin County': '13119',
'Fulton County': '13121',
'Gilmer County': '13123',
'Glascock County': '13125',
'Glynn County': '13127',
'Gordon County': '13129',
'Grady County': '13131',
'Greene County': '13133',
'Gwinnett County': '13135',
'Habersham County': '13137',
'Hall County': '13139',
'Hancock County': '13141',
'Haralson County': '13143',
'Harris County': '13145',
'Hart County': '13147',
'Heard County': '13149',
'Henry County': '13151',
'Houston County': '13153',
'Irwin County': '13155',
'Jackson County': '13157',
'Jasper County': '13159',
'Jeff Davis County': '13161',
'Jefferson County': '13163',
'Jenkins County': '13165',
'Johnson County': '13167',
'Jones County': '13169',
'Lamar County': '13171',
'Lanier County': '13173',
'Laurens County': '13175',
'Lee County': '13177',
'Liberty County': '13179',
'Lincoln County': '13181',
'Long County': '13183',
'Lowndes County': '13185',
'Lumpkin County': '13187',
'McDuffie County': '13189',
'McIntosh County': '13191',
'Macon County': '13193',
'Madison County': '13195',
'Marion County': '13197',
'Meriwether County': '13199',
'Miller County': '13201',
'Mitchell County': '13205',
'Monroe County': '13207',
'Montgomery County': '13209',
'Morgan County': '13211',
'Murray County': '13213',
'Muscogee County': '13215',
'Newton County': '13217',
'Oconee County': '13219',
'Oglethorpe County': '13221',
'Paulding County': '13223',
'Peach County': '13225',
'Pickens County': '13227',
'Pierce County': '13229',
'Pike County': '13231',
'Polk County': '13233',
'Pulaski County': '13235',
'Putnam County': '13237',
'Quitman County': '13239',
'Rabun County': '13241',
'Randolph County': '13243',
'Richmond County': '13245',
'Rockdale County': '13247',
'Schley County': '13249',
'Screven County': '13251',
'Seminole County': '13253',
'Spalding County': '13255',
'Stephens County': '13257',
'Stewart County': '13259',
'Sumter County': '13261',
'Talbot County': '13263',
'Taliaferro County': '13265',
'Tattnall County': '13267',
'Taylor County': '13269',
'Telfair County': '13271',
'Terrell County': '13273',
'Thomas County': '13275',
'Tift County': '13277',
'Toombs County': '13279',
'Towns County': '13281',
'Treutlen County': '13283',
'Troup County': '13285',
'Turner County': '13287',
'Twiggs County': '13289',
'Union County': '13291',
'Upson County': '13293',
'Walker County': '13295',
'Walton County': '13297',
'Ware County': '13299',
'Warren County': '13301',
'Washington County': '13303',
'Wayne County': '13305',
'Webster County': '13307',
'Wheeler County': '13309',
'White County': '13311',
'Whitfield County': '13313',
'Wilcox County': '13315',
'Wilkes County': '13317',
'Wilkinson County': '13319',
'Worth County': '13321'
},
'Hawaii': {
'Hawaii County': '15001',
'Honolulu County': '15003',
'Kalawao County': '15005',
'Kauai County': '15007',
'Maui County': '15009'
},
'Idaho': {
'Ada County': '16001',
'Adams County': '16003',
'Bannock County': '16005',
'Bear Lake County': '16007',
'Benewah County': '16009',
'Bingham County': '16011',
'Blaine County': '16013',
'Boise County': '16015',
'Bonner County': '16017',
'Bonneville County': '16019',
'Boundary County': '16021',
'Butte County': '16023',
'Camas County': '16025',
'Canyon County': '16027',
'Caribou County': '16029',
'Cassia County': '16031',
'Clark County': '16033',
'Clearwater County': '16035',
'Custer County': '16037',
'Elmore County': '16039',
'Franklin County': '16041',
'Fremont County': '16043',
'Gem County': '16045',
'Gooding County': '16047',
'Idaho County': '16049',
'Jefferson County': '16051',
'Jerome County': '16053',
'Kootenai County': '16055',
'Latah County': '16057',
'Lemhi County': '16059',
'Lewis County': '16061',
'Lincoln County': '16063',
'Madison County': '16065',
'Minidoka County': '16067',
'Nez Perce County': '16069',
'Oneida County': '16071',
'Owyhee County': '16073',
'Payette County': '16075',
'Power County': '16077',
'Shoshone County': '16079',
'Teton County': '16081',
'Twin Falls County': '16083',
'Valley County': '16085',
'Washington County': '16087'
},
'Illinois': {
'Adams County': '17001',
'Alexander County': '17003',
'Bond County': '17005',
'Boone County': '17007',
'Brown County': '17009',
'Bureau County': '17011',
'Calhoun County': '17013',
'Carroll County': '17015',
'Cass County': '17017',
'Champaign County': '17019',
'Christian County': '17021',
'Clark County': '17023',
'Clay County': '17025',
'Clinton County': '17027',
'Coles County': '17029',
'Cook County': '17031',
'Crawford County': '17033',
'Cumberland County': '17035',
'DeKalb County': '17037',
'De Witt County': '17039',
'Douglas County': '17041',
'DuPage County': '17043',
'Edgar County': '17045',
'Edwards County': '17047',
'Effingham County': '17049',
'Fayette County': '17051',
'Ford County': '17053',
'Franklin County': '17055',
'Fulton County': '17057',
'Gallatin County': '17059',
'Greene County': '17061',
'Grundy County': '17063',
'Hamilton County': '17065',
'Hancock County': '17067',
'Hardin County': '17069',
'Henderson County': '17071',
'Henry County': '17073',
'Iroquois County': '17075',
'Jackson County': '17077',
'Jasper County': '17079',
'Jefferson County': '17081',
'Jersey County': '17083',
'Jo Daviess County': '17085',
'Johnson County': '17087',
'Kane County': '17089',
'Kankakee County': '17091',
'Kendall County': '17093',
'Knox County': '17095',
'Lake County': '17097',
'LaSalle County': '17099',
'Lawrence County': '17101',
'Lee County': '17103',
'Livingston County': '17105',
'Logan County': '17107',
'McDonough County': '17109',
'McHenry County': '17111',
'McLean County': '17113',
'Macon County': '17115',
'Macoupin County': '17117',
'Madison County': '17119',
'Marion County': '17121',
'Marshall County': '17123',
'Mason County': '17125',
'Massac County': '17127',
'Menard County': '17129',
'Mercer County': '17131',
'Monroe County': '17133',
'Montgomery County': '17135',
'Morgan County': '17137',
'Moultrie County': '17139',
'Ogle County': '17141',
'Peoria County': '17143',
'Perry County': '17145',
'Piatt County': '17147',
'Pike County': '17149',
'Pope County': '17151',
'Pulaski County': '17153',
'Putnam County': '17155',
'Randolph County': '17157',
'Richland County': '17159',
'Rock Island County': '17161',
'St. Clair County': '17163',
'Saline County': '17165',
'Sangamon County': '17167',
'Schuyler County': '17169',
'Scott County': '17171',
'Shelby County': '17173',
'Stark County': '17175',
'Stephenson County': '17177',
'Tazewell County': '17179',
'Union County': '17181',
'Vermilion County': '17183',
'Wabash County': '17185',
'Warren County': '17187',
'Washington County': '17189',
'Wayne County': '17191',
'White County': '17193',
'Whiteside County': '17195',
'Will County': '17197',
'Williamson County': '17199',
'Winnebago County': '17201',
'Woodford County': '17203'
},
'Indiana': {
'Adams County': '18001',
'Allen County': '18003',
'Bartholomew County': '18005',
'Benton County': '18007',
'Blackford County': '18009',
'Boone County': '18011',
'Brown County': '18013',
'Carroll County': '18015',
'Cass County': '18017',
'Clark County': '18019',
'Clay County': '18021',
'Clinton County': '18023',
'Crawford County': '18025',
'Daviess County': '18027',
'Dearborn County': '18029',
'Decatur County': '18031',
'DeKalb County': '18033',
'Delaware County': '18035',
'Dubois County': '18037',
'Elkhart County': '18039',
'Fayette County': '18041',
'Floyd County': '18043',
'Fountain County': '18045',
'Franklin County': '18047',
'Fulton County': '18049',
'Gibson County': '18051',
'Grant County': '18053',
'Greene County': '18055',
'Hamilton County': '18057',
'Hancock County': '18059',
'Harrison County': '18061',
'Hendricks County': '18063',
'Henry County': '18065',
'Howard County': '18067',
'Huntington County': '18069',
'Jackson County': '18071',
'Jasper County': '18073',
'Jay County': '18075',
'Jefferson County': '18077',
'Jennings County': '18079',
'Johnson County': '18081',
'Knox County': '18083',
'Kosciusko County': '18085',
'LaGrange County': '18087',
'Lake County': '18089',
'LaPorte County': '18091',
'Lawrence County': '18093',
'Madison County': '18095',
'Marion County': '18097',
'Marshall County': '18099',
'Martin County': '18101',
'Miami County': '18103',
'Monroe County': '18105',
'Montgomery County': '18107',
'Morgan County': '18109',
'Newton County': '18111',
'Noble County': '18113',
'Ohio County': '18115',
'Orange County': '18117',
'Owen County': '18119',
'Parke County': '18121',
'Perry County': '18123',
'Pike County': '18125',
'Porter County': '18127',
'Posey County': '18129',
'Pulaski County': '18131',
'Putnam County': '18133',
'Randolph County': '18135',
'Ripley County': '18137',
'Rush County': '18139',
'St. Joseph County': '18141',
'Scott County': '18143',
'Shelby County': '18145',
'Spencer County': '18147',
'Starke County': '18149',
'Steuben County': '18151',
'Sullivan County': '18153',
'Switzerland County': '18155',
'Tippecanoe County': '18157',
'Tipton County': '18159',
'Union County': '18161',
'Vanderburgh County': '18163',
'Vermillion County': '18165',
'Vigo County': '18167',
'Wabash County': '18169',
'Warren County': '18171',
'Warrick County': '18173',
'Washington County': '18175',
'Wayne County': '18177',
'Wells County': '18179',
'White County': '18181',
'Whitley County': '18183'
},
'Iowa': {
'Adair County': '19001',
'Adams County': '19003',
'Allamakee County': '19005',
'Appanoose County': '19007',
'Audubon County': '19009',
'Benton County': '19011',
'Black Hawk County': '19013',
'Boone County': '19015',
'Bremer County': '19017',
'Buchanan County': '19019',
'Buena Vista County': '19021',
'Butler County': '19023',
'Calhoun County': '19025',
'Carroll County': '19027',
'Cass County': '19029',
'Cedar County': '19031',
'Cerro Gordo County': '19033',
'Cherokee County': '19035',
'Chickasaw County': '19037',
'Clarke County': '19039',
'Clay County': '19041',
'Clayton County': '19043',
'Clinton County': '19045',
'Crawford County': '19047',
'Dallas County': '19049',
'Davis County': '19051',
'Decatur County': '19053',
'Delaware County': '19055',
'Des Moines County': '19057',
'Dickinson County': '19059',
'Dubuque County': '19061',
'Emmet County': '19063',
'Fayette County': '19065',
'Floyd County': '19067',
'Franklin County': '19069',
'Fremont County': '19071',
'Greene County': '19073',
'Grundy County': '19075',
'Guthrie County': '19077',
'Hamilton County': '19079',
'Hancock County': '19081',
'Hardin County': '19083',
'Harrison County': '19085',
'Henry County': '19087',
'Howard County': '19089',
'Humboldt County': '19091',
'Ida County': '19093',
'Iowa County': '19095',
'Jackson County': '19097',
'Jasper County': '19099',
'Jefferson County': '19101',
'Johnson County': '19103',
'Jones County': '19105',
'Keokuk County': '19107',
'Kossuth County': '19109',
'Lee County': '19111',
'Linn County': '19113',
'Louisa County': '19115',
'Lucas County': '19117',
'Lyon County': '19119',
'Madison County': '19121',
'Mahaska County': '19123',
'Marion County': '19125',
'Marshall County': '19127',
'Mills County': '19129',
'Mitchell County': '19131',
'Monona County': '19133',
'Monroe County': '19135',
'Montgomery County': '19137',
'Muscatine County': '19139',
'O\'Brien County': '19141',
'Osceola County': '19143',
'Page County': '19145',
'Palo Alto County': '19147',
'Plymouth County': '19149',
'Pocahontas County': '19151',
'Polk County': '19153',
'Pottawattamie County': '19155',
'Poweshiek County': '19157',
'Ringgold County': '19159',
'Sac County': '19161',
'Scott County': '19163',
'Shelby County': '19165',
'Sioux County': '19167',
'Story County': '19169',
'Tama County': '19171',
'Taylor County': '19173',
'Union County': '19175',
'Van Buren County': '19177',
'Wapello County': '19179',
'Warren County': '19181',
'Washington County': '19183',
'Wayne County': '19185',
'Webster County': '19187',
'Winnebago County': '19189',
'Winneshiek County': '19191',
'Woodbury County': '19193',
'Worth County': '19195',
'Wright County': '19197'
},
'Kansas': {
'Allen County': '20001',
'Anderson County': '20003',
'Atchison County': '20005',
'Barber County': '20007',
'Barton County': '20009',
'Bourbon County': '20011',
'Brown County': '20013',
'Butler County': '20015',
'Chase County': '20017',
'Chautauqua County': '20019',
'Cherokee County': '20021',
'Cheyenne County': '20023',
'Clark County': '20025',
'Clay County': '20027',
'Cloud County': '20029',
'Coffey County': '20031',
'Comanche County': '20033',
'Cowley County': '20035',
'Crawford County': '20037',
'Decatur County': '20039',
'Dickinson County': '20041',
'Doniphan County': '20043',
'Douglas County': '20045',
'Edwards County': '20047',
'Elk County': '20049',
'Ellis County': '20051',
'Ellsworth County': '20053',
'Finney County': '20055',
'Ford County': '20057',
'Franklin County': '20059',
'Geary County': '20061',
'Gove County': '20063',
'Graham County': '20065',
'Grant County': '20067',
'Gray County': '20069',
'Greeley County': '20071',
'Greenwood County': '20073',
'Hamilton County': '20075',
'Harper County': '20077',
'Harvey County': '20079',
'Haskell County': '20081',
'Hodgeman County': '20083',
'Jackson County': '20085',
'Jefferson County': '20087',
'Jewell County': '20089',
'Johnson County': '20091',
'Kearny County': '20093',
'Kingman County': '20095',
'Kiowa County': '20097',
'Labette County': '20099',
'Lane County': '20101',
'Leavenworth County': '20103',
'Lincoln County': '20105',
'Linn County': '20107',
'Logan County': '20109',
'Lyon County': '20111',
'McPherson County': '20113',
'Marion County': '20115',
'Marshall County': '20117',
'Meade County': '20119',
'Miami County': '20121',
'Mitchell County': '20123',
'Montgomery County': '20125',
'Morris County': '20127',
'Morton County': '20129',
'Nemaha County': '20131',
'Neosho County': '20133',
'Ness County': '20135',
'Norton County': '20137',
'Osage County': '20139',
'Osborne County': '20141',
'Ottawa County': '20143',
'Pawnee County': '20145',
'Phillips County': '20147',
'Pottawatomie County': '20149',
'Pratt County': '20151',
'Rawlins County': '20153',
'Reno County': '20155',
'Republic County': '20157',
'Rice County': '20159',
'Riley County': '20161',
'Rooks County': '20163',
'Rush County': '20165',
'Russell County': '20167',
'Saline County': '20169',
'Scott County': '20171',
'Sedgwick County': '20173',
'Seward County': '20175',
'Shawnee County': '20177',
'Sheridan County': '20179',
'Sherman County': '20181',
'Smith County': '20183',
'Stafford County': '20185',
'Stanton County': '20187',
'Stevens County': '20189',
'Sumner County': '20191',
'Thomas County': '20193',
'Trego County': '20195',
'Wabaunsee County': '20197',
'Wallace County': '20199',
'Washington County': '20201',
'Wichita County': '20203',
'Wilson County': '20205',
'Woodson County': '20207',
'Wyandotte County': '20209'
},
'Kentucky': {
'Adair County': '21001',
'Allen County': '21003',
'Anderson County': '21005',
'Ballard County': '21007',
'Barren County': '21009',
'Bath County': '21011',
'Bell County': '21013',
'Boone County': '21015',
'Bourbon County': '21017',
'Boyd County': '21019',
'Boyle County': '21021',
'Bracken County': '21023',
'Breathitt County': '21025',
'Breckinridge County': '21027',
'Bullitt County': '21029',
'Butler County': '21031',
'Caldwell County': '21033',
'Calloway County': '21035',
'Campbell County': '21037',
'Carlisle County': '21039',
'Carroll County': '21041',
'Carter County': '21043',
'Casey County': '21045',
'Christian County': '21047',
'Clark County': '21049',
'Clay County': '21051',
'Clinton County': '21053',
'Crittenden County': '21055',
'Cumberland County': '21057',
'Daviess County': '21059',
'Edmonson County': '21061',
'Elliott County': '21063',
'Estill County': '21065',
'Fayette County': '21067',
'Fleming County': '21069',
'Floyd County': '21071',
'Franklin County': '21073',
'Fulton County': '21075',
'Gallatin County': '21077',
'Garrard County': '21079',
'Grant County': '21081',
'Graves County': '21083',
'Grayson County': '21085',
'Green County': '21087',
'Greenup County': '21089',
'Hancock County': '21091',
'Hardin County': '21093',
'Harlan County': '21095',
'Harrison County': '21097',
'Hart County': '21099',
'Henderson County': '21101',
'Henry County': '21103',
'Hickman County': '21105',
'Hopkins County': '21107',
'Jackson County': '21109',
'Jefferson County': '21111',
'Jessamine County': '21113',
'Johnson County': '21115',
'Kenton County': '21117',
'Knott County': '21119',
'Knox County': '21121',
'Larue County': '21123',
'Laurel County': '21125',
'Lawrence County': '21127',
'Lee County': '21129',
'Leslie County': '21131',
'Letcher County': '21133',
'Lewis County': '21135',
'Lincoln County': '21137',
'Livingston County': '21139',
'Logan County': '21141',
'Lyon County': '21143',
'McCracken County': '21145',
'McCreary County': '21147',
'McLean County': '21149',
'Madison County': '21151',
'Magoffin County': '21153',
'Marion County': '21155',
'Marshall County': '21157',
'Martin County': '21159',
'Mason County': '21161',
'Meade County': '21163',
'Menifee County': '21165',
'Mercer County': '21167',
'Metcalfe County': '21169',
'Monroe County': '21171',
'Montgomery County': '21173',
'Morgan County': '21175',
'Muhlenberg County': '21177',
'Nelson County': '21179',
'Nicholas County': '21181',
'Ohio County': '21183',
'Oldham County': '21185',
'Owen County': '21187',
'Owsley County': '21189',
'Pendleton County': '21191',
'Perry County': '21193',
'Pike County': '21195',
'Powell County': '21197',
'Pulaski County': '21199',
'Robertson County': '21201',
'Rockcastle County': '21203',
'Rowan County': '21205',
'Russell County': '21207',
'Scott County': '21209',
'Shelby County': '21211',
'Simpson County': '21213',
'Spencer County': '21215',
'Taylor County': '21217',
'Todd County': '21219',
'Trigg County': '21221',
'Trimble County': '21223',
'Union County': '21225',
'Warren County': '21227',
'Washington County': '21229',
'Wayne County': '21231',
'Webster County': '21233',
'Whitley County': '21235',
'Wolfe County': '21237',
'Woodford County': '21239'
},
'Louisiana': {
'Acadia Parish': '22001',
'Allen Parish': '22003',
'Ascension Parish': '22005',
'Assumption Parish': '22007',
'Avoyelles Parish': '22009',
'Beauregard Parish': '22011',
'Bienville Parish': '22013',
'Bossier Parish': '22015',
'Caddo Parish': '22017',
'Calcasieu Parish': '22019',
'Caldwell Parish': '22021',
'Cameron Parish': '22023',
'Catahoula Parish': '22025',
'Claiborne Parish': '22027',
'Concordia Parish': '22029',
'De Soto Parish': '22031',
'East Baton Rouge Parish': '22033',
'East Carroll Parish': '22035',
'East Feliciana Parish': '22037',
'Evangeline Parish': '22039',
'Franklin Parish': '22041',
'Grant Parish': '22043',
'Iberia Parish': '22045',
'Iberville Parish': '22047',
'Jackson Parish': '22049',
'Jefferson Parish': '22051',
'Jefferson Davis Parish': '22053',
'Lafayette Parish': '22055',
'Lafourche Parish': '22057',
'La Salle Parish': '22059',
'Lincoln Parish': '22061',
'Livingston Parish': '22063',
'Madison Parish': '22065',
'Morehouse Parish': '22067',
'Natchitoches Parish': '22069',
'Orleans Parish': '22071',
'Ouachita Parish': '22073',
'Plaquemines Parish': '22075',
'Pointe Coupee Parish': '22077',
'Rapides Parish': '22079',
'Red River Parish': '22081',
'Richland Parish': '22083',
'Sabine Parish': '22085',
'St. Bernard Parish': '22087',
'St. Charles Parish': '22089',
'St. Helena Parish': '22091',
'St. James Parish': '22093',
'St. John the Baptist Parish': '22095',
'St. Landry Parish': '22097',
'St. Martin Parish': '22099',
'St. Mary Parish': '22101',
'St. Tammany Parish': '22103',
'Tangipahoa Parish': '22105',
'Tensas Parish': '22107',
'Terrebonne Parish': '22109',
'Union Parish': '22111',
'Vermilion Parish': '22113',
'Vernon Parish': '22115',
'Washington Parish': '22117',
'Webster Parish': '22119',
'West Baton Rouge Parish': '22121',
'West Carroll Parish': '22123',
'West Feliciana Parish': '22125',
'Winn Parish': '22127'
},
'Maine': {
'Androscoggin County': '23001',
'Aroostook County': '23003',
'Cumberland County': '23005',
'Franklin County': '23007',
'Hancock County': '23009',
'Kennebec County': '23011',
'Knox County': '23013',
'Lincoln County': '23015',
'Oxford County': '23017',
'Penobscot County': '23019',
'Piscataquis County': '23021',
'Sagadahoc County': '23023',
'Somerset County': '23025',
'Waldo County': '23027',
'Washington County': '23029',
'York County': '23031'
},
'Maryland': {
'Allegany County': '24001',
'Anne Arundel County': '24003',
'Baltimore County': '24005',
'Calvert County': '24009',
'Caroline County': '24011',
'Carroll County': '24013',
'Cecil County': '24015',
'Charles County': '24017',
'Dorchester County': '24019',
'Frederick County': '24021',
'Garrett County': '24023',
'Harford County': '24025',
'Howard County': '24027',
'Kent County': '24029',
'Montgomery County': '24031',
'Prince George\'s County': '24033',
'Queen Anne\'s County': '24035',
'St. Mary\'s County': '24037',
'Somerset County': '24039',
'Talbot County': '24041',
'Washington County': '24043',
'Wicomico County': '24045',
'Worcester County': '24047',
'Baltimore city': '24510'
},
'Massachusetts': {
'Barnstable County': '25001',
'Berkshire County': '25003',
'Bristol County': '25005',
'Dukes County': '25007',
'Essex County': '25009',
'Franklin County': '25011',
'Hampden County': '25013',
'Hampshire County': '25015',
'Middlesex County': '25017',
'Nantucket County': '25019',
'Norfolk County': '25021',
'Plymouth County': '25023',
'Suffolk County': '25025',
'Worcester County': '25027'
},
'Michigan': {
'Alcona County': '26001',
'Alger County': '26003',
'Allegan County': '26005',
'Alpena County': '26007',
'Antrim County': '26009',
'Arenac County': '26011',
'Baraga County': '26013',
'Barry County': '26015',
'Bay County': '26017',
'Benzie County': '26019',
'Berrien County': '26021',
'Branch County': '26023',
'Calhoun County': '26025',
'Cass County': '26027',
'Charlevoix County': '26029',
'Cheboygan County': '26031',
'Chippewa County': '26033',
'Clare County': '26035',
'Clinton County': '26037',
'Crawford County': '26039',
'Delta County': '26041',
'Dickinson County': '26043',
'Eaton County': '26045',
'Emmet County': '26047',
'Genesee County': '26049',
'Gladwin County': '26051',
'Gogebic County': '26053',
'Grand Traverse County': '26055',
'Gratiot County': '26057',
'Hillsdale County': '26059',
'Houghton County': '26061',
'Huron County': '26063',
'Ingham County': '26065',
'Ionia County': '26067',
'Iosco County': '26069',
'Iron County': '26071',
'Isabella County': '26073',
'Jackson County': '26075',
'Kalamazoo County': '26077',
'Kalkaska County': '26079',
'Kent County': '26081',
'Keweenaw County': '26083',
'Lake County': '26085',
'Lapeer County': '26087',
'Leelanau County': '26089',
'Lenawee County': '26091',
'Livingston County': '26093',
'Luce County': '26095',
'Mackinac County': '26097',
'Macomb County': '26099',
'Manistee County': '26101',
'Marquette County': '26103',
'Mason County': '26105',
'Mecosta County': '26107',
'Menominee County': '26109',
'Midland County': '26111',
'Missaukee County': '26113',
'Monroe County': '26115',
'Montcalm County': '26117',
'Montmorency County': '26119',
'Muskegon County': '26121',
'Newaygo County': '26123',
'Oakland County': '26125',
'Oceana County': '26127',
'Ogemaw County': '26129',
'Ontonagon County': '26131',
'Osceola County': '26133',
'Oscoda County': '26135',
'Otsego County': '26137',
'Ottawa County': '26139',
'Presque Isle County': '26141',
'Roscommon County': '26143',
'Saginaw County': '26145',
'St. Clair County': '26147',
'St. Joseph County': '26149',
'Sanilac County': '26151',
'Schoolcraft County': '26153',
'Shiawassee County': '26155',
'Tuscola County': '26157',
'Van Buren County': '26159',
'Washtenaw County': '26161',
'Wayne County': '26163',
'Wexford County': '26165'
},
'Minnesota': {
'Aitkin County': '27001',
'Anoka County': '27003',
'Becker County': '27005',
'Beltrami County': '27007',
'Benton County': '27009',
'Big Stone County': '27011',
'Blue Earth County': '27013',
'Brown County': '27015',
'Carlton County': '27017',
'Carver County': '27019',
'Cass County': '27021',
'Chippewa County': '27023',
'Chisago County': '27025',
'Clay County': '27027',
'Clearwater County': '27029',
'Cook County': '27031',
'Cottonwood County': '27033',
'Crow Wing County': '27035',
'Dakota County': '27037',
'Dodge County': '27039',
'Douglas County': '27041',
'Faribault County': '27043',
'Fillmore County': '27045',
'Freeborn County': '27047',
'Goodhue County': '27049',
'Grant County': '27051',
'Hennepin County': '27053',
'Houston County': '27055',
'Hubbard County': '27057',
'Isanti County': '27059',
'Itasca County': '27061',
'Jackson County': '27063',
'Kanabec County': '27065',
'Kandiyohi County': '27067',
'Kittson County': '27069',
'Koochiching County': '27071',
'Lac qui Parle County': '27073',
'Lake County': '27075',
'Lake of the Woods County': '27077',
'Le Sueur County': '27079',
'Lincoln County': '27081',
'Lyon County': '27083',
'McLeod County': '27085',
'Mahnomen County': '27087',
'Marshall County': '27089',
'Martin County': '27091',
'Meeker County': '27093',
'Mille Lacs County': '27095',
'Morrison County': '27097',
'Mower County': '27099',
'Murray County': '27101',
'Nicollet County': '27103',
'Nobles County': '27105',
'Norman County': '27107',
'Olmsted County': '27109',
'Otter Tail County': '27111',
'Pennington County': '27113',
'Pine County': '27115',
'Pipestone County': '27117',
'Polk County': '27119',
'Pope County': '27121',
'Ramsey County': '27123',
'Red Lake County': '27125',
'Redwood County': '27127',
'Renville County': '27129',
'Rice County': '27131',
'Rock County': '27133',
'Roseau County': '27135',
'St. Louis County': '27137',
'Scott County': '27139',
'Sherburne County': '27141',
'Sibley County': '27143',
'Stearns County': '27145',
'Steele County': '27147',
'Stevens County': '27149',
'Swift County': '27151',
'Todd County': '27153',
'Traverse County': '27155',
'Wabasha County': '27157',
'Wadena County': '27159',
'Waseca County': '27161',
'Washington County': '27163',
'Watonwan County': '27165',
'Wilkin County': '27167',
'Winona County': '27169',
'Wright County': '27171',
'Yellow Medicine County': '27173'
},
'Mississippi': {
'Adams County': '28001',
'Alcorn County': '28003',
'Amite County': '28005',
'Attala County': '28007',
'Benton County': '28009',
'Bolivar County': '28011',
'Calhoun County': '28013',
'Carroll County': '28015',
'Chickasaw County': '28017',
'Choctaw County': '28019',
'Claiborne County': '28021',
'Clarke County': '28023',
'Clay County': '28025',
'Coahoma County': '28027',
'Copiah County': '28029',
'Covington County': '28031',
'DeSoto County': '28033',
'Forrest County': '28035',
'Franklin County': '28037',
'George County': '28039',
'Greene County': '28041',
'Grenada County': '28043',
'Hancock County': '28045',
'Harrison County': '28047',
'Hinds County': '28049',
'Holmes County': '28051',
'Humphreys County': '28053',
'Issaquena County': '28055',
'Itawamba County': '28057',
'Jackson County': '28059',
'Jasper County': '28061',
'Jefferson County': '28063',
'Jefferson Davis County': '28065',
'Jones County': '28067',
'Kemper County': '28069',
'Lafayette County': '28071',
'Lamar County': '28073',
'Lauderdale County': '28075',
'Lawrence County': '28077',
'Leake County': '28079',
'Lee County': '28081',
'Leflore County': '28083',
'Lincoln County': '28085',
'Lowndes County': '28087',
'Madison County': '28089',
'Marion County': '28091',
'Marshall County': '28093',
'Monroe County': '28095',
'Montgomery County': '28097',
'Neshoba County': '28099',
'Newton County': '28101',
'Noxubee County': '28103',
'Oktibbeha County': '28105',
'Panola County': '28107',
'Pearl River County': '28109',
'Perry County': '28111',
'Pike County': '28113',
'Pontotoc County': '28115',
'Prentiss County': '28117',
'Quitman County': '28119',
'Rankin County': '28121',
'Scott County': '28123',
'Sharkey County': '28125',
'Simpson County': '28127',
'Smith County': '28129',
'Stone County': '28131',
'Sunflower County': '28133',
'Tallahatchie County': '28135',
'Tate County': '28137',
'Tippah County': '28139',
'Tishomingo County': '28141',
'Tunica County': '28143',
'Union County': '28145',
'Walthall County': '28147',
'Warren County': '28149',
'Washington County': '28151',
'Wayne County': '28153',
'Webster County': '28155',
'Wilkinson County': '28157',
'Winston County': '28159',
'Yalobusha County': '28161',
'Yazoo County': '28163'
},
'Missouri': {
'Adair County': '29001',
'Andrew County': '29003',
'Atchison County': '29005',
'Audrain County': '29007',
'Barry County': '29009',
'Barton County': '29011',
'Bates County': '29013',
'Benton County': '29015',
'Bollinger County': '29017',
'Boone County': '29019',
'Buchanan County': '29021',
'Butler County': '29023',
'Caldwell County': '29025',
'Callaway County': '29027',
'Camden County': '29029',
'Cape Girardeau County': '29031',
'Carroll County': '29033',
'Carter County': '29035',
'Cass County': '29037',
'Cedar County': '29039',
'Chariton County': '29041',
'Christian County': '29043',
'Clark County': '29045',
'Clay County': '29047',
'Clinton County': '29049',
'Cole County': '29051',
'Cooper County': '29053',
'Crawford County': '29055',
'Dade County': '29057',
'Dallas County': '29059',
'Daviess County': '29061',
'DeKalb County': '29063',
'Dent County': '29065',
'Douglas County': '29067',
'Dunklin County': '29069',
'Franklin County': '29071',
'Gasconade County': '29073',
'Gentry County': '29075',
'Greene County': '29077',
'Grundy County': '29079',
'Harrison County': '29081',
'Henry County': '29083',
'Hickory County': '29085',
'Holt County': '29087',
'Howard County': '29089',
'Howell County': '29091',
'Iron County': '29093',
'Jackson County': '29095',
'Jasper County': '29097',
'Jefferson County': '29099',
'Johnson County': '29101',
'Knox County': '29103',
'Laclede County': '29105',
'Lafayette County': '29107',
'Lawrence County': '29109',
'Lewis County': '29111',
'Lincoln County': '29113',
'Linn County': '29115',
'Livingston County': '29117',
'McDonald County': '29119',
'Macon County': '29121',
'Madison County': '29123',
'Maries County': '29125',
'Marion County': '29127',
'Mercer County': '29129',
'Miller County': '29131',
'Mississippi County': '29133',
'Moniteau County': '29135',
'Monroe County': '29137',
'Montgomery County': '29139',
'Morgan County': '29141',
'New Madrid County': '29143',
'Newton County': '29145',
'Nodaway County': '29147',
'Oregon County': '29149',
'Osage County': '29151',
'Ozark County': '29153',
'Pemiscot County': '29155',
'Perry County': '29157',
'Pettis County': '29159',
'Phelps County': '29161',
'Pike County': '29163',
'Platte County': '29165',
'Polk County': '29167',
'Pulaski County': '29169',
'Putnam County': '29171',
'Ralls County': '29173',
'Randolph County': '29175',
'Ray County': '29177',
'Reynolds County': '29179',
'Ripley County': '29181',
'St. Charles County': '29183',
'St. Clair County': '29185',
'Ste. Genevieve County': '29186',
'St. Francois County': '29187',
'St. Louis County': '29189',
'Saline County': '29195',
'Schuyler County': '29197',
'Scotland County': '29199',
'Scott County': '29201',
'Shannon County': '29203',
'Shelby County': '29205',
'Stoddard County': '29207',
'Stone County': '29209',
'Sullivan County': '29211',
'Taney County': '29213',
'Texas County': '29215',
'Vernon County': '29217',
'Warren County': '29219',
'Washington County': '29221',
'Wayne County': '29223',
'Webster County': '29225',
'Worth County': '29227',
'Wright County': '29229',
'St. Louis city': '29510'
},
'Montana': {
'Beaverhead County': '30001',
'Big Horn County': '30003',
'Blaine County': '30005',
'Broadwater County': '30007',
'Carbon County': '30009',
'Carter County': '30011',
'Cascade County': '30013',
'Chouteau County': '30015',
'Custer County': '30017',
'Daniels County': '30019',
'Dawson County': '30021',
'Deer Lodge County': '30023',
'Fallon County': '30025',
'Fergus County': '30027',
'Flathead County': '30029',
'Gallatin County': '30031',
'Garfield County': '30033',
'Glacier County': '30035',
'Golden Valley County': '30037',
'Granite County': '30039',
'Hill County': '30041',
'Jefferson County': '30043',
'Judith Basin County': '30045',
'Lake County': '30047',
'Lewis and Clark County': '30049',
'Liberty County': '30051',
'Lincoln County': '30053',
'McCone County': '30055',
'Madison County': '30057',
'Meagher County': '30059',
'Mineral County': '30061',
'Missoula County': '30063',
'Musselshell County': '30065',
'Park County': '30067',
'Petroleum County': '30069',
'Phillips County': '30071',
'Pondera County': '30073',
'Powder River County': '30075',
'Powell County': '30077',
'Prairie County': '30079',
'Ravalli County': '30081',
'Richland County': '30083',
'Roosevelt County': '30085',
'Rosebud County': '30087',
'Sanders County': '30089',
'Sheridan County': '30091',
'Silver Bow County': '30093',
'Stillwater County': '30095',
'Sweet Grass County': '30097',
'Teton County': '30099',
'Toole County': '30101',
'Treasure County': '30103',
'Valley County': '30105',
'Wheatland County': '30107',
'Wibaux County': '30109',
'Yellowstone County': '30111'
},
'Nebraska': {
'Adams County': '31001',
'Antelope County': '31003',
'Arthur County': '31005',
'Banner County': '31007',
'Blaine County': '31009',
'Boone County': '31011',
'Box Butte County': '31013',
'Boyd County': '31015',
'Brown County': '31017',
'Buffalo County': '31019',
'Burt County': '31021',
'Butler County': '31023',
'Cass County': '31025',
'Cedar County': '31027',
'Chase County': '31029',
'Cherry County': '31031',
'Cheyenne County': '31033',
'Clay County': '31035',
'Colfax County': '31037',
'Cuming County': '31039',
'Custer County': '31041',
'Dakota County': '31043',
'Dawes County': '31045',
'Dawson County': '31047',
'Deuel County': '31049',
'Dixon County': '31051',
'Dodge County': '31053',
'Douglas County': '31055',
'Dundy County': '31057',
'Fillmore County': '31059',
'Franklin County': '31061',
'Frontier County': '31063',
'Furnas County': '31065',
'Gage County': '31067',
'Garden County': '31069',
'Garfield County': '31071',
'Gosper County': '31073',
'Grant County': '31075',
'Greeley County': '31077',
'Hall County': '31079',
'Hamilton County': '31081',
'Harlan County': '31083',
'Hayes County': '31085',
'Hitchcock County': '31087',
'Holt County': '31089',
'Hooker County': '31091',
'Howard County': '31093',
'Jefferson County': '31095',
'Johnson County': '31097',
'Kearney County': '31099',
'Keith County': '31101',
'Keya Paha County': '31103',
'Kimball County': '31105',
'Knox County': '31107',
'Lancaster County': '31109',
'Lincoln County': '31111',
'Logan County': '31113',
'Loup County': '31115',
'McPherson County': '31117',
'Madison County': '31119',
'Merrick County': '31121',
'Morrill County': '31123',
'Nance County': '31125',
'Nemaha County': '31127',
'Nuckolls County': '31129',
'Otoe County': '31131',
'Pawnee County': '31133',
'Perkins County': '31135',
'Phelps County': '31137',
'Pierce County': '31139',
'Platte County': '31141',
'Polk County': '31143',
'Red Willow County': '31145',
'Richardson County': '31147',
'Rock County': '31149',
'Saline County': '31151',
'Sarpy County': '31153',
'Saunders County': '31155',
'Scotts Bluff County': '31157',
'Seward County': '31159',
'Sheridan County': '31161',
'Sherman County': '31163',
'Sioux County': '31165',
'Stanton County': '31167',
'Thayer County': '31169',
'Thomas County': '31171',
'Thurston County': '31173',
'Valley County': '31175',
'Washington County': '31177',
'Wayne County': '31179',
'Webster County': '31181',
'Wheeler County': '31183',
'York County': '31185'
},
'Nevada': {
'Churchill County': '32001',
'Clark County': '32003',
'Douglas County': '32005',
'Elko County': '32007',
'Esmeralda County': '32009',
'Eureka County': '32011',
'Humboldt County': '32013',
'Lander County': '32015',
'Lincoln County': '32017',
'Lyon County': '32019',
'Mineral County': '32021',
'Nye County': '32023',
'Pershing County': '32027',
'Storey County': '32029',
'Washoe County': '32031',
'White Pine County': '32033',
'Carson City': '32510'
},
'New Hampshire': {
'Belknap County': '33001',
'Carroll County': '33003',
'Cheshire County': '33005',
'Coos County': '33007',
'Grafton County': '33009',
'Hillsborough County': '33011',
'Merrimack County': '33013',
'Rockingham County': '33015',
'Strafford County': '33017',
'Sullivan County': '33019'
},
'New Jersey': {
'Atlantic County': '34001',
'Bergen County': '34003',
'Burlington County': '34005',
'Camden County': '34007',
'Cape May County': '34009',
'Cumberland County': '34011',
'Essex County': '34013',
'Gloucester County': '34015',
'Hudson County': '34017',
'Hunterdon County': '34019',
'Mercer County': '34021',
'Middlesex County': '34023',
'Monmouth County': '34025',
'Morris County': '34027',
'Ocean County': '34029',
'Passaic County': '34031',
'Salem County': '34033',
'Somerset County': '34035',
'Sussex County': '34037',
'Union County': '34039',
'Warren County': '34041'
},
'New Mexico': {
'Bernalillo County': '35001',
'Catron County': '35003',
'Chaves County': '35005',
'Cibola County': '35006',
'Colfax County': '35007',
'Curry County': '35009',
'De Baca County': '35011',
'Dona Ana County': '35013',
'Eddy County': '35015',
'Grant County': '35017',
'Guadalupe County': '35019',
'Harding County': '35021',
'Hidalgo County': '35023',
'Lea County': '35025',
'Lincoln County': '35027',
'Los Alamos County': '35028',
'Luna County': '35029',
'McKinley County': '35031',
'Mora County': '35033',
'Otero County': '35035',
'Quay County': '35037',
'Rio Arriba County': '35039',
'Roosevelt County': '35041',
'Sandoval County': '35043',
'San Juan County': '35045',
'San Miguel County': '35047',
'Santa Fe County': '35049',
'Sierra County': '35051',
'Socorro County': '35053',
'Taos County': '35055',
'Torrance County': '35057',
'Union County': '35059',
'Valencia County': '35061'
},
'New York': {
'Albany County': '36001',
'Allegany County': '36003',
'Bronx County': '36005',
'Broome County': '36007',
'Cattaraugus County': '36009',
'Cayuga County': '36011',
'Chautauqua County': '36013',
'Chemung County': '36015',
'Chenango County': '36017',
'Clinton County': '36019',
'Columbia County': '36021',
'Cortland County': '36023',
'Delaware County': '36025',
'Dutchess County': '36027',
'Erie County': '36029',
'Essex County': '36031',
'Franklin County': '36033',
'Fulton County': '36035',
'Genesee County': '36037',
'Greene County': '36039',
'Hamilton County': '36041',
'Herkimer County': '36043',
'Jefferson County': '36045',
'Kings County': '36047',
'Lewis County': '36049',
'Livingston County': '36051',
'Madison County': '36053',
'Monroe County': '36055',
'Montgomery County': '36057',
'Nassau County': '36059',
'New York County': '36061',
'Niagara County': '36063',
'Oneida County': '36065',
'Onondaga County': '36067',
'Ontario County': '36069',
'Orange County': '36071',
'Orleans County': '36073',
'Oswego County': '36075',
'Otsego County': '36077',
'Putnam County': '36079',
'Queens County': '36081',
'Rensselaer County': '36083',
'Richmond County': '36085',
'Rockland County': '36087',
'St. Lawrence County': '36089',
'Saratoga County': '36091',
'Schenectady County': '36093',
'Schoharie County': '36095',
'Schuyler County': '36097',
'Seneca County': '36099',
'Steuben County': '36101',
'Suffolk County': '36103',
'Sullivan County': '36105',
'Tioga County': '36107',
'Tompkins County': '36109',
'Ulster County': '36111',
'Warren County': '36113',
'Washington County': '36115',
'Wayne County': '36117',
'Westchester County': '36119',
'Wyoming County': '36121',
'Yates County': '36123'
},
'North Carolina': {
'Alamance County': '37001',
'Alexander County': '37003',
'Alleghany County': '37005',
'Anson County': '37007',
'Ashe County': '37009',
'Avery County': '37011',
'Beaufort County': '37013',
'Bertie County': '37015',
'Bladen County': '37017',
'Brunswick County': '37019',
'Buncombe County': '37021',
'Burke County': '37023',
'Cabarrus County': '37025',
'Caldwell County': '37027',
'Camden County': '37029',
'Carteret County': '37031',
'Caswell County': '37033',
'Catawba County': '37035',
'Chatham County': '37037',
'Cherokee County': '37039',
'Chowan County': '37041',
'Clay County': '37043',
'Cleveland County': '37045',
'Columbus County': '37047',
'Craven County': '37049',
'Cumberland County': '37051',
'Currituck County': '37053',
'Dare County': '37055',
'Davidson County': '37057',
'Davie County': '37059',
'Duplin County': '37061',
'Durham County': '37063',
'Edgecombe County': '37065',
'Forsyth County': '37067',
'Franklin County': '37069',
'Gaston County': '37071',
'Gates County': '37073',
'Graham County': '37075',
'Granville County': '37077',
'Greene County': '37079',
'Guilford County': '37081',
'Halifax County': '37083',
'Harnett County': '37085',
'Haywood County': '37087',
'Henderson County': '37089',
'Hertford County': '37091',
'Hoke County': '37093',
'Hyde County': '37095',
'Iredell County': '37097',
'Jackson County': '37099',
'Johnston County': '37101',
'Jones County': '37103',
'Lee County': '37105',
'Lenoir County': '37107',
'Lincoln County': '37109',
'McDowell County': '37111',
'Macon County': '37113',
'Madison County': '37115',
'Martin County': '37117',
'Mecklenburg County': '37119',
'Mitchell County': '37121',
'Montgomery County': '37123',
'Moore County': '37125',
'Nash County': '37127',
'New Hanover County': '37129',
'Northampton County': '37131',
'Onslow County': '37133',
'Orange County': '37135',
'Pamlico County': '37137',
'Pasquotank County': '37139',
'Pender County': '37141',
'Perquimans County': '37143',
'Person County': '37145',
'Pitt County': '37147',
'Polk County': '37149',
'Randolph County': '37151',
'Richmond County': '37153',
'Robeson County': '37155',
'Rockingham County': '37157',
'Rowan County': '37159',
'Rutherford County': '37161',
'Sampson County': '37163',
'Scotland County': '37165',
'Stanly County': '37167',
'Stokes County': '37169',
'Surry County': '37171',
'Swain County': '37173',
'Transylvania County': '37175',
'Tyrrell County': '37177',
'Union County': '37179',
'Vance County': '37181',
'Wake County': '37183',
'Warren County': '37185',
'Washington County': '37187',
'Watauga County': '37189',
'Wayne County': '37191',
'Wilkes County': '37193',
'Wilson County': '37195',
'Yadkin County': '37197',
'Yancey County': '37199'
},
'North Dakota': {
'Adams County': '38001',
'Barnes County': '38003',
'Benson County': '38005',
'Billings County': '38007',
'Bottineau County': '38009',
'Bowman County': '38011',
'Burke County': '38013',
'Burleigh County': '38015',
'Cass County': '38017',
'Cavalier County': '38019',
'Dickey County': '38021',
'Divide County': '38023',
'Dunn County': '38025',
'Eddy County': '38027',
'Emmons County': '38029',
'Foster County': '38031',
'Golden Valley County': '38033',
'Grand Forks County': '38035',
'Grant County': '38037',
'Griggs County': '38039',
'Hettinger County': '38041',
'Kidder County': '38043',
'LaMoure County': '38045',
'Logan County': '38047',
'McHenry County': '38049',
'McIntosh County': '38051',
'McKenzie County': '38053',
'McLean County': '38055',
'Mercer County': '38057',
'Morton County': '38059',
'Mountrail County': '38061',
'Nelson County': '38063',
'Oliver County': '38065',
'Pembina County': '38067',
'Pierce County': '38069',
'Ramsey County': '38071',
'Ransom County': '38073',
'Renville County': '38075',
'Richland County': '38077',
'Rolette County': '38079',
'Sargent County': '38081',
'Sheridan County': '38083',
'Sioux County': '38085',
'Slope County': '38087',
'Stark County': '38089',
'Steele County': '38091',
'Stutsman County': '38093',
'Towner County': '38095',
'Traill County': '38097',
'Walsh County': '38099',
'Ward County': '38101',
'Wells County': '38103',
'Williams County': '38105'
},
'Ohio': {
'Adams County': '39001',
'Allen County': '39003',
'Ashland County': '39005',
'Ashtabula County': '39007',
'Athens County': '39009',
'Auglaize County': '39011',
'Belmont County': '39013',
'Brown County': '39015',
'Butler County': '39017',
'Carroll County': '39019',
'Champaign County': '39021',
'Clark County': '39023',
'Clermont County': '39025',
'Clinton County': '39027',
'Columbiana County': '39029',
'Coshocton County': '39031',
'Crawford County': '39033',
'Cuyahoga County': '39035',
'Darke County': '39037',
'Defiance County': '39039',
'Delaware County': '39041',
'Erie County': '39043',
'Fairfield County': '39045',
'Fayette County': '39047',
'Franklin County': '39049',
'Fulton County': '39051',
'Gallia County': '39053',
'Geauga County': '39055',
'Greene County': '39057',
'Guernsey County': '39059',
'Hamilton County': '39061',
'Hancock County': '39063',
'Hardin County': '39065',
'Harrison County': '39067',
'Henry County': '39069',
'Highland County': '39071',
'Hocking County': '39073',
'Holmes County': '39075',
'Huron County': '39077',
'Jackson County': '39079',
'Jefferson County': '39081',
'Knox County': '39083',
'Lake County': '39085',
'Lawrence County': '39087',
'Licking County': '39089',
'Logan County': '39091',
'Lorain County': '39093',
'Lucas County': '39095',
'Madison County': '39097',
'Mahoning County': '39099',
'Marion County': '39101',
'Medina County': '39103',
'Meigs County': '39105',
'Mercer County': '39107',
'Miami County': '39109',
'Monroe County': '39111',
'Montgomery County': '39113',
'Morgan County': '39115',
'Morrow County': '39117',
'Muskingum County': '39119',
'Noble County': '39121',
'Ottawa County': '39123',
'Paulding County': '39125',
'Perry County': '39127',
'Pickaway County': '39129',
'Pike County': '39131',
'Portage County': '39133',
'Preble County': '39135',
'Putnam County': '39137',
'Richland County': '39139',
'Ross County': '39141',
'Sandusky County': '39143',
'Scioto County': '39145',
'Seneca County': '39147',
'Shelby County': '39149',
'Stark County': '39151',
'Summit County': '39153',
'Trumbull County': '39155',
'Tuscarawas County': '39157',
'Union County': '39159',
'Van Wert County': '39161',
'Vinton County': '39163',
'Warren County': '39165',
'Washington County': '39167',
'Wayne County': '39169',
'Williams County': '39171',
'Wood County': '39173',
'Wyandot County': '39175'
},
'Oklahoma': {
'Adair County': '40001',
'Alfalfa County': '40003',
'Atoka County': '40005',
'Beaver County': '40007',
'Beckham County': '40009',
'Blaine County': '40011',
'Bryan County': '40013',
'Caddo County': '40015',
'Canadian County': '40017',
'Carter County': '40019',
'Cherokee County': '40021',
'Choctaw County': '40023',
'Cimarron County': '40025',
'Cleveland County': '40027',
'Coal County': '40029',
'Comanche County': '40031',
'Cotton County': '40033',
'Craig County': '40035',
'Creek County': '40037',
'Custer County': '40039',
'Delaware County': '40041',
'Dewey County': '40043',
'Ellis County': '40045',
'Garfield County': '40047',
'Garvin County': '40049',
'Grady County': '40051',
'Grant County': '40053',
'Greer County': '40055',
'Harmon County': '40057',
'Harper County': '40059',
'Haskell County': '40061',
'Hughes County': '40063',
'Jackson County': '40065',
'Jefferson County': '40067',
'Johnston County': '40069',
'Kay County': '40071',
'Kingfisher County': '40073',
'Kiowa County': '40075',
'Latimer County': '40077',
'Le Flore County': '40079',
'Lincoln County': '40081',
'Logan County': '40083',
'Love County': '40085',
'McClain County': '40087',
'McCurtain County': '40089',
'McIntosh County': '40091',
'Major County': '40093',
'Marshall County': '40095',
'Mayes County': '40097',
'Murray County': '40099',
'Muskogee County': '40101',
'Noble County': '40103',
'Nowata County': '40105',
'Okfuskee County': '40107',
'Oklahoma County': '40109',
'Okmulgee County': '40111',
'Osage County': '40113',
'Ottawa County': '40115',
'Pawnee County': '40117',
'Payne County': '40119',
'Pittsburg County': '40121',
'Pontotoc County': '40123',
'Pottawatomie County': '40125',
'Pushmataha County': '40127',
'Roger Mills County': '40129',
'Rogers County': '40131',
'Seminole County': '40133',
'Sequoyah County': '40135',
'Stephens County': '40137',
'Texas County': '40139',
'Tillman County': '40141',
'Tulsa County': '40143',
'Wagoner County': '40145',
'Washington County': '40147',
'Washita County': '40149',
'Woods County': '40151',
'Woodward County': '40153'
},
'Oregon': {
'Baker County': '41001',
'Benton County': '41003',
'Clackamas County': '41005',
'Clatsop County': '41007',
'Columbia County': '41009',
'Coos County': '41011',
'Crook County': '41013',
'Curry County': '41015',
'Deschutes County': '41017',
'Douglas County': '41019',
'Gilliam County': '41021',
'Grant County': '41023',
'Harney County': '41025',
'Hood River County': '41027',
'Jackson County': '41029',
'Jefferson County': '41031',
'Josephine County': '41033',
'Klamath County': '41035',
'Lake County': '41037',
'Lane County': '41039',
'Lincoln County': '41041',
'Linn County': '41043',
'Malheur County': '41045',
'Marion County': '41047',
'Morrow County': '41049',
'Multnomah County': '41051',
'Polk County': '41053',
'Sherman County': '41055',
'Tillamook County': '41057',
'Umatilla County': '41059',
'Union County': '41061',
'Wallowa County': '41063',
'Wasco County': '41065',
'Washington County': '41067',
'Wheeler County': '41069',
'Yamhill County': '41071'
},
'Pennsylvania': {
'Adams County': '42001',
'Allegheny County': '42003',
'Armstrong County': '42005',
'Beaver County': '42007',
'Bedford County': '42009',
'Berks County': '42011',
'Blair County': '42013',
'Bradford County': '42015',
'Bucks County': '42017',
'Butler County': '42019',
'Cambria County': '42021',
'Cameron County': '42023',
'Carbon County': '42025',
'Centre County': '42027',
'Chester County': '42029',
'Clarion County': '42031',
'Clearfield County': '42033',
'Clinton County': '42035',
'Columbia County': '42037',
'Crawford County': '42039',
'Cumberland County': '42041',
'Dauphin County': '42043',
'Delaware County': '42045',
'Elk County': '42047',
'Erie County': '42049',
'Fayette County': '42051',
'Forest County': '42053',
'Franklin County': '42055',
'Fulton County': '42057',
'Greene County': '42059',
'Huntingdon County': '42061',
'Indiana County': '42063',
'Jefferson County': '42065',
'Juniata County': '42067',
'Lackawanna County': '42069',
'Lancaster County': '42071',
'Lawrence County': '42073',
'Lebanon County': '42075',
'Lehigh County': '42077',
'Luzerne County': '42079',
'Lycoming County': '42081',
'McKean County': '42083',
'Mercer County': '42085',
'Mifflin County': '42087',
'Monroe County': '42089',
'Montgomery County': '42091',
'Montour County': '42093',
'Northampton County': '42095',
'Northumberland County': '42097',
'Perry County': '42099',
'Philadelphia County': '42101',
'Pike County': '42103',
'Potter County': '42105',
'Schuylkill County': '42107',
'Snyder County': '42109',
'Somerset County': '42111',
'Sullivan County': '42113',
'Susquehanna County': '42115',
'Tioga County': '42117',
'Union County': '42119',
'Venango County': '42121',
'Warren County': '42123',
'Washington County': '42125',
'Wayne County': '42127',
'Westmoreland County': '42129',
'Wyoming County': '42131',
'York County': '42133'
},
'Rhode Island': {
'Bristol County': '44001',
'Kent County': '44003',
'Newport County': '44005',
'Providence County': '44007',
'Washington County': '44009'
},
'South Carolina': {
'Abbeville County': '45001',
'Aiken County': '45003',
'Allendale County': '45005',
'Anderson County': '45007',
'Bamberg County': '45009',
'Barnwell County': '45011',
'Beaufort County': '45013',
'Berkeley County': '45015',
'Calhoun County': '45017',
'Charleston County': '45019',
'Cherokee County': '45021',
'Chester County': '45023',
'Chesterfield County': '45025',
'Clarendon County': '45027',
'Colleton County': '45029',
'Darlington County': '45031',
'Dillon County': '45033',
'Dorchester County': '45035',
'Edgefield County': '45037',
'Fairfield County': '45039',
'Florence County': '45041',
'Georgetown County': '45043',
'Greenville County': '45045',
'Greenwood County': '45047',
'Hampton County': '45049',
'Horry County': '45051',
'Jasper County': '45053',
'Kershaw County': '45055',
'Lancaster County': '45057',
'Laurens County': '45059',
'Lee County': '45061',
'Lexington County': '45063',
'McCormick County': '45065',
'Marion County': '45067',
'Marlboro County': '45069',
'Newberry County': '45071',
'Oconee County': '45073',
'Orangeburg County': '45075',
'Pickens County': '45077',
'Richland County': '45079',
'Saluda County': '45081',
'Spartanburg County': '45083',
'Sumter County': '45085',
'Union County': '45087',
'Williamsburg County': '45089',
'York County': '45091'
},
'South Dakota': {
'Aurora County': '46003',
'Beadle County': '46005',
'Bennett County': '46007',
'Bon Homme County': '46009',
'Brookings County': '46011',
'Brown County': '46013',
'Brule County': '46015',
'Buffalo County': '46017',
'Butte County': '46019',
'Campbell County': '46021',
'Charles Mix County': '46023',
'Clark County': '46025',
'Clay County': '46027',
'Codington County': '46029',
'Corson County': '46031',
'Custer County': '46033',
'Davison County': '46035',
'Day County': '46037',
'Deuel County': '46039',
'Dewey County': '46041',
'Douglas County': '46043',
'Edmunds County': '46045',
'Fall River County': '46047',
'Faulk County': '46049',
'Grant County': '46051',
'Gregory County': '46053',
'Haakon County': '46055',
'Hamlin County': '46057',
'Hand County': '46059',
'Hanson County': '46061',
'Harding County': '46063',
'Hughes County': '46065',
'Hutchinson County': '46067',
'Hyde County': '46069',
'Jackson County': '46071',
'Jerauld County': '46073',
'Jones County': '46075',
'Kingsbury County': '46077',
'Lake County': '46079',
'Lawrence County': '46081',
'Lincoln County': '46083',
'Lyman County': '46085',
'McCook County': '46087',
'McPherson County': '46089',
'Marshall County': '46091',
'Meade County': '46093',
'Mellette County': '46095',
'Miner County': '46097',
'Minnehaha County': '46099',
'Moody County': '46101',
'Pennington County': '46103',
'Perkins County': '46105',
'Potter County': '46107',
'Roberts County': '46109',
'Sanborn County': '46111',
'Shannon County': '46113',
'Spink County': '46115',
'Stanley County': '46117',
'Sully County': '46119',
'Todd County': '46121',
'Tripp County': '46123',
'Turner County': '46125',
'Union County': '46127',
'Walworth County': '46129',
'Yankton County': '46135',
'Ziebach County': '46137'
},
'Tennessee': {
'Anderson County': '47001',
'Bedford County': '47003',
'Benton County': '47005',
'Bledsoe County': '47007',
'Blount County': '47009',
'Bradley County': '47011',
'Campbell County': '47013',
'Cannon County': '47015',
'Carroll County': '47017',
'Carter County': '47019',
'Cheatham County': '47021',
'Chester County': '47023',
'Claiborne County': '47025',
'Clay County': '47027',
'Cocke County': '47029',
'Coffee County': '47031',
'Crockett County': '47033',
'Cumberland County': '47035',
'Davidson County': '47037',
'Decatur County': '47039',
'DeKalb County': '47041',
'Dickson County': '47043',
'Dyer County': '47045',
'Fayette County': '47047',
'Fentress County': '47049',
'Franklin County': '47051',
'Gibson County': '47053',
'Giles County': '47055',
'Grainger County': '47057',
'Greene County': '47059',
'Grundy County': '47061',
'Hamblen County': '47063',
'Hamilton County': '47065',
'Hancock County': '47067',
'Hardeman County': '47069',
'Hardin County': '47071',
'Hawkins County': '47073',
'Haywood County': '47075',
'Henderson County': '47077',
'Henry County': '47079',
'Hickman County': '47081',
'Houston County': '47083',
'Humphreys County': '47085',
'Jackson County': '47087',
'Jefferson County': '47089',
'Johnson County': '47091',
'Knox County': '47093',
'Lake County': '47095',
'Lauderdale County': '47097',
'Lawrence County': '47099',
'Lewis County': '47101',
'Lincoln County': '47103',
'Loudon County': '47105',
'McMinn County': '47107',
'McNairy County': '47109',
'Macon County': '47111',
'Madison County': '47113',
'Marion County': '47115',
'Marshall County': '47117',
'Maury County': '47119',
'Meigs County': '47121',
'Monroe County': '47123',
'Montgomery County': '47125',
'Moore County': '47127',
'Morgan County': '47129',
'Obion County': '47131',
'Overton County': '47133',
'Perry County': '47135',
'Pickett County': '47137',
'Polk County': '47139',
'Putnam County': '47141',
'Rhea County': '47143',
'Roane County': '47145',
'Robertson County': '47147',
'Rutherford County': '47149',
'Scott County': '47151',
'Sequatchie County': '47153',
'Sevier County': '47155',
'Shelby County': '47157',
'Smith County': '47159',
'Stewart County': '47161',
'Sullivan County': '47163',
'Sumner County': '47165',
'Tipton County': '47167',
'Trousdale County': '47169',
'Unicoi County': '47171',
'Union County': '47173',
'Van Buren County': '47175',
'Warren County': '47177',
'Washington County': '47179',
'Wayne County': '47181',
'Weakley County': '47183',
'White County': '47185',
'Williamson County': '47187',
'Wilson County': '47189'
},
'Texas': {
'Anderson County': '48001',
'Andrews County': '48003',
'Angelina County': '48005',
'Aransas County': '48007',
'Archer County': '48009',
'Armstrong County': '48011',
'Atascosa County': '48013',
'Austin County': '48015',
'Bailey County': '48017',
'Bandera County': '48019',
'Bastrop County': '48021',
'Baylor County': '48023',
'Bee County': '48025',
'Bell County': '48027',
'Bexar County': '48029',
'Blanco County': '48031',
'Borden County': '48033',
'Bosque County': '48035',
'Bowie County': '48037',
'Brazoria County': '48039',
'Brazos County': '48041',
'Brewster County': '48043',
'Briscoe County': '48045',
'Brooks County': '48047',
'Brown County': '48049',
'Burleson County': '48051',
'Burnet County': '48053',
'Caldwell County': '48055',
'Calhoun County': '48057',
'Callahan County': '48059',
'Cameron County': '48061',
'Camp County': '48063',
'Carson County': '48065',
'Cass County': '48067',
'Castro County': '48069',
'Chambers County': '48071',
'Cherokee County': '48073',
'Childress County': '48075',
'Clay County': '48077',
'Cochran County': '48079',
'Coke County': '48081',
'Coleman County': '48083',
'Collin County': '48085',
'Collingsworth County': '48087',
'Colorado County': '48089',
'Comal County': '48091',
'Comanche County': '48093',
'Concho County': '48095',
'Cooke County': '48097',
'Coryell County': '48099',
'Cottle County': '48101',
'Crane County': '48103',
'Crockett County': '48105',
'Crosby County': '48107',
'Culberson County': '48109',
'Dallam County': '48111',
'Dallas County': '48113',
'Dawson County': '48115',
'Deaf Smith County': '48117',
'Delta County': '48119',
'Denton County': '48121',
'DeWitt County': '48123',
'Dickens County': '48125',
'Dimmit County': '48127',
'Donley County': '48129',
'Duval County': '48131',
'Eastland County': '48133',
'Ector County': '48135',
'Edwards County': '48137',
'Ellis County': '48139',
'El Paso County': '48141',
'Erath County': '48143',
'Falls County': '48145',
'Fannin County': '48147',
'Fayette County': '48149',
'Fisher County': '48151',
'Floyd County': '48153',
'Foard County': '48155',
'Fort Bend County': '48157',
'Franklin County': '48159',
'Freestone County': '48161',
'Frio County': '48163',
'Gaines County': '48165',
'Galveston County': '48167',
'Garza County': '48169',
'Gillespie County': '48171',
'Glasscock County': '48173',
'Goliad County': '48175',
'Gonzales County': '48177',
'Gray County': '48179',
'Grayson County': '48181',
'Gregg County': '48183',
'Grimes County': '48185',
'Guadalupe County': '48187',
'Hale County': '48189',
'Hall County': '48191',
'Hamilton County': '48193',
'Hansford County': '48195',
'Hardeman County': '48197',
'Hardin County': '48199',
'Harris County': '48201',
'Harrison County': '48203',
'Hartley County': '48205',
'Haskell County': '48207',
'Hays County': '48209',
'Hemphill County': '48211',
'Henderson County': '48213',
'Hidalgo County': '48215',
'Hill County': '48217',
'Hockley County': '48219',
'Hood County': '48221',
'Hopkins County': '48223',
'Houston County': '48225',
'Howard County': '48227',
'Hudspeth County': '48229',
'Hunt County': '48231',
'Hutchinson County': '48233',
'Irion County': '48235',
'Jack County': '48237',
'Jackson County': '48239',
'Jasper County': '48241',
'Jeff Davis County': '48243',
'Jefferson County': '48245',
'Jim Hogg County': '48247',
'Jim Wells County': '48249',
'Johnson County': '48251',
'Jones County': '48253',
'Karnes County': '48255',
'Kaufman County': '48257',
'Kendall County': '48259',
'Kenedy County': '48261',
'Kent County': '48263',
'Kerr County': '48265',
'Kimble County': '48267',
'King County': '48269',
'Kinney County': '48271',
'Kleberg County': '48273',
'Knox County': '48275',
'Lamar County': '48277',
'Lamb County': '48279',
'Lampasas County': '48281',
'La Salle County': '48283',
'Lavaca County': '48285',
'Lee County': '48287',
'Leon County': '48289',
'Liberty County': '48291',
'Limestone County': '48293',
'Lipscomb County': '48295',
'Live Oak County': '48297',
'Llano County': '48299',
'Loving County': '48301',
'Lubbock County': '48303',
'Lynn County': '48305',
'McCulloch County': '48307',
'McLennan County': '48309',
'McMullen County': '48311',
'Madison County': '48313',
'Marion County': '48315',
'Martin County': '48317',
'Mason County': '48319',
'Matagorda County': '48321',
'Maverick County': '48323',
'Medina County': '48325',
'Menard County': '48327',
'Midland County': '48329',
'Milam County': '48331',
'Mills County': '48333',
'Mitchell County': '48335',
'Montague County': '48337',
'Montgomery County': '48339',
'Moore County': '48341',
'Morris County': '48343',
'Motley County': '48345',
'Nacogdoches County': '48347',
'Navarro County': '48349',
'Newton County': '48351',
'Nolan County': '48353',
'Nueces County': '48355',
'Ochiltree County': '48357',
'Oldham County': '48359',
'Orange County': '48361',
'Palo Pinto County': '48363',
'Panola County': '48365',
'Parker County': '48367',
'Parmer County': '48369',
'Pecos County': '48371',
'Polk County': '48373',
'Potter County': '48375',
'Presidio County': '48377',
'Rains County': '48379',
'Randall County': '48381',
'Reagan County': '48383',
'Real County': '48385',
'Red River County': '48387',
'Reeves County': '48389',
'Refugio County': '48391',
'Roberts County': '48393',
'Robertson County': '48395',
'Rockwall County': '48397',
'Runnels County': '48399',
'Rusk County': '48401',
'Sabine County': '48403',
'San Augustine County': '48405',
'San Jacinto County': '48407',
'San Patricio County': '48409',
'San Saba County': '48411',
'Schleicher County': '48413',
'Scurry County': '48415',
'Shackelford County': '48417',
'Shelby County': '48419',
'Sherman County': '48421',
'Smith County': '48423',
'Somervell County': '48425',
'Starr County': '48427',
'Stephens County': '48429',
'Sterling County': '48431',
'Stonewall County': '48433',
'Sutton County': '48435',
'Swisher County': '48437',
'Tarrant County': '48439',
'Taylor County': '48441',
'Terrell County': '48443',
'Terry County': '48445',
'Throckmorton County': '48447',
'Titus County': '48449',
'Tom Green County': '48451',
'Travis County': '48453',
'Trinity County': '48455',
'Tyler County': '48457',
'Upshur County': '48459',
'Upton County': '48461',
'Uvalde County': '48463',
'Val Verde County': '48465',
'Van Zandt County': '48467',
'Victoria County': '48469',
'Walker County': '48471',
'Waller County': '48473',
'Ward County': '48475',
'Washington County': '48477',
'Webb County': '48479',
'Wharton County': '48481',
'Wheeler County': '48483',
'Wichita County': '48485',
'Wilbarger County': '48487',
'Willacy County': '48489',
'Williamson County': '48491',
'Wilson County': '48493',
'Winkler County': '48495',
'Wise County': '48497',
'Wood County': '48499',
'Yoakum County': '48501',
'Young County': '48503',
'Zapata County': '48505',
'Zavala County': '48507'
},
'Utah': {
'Beaver County': '49001',
'Box Elder County': '49003',
'Cache County': '49005',
'Carbon County': '49007',
'Daggett County': '49009',
'Davis County': '49011',
'Duchesne County': '49013',
'Emery County': '49015',
'Garfield County': '49017',
'Grand County': '49019',
'Iron County': '49021',
'Juab County': '49023',
'Kane County': '49025',
'Millard County': '49027',
'Morgan County': '49029',
'Piute County': '49031',
'Rich County': '49033',
'Salt Lake County': '49035',
'San Juan County': '49037',
'Sanpete County': '49039',
'Sevier County': '49041',
'Summit County': '49043',
'Tooele County': '49045',
'Uintah County': '49047',
'Utah County': '49049',
'Wasatch County': '49051',
'Washington County': '49053',
'Wayne County': '49055',
'Weber County': '49057'
},
'Vermont': {
'Addison County': '50001',
'Bennington County': '50003',
'Caledonia County': '50005',
'Chittenden County': '50007',
'Essex County': '50009',
'Franklin County': '50011',
'Grand Isle County': '50013',
'Lamoille County': '50015',
'Orange County': '50017',
'Orleans County': '50019',
'Rutland County': '50021',
'Washington County': '50023',
'Windham County': '50025',
'Windsor County': '50027'
},
'Virginia': {
'Accomack County': '51001',
'Albemarle County': '51003',
'Alleghany County': '51005',
'Amelia County': '51007',
'Amherst County': '51009',
'Appomattox County': '51011',
'Arlington County': '51013',
'Augusta County': '51015',
'Bath County': '51017',
'Bedford County': '51019',
'Bland County': '51021',
'Botetourt County': '51023',
'Brunswick County': '51025',
'Buchanan County': '51027',
'Buckingham County': '51029',
'Campbell County': '51031',
'Caroline County': '51033',
'Carroll County': '51035',
'Charles City County': '51036',
'Charlotte County': '51037',
'Chesterfield County': '51041',
'Clarke County': '51043',
'Craig County': '51045',
'Culpeper County': '51047',
'Cumberland County': '51049',
'Dickenson County': '51051',
'Dinwiddie County': '51053',
'Essex County': '51057',
'Fairfax County': '51059',
'Fauquier County': '51061',
'Floyd County': '51063',
'Fluvanna County': '51065',
'Franklin County': '51067',
'Frederick County': '51069',
'Giles County': '51071',
'Gloucester County': '51073',
'Goochland County': '51075',
'Grayson County': '51077',
'Greene County': '51079',
'Greensville County': '51081',
'Halifax County': '51083',
'Hanover County': '51085',
'Henrico County': '51087',
'Henry County': '51089',
'Highland County': '51091',
'Isle of Wight County': '51093',
'James City County': '51095',
'King and Queen County': '51097',
'King George County': '51099',
'King William County': '51101',
'Lancaster County': '51103',
'Lee County': '51105',
'Loudoun County': '51107',
'Louisa County': '51109',
'Lunenburg County': '51111',
'Madison County': '51113',
'Mathews County': '51115',
'Mecklenburg County': '51117',
'Middlesex County': '51119',
'Montgomery County': '51121',
'Nelson County': '51125',
'New Kent County': '51127',
'Northampton County': '51131',
'Northumberland County': '51133',
'Nottoway County': '51135',
'Orange County': '51137',
'Page County': '51139',
'Patrick County': '51141',
'Pittsylvania County': '51143',
'Powhatan County': '51145',
'Prince Edward County': '51147',
'Prince George County': '51149',
'Prince William County': '51153',
'Pulaski County': '51155',
'Rappahannock County': '51157',
'Richmond County': '51159',
'Roanoke County': '51161',
'Rockbridge County': '51163',
'Rockingham County': '51165',
'Russell County': '51167',
'Scott County': '51169',
'Shenandoah County': '51171',
'Smyth County': '51173',
'Southampton County': '51175',
'Spotsylvania County': '51177',
'Stafford County': '51179',
'Surry County': '51181',
'Sussex County': '51183',
'Tazewell County': '51185',
'Warren County': '51187',
'Washington County': '51191',
'Westmoreland County': '51193',
'Wise County': '51195',
'Wythe County': '51197',
'York County': '51199',
'Alexandria city': '51510',
'Bedford city': '51515',
'Bristol city': '51520',
'Buena Vista city': '51530',
'Charlottesville city': '51540',
'Chesapeake city': '51550',
'Colonial Heights city': '51570',
'Covington city': '51580',
'Danville city': '51590',
'Emporia city': '51595',
'Fairfax city': '51600',
'Falls Church city': '51610',
'Franklin city': '51620',
'Fredericksburg city': '51630',
'Galax city': '51640',
'Hampton city': '51650',
'Harrisonburg city': '51660',
'Hopewell city': '51670',
'Lexington city': '51678',
'Lynchburg city': '51680',
'Manassas city': '51683',
'Manassas Park city': '51685',
'Martinsville city': '51690',
'Newport News city': '51700',
'Norfolk city': '51710',
'Norton city': '51720',
'Petersburg city': '51730',
'Poquoson city': '51735',
'Portsmouth city': '51740',
'Radford city': '51750',
'Richmond city': '51760',
'Roanoke city': '51770',
'Salem city': '51775',
'Staunton city': '51790',
'Suffolk city': '51800',
'Virginia Beach city': '51810',
'Waynesboro city': '51820',
'Williamsburg city': '51830',
'Winchester city': '51840'
},
'Washington': {
'Adams County': '53001',
'Asotin County': '53003',
'Benton County': '53005',
'Chelan County': '53007',
'Clallam County': '53009',
'Clark County': '53011',
'Columbia County': '53013',
'Cowlitz County': '53015',
'Douglas County': '53017',
'Ferry County': '53019',
'Franklin County': '53021',
'Garfield County': '53023',
'Grant County': '53025',
'Grays Harbor County': '53027',
'Island County': '53029',
'Jefferson County': '53031',
'King County': '53033',
'Kitsap County': '53035',
'Kittitas County': '53037',
'Klickitat County': '53039',
'Lewis County': '53041',
'Lincoln County': '53043',
'Mason County': '53045',
'Okanogan County': '53047',
'Pacific County': '53049',
'Pend Oreille County': '53051',
'Pierce County': '53053',
'San Juan County': '53055',
'Skagit County': '53057',
'Skamania County': '53059',
'Snohomish County': '53061',
'Spokane County': '53063',
'Stevens County': '53065',
'Thurston County': '53067',
'Wahkiakum County': '53069',
'Walla Walla County': '53071',
'Whatcom County': '53073',
'Whitman County': '53075',
'Yakima County': '53077'
},
'West Virginia': {
'Barbour County': '54001',
'Berkeley County': '54003',
'Boone County': '54005',
'Braxton County': '54007',
'Brooke County': '54009',
'Cabell County': '54011',
'Calhoun County': '54013',
'Clay County': '54015',
'Doddridge County': '54017',
'Fayette County': '54019',
'Gilmer County': '54021',
'Grant County': '54023',
'Greenbrier County': '54025',
'Hampshire County': '54027',
'Hancock County': '54029',
'Hardy County': '54031',
'Harrison County': '54033',
'Jackson County': '54035',
'Jefferson County': '54037',
'Kanawha County': '54039',
'Lewis County': '54041',
'Lincoln County': '54043',
'Logan County': '54045',
'McDowell County': '54047',
'Marion County': '54049',
'Marshall County': '54051',
'Mason County': '54053',
'Mercer County': '54055',
'Mineral County': '54057',
'Mingo County': '54059',
'Monongalia County': '54061',
'Monroe County': '54063',
'Morgan County': '54065',
'Nicholas County': '54067',
'Ohio County': '54069',
'Pendleton County': '54071',
'Pleasants County': '54073',
'Pocahontas County': '54075',
'Preston County': '54077',
'Putnam County': '54079',
'Raleigh County': '54081',
'Randolph County': '54083',
'Ritchie County': '54085',
'Roane County': '54087',
'Summers County': '54089',
'Taylor County': '54091',
'Tucker County': '54093',
'Tyler County': '54095',
'Upshur County': '54097',
'Wayne County': '54099',
'Webster County': '54101',
'Wetzel County': '54103',
'Wirt County': '54105',
'Wood County': '54107',
'Wyoming County': '54109'
},
'Wisconsin': {
'Adams County': '55001',
'Ashland County': '55003',
'Barron County': '55005',
'Bayfield County': '55007',
'Brown County': '55009',
'Buffalo County': '55011',
'Burnett County': '55013',
'Calumet County': '55015',
'Chippewa County': '55017',
'Clark County': '55019',
'Columbia County': '55021',
'Crawford County': '55023',
'Dane County': '55025',
'Dodge County': '55027',
'Door County': '55029',
'Douglas County': '55031',
'Dunn County': '55033',
'Eau Claire County': '55035',
'Florence County': '55037',
'Fond du Lac County': '55039',
'Forest County': '55041',
'Grant County': '55043',
'Green County': '55045',
'Green Lake County': '55047',
'Iowa County': '55049',
'Iron County': '55051',
'Jackson County': '55053',
'Jefferson County': '55055',
'Juneau County': '55057',
'Kenosha County': '55059',
'Kewaunee County': '55061',
'La Crosse County': '55063',
'Lafayette County': '55065',
'Langlade County': '55067',
'Lincoln County': '55069',
'Manitowoc County': '55071',
'Marathon County': '55073',
'Marinette County': '55075',
'Marquette County': '55077',
'Menominee County': '55078',
'Milwaukee County': '55079',
'Monroe County': '55081',
'Oconto County': '55083',
'Oneida County': '55085',
'Outagamie County': '55087',
'Ozaukee County': '55089',
'Pepin County': '55091',
'Pierce County': '55093',
'Polk County': '55095',
'Portage County': '55097',
'Price County': '55099',
'Racine County': '55101',
'Richland County': '55103',
'Rock County': '55105',
'Rusk County': '55107',
'St. Croix County': '55109',
'Sauk County': '55111',
'Sawyer County': '55113',
'Shawano County': '55115',
'Sheboygan County': '55117',
'Taylor County': '55119',
'Trempealeau County': '55121',
'Vernon County': '55123',
'Vilas County': '55125',
'Walworth County': '55127',
'Washburn County': '55129',
'Washington County': '55131',
'Waukesha County': '55133',
'Waupaca County': '55135',
'Waushara County': '55137',
'Winnebago County': '55139',
'Wood County': '55141'
},
'Wyoming': {
'Albany County': '56001',
'Big Horn County': '56003',
'Campbell County': '56005',
'Carbon County': '56007',
'Converse County': '56009',
'Crook County': '56011',
'Fremont County': '56013',
'Goshen County': '56015',
'Hot Springs County': '56017',
'Johnson County': '56019',
'Laramie County': '56021',
'Lincoln County': '56023',
'Natrona County': '56025',
'Niobrara County': '56027',
'Park County': '56029',
'Platte County': '56031',
'Sheridan County': '56033',
'Sublette County': '56035',
'Sweetwater County': '56037',
'Teton County': '56039',
'Uinta County': '56041',
'Washakie County': '56043',
'Weston County': '56045'
}
};
var FIPSToCounty = {
'01001': ['Alabama', 'Autauga County'],
'01003': ['Alabama', 'Baldwin County'],
'01005': ['Alabama', 'Barbour County'],
'01007': ['Alabama', 'Bibb County'],
'01009': ['Alabama', 'Blount County'],
'01011': ['Alabama', 'Bullock County'],
'01013': ['Alabama', 'Butler County'],
'01015': ['Alabama', 'Calhoun County'],
'01017': ['Alabama', 'Chambers County'],
'01019': ['Alabama', 'Cherokee County'],
'01021': ['Alabama', 'Chilton County'],
'01023': ['Alabama', 'Choctaw County'],
'01025': ['Alabama', 'Clarke County'],
'01027': ['Alabama', 'Clay County'],
'01029': ['Alabama', 'Cleburne County'],
'01031': ['Alabama', 'Coffee County'],
'01033': ['Alabama', 'Colbert County'],
'01035': ['Alabama', 'Conecuh County'],
'01037': ['Alabama', 'Coosa County'],
'01039': ['Alabama', 'Covington County'],
'01041': ['Alabama', 'Crenshaw County'],
'01043': ['Alabama', 'Cullman County'],
'01045': ['Alabama', 'Dale County'],
'01047': ['Alabama', 'Dallas County'],
'01049': ['Alabama', 'DeKalb County'],
'01051': ['Alabama', 'Elmore County'],
'01053': ['Alabama', 'Escambia County'],
'01055': ['Alabama', 'Etowah County'],
'01057': ['Alabama', 'Fayette County'],
'01059': ['Alabama', 'Franklin County'],
'01061': ['Alabama', 'Geneva County'],
'01063': ['Alabama', 'Greene County'],
'01065': ['Alabama', 'Hale County'],
'01067': ['Alabama', 'Henry County'],
'01069': ['Alabama', 'Houston County'],
'01071': ['Alabama', 'Jackson County'],
'01073': ['Alabama', 'Jefferson County'],
'01075': ['Alabama', 'Lamar County'],
'01077': ['Alabama', 'Lauderdale County'],
'01079': ['Alabama', 'Lawrence County'],
'01081': ['Alabama', 'Lee County'],
'01083': ['Alabama', 'Limestone County'],
'01085': ['Alabama', 'Lowndes County'],
'01087': ['Alabama', 'Macon County'],
'01089': ['Alabama', 'Madison County'],
'01091': ['Alabama', 'Marengo County'],
'01093': ['Alabama', 'Marion County'],
'01095': ['Alabama', 'Marshall County'],
'01097': ['Alabama', 'Mobile County'],
'01099': ['Alabama', 'Monroe County'],
'01101': ['Alabama', 'Montgomery County'],
'01103': ['Alabama', 'Morgan County'],
'01105': ['Alabama', 'Perry County'],
'01107': ['Alabama', 'Pickens County'],
'01109': ['Alabama', 'Pike County'],
'01111': ['Alabama', 'Randolph County'],
'01113': ['Alabama', 'Russell County'],
'01115': ['Alabama', 'St. Clair County'],
'01117': ['Alabama', 'Shelby County'],
'01119': ['Alabama', 'Sumter County'],
'01121': ['Alabama', 'Talladega County'],
'01123': ['Alabama', 'Tallapoosa County'],
'01125': ['Alabama', 'Tuscaloosa County'],
'01127': ['Alabama', 'Walker County'],
'01129': ['Alabama', 'Washington County'],
'01131': ['Alabama', 'Wilcox County'],
'01133': ['Alabama', 'Winston County'],
'02013': ['Alaska', 'Aleutians East Borough'],
'02016': ['Alaska', 'Aleutians West Census Area'],
'02020': ['Alaska', 'Anchorage Municipality'],
'02050': ['Alaska', 'Bethel Census Area'],
'02060': ['Alaska', 'Bristol Bay Borough'],
'02068': ['Alaska', 'Denali Borough'],
'02070': ['Alaska', 'Dillingham Census Area'],
'02090': ['Alaska', 'Fairbanks North Star Borough'],
'02100': ['Alaska', 'Haines Borough'],
'02105': ['Alaska', 'Hoonah-Angoon Census Area'],
'02110': ['Alaska', 'Juneau City and Borough'],
'02122': ['Alaska', 'Kenai Peninsula Borough'],
'02130': ['Alaska', 'Ketchikan Gateway Borough'],
'02150': ['Alaska', 'Kodiak Island Borough'],
'02164': ['Alaska', 'Lake and Peninsula Borough'],
'02170': ['Alaska', 'Matanuska-Susitna Borough'],
'02180': ['Alaska', 'Nome Census Area'],
'02185': ['Alaska', 'North Slope Borough'],
'02188': ['Alaska', 'Northwest Arctic Borough'],
'02195': ['Alaska', 'Petersburg Census Area'],
'02198': ['Alaska', 'Prince of Wales-Hyder Census Area'],
'02220': ['Alaska', 'Sitka City and Borough'],
'02230': ['Alaska', 'Skagway Municipality'],
'02240': ['Alaska', 'Southeast Fairbanks Census Area'],
'02261': ['Alaska', 'Valdez-Cordova Census Area'],
'02270': ['Alaska', 'Wade Hampton Census Area'],
'02275': ['Alaska', 'Wrangell City and Borough'],
'02282': ['Alaska', 'Yakutat City and Borough'],
'02290': ['Alaska', 'Yukon-Koyukuk Census Area'],
'04001': ['Arizona', 'Apache County'],
'04003': ['Arizona', 'Cochise County'],
'04005': ['Arizona', 'Coconino County'],
'04007': ['Arizona', 'Gila County'],
'04009': ['Arizona', 'Graham County'],
'04011': ['Arizona', 'Greenlee County'],
'04012': ['Arizona', 'La Paz County'],
'04013': ['Arizona', 'Maricopa County'],
'04015': ['Arizona', 'Mohave County'],
'04017': ['Arizona', 'Navajo County'],
'04019': ['Arizona', 'Pima County'],
'04021': ['Arizona', 'Pinal County'],
'04023': ['Arizona', 'Santa Cruz County'],
'04025': ['Arizona', 'Yavapai County'],
'04027': ['Arizona', 'Yuma County'],
'05001': ['Arkansas', 'Arkansas County'],
'05003': ['Arkansas', 'Ashley County'],
'05005': ['Arkansas', 'Baxter County'],
'05007': ['Arkansas', 'Benton County'],
'05009': ['Arkansas', 'Boone County'],
'05011': ['Arkansas', 'Bradley County'],
'05013': ['Arkansas', 'Calhoun County'],
'05015': ['Arkansas', 'Carroll County'],
'05017': ['Arkansas', 'Chicot County'],
'05019': ['Arkansas', 'Clark County'],
'05021': ['Arkansas', 'Clay County'],
'05023': ['Arkansas', 'Cleburne County'],
'05025': ['Arkansas', 'Cleveland County'],
'05027': ['Arkansas', 'Columbia County'],
'05029': ['Arkansas', 'Conway County'],
'05031': ['Arkansas', 'Craighead County'],
'05033': ['Arkansas', 'Crawford County'],
'05035': ['Arkansas', 'Crittenden County'],
'05037': ['Arkansas', 'Cross County'],
'05039': ['Arkansas', 'Dallas County'],
'05041': ['Arkansas', 'Desha County'],
'05043': ['Arkansas', 'Drew County'],
'05045': ['Arkansas', 'Faulkner County'],
'05047': ['Arkansas', 'Franklin County'],
'05049': ['Arkansas', 'Fulton County'],
'05051': ['Arkansas', 'Garland County'],
'05053': ['Arkansas', 'Grant County'],
'05055': ['Arkansas', 'Greene County'],
'05057': ['Arkansas', 'Hempstead County'],
'05059': ['Arkansas', 'Hot Spring County'],
'05061': ['Arkansas', 'Howard County'],
'05063': ['Arkansas', 'Independence County'],
'05065': ['Arkansas', 'Izard County'],
'05067': ['Arkansas', 'Jackson County'],
'05069': ['Arkansas', 'Jefferson County'],
'05071': ['Arkansas', 'Johnson County'],
'05073': ['Arkansas', 'Lafayette County'],
'05075': ['Arkansas', 'Lawrence County'],
'05077': ['Arkansas', 'Lee County'],
'05079': ['Arkansas', 'Lincoln County'],
'05081': ['Arkansas', 'Little River County'],
'05083': ['Arkansas', 'Logan County'],
'05085': ['Arkansas', 'Lonoke County'],
'05087': ['Arkansas', 'Madison County'],
'05089': ['Arkansas', 'Marion County'],
'05091': ['Arkansas', 'Miller County'],
'05093': ['Arkansas', 'Mississippi County'],
'05095': ['Arkansas', 'Monroe County'],
'05097': ['Arkansas', 'Montgomery County'],
'05099': ['Arkansas', 'Nevada County'],
'05101': ['Arkansas', 'Newton County'],
'05103': ['Arkansas', 'Ouachita County'],
'05105': ['Arkansas', 'Perry County'],
'05107': ['Arkansas', 'Phillips County'],
'05109': ['Arkansas', 'Pike County'],
'05111': ['Arkansas', 'Poinsett County'],
'05113': ['Arkansas', 'Polk County'],
'05115': ['Arkansas', 'Pope County'],
'05117': ['Arkansas', 'Prairie County'],
'05119': ['Arkansas', 'Pulaski County'],
'05121': ['Arkansas', 'Randolph County'],
'05123': ['Arkansas', 'St. Francis County'],
'05125': ['Arkansas', 'Saline County'],
'05127': ['Arkansas', 'Scott County'],
'05129': ['Arkansas', 'Searcy County'],
'05131': ['Arkansas', 'Sebastian County'],
'05133': ['Arkansas', 'Sevier County'],
'05135': ['Arkansas', 'Sharp County'],
'05137': ['Arkansas', 'Stone County'],
'05139': ['Arkansas', 'Union County'],
'05141': ['Arkansas', 'Van Buren County'],
'05143': ['Arkansas', 'Washington County'],
'05145': ['Arkansas', 'White County'],
'05147': ['Arkansas', 'Woodruff County'],
'05149': ['Arkansas', 'Yell County'],
'06001': ['California', 'Alameda County'],
'06003': ['California', 'Alpine County'],
'06005': ['California', 'Amador County'],
'06007': ['California', 'Butte County'],
'06009': ['California', 'Calaveras County'],
'06011': ['California', 'Colusa County'],
'06013': ['California', 'Contra Costa County'],
'06015': ['California', 'Del Norte County'],
'06017': ['California', 'El Dorado County'],
'06019': ['California', 'Fresno County'],
'06021': ['California', 'Glenn County'],
'06023': ['California', 'Humboldt County'],
'06025': ['California', 'Imperial County'],
'06027': ['California', 'Inyo County'],
'06029': ['California', 'Kern County'],
'06031': ['California', 'Kings County'],
'06033': ['California', 'Lake County'],
'06035': ['California', 'Lassen County'],
'06037': ['California', 'Los Angeles County'],
'06039': ['California', 'Madera County'],
'06041': ['California', 'Marin County'],
'06043': ['California', 'Mariposa County'],
'06045': ['California', 'Mendocino County'],
'06047': ['California', 'Merced County'],
'06049': ['California', 'Modoc County'],
'06051': ['California', 'Mono County'],
'06053': ['California', 'Monterey County'],
'06055': ['California', 'Napa County'],
'06057': ['California', 'Nevada County'],
'06059': ['California', 'Orange County'],
'06061': ['California', 'Placer County'],
'06063': ['California', 'Plumas County'],
'06065': ['California', 'Riverside County'],
'06067': ['California', 'Sacramento County'],
'06069': ['California', 'San Benito County'],
'06071': ['California', 'San Bernardino County'],
'06073': ['California', 'San Diego County'],
'06075': ['California', 'San Francisco County'],
'06077': ['California', 'San Joaquin County'],
'06079': ['California', 'San Luis Obispo County'],
'06081': ['California', 'San Mateo County'],
'06083': ['California', 'Santa Barbara County'],
'06085': ['California', 'Santa Clara County'],
'06087': ['California', 'Santa Cruz County'],
'06089': ['California', 'Shasta County'],
'06091': ['California', 'Sierra County'],
'06093': ['California', 'Siskiyou County'],
'06095': ['California', 'Solano County'],
'06097': ['California', 'Sonoma County'],
'06099': ['California', 'Stanislaus County'],
'06101': ['California', 'Sutter County'],
'06103': ['California', 'Tehama County'],
'06105': ['California', 'Trinity County'],
'06107': ['California', 'Tulare County'],
'06109': ['California', 'Tuolumne County'],
'06111': ['California', 'Ventura County'],
'06113': ['California', 'Yolo County'],
'06115': ['California', 'Yuba County'],
'08001': ['Colorado', 'Adams County'],
'08003': ['Colorado', 'Alamosa County'],
'08005': ['Colorado', 'Arapahoe County'],
'08007': ['Colorado', 'Archuleta County'],
'08009': ['Colorado', 'Baca County'],
'08011': ['Colorado', 'Bent County'],
'08013': ['Colorado', 'Boulder County'],
'08014': ['Colorado', 'Broomfield County'],
'08015': ['Colorado', 'Chaffee County'],
'08017': ['Colorado', 'Cheyenne County'],
'08019': ['Colorado', 'Clear Creek County'],
'08021': ['Colorado', 'Conejos County'],
'08023': ['Colorado', 'Costilla County'],
'08025': ['Colorado', 'Crowley County'],
'08027': ['Colorado', 'Custer County'],
'08029': ['Colorado', 'Delta County'],
'08031': ['Colorado', 'Denver County'],
'08033': ['Colorado', 'Dolores County'],
'08035': ['Colorado', 'Douglas County'],
'08037': ['Colorado', 'Eagle County'],
'08039': ['Colorado', 'Elbert County'],
'08041': ['Colorado', 'El Paso County'],
'08043': ['Colorado', 'Fremont County'],
'08045': ['Colorado', 'Garfield County'],
'08047': ['Colorado', 'Gilpin County'],
'08049': ['Colorado', 'Grand County'],
'08051': ['Colorado', 'Gunnison County'],
'08053': ['Colorado', 'Hinsdale County'],
'08055': ['Colorado', 'Huerfano County'],
'08057': ['Colorado', 'Jackson County'],
'08059': ['Colorado', 'Jefferson County'],
'08061': ['Colorado', 'Kiowa County'],
'08063': ['Colorado', 'Kit Carson County'],
'08065': ['Colorado', 'Lake County'],
'08067': ['Colorado', 'La Plata County'],
'08069': ['Colorado', 'Larimer County'],
'08071': ['Colorado', 'Las Animas County'],
'08073': ['Colorado', 'Lincoln County'],
'08075': ['Colorado', 'Logan County'],
'08077': ['Colorado', 'Mesa County'],
'08079': ['Colorado', 'Mineral County'],
'08081': ['Colorado', 'Moffat County'],
'08083': ['Colorado', 'Montezuma County'],
'08085': ['Colorado', 'Montrose County'],
'08087': ['Colorado', 'Morgan County'],
'08089': ['Colorado', 'Otero County'],
'08091': ['Colorado', 'Ouray County'],
'08093': ['Colorado', 'Park County'],
'08095': ['Colorado', 'Phillips County'],
'08097': ['Colorado', 'Pitkin County'],
'08099': ['Colorado', 'Prowers County'],
'08101': ['Colorado', 'Pueblo County'],
'08103': ['Colorado', 'Rio Blanco County'],
'08105': ['Colorado', 'Rio Grande County'],
'08107': ['Colorado', 'Routt County'],
'08109': ['Colorado', 'Saguache County'],
'08111': ['Colorado', 'San Juan County'],
'08113': ['Colorado', 'San Miguel County'],
'08115': ['Colorado', 'Sedgwick County'],
'08117': ['Colorado', 'Summit County'],
'08119': ['Colorado', 'Teller County'],
'08121': ['Colorado', 'Washington County'],
'08123': ['Colorado', 'Weld County'],
'08125': ['Colorado', 'Yuma County'],
'09001': ['Connecticut', 'Fairfield County'],
'09003': ['Connecticut', 'Hartford County'],
'09005': ['Connecticut', 'Litchfield County'],
'09007': ['Connecticut', 'Middlesex County'],
'09009': ['Connecticut', 'New Haven County'],
'09011': ['Connecticut', 'New London County'],
'09013': ['Connecticut', 'Tolland County'],
'09015': ['Connecticut', 'Windham County'],
'10001': ['Delaware', 'Kent County'],
'10003': ['Delaware', 'New Castle County'],
'10005': ['Delaware', 'Sussex County'],
'11001': ['District of Columbia', 'District of Columbia'],
'12001': ['Florida', 'Alachua County'],
'12003': ['Florida', 'Baker County'],
'12005': ['Florida', 'Bay County'],
'12007': ['Florida', 'Bradford County'],
'12009': ['Florida', 'Brevard County'],
'12011': ['Florida', 'Broward County'],
'12013': ['Florida', 'Calhoun County'],
'12015': ['Florida', 'Charlotte County'],
'12017': ['Florida', 'Citrus County'],
'12019': ['Florida', 'Clay County'],
'12021': ['Florida', 'Collier County'],
'12023': ['Florida', 'Columbia County'],
'12027': ['Florida', 'DeSoto County'],
'12029': ['Florida', 'Dixie County'],
'12031': ['Florida', 'Duval County'],
'12033': ['Florida', 'Escambia County'],
'12035': ['Florida', 'Flagler County'],
'12037': ['Florida', 'Franklin County'],
'12039': ['Florida', 'Gadsden County'],
'12041': ['Florida', 'Gilchrist County'],
'12043': ['Florida', 'Glades County'],
'12045': ['Florida', 'Gulf County'],
'12047': ['Florida', 'Hamilton County'],
'12049': ['Florida', 'Hardee County'],
'12051': ['Florida', 'Hendry County'],
'12053': ['Florida', 'Hernando County'],
'12055': ['Florida', 'Highlands County'],
'12057': ['Florida', 'Hillsborough County'],
'12059': ['Florida', 'Holmes County'],
'12061': ['Florida', 'Indian River County'],
'12063': ['Florida', 'Jackson County'],
'12065': ['Florida', 'Jefferson County'],
'12067': ['Florida', 'Lafayette County'],
'12069': ['Florida', 'Lake County'],
'12071': ['Florida', 'Lee County'],
'12073': ['Florida', 'Leon County'],
'12075': ['Florida', 'Levy County'],
'12077': ['Florida', 'Liberty County'],
'12079': ['Florida', 'Madison County'],
'12081': ['Florida', 'Manatee County'],
'12083': ['Florida', 'Marion County'],
'12085': ['Florida', 'Martin County'],
'12086': ['Florida', 'Miami-Dade County'],
'12087': ['Florida', 'Monroe County'],
'12089': ['Florida', 'Nassau County'],
'12091': ['Florida', 'Okaloosa County'],
'12093': ['Florida', 'Okeechobee County'],
'12095': ['Florida', 'Orange County'],
'12097': ['Florida', 'Osceola County'],
'12099': ['Florida', 'Palm Beach County'],
'12101': ['Florida', 'Pasco County'],
'12103': ['Florida', 'Pinellas County'],
'12105': ['Florida', 'Polk County'],
'12107': ['Florida', 'Putnam County'],
'12109': ['Florida', 'St. Johns County'],
'12111': ['Florida', 'St. Lucie County'],
'12113': ['Florida', 'Santa Rosa County'],
'12115': ['Florida', 'Sarasota County'],
'12117': ['Florida', 'Seminole County'],
'12119': ['Florida', 'Sumter County'],
'12121': ['Florida', 'Suwannee County'],
'12123': ['Florida', 'Taylor County'],
'12125': ['Florida', 'Union County'],
'12127': ['Florida', 'Volusia County'],
'12129': ['Florida', 'Wakulla County'],
'12131': ['Florida', 'Walton County'],
'12133': ['Florida', 'Washington County'],
'13001': ['Georgia', 'Appling County'],
'13003': ['Georgia', 'Atkinson County'],
'13005': ['Georgia', 'Bacon County'],
'13007': ['Georgia', 'Baker County'],
'13009': ['Georgia', 'Baldwin County'],
'13011': ['Georgia', 'Banks County'],
'13013': ['Georgia', 'Barrow County'],
'13015': ['Georgia', 'Bartow County'],
'13017': ['Georgia', 'Ben Hill County'],
'13019': ['Georgia', 'Berrien County'],
'13021': ['Georgia', 'Bibb County'],
'13023': ['Georgia', 'Bleckley County'],
'13025': ['Georgia', 'Brantley County'],
'13027': ['Georgia', 'Brooks County'],
'13029': ['Georgia', 'Bryan County'],
'13031': ['Georgia', 'Bulloch County'],
'13033': ['Georgia', 'Burke County'],
'13035': ['Georgia', 'Butts County'],
'13037': ['Georgia', 'Calhoun County'],
'13039': ['Georgia', 'Camden County'],
'13043': ['Georgia', 'Candler County'],
'13045': ['Georgia', 'Carroll County'],
'13047': ['Georgia', 'Catoosa County'],
'13049': ['Georgia', 'Charlton County'],
'13051': ['Georgia', 'Chatham County'],
'13053': ['Georgia', 'Chattahoochee County'],
'13055': ['Georgia', 'Chattooga County'],
'13057': ['Georgia', 'Cherokee County'],
'13059': ['Georgia', 'Clarke County'],
'13061': ['Georgia', 'Clay County'],
'13063': ['Georgia', 'Clayton County'],
'13065': ['Georgia', 'Clinch County'],
'13067': ['Georgia', 'Cobb County'],
'13069': ['Georgia', 'Coffee County'],
'13071': ['Georgia', 'Colquitt County'],
'13073': ['Georgia', 'Columbia County'],
'13075': ['Georgia', 'Cook County'],
'13077': ['Georgia', 'Coweta County'],
'13079': ['Georgia', 'Crawford County'],
'13081': ['Georgia', 'Crisp County'],
'13083': ['Georgia', 'Dade County'],
'13085': ['Georgia', 'Dawson County'],
'13087': ['Georgia', 'Decatur County'],
'13089': ['Georgia', 'DeKalb County'],
'13091': ['Georgia', 'Dodge County'],
'13093': ['Georgia', 'Dooly County'],
'13095': ['Georgia', 'Dougherty County'],
'13097': ['Georgia', 'Douglas County'],
'13099': ['Georgia', 'Early County'],
'13101': ['Georgia', 'Echols County'],
'13103': ['Georgia', 'Effingham County'],
'13105': ['Georgia', 'Elbert County'],
'13107': ['Georgia', 'Emanuel County'],
'13109': ['Georgia', 'Evans County'],
'13111': ['Georgia', 'Fannin County'],
'13113': ['Georgia', 'Fayette County'],
'13115': ['Georgia', 'Floyd County'],
'13117': ['Georgia', 'Forsyth County'],
'13119': ['Georgia', 'Franklin County'],
'13121': ['Georgia', 'Fulton County'],
'13123': ['Georgia', 'Gilmer County'],
'13125': ['Georgia', 'Glascock County'],
'13127': ['Georgia', 'Glynn County'],
'13129': ['Georgia', 'Gordon County'],
'13131': ['Georgia', 'Grady County'],
'13133': ['Georgia', 'Greene County'],
'13135': ['Georgia', 'Gwinnett County'],
'13137': ['Georgia', 'Habersham County'],
'13139': ['Georgia', 'Hall County'],
'13141': ['Georgia', 'Hancock County'],
'13143': ['Georgia', 'Haralson County'],
'13145': ['Georgia', 'Harris County'],
'13147': ['Georgia', 'Hart County'],
'13149': ['Georgia', 'Heard County'],
'13151': ['Georgia', 'Henry County'],
'13153': ['Georgia', 'Houston County'],
'13155': ['Georgia', 'Irwin County'],
'13157': ['Georgia', 'Jackson County'],
'13159': ['Georgia', 'Jasper County'],
'13161': ['Georgia', 'Jeff Davis County'],
'13163': ['Georgia', 'Jefferson County'],
'13165': ['Georgia', 'Jenkins County'],
'13167': ['Georgia', 'Johnson County'],
'13169': ['Georgia', 'Jones County'],
'13171': ['Georgia', 'Lamar County'],
'13173': ['Georgia', 'Lanier County'],
'13175': ['Georgia', 'Laurens County'],
'13177': ['Georgia', 'Lee County'],
'13179': ['Georgia', 'Liberty County'],
'13181': ['Georgia', 'Lincoln County'],
'13183': ['Georgia', 'Long County'],
'13185': ['Georgia', 'Lowndes County'],
'13187': ['Georgia', 'Lumpkin County'],
'13189': ['Georgia', 'McDuffie County'],
'13191': ['Georgia', 'McIntosh County'],
'13193': ['Georgia', 'Macon County'],
'13195': ['Georgia', 'Madison County'],
'13197': ['Georgia', 'Marion County'],
'13199': ['Georgia', 'Meriwether County'],
'13201': ['Georgia', 'Miller County'],
'13205': ['Georgia', 'Mitchell County'],
'13207': ['Georgia', 'Monroe County'],
'13209': ['Georgia', 'Montgomery County'],
'13211': ['Georgia', 'Morgan County'],
'13213': ['Georgia', 'Murray County'],
'13215': ['Georgia', 'Muscogee County'],
'13217': ['Georgia', 'Newton County'],
'13219': ['Georgia', 'Oconee County'],
'13221': ['Georgia', 'Oglethorpe County'],
'13223': ['Georgia', 'Paulding County'],
'13225': ['Georgia', 'Peach County'],
'13227': ['Georgia', 'Pickens County'],
'13229': ['Georgia', 'Pierce County'],
'13231': ['Georgia', 'Pike County'],
'13233': ['Georgia', 'Polk County'],
'13235': ['Georgia', 'Pulaski County'],
'13237': ['Georgia', 'Putnam County'],
'13239': ['Georgia', 'Quitman County'],
'13241': ['Georgia', 'Rabun County'],
'13243': ['Georgia', 'Randolph County'],
'13245': ['Georgia', 'Richmond County'],
'13247': ['Georgia', 'Rockdale County'],
'13249': ['Georgia', 'Schley County'],
'13251': ['Georgia', 'Screven County'],
'13253': ['Georgia', 'Seminole County'],
'13255': ['Georgia', 'Spalding County'],
'13257': ['Georgia', 'Stephens County'],
'13259': ['Georgia', 'Stewart County'],
'13261': ['Georgia', 'Sumter County'],
'13263': ['Georgia', 'Talbot County'],
'13265': ['Georgia', 'Taliaferro County'],
'13267': ['Georgia', 'Tattnall County'],
'13269': ['Georgia', 'Taylor County'],
'13271': ['Georgia', 'Telfair County'],
'13273': ['Georgia', 'Terrell County'],
'13275': ['Georgia', 'Thomas County'],
'13277': ['Georgia', 'Tift County'],
'13279': ['Georgia', 'Toombs County'],
'13281': ['Georgia', 'Towns County'],
'13283': ['Georgia', 'Treutlen County'],
'13285': ['Georgia', 'Troup County'],
'13287': ['Georgia', 'Turner County'],
'13289': ['Georgia', 'Twiggs County'],
'13291': ['Georgia', 'Union County'],
'13293': ['Georgia', 'Upson County'],
'13295': ['Georgia', 'Walker County'],
'13297': ['Georgia', 'Walton County'],
'13299': ['Georgia', 'Ware County'],
'13301': ['Georgia', 'Warren County'],
'13303': ['Georgia', 'Washington County'],
'13305': ['Georgia', 'Wayne County'],
'13307': ['Georgia', 'Webster County'],
'13309': ['Georgia', 'Wheeler County'],
'13311': ['Georgia', 'White County'],
'13313': ['Georgia', 'Whitfield County'],
'13315': ['Georgia', 'Wilcox County'],
'13317': ['Georgia', 'Wilkes County'],
'13319': ['Georgia', 'Wilkinson County'],
'13321': ['Georgia', 'Worth County'],
'15001': ['Hawaii', 'Hawaii County'],
'15003': ['Hawaii', 'Honolulu County'],
'15005': ['Hawaii', 'Kalawao County'],
'15007': ['Hawaii', 'Kauai County'],
'15009': ['Hawaii', 'Maui County'],
'16001': ['Idaho', 'Ada County'],
'16003': ['Idaho', 'Adams County'],
'16005': ['Idaho', 'Bannock County'],
'16007': ['Idaho', 'Bear Lake County'],
'16009': ['Idaho', 'Benewah County'],
'16011': ['Idaho', 'Bingham County'],
'16013': ['Idaho', 'Blaine County'],
'16015': ['Idaho', 'Boise County'],
'16017': ['Idaho', 'Bonner County'],
'16019': ['Idaho', 'Bonneville County'],
'16021': ['Idaho', 'Boundary County'],
'16023': ['Idaho', 'Butte County'],
'16025': ['Idaho', 'Camas County'],
'16027': ['Idaho', 'Canyon County'],
'16029': ['Idaho', 'Caribou County'],
'16031': ['Idaho', 'Cassia County'],
'16033': ['Idaho', 'Clark County'],
'16035': ['Idaho', 'Clearwater County'],
'16037': ['Idaho', 'Custer County'],
'16039': ['Idaho', 'Elmore County'],
'16041': ['Idaho', 'Franklin County'],
'16043': ['Idaho', 'Fremont County'],
'16045': ['Idaho', 'Gem County'],
'16047': ['Idaho', 'Gooding County'],
'16049': ['Idaho', 'Idaho County'],
'16051': ['Idaho', 'Jefferson County'],
'16053': ['Idaho', 'Jerome County'],
'16055': ['Idaho', 'Kootenai County'],
'16057': ['Idaho', 'Latah County'],
'16059': ['Idaho', 'Lemhi County'],
'16061': ['Idaho', 'Lewis County'],
'16063': ['Idaho', 'Lincoln County'],
'16065': ['Idaho', 'Madison County'],
'16067': ['Idaho', 'Minidoka County'],
'16069': ['Idaho', 'Nez Perce County'],
'16071': ['Idaho', 'Oneida County'],
'16073': ['Idaho', 'Owyhee County'],
'16075': ['Idaho', 'Payette County'],
'16077': ['Idaho', 'Power County'],
'16079': ['Idaho', 'Shoshone County'],
'16081': ['Idaho', 'Teton County'],
'16083': ['Idaho', 'Twin Falls County'],
'16085': ['Idaho', 'Valley County'],
'16087': ['Idaho', 'Washington County'],
'17001': ['Illinois', 'Adams County'],
'17003': ['Illinois', 'Alexander County'],
'17005': ['Illinois', 'Bond County'],
'17007': ['Illinois', 'Boone County'],
'17009': ['Illinois', 'Brown County'],
'17011': ['Illinois', 'Bureau County'],
'17013': ['Illinois', 'Calhoun County'],
'17015': ['Illinois', 'Carroll County'],
'17017': ['Illinois', 'Cass County'],
'17019': ['Illinois', 'Champaign County'],
'17021': ['Illinois', 'Christian County'],
'17023': ['Illinois', 'Clark County'],
'17025': ['Illinois', 'Clay County'],
'17027': ['Illinois', 'Clinton County'],
'17029': ['Illinois', 'Coles County'],
'17031': ['Illinois', 'Cook County'],
'17033': ['Illinois', 'Crawford County'],
'17035': ['Illinois', 'Cumberland County'],
'17037': ['Illinois', 'DeKalb County'],
'17039': ['Illinois', 'De Witt County'],
'17041': ['Illinois', 'Douglas County'],
'17043': ['Illinois', 'DuPage County'],
'17045': ['Illinois', 'Edgar County'],
'17047': ['Illinois', 'Edwards County'],
'17049': ['Illinois', 'Effingham County'],
'17051': ['Illinois', 'Fayette County'],
'17053': ['Illinois', 'Ford County'],
'17055': ['Illinois', 'Franklin County'],
'17057': ['Illinois', 'Fulton County'],
'17059': ['Illinois', 'Gallatin County'],
'17061': ['Illinois', 'Greene County'],
'17063': ['Illinois', 'Grundy County'],
'17065': ['Illinois', 'Hamilton County'],
'17067': ['Illinois', 'Hancock County'],
'17069': ['Illinois', 'Hardin County'],
'17071': ['Illinois', 'Henderson County'],
'17073': ['Illinois', 'Henry County'],
'17075': ['Illinois', 'Iroquois County'],
'17077': ['Illinois', 'Jackson County'],
'17079': ['Illinois', 'Jasper County'],
'17081': ['Illinois', 'Jefferson County'],
'17083': ['Illinois', 'Jersey County'],
'17085': ['Illinois', 'Jo Daviess County'],
'17087': ['Illinois', 'Johnson County'],
'17089': ['Illinois', 'Kane County'],
'17091': ['Illinois', 'Kankakee County'],
'17093': ['Illinois', 'Kendall County'],
'17095': ['Illinois', 'Knox County'],
'17097': ['Illinois', 'Lake County'],
'17099': ['Illinois', 'LaSalle County'],
'17101': ['Illinois', 'Lawrence County'],
'17103': ['Illinois', 'Lee County'],
'17105': ['Illinois', 'Livingston County'],
'17107': ['Illinois', 'Logan County'],
'17109': ['Illinois', 'McDonough County'],
'17111': ['Illinois', 'McHenry County'],
'17113': ['Illinois', 'McLean County'],
'17115': ['Illinois', 'Macon County'],
'17117': ['Illinois', 'Macoupin County'],
'17119': ['Illinois', 'Madison County'],
'17121': ['Illinois', 'Marion County'],
'17123': ['Illinois', 'Marshall County'],
'17125': ['Illinois', 'Mason County'],
'17127': ['Illinois', 'Massac County'],
'17129': ['Illinois', 'Menard County'],
'17131': ['Illinois', 'Mercer County'],
'17133': ['Illinois', 'Monroe County'],
'17135': ['Illinois', 'Montgomery County'],
'17137': ['Illinois', 'Morgan County'],
'17139': ['Illinois', 'Moultrie County'],
'17141': ['Illinois', 'Ogle County'],
'17143': ['Illinois', 'Peoria County'],
'17145': ['Illinois', 'Perry County'],
'17147': ['Illinois', 'Piatt County'],
'17149': ['Illinois', 'Pike County'],
'17151': ['Illinois', 'Pope County'],
'17153': ['Illinois', 'Pulaski County'],
'17155': ['Illinois', 'Putnam County'],
'17157': ['Illinois', 'Randolph County'],
'17159': ['Illinois', 'Richland County'],
'17161': ['Illinois', 'Rock Island County'],
'17163': ['Illinois', 'St. Clair County'],
'17165': ['Illinois', 'Saline County'],
'17167': ['Illinois', 'Sangamon County'],
'17169': ['Illinois', 'Schuyler County'],
'17171': ['Illinois', 'Scott County'],
'17173': ['Illinois', 'Shelby County'],
'17175': ['Illinois', 'Stark County'],
'17177': ['Illinois', 'Stephenson County'],
'17179': ['Illinois', 'Tazewell County'],
'17181': ['Illinois', 'Union County'],
'17183': ['Illinois', 'Vermilion County'],
'17185': ['Illinois', 'Wabash County'],
'17187': ['Illinois', 'Warren County'],
'17189': ['Illinois', 'Washington County'],
'17191': ['Illinois', 'Wayne County'],
'17193': ['Illinois', 'White County'],
'17195': ['Illinois', 'Whiteside County'],
'17197': ['Illinois', 'Will County'],
'17199': ['Illinois', 'Williamson County'],
'17201': ['Illinois', 'Winnebago County'],
'17203': ['Illinois', 'Woodford County'],
'18001': ['Indiana', 'Adams County'],
'18003': ['Indiana', 'Allen County'],
'18005': ['Indiana', 'Bartholomew County'],
'18007': ['Indiana', 'Benton County'],
'18009': ['Indiana', 'Blackford County'],
'18011': ['Indiana', 'Boone County'],
'18013': ['Indiana', 'Brown County'],
'18015': ['Indiana', 'Carroll County'],
'18017': ['Indiana', 'Cass County'],
'18019': ['Indiana', 'Clark County'],
'18021': ['Indiana', 'Clay County'],
'18023': ['Indiana', 'Clinton County'],
'18025': ['Indiana', 'Crawford County'],
'18027': ['Indiana', 'Daviess County'],
'18029': ['Indiana', 'Dearborn County'],
'18031': ['Indiana', 'Decatur County'],
'18033': ['Indiana', 'DeKalb County'],
'18035': ['Indiana', 'Delaware County'],
'18037': ['Indiana', 'Dubois County'],
'18039': ['Indiana', 'Elkhart County'],
'18041': ['Indiana', 'Fayette County'],
'18043': ['Indiana', 'Floyd County'],
'18045': ['Indiana', 'Fountain County'],
'18047': ['Indiana', 'Franklin County'],
'18049': ['Indiana', 'Fulton County'],
'18051': ['Indiana', 'Gibson County'],
'18053': ['Indiana', 'Grant County'],
'18055': ['Indiana', 'Greene County'],
'18057': ['Indiana', 'Hamilton County'],
'18059': ['Indiana', 'Hancock County'],
'18061': ['Indiana', 'Harrison County'],
'18063': ['Indiana', 'Hendricks County'],
'18065': ['Indiana', 'Henry County'],
'18067': ['Indiana', 'Howard County'],
'18069': ['Indiana', 'Huntington County'],
'18071': ['Indiana', 'Jackson County'],
'18073': ['Indiana', 'Jasper County'],
'18075': ['Indiana', 'Jay County'],
'18077': ['Indiana', 'Jefferson County'],
'18079': ['Indiana', 'Jennings County'],
'18081': ['Indiana', 'Johnson County'],
'18083': ['Indiana', 'Knox County'],
'18085': ['Indiana', 'Kosciusko County'],
'18087': ['Indiana', 'LaGrange County'],
'18089': ['Indiana', 'Lake County'],
'18091': ['Indiana', 'LaPorte County'],
'18093': ['Indiana', 'Lawrence County'],
'18095': ['Indiana', 'Madison County'],
'18097': ['Indiana', 'Marion County'],
'18099': ['Indiana', 'Marshall County'],
'18101': ['Indiana', 'Martin County'],
'18103': ['Indiana', 'Miami County'],
'18105': ['Indiana', 'Monroe County'],
'18107': ['Indiana', 'Montgomery County'],
'18109': ['Indiana', 'Morgan County'],
'18111': ['Indiana', 'Newton County'],
'18113': ['Indiana', 'Noble County'],
'18115': ['Indiana', 'Ohio County'],
'18117': ['Indiana', 'Orange County'],
'18119': ['Indiana', 'Owen County'],
'18121': ['Indiana', 'Parke County'],
'18123': ['Indiana', 'Perry County'],
'18125': ['Indiana', 'Pike County'],
'18127': ['Indiana', 'Porter County'],
'18129': ['Indiana', 'Posey County'],
'18131': ['Indiana', 'Pulaski County'],
'18133': ['Indiana', 'Putnam County'],
'18135': ['Indiana', 'Randolph County'],
'18137': ['Indiana', 'Ripley County'],
'18139': ['Indiana', 'Rush County'],
'18141': ['Indiana', 'St. Joseph County'],
'18143': ['Indiana', 'Scott County'],
'18145': ['Indiana', 'Shelby County'],
'18147': ['Indiana', 'Spencer County'],
'18149': ['Indiana', 'Starke County'],
'18151': ['Indiana', 'Steuben County'],
'18153': ['Indiana', 'Sullivan County'],
'18155': ['Indiana', 'Switzerland County'],
'18157': ['Indiana', 'Tippecanoe County'],
'18159': ['Indiana', 'Tipton County'],
'18161': ['Indiana', 'Union County'],
'18163': ['Indiana', 'Vanderburgh County'],
'18165': ['Indiana', 'Vermillion County'],
'18167': ['Indiana', 'Vigo County'],
'18169': ['Indiana', 'Wabash County'],
'18171': ['Indiana', 'Warren County'],
'18173': ['Indiana', 'Warrick County'],
'18175': ['Indiana', 'Washington County'],
'18177': ['Indiana', 'Wayne County'],
'18179': ['Indiana', 'Wells County'],
'18181': ['Indiana', 'White County'],
'18183': ['Indiana', 'Whitley County'],
'19001': ['Iowa', 'Adair County'],
'19003': ['Iowa', 'Adams County'],
'19005': ['Iowa', 'Allamakee County'],
'19007': ['Iowa', 'Appanoose County'],
'19009': ['Iowa', 'Audubon County'],
'19011': ['Iowa', 'Benton County'],
'19013': ['Iowa', 'Black Hawk County'],
'19015': ['Iowa', 'Boone County'],
'19017': ['Iowa', 'Bremer County'],
'19019': ['Iowa', 'Buchanan County'],
'19021': ['Iowa', 'Buena Vista County'],
'19023': ['Iowa', 'Butler County'],
'19025': ['Iowa', 'Calhoun County'],
'19027': ['Iowa', 'Carroll County'],
'19029': ['Iowa', 'Cass County'],
'19031': ['Iowa', 'Cedar County'],
'19033': ['Iowa', 'Cerro Gordo County'],
'19035': ['Iowa', 'Cherokee County'],
'19037': ['Iowa', 'Chickasaw County'],
'19039': ['Iowa', 'Clarke County'],
'19041': ['Iowa', 'Clay County'],
'19043': ['Iowa', 'Clayton County'],
'19045': ['Iowa', 'Clinton County'],
'19047': ['Iowa', 'Crawford County'],
'19049': ['Iowa', 'Dallas County'],
'19051': ['Iowa', 'Davis County'],
'19053': ['Iowa', 'Decatur County'],
'19055': ['Iowa', 'Delaware County'],
'19057': ['Iowa', 'Des Moines County'],
'19059': ['Iowa', 'Dickinson County'],
'19061': ['Iowa', 'Dubuque County'],
'19063': ['Iowa', 'Emmet County'],
'19065': ['Iowa', 'Fayette County'],
'19067': ['Iowa', 'Floyd County'],
'19069': ['Iowa', 'Franklin County'],
'19071': ['Iowa', 'Fremont County'],
'19073': ['Iowa', 'Greene County'],
'19075': ['Iowa', 'Grundy County'],
'19077': ['Iowa', 'Guthrie County'],
'19079': ['Iowa', 'Hamilton County'],
'19081': ['Iowa', 'Hancock County'],
'19083': ['Iowa', 'Hardin County'],
'19085': ['Iowa', 'Harrison County'],
'19087': ['Iowa', 'Henry County'],
'19089': ['Iowa', 'Howard County'],
'19091': ['Iowa', 'Humboldt County'],
'19093': ['Iowa', 'Ida County'],
'19095': ['Iowa', 'Iowa County'],
'19097': ['Iowa', 'Jackson County'],
'19099': ['Iowa', 'Jasper County'],
'19101': ['Iowa', 'Jefferson County'],
'19103': ['Iowa', 'Johnson County'],
'19105': ['Iowa', 'Jones County'],
'19107': ['Iowa', 'Keokuk County'],
'19109': ['Iowa', 'Kossuth County'],
'19111': ['Iowa', 'Lee County'],
'19113': ['Iowa', 'Linn County'],
'19115': ['Iowa', 'Louisa County'],
'19117': ['Iowa', 'Lucas County'],
'19119': ['Iowa', 'Lyon County'],
'19121': ['Iowa', 'Madison County'],
'19123': ['Iowa', 'Mahaska County'],
'19125': ['Iowa', 'Marion County'],
'19127': ['Iowa', 'Marshall County'],
'19129': ['Iowa', 'Mills County'],
'19131': ['Iowa', 'Mitchell County'],
'19133': ['Iowa', 'Monona County'],
'19135': ['Iowa', 'Monroe County'],
'19137': ['Iowa', 'Montgomery County'],
'19139': ['Iowa', 'Muscatine County'],
'19141': ['Iowa', 'O\'Brien County'],
'19143': ['Iowa', 'Osceola County'],
'19145': ['Iowa', 'Page County'],
'19147': ['Iowa', 'Palo Alto County'],
'19149': ['Iowa', 'Plymouth County'],
'19151': ['Iowa', 'Pocahontas County'],
'19153': ['Iowa', 'Polk County'],
'19155': ['Iowa', 'Pottawattamie County'],
'19157': ['Iowa', 'Poweshiek County'],
'19159': ['Iowa', 'Ringgold County'],
'19161': ['Iowa', 'Sac County'],
'19163': ['Iowa', 'Scott County'],
'19165': ['Iowa', 'Shelby County'],
'19167': ['Iowa', 'Sioux County'],
'19169': ['Iowa', 'Story County'],
'19171': ['Iowa', 'Tama County'],
'19173': ['Iowa', 'Taylor County'],
'19175': ['Iowa', 'Union County'],
'19177': ['Iowa', 'Van Buren County'],
'19179': ['Iowa', 'Wapello County'],
'19181': ['Iowa', 'Warren County'],
'19183': ['Iowa', 'Washington County'],
'19185': ['Iowa', 'Wayne County'],
'19187': ['Iowa', 'Webster County'],
'19189': ['Iowa', 'Winnebago County'],
'19191': ['Iowa', 'Winneshiek County'],
'19193': ['Iowa', 'Woodbury County'],
'19195': ['Iowa', 'Worth County'],
'19197': ['Iowa', 'Wright County'],
'20001': ['Kansas', 'Allen County'],
'20003': ['Kansas', 'Anderson County'],
'20005': ['Kansas', 'Atchison County'],
'20007': ['Kansas', 'Barber County'],
'20009': ['Kansas', 'Barton County'],
'20011': ['Kansas', 'Bourbon County'],
'20013': ['Kansas', 'Brown County'],
'20015': ['Kansas', 'Butler County'],
'20017': ['Kansas', 'Chase County'],
'20019': ['Kansas', 'Chautauqua County'],
'20021': ['Kansas', 'Cherokee County'],
'20023': ['Kansas', 'Cheyenne County'],
'20025': ['Kansas', 'Clark County'],
'20027': ['Kansas', 'Clay County'],
'20029': ['Kansas', 'Cloud County'],
'20031': ['Kansas', 'Coffey County'],
'20033': ['Kansas', 'Comanche County'],
'20035': ['Kansas', 'Cowley County'],
'20037': ['Kansas', 'Crawford County'],
'20039': ['Kansas', 'Decatur County'],
'20041': ['Kansas', 'Dickinson County'],
'20043': ['Kansas', 'Doniphan County'],
'20045': ['Kansas', 'Douglas County'],
'20047': ['Kansas', 'Edwards County'],
'20049': ['Kansas', 'Elk County'],
'20051': ['Kansas', 'Ellis County'],
'20053': ['Kansas', 'Ellsworth County'],
'20055': ['Kansas', 'Finney County'],
'20057': ['Kansas', 'Ford County'],
'20059': ['Kansas', 'Franklin County'],
'20061': ['Kansas', 'Geary County'],
'20063': ['Kansas', 'Gove County'],
'20065': ['Kansas', 'Graham County'],
'20067': ['Kansas', 'Grant County'],
'20069': ['Kansas', 'Gray County'],
'20071': ['Kansas', 'Greeley County'],
'20073': ['Kansas', 'Greenwood County'],
'20075': ['Kansas', 'Hamilton County'],
'20077': ['Kansas', 'Harper County'],
'20079': ['Kansas', 'Harvey County'],
'20081': ['Kansas', 'Haskell County'],
'20083': ['Kansas', 'Hodgeman County'],
'20085': ['Kansas', 'Jackson County'],
'20087': ['Kansas', 'Jefferson County'],
'20089': ['Kansas', 'Jewell County'],
'20091': ['Kansas', 'Johnson County'],
'20093': ['Kansas', 'Kearny County'],
'20095': ['Kansas', 'Kingman County'],
'20097': ['Kansas', 'Kiowa County'],
'20099': ['Kansas', 'Labette County'],
'20101': ['Kansas', 'Lane County'],
'20103': ['Kansas', 'Leavenworth County'],
'20105': ['Kansas', 'Lincoln County'],
'20107': ['Kansas', 'Linn County'],
'20109': ['Kansas', 'Logan County'],
'20111': ['Kansas', 'Lyon County'],
'20113': ['Kansas', 'McPherson County'],
'20115': ['Kansas', 'Marion County'],
'20117': ['Kansas', 'Marshall County'],
'20119': ['Kansas', 'Meade County'],
'20121': ['Kansas', 'Miami County'],
'20123': ['Kansas', 'Mitchell County'],
'20125': ['Kansas', 'Montgomery County'],
'20127': ['Kansas', 'Morris County'],
'20129': ['Kansas', 'Morton County'],
'20131': ['Kansas', 'Nemaha County'],
'20133': ['Kansas', 'Neosho County'],
'20135': ['Kansas', 'Ness County'],
'20137': ['Kansas', 'Norton County'],
'20139': ['Kansas', 'Osage County'],
'20141': ['Kansas', 'Osborne County'],
'20143': ['Kansas', 'Ottawa County'],
'20145': ['Kansas', 'Pawnee County'],
'20147': ['Kansas', 'Phillips County'],
'20149': ['Kansas', 'Pottawatomie County'],
'20151': ['Kansas', 'Pratt County'],
'20153': ['Kansas', 'Rawlins County'],
'20155': ['Kansas', 'Reno County'],
'20157': ['Kansas', 'Republic County'],
'20159': ['Kansas', 'Rice County'],
'20161': ['Kansas', 'Riley County'],
'20163': ['Kansas', 'Rooks County'],
'20165': ['Kansas', 'Rush County'],
'20167': ['Kansas', 'Russell County'],
'20169': ['Kansas', 'Saline County'],
'20171': ['Kansas', 'Scott County'],
'20173': ['Kansas', 'Sedgwick County'],
'20175': ['Kansas', 'Seward County'],
'20177': ['Kansas', 'Shawnee County'],
'20179': ['Kansas', 'Sheridan County'],
'20181': ['Kansas', 'Sherman County'],
'20183': ['Kansas', 'Smith County'],
'20185': ['Kansas', 'Stafford County'],
'20187': ['Kansas', 'Stanton County'],
'20189': ['Kansas', 'Stevens County'],
'20191': ['Kansas', 'Sumner County'],
'20193': ['Kansas', 'Thomas County'],
'20195': ['Kansas', 'Trego County'],
'20197': ['Kansas', 'Wabaunsee County'],
'20199': ['Kansas', 'Wallace County'],
'20201': ['Kansas', 'Washington County'],
'20203': ['Kansas', 'Wichita County'],
'20205': ['Kansas', 'Wilson County'],
'20207': ['Kansas', 'Woodson County'],
'20209': ['Kansas', 'Wyandotte County'],
'21001': ['Kentucky', 'Adair County'],
'21003': ['Kentucky', 'Allen County'],
'21005': ['Kentucky', 'Anderson County'],
'21007': ['Kentucky', 'Ballard County'],
'21009': ['Kentucky', 'Barren County'],
'21011': ['Kentucky', 'Bath County'],
'21013': ['Kentucky', 'Bell County'],
'21015': ['Kentucky', 'Boone County'],
'21017': ['Kentucky', 'Bourbon County'],
'21019': ['Kentucky', 'Boyd County'],
'21021': ['Kentucky', 'Boyle County'],
'21023': ['Kentucky', 'Bracken County'],
'21025': ['Kentucky', 'Breathitt County'],
'21027': ['Kentucky', 'Breckinridge County'],
'21029': ['Kentucky', 'Bullitt County'],
'21031': ['Kentucky', 'Butler County'],
'21033': ['Kentucky', 'Caldwell County'],
'21035': ['Kentucky', 'Calloway County'],
'21037': ['Kentucky', 'Campbell County'],
'21039': ['Kentucky', 'Carlisle County'],
'21041': ['Kentucky', 'Carroll County'],
'21043': ['Kentucky', 'Carter County'],
'21045': ['Kentucky', 'Casey County'],
'21047': ['Kentucky', 'Christian County'],
'21049': ['Kentucky', 'Clark County'],
'21051': ['Kentucky', 'Clay County'],
'21053': ['Kentucky', 'Clinton County'],
'21055': ['Kentucky', 'Crittenden County'],
'21057': ['Kentucky', 'Cumberland County'],
'21059': ['Kentucky', 'Daviess County'],
'21061': ['Kentucky', 'Edmonson County'],
'21063': ['Kentucky', 'Elliott County'],
'21065': ['Kentucky', 'Estill County'],
'21067': ['Kentucky', 'Fayette County'],
'21069': ['Kentucky', 'Fleming County'],
'21071': ['Kentucky', 'Floyd County'],
'21073': ['Kentucky', 'Franklin County'],
'21075': ['Kentucky', 'Fulton County'],
'21077': ['Kentucky', 'Gallatin County'],
'21079': ['Kentucky', 'Garrard County'],
'21081': ['Kentucky', 'Grant County'],
'21083': ['Kentucky', 'Graves County'],
'21085': ['Kentucky', 'Grayson County'],
'21087': ['Kentucky', 'Green County'],
'21089': ['Kentucky', 'Greenup County'],
'21091': ['Kentucky', 'Hancock County'],
'21093': ['Kentucky', 'Hardin County'],
'21095': ['Kentucky', 'Harlan County'],
'21097': ['Kentucky', 'Harrison County'],
'21099': ['Kentucky', 'Hart County'],
'21101': ['Kentucky', 'Henderson County'],
'21103': ['Kentucky', 'Henry County'],
'21105': ['Kentucky', 'Hickman County'],
'21107': ['Kentucky', 'Hopkins County'],
'21109': ['Kentucky', 'Jackson County'],
'21111': ['Kentucky', 'Jefferson County'],
'21113': ['Kentucky', 'Jessamine County'],
'21115': ['Kentucky', 'Johnson County'],
'21117': ['Kentucky', 'Kenton County'],
'21119': ['Kentucky', 'Knott County'],
'21121': ['Kentucky', 'Knox County'],
'21123': ['Kentucky', 'Larue County'],
'21125': ['Kentucky', 'Laurel County'],
'21127': ['Kentucky', 'Lawrence County'],
'21129': ['Kentucky', 'Lee County'],
'21131': ['Kentucky', 'Leslie County'],
'21133': ['Kentucky', 'Letcher County'],
'21135': ['Kentucky', 'Lewis County'],
'21137': ['Kentucky', 'Lincoln County'],
'21139': ['Kentucky', 'Livingston County'],
'21141': ['Kentucky', 'Logan County'],
'21143': ['Kentucky', 'Lyon County'],
'21145': ['Kentucky', 'McCracken County'],
'21147': ['Kentucky', 'McCreary County'],
'21149': ['Kentucky', 'McLean County'],
'21151': ['Kentucky', 'Madison County'],
'21153': ['Kentucky', 'Magoffin County'],
'21155': ['Kentucky', 'Marion County'],
'21157': ['Kentucky', 'Marshall County'],
'21159': ['Kentucky', 'Martin County'],
'21161': ['Kentucky', 'Mason County'],
'21163': ['Kentucky', 'Meade County'],
'21165': ['Kentucky', 'Menifee County'],
'21167': ['Kentucky', 'Mercer County'],
'21169': ['Kentucky', 'Metcalfe County'],
'21171': ['Kentucky', 'Monroe County'],
'21173': ['Kentucky', 'Montgomery County'],
'21175': ['Kentucky', 'Morgan County'],
'21177': ['Kentucky', 'Muhlenberg County'],
'21179': ['Kentucky', 'Nelson County'],
'21181': ['Kentucky', 'Nicholas County'],
'21183': ['Kentucky', 'Ohio County'],
'21185': ['Kentucky', 'Oldham County'],
'21187': ['Kentucky', 'Owen County'],
'21189': ['Kentucky', 'Owsley County'],
'21191': ['Kentucky', 'Pendleton County'],
'21193': ['Kentucky', 'Perry County'],
'21195': ['Kentucky', 'Pike County'],
'21197': ['Kentucky', 'Powell County'],
'21199': ['Kentucky', 'Pulaski County'],
'21201': ['Kentucky', 'Robertson County'],
'21203': ['Kentucky', 'Rockcastle County'],
'21205': ['Kentucky', 'Rowan County'],
'21207': ['Kentucky', 'Russell County'],
'21209': ['Kentucky', 'Scott County'],
'21211': ['Kentucky', 'Shelby County'],
'21213': ['Kentucky', 'Simpson County'],
'21215': ['Kentucky', 'Spencer County'],
'21217': ['Kentucky', 'Taylor County'],
'21219': ['Kentucky', 'Todd County'],
'21221': ['Kentucky', 'Trigg County'],
'21223': ['Kentucky', 'Trimble County'],
'21225': ['Kentucky', 'Union County'],
'21227': ['Kentucky', 'Warren County'],
'21229': ['Kentucky', 'Washington County'],
'21231': ['Kentucky', 'Wayne County'],
'21233': ['Kentucky', 'Webster County'],
'21235': ['Kentucky', 'Whitley County'],
'21237': ['Kentucky', 'Wolfe County'],
'21239': ['Kentucky', 'Woodford County'],
'22001': ['Louisiana', 'Acadia Parish'],
'22003': ['Louisiana', 'Allen Parish'],
'22005': ['Louisiana', 'Ascension Parish'],
'22007': ['Louisiana', 'Assumption Parish'],
'22009': ['Louisiana', 'Avoyelles Parish'],
'22011': ['Louisiana', 'Beauregard Parish'],
'22013': ['Louisiana', 'Bienville Parish'],
'22015': ['Louisiana', 'Bossier Parish'],
'22017': ['Louisiana', 'Caddo Parish'],
'22019': ['Louisiana', 'Calcasieu Parish'],
'22021': ['Louisiana', 'Caldwell Parish'],
'22023': ['Louisiana', 'Cameron Parish'],
'22025': ['Louisiana', 'Catahoula Parish'],
'22027': ['Louisiana', 'Claiborne Parish'],
'22029': ['Louisiana', 'Concordia Parish'],
'22031': ['Louisiana', 'De Soto Parish'],
'22033': ['Louisiana', 'East Baton Rouge Parish'],
'22035': ['Louisiana', 'East Carroll Parish'],
'22037': ['Louisiana', 'East Feliciana Parish'],
'22039': ['Louisiana', 'Evangeline Parish'],
'22041': ['Louisiana', 'Franklin Parish'],
'22043': ['Louisiana', 'Grant Parish'],
'22045': ['Louisiana', 'Iberia Parish'],
'22047': ['Louisiana', 'Iberville Parish'],
'22049': ['Louisiana', 'Jackson Parish'],
'22051': ['Louisiana', 'Jefferson Parish'],
'22053': ['Louisiana', 'Jefferson Davis Parish'],
'22055': ['Louisiana', 'Lafayette Parish'],
'22057': ['Louisiana', 'Lafourche Parish'],
'22059': ['Louisiana', 'La Salle Parish'],
'22061': ['Louisiana', 'Lincoln Parish'],
'22063': ['Louisiana', 'Livingston Parish'],
'22065': ['Louisiana', 'Madison Parish'],
'22067': ['Louisiana', 'Morehouse Parish'],
'22069': ['Louisiana', 'Natchitoches Parish'],
'22071': ['Louisiana', 'Orleans Parish'],
'22073': ['Louisiana', 'Ouachita Parish'],
'22075': ['Louisiana', 'Plaquemines Parish'],
'22077': ['Louisiana', 'Pointe Coupee Parish'],
'22079': ['Louisiana', 'Rapides Parish'],
'22081': ['Louisiana', 'Red River Parish'],
'22083': ['Louisiana', 'Richland Parish'],
'22085': ['Louisiana', 'Sabine Parish'],
'22087': ['Louisiana', 'St. Bernard Parish'],
'22089': ['Louisiana', 'St. Charles Parish'],
'22091': ['Louisiana', 'St. Helena Parish'],
'22093': ['Louisiana', 'St. James Parish'],
'22095': ['Louisiana', 'St. John the Baptist Parish'],
'22097': ['Louisiana', 'St. Landry Parish'],
'22099': ['Louisiana', 'St. Martin Parish'],
'22101': ['Louisiana', 'St. Mary Parish'],
'22103': ['Louisiana', 'St. Tammany Parish'],
'22105': ['Louisiana', 'Tangipahoa Parish'],
'22107': ['Louisiana', 'Tensas Parish'],
'22109': ['Louisiana', 'Terrebonne Parish'],
'22111': ['Louisiana', 'Union Parish'],
'22113': ['Louisiana', 'Vermilion Parish'],
'22115': ['Louisiana', 'Vernon Parish'],
'22117': ['Louisiana', 'Washington Parish'],
'22119': ['Louisiana', 'Webster Parish'],
'22121': ['Louisiana', 'West Baton Rouge Parish'],
'22123': ['Louisiana', 'West Carroll Parish'],
'22125': ['Louisiana', 'West Feliciana Parish'],
'22127': ['Louisiana', 'Winn Parish'],
'23001': ['Maine', 'Androscoggin County'],
'23003': ['Maine', 'Aroostook County'],
'23005': ['Maine', 'Cumberland County'],
'23007': ['Maine', 'Franklin County'],
'23009': ['Maine', 'Hancock County'],
'23011': ['Maine', 'Kennebec County'],
'23013': ['Maine', 'Knox County'],
'23015': ['Maine', 'Lincoln County'],
'23017': ['Maine', 'Oxford County'],
'23019': ['Maine', 'Penobscot County'],
'23021': ['Maine', 'Piscataquis County'],
'23023': ['Maine', 'Sagadahoc County'],
'23025': ['Maine', 'Somerset County'],
'23027': ['Maine', 'Waldo County'],
'23029': ['Maine', 'Washington County'],
'23031': ['Maine', 'York County'],
'24001': ['Maryland', 'Allegany County'],
'24003': ['Maryland', 'Anne Arundel County'],
'24005': ['Maryland', 'Baltimore County'],
'24009': ['Maryland', 'Calvert County'],
'24011': ['Maryland', 'Caroline County'],
'24013': ['Maryland', 'Carroll County'],
'24015': ['Maryland', 'Cecil County'],
'24017': ['Maryland', 'Charles County'],
'24019': ['Maryland', 'Dorchester County'],
'24021': ['Maryland', 'Frederick County'],
'24023': ['Maryland', 'Garrett County'],
'24025': ['Maryland', 'Harford County'],
'24027': ['Maryland', 'Howard County'],
'24029': ['Maryland', 'Kent County'],
'24031': ['Maryland', 'Montgomery County'],
'24033': ['Maryland', 'Prince George\'s County'],
'24035': ['Maryland', 'Queen Anne\'s County'],
'24037': ['Maryland', 'St. Mary\'s County'],
'24039': ['Maryland', 'Somerset County'],
'24041': ['Maryland', 'Talbot County'],
'24043': ['Maryland', 'Washington County'],
'24045': ['Maryland', 'Wicomico County'],
'24047': ['Maryland', 'Worcester County'],
'24510': ['Maryland', 'Baltimore city'],
'25001': ['Massachusetts', 'Barnstable County'],
'25003': ['Massachusetts', 'Berkshire County'],
'25005': ['Massachusetts', 'Bristol County'],
'25007': ['Massachusetts', 'Dukes County'],
'25009': ['Massachusetts', 'Essex County'],
'25011': ['Massachusetts', 'Franklin County'],
'25013': ['Massachusetts', 'Hampden County'],
'25015': ['Massachusetts', 'Hampshire County'],
'25017': ['Massachusetts', 'Middlesex County'],
'25019': ['Massachusetts', 'Nantucket County'],
'25021': ['Massachusetts', 'Norfolk County'],
'25023': ['Massachusetts', 'Plymouth County'],
'25025': ['Massachusetts', 'Suffolk County'],
'25027': ['Massachusetts', 'Worcester County'],
'26001': ['Michigan', 'Alcona County'],
'26003': ['Michigan', 'Alger County'],
'26005': ['Michigan', 'Allegan County'],
'26007': ['Michigan', 'Alpena County'],
'26009': ['Michigan', 'Antrim County'],
'26011': ['Michigan', 'Arenac County'],
'26013': ['Michigan', 'Baraga County'],
'26015': ['Michigan', 'Barry County'],
'26017': ['Michigan', 'Bay County'],
'26019': ['Michigan', 'Benzie County'],
'26021': ['Michigan', 'Berrien County'],
'26023': ['Michigan', 'Branch County'],
'26025': ['Michigan', 'Calhoun County'],
'26027': ['Michigan', 'Cass County'],
'26029': ['Michigan', 'Charlevoix County'],
'26031': ['Michigan', 'Cheboygan County'],
'26033': ['Michigan', 'Chippewa County'],
'26035': ['Michigan', 'Clare County'],
'26037': ['Michigan', 'Clinton County'],
'26039': ['Michigan', 'Crawford County'],
'26041': ['Michigan', 'Delta County'],
'26043': ['Michigan', 'Dickinson County'],
'26045': ['Michigan', 'Eaton County'],
'26047': ['Michigan', 'Emmet County'],
'26049': ['Michigan', 'Genesee County'],
'26051': ['Michigan', 'Gladwin County'],
'26053': ['Michigan', 'Gogebic County'],
'26055': ['Michigan', 'Grand Traverse County'],
'26057': ['Michigan', 'Gratiot County'],
'26059': ['Michigan', 'Hillsdale County'],
'26061': ['Michigan', 'Houghton County'],
'26063': ['Michigan', 'Huron County'],
'26065': ['Michigan', 'Ingham County'],
'26067': ['Michigan', 'Ionia County'],
'26069': ['Michigan', 'Iosco County'],
'26071': ['Michigan', 'Iron County'],
'26073': ['Michigan', 'Isabella County'],
'26075': ['Michigan', 'Jackson County'],
'26077': ['Michigan', 'Kalamazoo County'],
'26079': ['Michigan', 'Kalkaska County'],
'26081': ['Michigan', 'Kent County'],
'26083': ['Michigan', 'Keweenaw County'],
'26085': ['Michigan', 'Lake County'],
'26087': ['Michigan', 'Lapeer County'],
'26089': ['Michigan', 'Leelanau County'],
'26091': ['Michigan', 'Lenawee County'],
'26093': ['Michigan', 'Livingston County'],
'26095': ['Michigan', 'Luce County'],
'26097': ['Michigan', 'Mackinac County'],
'26099': ['Michigan', 'Macomb County'],
'26101': ['Michigan', 'Manistee County'],
'26103': ['Michigan', 'Marquette County'],
'26105': ['Michigan', 'Mason County'],
'26107': ['Michigan', 'Mecosta County'],
'26109': ['Michigan', 'Menominee County'],
'26111': ['Michigan', 'Midland County'],
'26113': ['Michigan', 'Missaukee County'],
'26115': ['Michigan', 'Monroe County'],
'26117': ['Michigan', 'Montcalm County'],
'26119': ['Michigan', 'Montmorency County'],
'26121': ['Michigan', 'Muskegon County'],
'26123': ['Michigan', 'Newaygo County'],
'26125': ['Michigan', 'Oakland County'],
'26127': ['Michigan', 'Oceana County'],
'26129': ['Michigan', 'Ogemaw County'],
'26131': ['Michigan', 'Ontonagon County'],
'26133': ['Michigan', 'Osceola County'],
'26135': ['Michigan', 'Oscoda County'],
'26137': ['Michigan', 'Otsego County'],
'26139': ['Michigan', 'Ottawa County'],
'26141': ['Michigan', 'Presque Isle County'],
'26143': ['Michigan', 'Roscommon County'],
'26145': ['Michigan', 'Saginaw County'],
'26147': ['Michigan', 'St. Clair County'],
'26149': ['Michigan', 'St. Joseph County'],
'26151': ['Michigan', 'Sanilac County'],
'26153': ['Michigan', 'Schoolcraft County'],
'26155': ['Michigan', 'Shiawassee County'],
'26157': ['Michigan', 'Tuscola County'],
'26159': ['Michigan', 'Van Buren County'],
'26161': ['Michigan', 'Washtenaw County'],
'26163': ['Michigan', 'Wayne County'],
'26165': ['Michigan', 'Wexford County'],
'27001': ['Minnesota', 'Aitkin County'],
'27003': ['Minnesota', 'Anoka County'],
'27005': ['Minnesota', 'Becker County'],
'27007': ['Minnesota', 'Beltrami County'],
'27009': ['Minnesota', 'Benton County'],
'27011': ['Minnesota', 'Big Stone County'],
'27013': ['Minnesota', 'Blue Earth County'],
'27015': ['Minnesota', 'Brown County'],
'27017': ['Minnesota', 'Carlton County'],
'27019': ['Minnesota', 'Carver County'],
'27021': ['Minnesota', 'Cass County'],
'27023': ['Minnesota', 'Chippewa County'],
'27025': ['Minnesota', 'Chisago County'],
'27027': ['Minnesota', 'Clay County'],
'27029': ['Minnesota', 'Clearwater County'],
'27031': ['Minnesota', 'Cook County'],
'27033': ['Minnesota', 'Cottonwood County'],
'27035': ['Minnesota', 'Crow Wing County'],
'27037': ['Minnesota', 'Dakota County'],
'27039': ['Minnesota', 'Dodge County'],
'27041': ['Minnesota', 'Douglas County'],
'27043': ['Minnesota', 'Faribault County'],
'27045': ['Minnesota', 'Fillmore County'],
'27047': ['Minnesota', 'Freeborn County'],
'27049': ['Minnesota', 'Goodhue County'],
'27051': ['Minnesota', 'Grant County'],
'27053': ['Minnesota', 'Hennepin County'],
'27055': ['Minnesota', 'Houston County'],
'27057': ['Minnesota', 'Hubbard County'],
'27059': ['Minnesota', 'Isanti County'],
'27061': ['Minnesota', 'Itasca County'],
'27063': ['Minnesota', 'Jackson County'],
'27065': ['Minnesota', 'Kanabec County'],
'27067': ['Minnesota', 'Kandiyohi County'],
'27069': ['Minnesota', 'Kittson County'],
'27071': ['Minnesota', 'Koochiching County'],
'27073': ['Minnesota', 'Lac qui Parle County'],
'27075': ['Minnesota', 'Lake County'],
'27077': ['Minnesota', 'Lake of the Woods County'],
'27079': ['Minnesota', 'Le Sueur County'],
'27081': ['Minnesota', 'Lincoln County'],
'27083': ['Minnesota', 'Lyon County'],
'27085': ['Minnesota', 'McLeod County'],
'27087': ['Minnesota', 'Mahnomen County'],
'27089': ['Minnesota', 'Marshall County'],
'27091': ['Minnesota', 'Martin County'],
'27093': ['Minnesota', 'Meeker County'],
'27095': ['Minnesota', 'Mille Lacs County'],
'27097': ['Minnesota', 'Morrison County'],
'27099': ['Minnesota', 'Mower County'],
'27101': ['Minnesota', 'Murray County'],
'27103': ['Minnesota', 'Nicollet County'],
'27105': ['Minnesota', 'Nobles County'],
'27107': ['Minnesota', 'Norman County'],
'27109': ['Minnesota', 'Olmsted County'],
'27111': ['Minnesota', 'Otter Tail County'],
'27113': ['Minnesota', 'Pennington County'],
'27115': ['Minnesota', 'Pine County'],
'27117': ['Minnesota', 'Pipestone County'],
'27119': ['Minnesota', 'Polk County'],
'27121': ['Minnesota', 'Pope County'],
'27123': ['Minnesota', 'Ramsey County'],
'27125': ['Minnesota', 'Red Lake County'],
'27127': ['Minnesota', 'Redwood County'],
'27129': ['Minnesota', 'Renville County'],
'27131': ['Minnesota', 'Rice County'],
'27133': ['Minnesota', 'Rock County'],
'27135': ['Minnesota', 'Roseau County'],
'27137': ['Minnesota', 'St. Louis County'],
'27139': ['Minnesota', 'Scott County'],
'27141': ['Minnesota', 'Sherburne County'],
'27143': ['Minnesota', 'Sibley County'],
'27145': ['Minnesota', 'Stearns County'],
'27147': ['Minnesota', 'Steele County'],
'27149': ['Minnesota', 'Stevens County'],
'27151': ['Minnesota', 'Swift County'],
'27153': ['Minnesota', 'Todd County'],
'27155': ['Minnesota', 'Traverse County'],
'27157': ['Minnesota', 'Wabasha County'],
'27159': ['Minnesota', 'Wadena County'],
'27161': ['Minnesota', 'Waseca County'],
'27163': ['Minnesota', 'Washington County'],
'27165': ['Minnesota', 'Watonwan County'],
'27167': ['Minnesota', 'Wilkin County'],
'27169': ['Minnesota', 'Winona County'],
'27171': ['Minnesota', 'Wright County'],
'27173': ['Minnesota', 'Yellow Medicine County'],
'28001': ['Mississippi', 'Adams County'],
'28003': ['Mississippi', 'Alcorn County'],
'28005': ['Mississippi', 'Amite County'],
'28007': ['Mississippi', 'Attala County'],
'28009': ['Mississippi', 'Benton County'],
'28011': ['Mississippi', 'Bolivar County'],
'28013': ['Mississippi', 'Calhoun County'],
'28015': ['Mississippi', 'Carroll County'],
'28017': ['Mississippi', 'Chickasaw County'],
'28019': ['Mississippi', 'Choctaw County'],
'28021': ['Mississippi', 'Claiborne County'],
'28023': ['Mississippi', 'Clarke County'],
'28025': ['Mississippi', 'Clay County'],
'28027': ['Mississippi', 'Coahoma County'],
'28029': ['Mississippi', 'Copiah County'],
'28031': ['Mississippi', 'Covington County'],
'28033': ['Mississippi', 'DeSoto County'],
'28035': ['Mississippi', 'Forrest County'],
'28037': ['Mississippi', 'Franklin County'],
'28039': ['Mississippi', 'George County'],
'28041': ['Mississippi', 'Greene County'],
'28043': ['Mississippi', 'Grenada County'],
'28045': ['Mississippi', 'Hancock County'],
'28047': ['Mississippi', 'Harrison County'],
'28049': ['Mississippi', 'Hinds County'],
'28051': ['Mississippi', 'Holmes County'],
'28053': ['Mississippi', 'Humphreys County'],
'28055': ['Mississippi', 'Issaquena County'],
'28057': ['Mississippi', 'Itawamba County'],
'28059': ['Mississippi', 'Jackson County'],
'28061': ['Mississippi', 'Jasper County'],
'28063': ['Mississippi', 'Jefferson County'],
'28065': ['Mississippi', 'Jefferson Davis County'],
'28067': ['Mississippi', 'Jones County'],
'28069': ['Mississippi', 'Kemper County'],
'28071': ['Mississippi', 'Lafayette County'],
'28073': ['Mississippi', 'Lamar County'],
'28075': ['Mississippi', 'Lauderdale County'],
'28077': ['Mississippi', 'Lawrence County'],
'28079': ['Mississippi', 'Leake County'],
'28081': ['Mississippi', 'Lee County'],
'28083': ['Mississippi', 'Leflore County'],
'28085': ['Mississippi', 'Lincoln County'],
'28087': ['Mississippi', 'Lowndes County'],
'28089': ['Mississippi', 'Madison County'],
'28091': ['Mississippi', 'Marion County'],
'28093': ['Mississippi', 'Marshall County'],
'28095': ['Mississippi', 'Monroe County'],
'28097': ['Mississippi', 'Montgomery County'],
'28099': ['Mississippi', 'Neshoba County'],
'28101': ['Mississippi', 'Newton County'],
'28103': ['Mississippi', 'Noxubee County'],
'28105': ['Mississippi', 'Oktibbeha County'],
'28107': ['Mississippi', 'Panola County'],
'28109': ['Mississippi', 'Pearl River County'],
'28111': ['Mississippi', 'Perry County'],
'28113': ['Mississippi', 'Pike County'],
'28115': ['Mississippi', 'Pontotoc County'],
'28117': ['Mississippi', 'Prentiss County'],
'28119': ['Mississippi', 'Quitman County'],
'28121': ['Mississippi', 'Rankin County'],
'28123': ['Mississippi', 'Scott County'],
'28125': ['Mississippi', 'Sharkey County'],
'28127': ['Mississippi', 'Simpson County'],
'28129': ['Mississippi', 'Smith County'],
'28131': ['Mississippi', 'Stone County'],
'28133': ['Mississippi', 'Sunflower County'],
'28135': ['Mississippi', 'Tallahatchie County'],
'28137': ['Mississippi', 'Tate County'],
'28139': ['Mississippi', 'Tippah County'],
'28141': ['Mississippi', 'Tishomingo County'],
'28143': ['Mississippi', 'Tunica County'],
'28145': ['Mississippi', 'Union County'],
'28147': ['Mississippi', 'Walthall County'],
'28149': ['Mississippi', 'Warren County'],
'28151': ['Mississippi', 'Washington County'],
'28153': ['Mississippi', 'Wayne County'],
'28155': ['Mississippi', 'Webster County'],
'28157': ['Mississippi', 'Wilkinson County'],
'28159': ['Mississippi', 'Winston County'],
'28161': ['Mississippi', 'Yalobusha County'],
'28163': ['Mississippi', 'Yazoo County'],
'29001': ['Missouri', 'Adair County'],
'29003': ['Missouri', 'Andrew County'],
'29005': ['Missouri', 'Atchison County'],
'29007': ['Missouri', 'Audrain County'],
'29009': ['Missouri', 'Barry County'],
'29011': ['Missouri', 'Barton County'],
'29013': ['Missouri', 'Bates County'],
'29015': ['Missouri', 'Benton County'],
'29017': ['Missouri', 'Bollinger County'],
'29019': ['Missouri', 'Boone County'],
'29021': ['Missouri', 'Buchanan County'],
'29023': ['Missouri', 'Butler County'],
'29025': ['Missouri', 'Caldwell County'],
'29027': ['Missouri', 'Callaway County'],
'29029': ['Missouri', 'Camden County'],
'29031': ['Missouri', 'Cape Girardeau County'],
'29033': ['Missouri', 'Carroll County'],
'29035': ['Missouri', 'Carter County'],
'29037': ['Missouri', 'Cass County'],
'29039': ['Missouri', 'Cedar County'],
'29041': ['Missouri', 'Chariton County'],
'29043': ['Missouri', 'Christian County'],
'29045': ['Missouri', 'Clark County'],
'29047': ['Missouri', 'Clay County'],
'29049': ['Missouri', 'Clinton County'],
'29051': ['Missouri', 'Cole County'],
'29053': ['Missouri', 'Cooper County'],
'29055': ['Missouri', 'Crawford County'],
'29057': ['Missouri', 'Dade County'],
'29059': ['Missouri', 'Dallas County'],
'29061': ['Missouri', 'Daviess County'],
'29063': ['Missouri', 'DeKalb County'],
'29065': ['Missouri', 'Dent County'],
'29067': ['Missouri', 'Douglas County'],
'29069': ['Missouri', 'Dunklin County'],
'29071': ['Missouri', 'Franklin County'],
'29073': ['Missouri', 'Gasconade County'],
'29075': ['Missouri', 'Gentry County'],
'29077': ['Missouri', 'Greene County'],
'29079': ['Missouri', 'Grundy County'],
'29081': ['Missouri', 'Harrison County'],
'29083': ['Missouri', 'Henry County'],
'29085': ['Missouri', 'Hickory County'],
'29087': ['Missouri', 'Holt County'],
'29089': ['Missouri', 'Howard County'],
'29091': ['Missouri', 'Howell County'],
'29093': ['Missouri', 'Iron County'],
'29095': ['Missouri', 'Jackson County'],
'29097': ['Missouri', 'Jasper County'],
'29099': ['Missouri', 'Jefferson County'],
'29101': ['Missouri', 'Johnson County'],
'29103': ['Missouri', 'Knox County'],
'29105': ['Missouri', 'Laclede County'],
'29107': ['Missouri', 'Lafayette County'],
'29109': ['Missouri', 'Lawrence County'],
'29111': ['Missouri', 'Lewis County'],
'29113': ['Missouri', 'Lincoln County'],
'29115': ['Missouri', 'Linn County'],
'29117': ['Missouri', 'Livingston County'],
'29119': ['Missouri', 'McDonald County'],
'29121': ['Missouri', 'Macon County'],
'29123': ['Missouri', 'Madison County'],
'29125': ['Missouri', 'Maries County'],
'29127': ['Missouri', 'Marion County'],
'29129': ['Missouri', 'Mercer County'],
'29131': ['Missouri', 'Miller County'],
'29133': ['Missouri', 'Mississippi County'],
'29135': ['Missouri', 'Moniteau County'],
'29137': ['Missouri', 'Monroe County'],
'29139': ['Missouri', 'Montgomery County'],
'29141': ['Missouri', 'Morgan County'],
'29143': ['Missouri', 'New Madrid County'],
'29145': ['Missouri', 'Newton County'],
'29147': ['Missouri', 'Nodaway County'],
'29149': ['Missouri', 'Oregon County'],
'29151': ['Missouri', 'Osage County'],
'29153': ['Missouri', 'Ozark County'],
'29155': ['Missouri', 'Pemiscot County'],
'29157': ['Missouri', 'Perry County'],
'29159': ['Missouri', 'Pettis County'],
'29161': ['Missouri', 'Phelps County'],
'29163': ['Missouri', 'Pike County'],
'29165': ['Missouri', 'Platte County'],
'29167': ['Missouri', 'Polk County'],
'29169': ['Missouri', 'Pulaski County'],
'29171': ['Missouri', 'Putnam County'],
'29173': ['Missouri', 'Ralls County'],
'29175': ['Missouri', 'Randolph County'],
'29177': ['Missouri', 'Ray County'],
'29179': ['Missouri', 'Reynolds County'],
'29181': ['Missouri', 'Ripley County'],
'29183': ['Missouri', 'St. Charles County'],
'29185': ['Missouri', 'St. Clair County'],
'29186': ['Missouri', 'Ste. Genevieve County'],
'29187': ['Missouri', 'St. Francois County'],
'29189': ['Missouri', 'St. Louis County'],
'29195': ['Missouri', 'Saline County'],
'29197': ['Missouri', 'Schuyler County'],
'29199': ['Missouri', 'Scotland County'],
'29201': ['Missouri', 'Scott County'],
'29203': ['Missouri', 'Shannon County'],
'29205': ['Missouri', 'Shelby County'],
'29207': ['Missouri', 'Stoddard County'],
'29209': ['Missouri', 'Stone County'],
'29211': ['Missouri', 'Sullivan County'],
'29213': ['Missouri', 'Taney County'],
'29215': ['Missouri', 'Texas County'],
'29217': ['Missouri', 'Vernon County'],
'29219': ['Missouri', 'Warren County'],
'29221': ['Missouri', 'Washington County'],
'29223': ['Missouri', 'Wayne County'],
'29225': ['Missouri', 'Webster County'],
'29227': ['Missouri', 'Worth County'],
'29229': ['Missouri', 'Wright County'],
'29510': ['Missouri', 'St. Louis city'],
'30001': ['Montana', 'Beaverhead County'],
'30003': ['Montana', 'Big Horn County'],
'30005': ['Montana', 'Blaine County'],
'30007': ['Montana', 'Broadwater County'],
'30009': ['Montana', 'Carbon County'],
'30011': ['Montana', 'Carter County'],
'30013': ['Montana', 'Cascade County'],
'30015': ['Montana', 'Chouteau County'],
'30017': ['Montana', 'Custer County'],
'30019': ['Montana', 'Daniels County'],
'30021': ['Montana', 'Dawson County'],
'30023': ['Montana', 'Deer Lodge County'],
'30025': ['Montana', 'Fallon County'],
'30027': ['Montana', 'Fergus County'],
'30029': ['Montana', 'Flathead County'],
'30031': ['Montana', 'Gallatin County'],
'30033': ['Montana', 'Garfield County'],
'30035': ['Montana', 'Glacier County'],
'30037': ['Montana', 'Golden Valley County'],
'30039': ['Montana', 'Granite County'],
'30041': ['Montana', 'Hill County'],
'30043': ['Montana', 'Jefferson County'],
'30045': ['Montana', 'Judith Basin County'],
'30047': ['Montana', 'Lake County'],
'30049': ['Montana', 'Lewis and Clark County'],
'30051': ['Montana', 'Liberty County'],
'30053': ['Montana', 'Lincoln County'],
'30055': ['Montana', 'McCone County'],
'30057': ['Montana', 'Madison County'],
'30059': ['Montana', 'Meagher County'],
'30061': ['Montana', 'Mineral County'],
'30063': ['Montana', 'Missoula County'],
'30065': ['Montana', 'Musselshell County'],
'30067': ['Montana', 'Park County'],
'30069': ['Montana', 'Petroleum County'],
'30071': ['Montana', 'Phillips County'],
'30073': ['Montana', 'Pondera County'],
'30075': ['Montana', 'Powder River County'],
'30077': ['Montana', 'Powell County'],
'30079': ['Montana', 'Prairie County'],
'30081': ['Montana', 'Ravalli County'],
'30083': ['Montana', 'Richland County'],
'30085': ['Montana', 'Roosevelt County'],
'30087': ['Montana', 'Rosebud County'],
'30089': ['Montana', 'Sanders County'],
'30091': ['Montana', 'Sheridan County'],
'30093': ['Montana', 'Silver Bow County'],
'30095': ['Montana', 'Stillwater County'],
'30097': ['Montana', 'Sweet Grass County'],
'30099': ['Montana', 'Teton County'],
'30101': ['Montana', 'Toole County'],
'30103': ['Montana', 'Treasure County'],
'30105': ['Montana', 'Valley County'],
'30107': ['Montana', 'Wheatland County'],
'30109': ['Montana', 'Wibaux County'],
'30111': ['Montana', 'Yellowstone County'],
'31001': ['Nebraska', 'Adams County'],
'31003': ['Nebraska', 'Antelope County'],
'31005': ['Nebraska', 'Arthur County'],
'31007': ['Nebraska', 'Banner County'],
'31009': ['Nebraska', 'Blaine County'],
'31011': ['Nebraska', 'Boone County'],
'31013': ['Nebraska', 'Box Butte County'],
'31015': ['Nebraska', 'Boyd County'],
'31017': ['Nebraska', 'Brown County'],
'31019': ['Nebraska', 'Buffalo County'],
'31021': ['Nebraska', 'Burt County'],
'31023': ['Nebraska', 'Butler County'],
'31025': ['Nebraska', 'Cass County'],
'31027': ['Nebraska', 'Cedar County'],
'31029': ['Nebraska', 'Chase County'],
'31031': ['Nebraska', 'Cherry County'],
'31033': ['Nebraska', 'Cheyenne County'],
'31035': ['Nebraska', 'Clay County'],
'31037': ['Nebraska', 'Colfax County'],
'31039': ['Nebraska', 'Cuming County'],
'31041': ['Nebraska', 'Custer County'],
'31043': ['Nebraska', 'Dakota County'],
'31045': ['Nebraska', 'Dawes County'],
'31047': ['Nebraska', 'Dawson County'],
'31049': ['Nebraska', 'Deuel County'],
'31051': ['Nebraska', 'Dixon County'],
'31053': ['Nebraska', 'Dodge County'],
'31055': ['Nebraska', 'Douglas County'],
'31057': ['Nebraska', 'Dundy County'],
'31059': ['Nebraska', 'Fillmore County'],
'31061': ['Nebraska', 'Franklin County'],
'31063': ['Nebraska', 'Frontier County'],
'31065': ['Nebraska', 'Furnas County'],
'31067': ['Nebraska', 'Gage County'],
'31069': ['Nebraska', 'Garden County'],
'31071': ['Nebraska', 'Garfield County'],
'31073': ['Nebraska', 'Gosper County'],
'31075': ['Nebraska', 'Grant County'],
'31077': ['Nebraska', 'Greeley County'],
'31079': ['Nebraska', 'Hall County'],
'31081': ['Nebraska', 'Hamilton County'],
'31083': ['Nebraska', 'Harlan County'],
'31085': ['Nebraska', 'Hayes County'],
'31087': ['Nebraska', 'Hitchcock County'],
'31089': ['Nebraska', 'Holt County'],
'31091': ['Nebraska', 'Hooker County'],
'31093': ['Nebraska', 'Howard County'],
'31095': ['Nebraska', 'Jefferson County'],
'31097': ['Nebraska', 'Johnson County'],
'31099': ['Nebraska', 'Kearney County'],
'31101': ['Nebraska', 'Keith County'],
'31103': ['Nebraska', 'Keya Paha County'],
'31105': ['Nebraska', 'Kimball County'],
'31107': ['Nebraska', 'Knox County'],
'31109': ['Nebraska', 'Lancaster County'],
'31111': ['Nebraska', 'Lincoln County'],
'31113': ['Nebraska', 'Logan County'],
'31115': ['Nebraska', 'Loup County'],
'31117': ['Nebraska', 'McPherson County'],
'31119': ['Nebraska', 'Madison County'],
'31121': ['Nebraska', 'Merrick County'],
'31123': ['Nebraska', 'Morrill County'],
'31125': ['Nebraska', 'Nance County'],
'31127': ['Nebraska', 'Nemaha County'],
'31129': ['Nebraska', 'Nuckolls County'],
'31131': ['Nebraska', 'Otoe County'],
'31133': ['Nebraska', 'Pawnee County'],
'31135': ['Nebraska', 'Perkins County'],
'31137': ['Nebraska', 'Phelps County'],
'31139': ['Nebraska', 'Pierce County'],
'31141': ['Nebraska', 'Platte County'],
'31143': ['Nebraska', 'Polk County'],
'31145': ['Nebraska', 'Red Willow County'],
'31147': ['Nebraska', 'Richardson County'],
'31149': ['Nebraska', 'Rock County'],
'31151': ['Nebraska', 'Saline County'],
'31153': ['Nebraska', 'Sarpy County'],
'31155': ['Nebraska', 'Saunders County'],
'31157': ['Nebraska', 'Scotts Bluff County'],
'31159': ['Nebraska', 'Seward County'],
'31161': ['Nebraska', 'Sheridan County'],
'31163': ['Nebraska', 'Sherman County'],
'31165': ['Nebraska', 'Sioux County'],
'31167': ['Nebraska', 'Stanton County'],
'31169': ['Nebraska', 'Thayer County'],
'31171': ['Nebraska', 'Thomas County'],
'31173': ['Nebraska', 'Thurston County'],
'31175': ['Nebraska', 'Valley County'],
'31177': ['Nebraska', 'Washington County'],
'31179': ['Nebraska', 'Wayne County'],
'31181': ['Nebraska', 'Webster County'],
'31183': ['Nebraska', 'Wheeler County'],
'31185': ['Nebraska', 'York County'],
'32001': ['Nevada', 'Churchill County'],
'32003': ['Nevada', 'Clark County'],
'32005': ['Nevada', 'Douglas County'],
'32007': ['Nevada', 'Elko County'],
'32009': ['Nevada', 'Esmeralda County'],
'32011': ['Nevada', 'Eureka County'],
'32013': ['Nevada', 'Humboldt County'],
'32015': ['Nevada', 'Lander County'],
'32017': ['Nevada', 'Lincoln County'],
'32019': ['Nevada', 'Lyon County'],
'32021': ['Nevada', 'Mineral County'],
'32023': ['Nevada', 'Nye County'],
'32027': ['Nevada', 'Pershing County'],
'32029': ['Nevada', 'Storey County'],
'32031': ['Nevada', 'Washoe County'],
'32033': ['Nevada', 'White Pine County'],
'32510': ['Nevada', 'Carson City'],
'33001': ['New Hampshire', 'Belknap County'],
'33003': ['New Hampshire', 'Carroll County'],
'33005': ['New Hampshire', 'Cheshire County'],
'33007': ['New Hampshire', 'Coos County'],
'33009': ['New Hampshire', 'Grafton County'],
'33011': ['New Hampshire', 'Hillsborough County'],
'33013': ['New Hampshire', 'Merrimack County'],
'33015': ['New Hampshire', 'Rockingham County'],
'33017': ['New Hampshire', 'Strafford County'],
'33019': ['New Hampshire', 'Sullivan County'],
'34001': ['New Jersey', 'Atlantic County'],
'34003': ['New Jersey', 'Bergen County'],
'34005': ['New Jersey', 'Burlington County'],
'34007': ['New Jersey', 'Camden County'],
'34009': ['New Jersey', 'Cape May County'],
'34011': ['New Jersey', 'Cumberland County'],
'34013': ['New Jersey', 'Essex County'],
'34015': ['New Jersey', 'Gloucester County'],
'34017': ['New Jersey', 'Hudson County'],
'34019': ['New Jersey', 'Hunterdon County'],
'34021': ['New Jersey', 'Mercer County'],
'34023': ['New Jersey', 'Middlesex County'],
'34025': ['New Jersey', 'Monmouth County'],
'34027': ['New Jersey', 'Morris County'],
'34029': ['New Jersey', 'Ocean County'],
'34031': ['New Jersey', 'Passaic County'],
'34033': ['New Jersey', 'Salem County'],
'34035': ['New Jersey', 'Somerset County'],
'34037': ['New Jersey', 'Sussex County'],
'34039': ['New Jersey', 'Union County'],
'34041': ['New Jersey', 'Warren County'],
'35001': ['New Mexico', 'Bernalillo County'],
'35003': ['New Mexico', 'Catron County'],
'35005': ['New Mexico', 'Chaves County'],
'35006': ['New Mexico', 'Cibola County'],
'35007': ['New Mexico', 'Colfax County'],
'35009': ['New Mexico', 'Curry County'],
'35011': ['New Mexico', 'De Baca County'],
'35013': ['New Mexico', 'Dona Ana County'],
'35015': ['New Mexico', 'Eddy County'],
'35017': ['New Mexico', 'Grant County'],
'35019': ['New Mexico', 'Guadalupe County'],
'35021': ['New Mexico', 'Harding County'],
'35023': ['New Mexico', 'Hidalgo County'],
'35025': ['New Mexico', 'Lea County'],
'35027': ['New Mexico', 'Lincoln County'],
'35028': ['New Mexico', 'Los Alamos County'],
'35029': ['New Mexico', 'Luna County'],
'35031': ['New Mexico', 'McKinley County'],
'35033': ['New Mexico', 'Mora County'],
'35035': ['New Mexico', 'Otero County'],
'35037': ['New Mexico', 'Quay County'],
'35039': ['New Mexico', 'Rio Arriba County'],
'35041': ['New Mexico', 'Roosevelt County'],
'35043': ['New Mexico', 'Sandoval County'],
'35045': ['New Mexico', 'San Juan County'],
'35047': ['New Mexico', 'San Miguel County'],
'35049': ['New Mexico', 'Santa Fe County'],
'35051': ['New Mexico', 'Sierra County'],
'35053': ['New Mexico', 'Socorro County'],
'35055': ['New Mexico', 'Taos County'],
'35057': ['New Mexico', 'Torrance County'],
'35059': ['New Mexico', 'Union County'],
'35061': ['New Mexico', 'Valencia County'],
'36001': ['New York', 'Albany County'],
'36003': ['New York', 'Allegany County'],
'36005': ['New York', 'Bronx County'],
'36007': ['New York', 'Broome County'],
'36009': ['New York', 'Cattaraugus County'],
'36011': ['New York', 'Cayuga County'],
'36013': ['New York', 'Chautauqua County'],
'36015': ['New York', 'Chemung County'],
'36017': ['New York', 'Chenango County'],
'36019': ['New York', 'Clinton County'],
'36021': ['New York', 'Columbia County'],
'36023': ['New York', 'Cortland County'],
'36025': ['New York', 'Delaware County'],
'36027': ['New York', 'Dutchess County'],
'36029': ['New York', 'Erie County'],
'36031': ['New York', 'Essex County'],
'36033': ['New York', 'Franklin County'],
'36035': ['New York', 'Fulton County'],
'36037': ['New York', 'Genesee County'],
'36039': ['New York', 'Greene County'],
'36041': ['New York', 'Hamilton County'],
'36043': ['New York', 'Herkimer County'],
'36045': ['New York', 'Jefferson County'],
'36047': ['New York', 'Kings County'],
'36049': ['New York', 'Lewis County'],
'36051': ['New York', 'Livingston County'],
'36053': ['New York', 'Madison County'],
'36055': ['New York', 'Monroe County'],
'36057': ['New York', 'Montgomery County'],
'36059': ['New York', 'Nassau County'],
'36061': ['New York', 'New York County'],
'36063': ['New York', 'Niagara County'],
'36065': ['New York', 'Oneida County'],
'36067': ['New York', 'Onondaga County'],
'36069': ['New York', 'Ontario County'],
'36071': ['New York', 'Orange County'],
'36073': ['New York', 'Orleans County'],
'36075': ['New York', 'Oswego County'],
'36077': ['New York', 'Otsego County'],
'36079': ['New York', 'Putnam County'],
'36081': ['New York', 'Queens County'],
'36083': ['New York', 'Rensselaer County'],
'36085': ['New York', 'Richmond County'],
'36087': ['New York', 'Rockland County'],
'36089': ['New York', 'St. Lawrence County'],
'36091': ['New York', 'Saratoga County'],
'36093': ['New York', 'Schenectady County'],
'36095': ['New York', 'Schoharie County'],
'36097': ['New York', 'Schuyler County'],
'36099': ['New York', 'Seneca County'],
'36101': ['New York', 'Steuben County'],
'36103': ['New York', 'Suffolk County'],
'36105': ['New York', 'Sullivan County'],
'36107': ['New York', 'Tioga County'],
'36109': ['New York', 'Tompkins County'],
'36111': ['New York', 'Ulster County'],
'36113': ['New York', 'Warren County'],
'36115': ['New York', 'Washington County'],
'36117': ['New York', 'Wayne County'],
'36119': ['New York', 'Westchester County'],
'36121': ['New York', 'Wyoming County'],
'36123': ['New York', 'Yates County'],
'37001': ['North Carolina', 'Alamance County'],
'37003': ['North Carolina', 'Alexander County'],
'37005': ['North Carolina', 'Alleghany County'],
'37007': ['North Carolina', 'Anson County'],
'37009': ['North Carolina', 'Ashe County'],
'37011': ['North Carolina', 'Avery County'],
'37013': ['North Carolina', 'Beaufort County'],
'37015': ['North Carolina', 'Bertie County'],
'37017': ['North Carolina', 'Bladen County'],
'37019': ['North Carolina', 'Brunswick County'],
'37021': ['North Carolina', 'Buncombe County'],
'37023': ['North Carolina', 'Burke County'],
'37025': ['North Carolina', 'Cabarrus County'],
'37027': ['North Carolina', 'Caldwell County'],
'37029': ['North Carolina', 'Camden County'],
'37031': ['North Carolina', 'Carteret County'],
'37033': ['North Carolina', 'Caswell County'],
'37035': ['North Carolina', 'Catawba County'],
'37037': ['North Carolina', 'Chatham County'],
'37039': ['North Carolina', 'Cherokee County'],
'37041': ['North Carolina', 'Chowan County'],
'37043': ['North Carolina', 'Clay County'],
'37045': ['North Carolina', 'Cleveland County'],
'37047': ['North Carolina', 'Columbus County'],
'37049': ['North Carolina', 'Craven County'],
'37051': ['North Carolina', 'Cumberland County'],
'37053': ['North Carolina', 'Currituck County'],
'37055': ['North Carolina', 'Dare County'],
'37057': ['North Carolina', 'Davidson County'],
'37059': ['North Carolina', 'Davie County'],
'37061': ['North Carolina', 'Duplin County'],
'37063': ['North Carolina', 'Durham County'],
'37065': ['North Carolina', 'Edgecombe County'],
'37067': ['North Carolina', 'Forsyth County'],
'37069': ['North Carolina', 'Franklin County'],
'37071': ['North Carolina', 'Gaston County'],
'37073': ['North Carolina', 'Gates County'],
'37075': ['North Carolina', 'Graham County'],
'37077': ['North Carolina', 'Granville County'],
'37079': ['North Carolina', 'Greene County'],
'37081': ['North Carolina', 'Guilford County'],
'37083': ['North Carolina', 'Halifax County'],
'37085': ['North Carolina', 'Harnett County'],
'37087': ['North Carolina', 'Haywood County'],
'37089': ['North Carolina', 'Henderson County'],
'37091': ['North Carolina', 'Hertford County'],
'37093': ['North Carolina', 'Hoke County'],
'37095': ['North Carolina', 'Hyde County'],
'37097': ['North Carolina', 'Iredell County'],
'37099': ['North Carolina', 'Jackson County'],
'37101': ['North Carolina', 'Johnston County'],
'37103': ['North Carolina', 'Jones County'],
'37105': ['North Carolina', 'Lee County'],
'37107': ['North Carolina', 'Lenoir County'],
'37109': ['North Carolina', 'Lincoln County'],
'37111': ['North Carolina', 'McDowell County'],
'37113': ['North Carolina', 'Macon County'],
'37115': ['North Carolina', 'Madison County'],
'37117': ['North Carolina', 'Martin County'],
'37119': ['North Carolina', 'Mecklenburg County'],
'37121': ['North Carolina', 'Mitchell County'],
'37123': ['North Carolina', 'Montgomery County'],
'37125': ['North Carolina', 'Moore County'],
'37127': ['North Carolina', 'Nash County'],
'37129': ['North Carolina', 'New Hanover County'],
'37131': ['North Carolina', 'Northampton County'],
'37133': ['North Carolina', 'Onslow County'],
'37135': ['North Carolina', 'Orange County'],
'37137': ['North Carolina', 'Pamlico County'],
'37139': ['North Carolina', 'Pasquotank County'],
'37141': ['North Carolina', 'Pender County'],
'37143': ['North Carolina', 'Perquimans County'],
'37145': ['North Carolina', 'Person County'],
'37147': ['North Carolina', 'Pitt County'],
'37149': ['North Carolina', 'Polk County'],
'37151': ['North Carolina', 'Randolph County'],
'37153': ['North Carolina', 'Richmond County'],
'37155': ['North Carolina', 'Robeson County'],
'37157': ['North Carolina', 'Rockingham County'],
'37159': ['North Carolina', 'Rowan County'],
'37161': ['North Carolina', 'Rutherford County'],
'37163': ['North Carolina', 'Sampson County'],
'37165': ['North Carolina', 'Scotland County'],
'37167': ['North Carolina', 'Stanly County'],
'37169': ['North Carolina', 'Stokes County'],
'37171': ['North Carolina', 'Surry County'],
'37173': ['North Carolina', 'Swain County'],
'37175': ['North Carolina', 'Transylvania County'],
'37177': ['North Carolina', 'Tyrrell County'],
'37179': ['North Carolina', 'Union County'],
'37181': ['North Carolina', 'Vance County'],
'37183': ['North Carolina', 'Wake County'],
'37185': ['North Carolina', 'Warren County'],
'37187': ['North Carolina', 'Washington County'],
'37189': ['North Carolina', 'Watauga County'],
'37191': ['North Carolina', 'Wayne County'],
'37193': ['North Carolina', 'Wilkes County'],
'37195': ['North Carolina', 'Wilson County'],
'37197': ['North Carolina', 'Yadkin County'],
'37199': ['North Carolina', 'Yancey County'],
'38001': ['North Dakota', 'Adams County'],
'38003': ['North Dakota', 'Barnes County'],
'38005': ['North Dakota', 'Benson County'],
'38007': ['North Dakota', 'Billings County'],
'38009': ['North Dakota', 'Bottineau County'],
'38011': ['North Dakota', 'Bowman County'],
'38013': ['North Dakota', 'Burke County'],
'38015': ['North Dakota', 'Burleigh County'],
'38017': ['North Dakota', 'Cass County'],
'38019': ['North Dakota', 'Cavalier County'],
'38021': ['North Dakota', 'Dickey County'],
'38023': ['North Dakota', 'Divide County'],
'38025': ['North Dakota', 'Dunn County'],
'38027': ['North Dakota', 'Eddy County'],
'38029': ['North Dakota', 'Emmons County'],
'38031': ['North Dakota', 'Foster County'],
'38033': ['North Dakota', 'Golden Valley County'],
'38035': ['North Dakota', 'Grand Forks County'],
'38037': ['North Dakota', 'Grant County'],
'38039': ['North Dakota', 'Griggs County'],
'38041': ['North Dakota', 'Hettinger County'],
'38043': ['North Dakota', 'Kidder County'],
'38045': ['North Dakota', 'LaMoure County'],
'38047': ['North Dakota', 'Logan County'],
'38049': ['North Dakota', 'McHenry County'],
'38051': ['North Dakota', 'McIntosh County'],
'38053': ['North Dakota', 'McKenzie County'],
'38055': ['North Dakota', 'McLean County'],
'38057': ['North Dakota', 'Mercer County'],
'38059': ['North Dakota', 'Morton County'],
'38061': ['North Dakota', 'Mountrail County'],
'38063': ['North Dakota', 'Nelson County'],
'38065': ['North Dakota', 'Oliver County'],
'38067': ['North Dakota', 'Pembina County'],
'38069': ['North Dakota', 'Pierce County'],
'38071': ['North Dakota', 'Ramsey County'],
'38073': ['North Dakota', 'Ransom County'],
'38075': ['North Dakota', 'Renville County'],
'38077': ['North Dakota', 'Richland County'],
'38079': ['North Dakota', 'Rolette County'],
'38081': ['North Dakota', 'Sargent County'],
'38083': ['North Dakota', 'Sheridan County'],
'38085': ['North Dakota', 'Sioux County'],
'38087': ['North Dakota', 'Slope County'],
'38089': ['North Dakota', 'Stark County'],
'38091': ['North Dakota', 'Steele County'],
'38093': ['North Dakota', 'Stutsman County'],
'38095': ['North Dakota', 'Towner County'],
'38097': ['North Dakota', 'Traill County'],
'38099': ['North Dakota', 'Walsh County'],
'38101': ['North Dakota', 'Ward County'],
'38103': ['North Dakota', 'Wells County'],
'38105': ['North Dakota', 'Williams County'],
'39001': ['Ohio', 'Adams County'],
'39003': ['Ohio', 'Allen County'],
'39005': ['Ohio', 'Ashland County'],
'39007': ['Ohio', 'Ashtabula County'],
'39009': ['Ohio', 'Athens County'],
'39011': ['Ohio', 'Auglaize County'],
'39013': ['Ohio', 'Belmont County'],
'39015': ['Ohio', 'Brown County'],
'39017': ['Ohio', 'Butler County'],
'39019': ['Ohio', 'Carroll County'],
'39021': ['Ohio', 'Champaign County'],
'39023': ['Ohio', 'Clark County'],
'39025': ['Ohio', 'Clermont County'],
'39027': ['Ohio', 'Clinton County'],
'39029': ['Ohio', 'Columbiana County'],
'39031': ['Ohio', 'Coshocton County'],
'39033': ['Ohio', 'Crawford County'],
'39035': ['Ohio', 'Cuyahoga County'],
'39037': ['Ohio', 'Darke County'],
'39039': ['Ohio', 'Defiance County'],
'39041': ['Ohio', 'Delaware County'],
'39043': ['Ohio', 'Erie County'],
'39045': ['Ohio', 'Fairfield County'],
'39047': ['Ohio', 'Fayette County'],
'39049': ['Ohio', 'Franklin County'],
'39051': ['Ohio', 'Fulton County'],
'39053': ['Ohio', 'Gallia County'],
'39055': ['Ohio', 'Geauga County'],
'39057': ['Ohio', 'Greene County'],
'39059': ['Ohio', 'Guernsey County'],
'39061': ['Ohio', 'Hamilton County'],
'39063': ['Ohio', 'Hancock County'],
'39065': ['Ohio', 'Hardin County'],
'39067': ['Ohio', 'Harrison County'],
'39069': ['Ohio', 'Henry County'],
'39071': ['Ohio', 'Highland County'],
'39073': ['Ohio', 'Hocking County'],
'39075': ['Ohio', 'Holmes County'],
'39077': ['Ohio', 'Huron County'],
'39079': ['Ohio', 'Jackson County'],
'39081': ['Ohio', 'Jefferson County'],
'39083': ['Ohio', 'Knox County'],
'39085': ['Ohio', 'Lake County'],
'39087': ['Ohio', 'Lawrence County'],
'39089': ['Ohio', 'Licking County'],
'39091': ['Ohio', 'Logan County'],
'39093': ['Ohio', 'Lorain County'],
'39095': ['Ohio', 'Lucas County'],
'39097': ['Ohio', 'Madison County'],
'39099': ['Ohio', 'Mahoning County'],
'39101': ['Ohio', 'Marion County'],
'39103': ['Ohio', 'Medina County'],
'39105': ['Ohio', 'Meigs County'],
'39107': ['Ohio', 'Mercer County'],
'39109': ['Ohio', 'Miami County'],
'39111': ['Ohio', 'Monroe County'],
'39113': ['Ohio', 'Montgomery County'],
'39115': ['Ohio', 'Morgan County'],
'39117': ['Ohio', 'Morrow County'],
'39119': ['Ohio', 'Muskingum County'],
'39121': ['Ohio', 'Noble County'],
'39123': ['Ohio', 'Ottawa County'],
'39125': ['Ohio', 'Paulding County'],
'39127': ['Ohio', 'Perry County'],
'39129': ['Ohio', 'Pickaway County'],
'39131': ['Ohio', 'Pike County'],
'39133': ['Ohio', 'Portage County'],
'39135': ['Ohio', 'Preble County'],
'39137': ['Ohio', 'Putnam County'],
'39139': ['Ohio', 'Richland County'],
'39141': ['Ohio', 'Ross County'],
'39143': ['Ohio', 'Sandusky County'],
'39145': ['Ohio', 'Scioto County'],
'39147': ['Ohio', 'Seneca County'],
'39149': ['Ohio', 'Shelby County'],
'39151': ['Ohio', 'Stark County'],
'39153': ['Ohio', 'Summit County'],
'39155': ['Ohio', 'Trumbull County'],
'39157': ['Ohio', 'Tuscarawas County'],
'39159': ['Ohio', 'Union County'],
'39161': ['Ohio', 'Van Wert County'],
'39163': ['Ohio', 'Vinton County'],
'39165': ['Ohio', 'Warren County'],
'39167': ['Ohio', 'Washington County'],
'39169': ['Ohio', 'Wayne County'],
'39171': ['Ohio', 'Williams County'],
'39173': ['Ohio', 'Wood County'],
'39175': ['Ohio', 'Wyandot County'],
'40001': ['Oklahoma', 'Adair County'],
'40003': ['Oklahoma', 'Alfalfa County'],
'40005': ['Oklahoma', 'Atoka County'],
'40007': ['Oklahoma', 'Beaver County'],
'40009': ['Oklahoma', 'Beckham County'],
'40011': ['Oklahoma', 'Blaine County'],
'40013': ['Oklahoma', 'Bryan County'],
'40015': ['Oklahoma', 'Caddo County'],
'40017': ['Oklahoma', 'Canadian County'],
'40019': ['Oklahoma', 'Carter County'],
'40021': ['Oklahoma', 'Cherokee County'],
'40023': ['Oklahoma', 'Choctaw County'],
'40025': ['Oklahoma', 'Cimarron County'],
'40027': ['Oklahoma', 'Cleveland County'],
'40029': ['Oklahoma', 'Coal County'],
'40031': ['Oklahoma', 'Comanche County'],
'40033': ['Oklahoma', 'Cotton County'],
'40035': ['Oklahoma', 'Craig County'],
'40037': ['Oklahoma', 'Creek County'],
'40039': ['Oklahoma', 'Custer County'],
'40041': ['Oklahoma', 'Delaware County'],
'40043': ['Oklahoma', 'Dewey County'],
'40045': ['Oklahoma', 'Ellis County'],
'40047': ['Oklahoma', 'Garfield County'],
'40049': ['Oklahoma', 'Garvin County'],
'40051': ['Oklahoma', 'Grady County'],
'40053': ['Oklahoma', 'Grant County'],
'40055': ['Oklahoma', 'Greer County'],
'40057': ['Oklahoma', 'Harmon County'],
'40059': ['Oklahoma', 'Harper County'],
'40061': ['Oklahoma', 'Haskell County'],
'40063': ['Oklahoma', 'Hughes County'],
'40065': ['Oklahoma', 'Jackson County'],
'40067': ['Oklahoma', 'Jefferson County'],
'40069': ['Oklahoma', 'Johnston County'],
'40071': ['Oklahoma', 'Kay County'],
'40073': ['Oklahoma', 'Kingfisher County'],
'40075': ['Oklahoma', 'Kiowa County'],
'40077': ['Oklahoma', 'Latimer County'],
'40079': ['Oklahoma', 'Le Flore County'],
'40081': ['Oklahoma', 'Lincoln County'],
'40083': ['Oklahoma', 'Logan County'],
'40085': ['Oklahoma', 'Love County'],
'40087': ['Oklahoma', 'McClain County'],
'40089': ['Oklahoma', 'McCurtain County'],
'40091': ['Oklahoma', 'McIntosh County'],
'40093': ['Oklahoma', 'Major County'],
'40095': ['Oklahoma', 'Marshall County'],
'40097': ['Oklahoma', 'Mayes County'],
'40099': ['Oklahoma', 'Murray County'],
'40101': ['Oklahoma', 'Muskogee County'],
'40103': ['Oklahoma', 'Noble County'],
'40105': ['Oklahoma', 'Nowata County'],
'40107': ['Oklahoma', 'Okfuskee County'],
'40109': ['Oklahoma', 'Oklahoma County'],
'40111': ['Oklahoma', 'Okmulgee County'],
'40113': ['Oklahoma', 'Osage County'],
'40115': ['Oklahoma', 'Ottawa County'],
'40117': ['Oklahoma', 'Pawnee County'],
'40119': ['Oklahoma', 'Payne County'],
'40121': ['Oklahoma', 'Pittsburg County'],
'40123': ['Oklahoma', 'Pontotoc County'],
'40125': ['Oklahoma', 'Pottawatomie County'],
'40127': ['Oklahoma', 'Pushmataha County'],
'40129': ['Oklahoma', 'Roger Mills County'],
'40131': ['Oklahoma', 'Rogers County'],
'40133': ['Oklahoma', 'Seminole County'],
'40135': ['Oklahoma', 'Sequoyah County'],
'40137': ['Oklahoma', 'Stephens County'],
'40139': ['Oklahoma', 'Texas County'],
'40141': ['Oklahoma', 'Tillman County'],
'40143': ['Oklahoma', 'Tulsa County'],
'40145': ['Oklahoma', 'Wagoner County'],
'40147': ['Oklahoma', 'Washington County'],
'40149': ['Oklahoma', 'Washita County'],
'40151': ['Oklahoma', 'Woods County'],
'40153': ['Oklahoma', 'Woodward County'],
'41001': ['Oregon', 'Baker County'],
'41003': ['Oregon', 'Benton County'],
'41005': ['Oregon', 'Clackamas County'],
'41007': ['Oregon', 'Clatsop County'],
'41009': ['Oregon', 'Columbia County'],
'41011': ['Oregon', 'Coos County'],
'41013': ['Oregon', 'Crook County'],
'41015': ['Oregon', 'Curry County'],
'41017': ['Oregon', 'Deschutes County'],
'41019': ['Oregon', 'Douglas County'],
'41021': ['Oregon', 'Gilliam County'],
'41023': ['Oregon', 'Grant County'],
'41025': ['Oregon', 'Harney County'],
'41027': ['Oregon', 'Hood River County'],
'41029': ['Oregon', 'Jackson County'],
'41031': ['Oregon', 'Jefferson County'],
'41033': ['Oregon', 'Josephine County'],
'41035': ['Oregon', 'Klamath County'],
'41037': ['Oregon', 'Lake County'],
'41039': ['Oregon', 'Lane County'],
'41041': ['Oregon', 'Lincoln County'],
'41043': ['Oregon', 'Linn County'],
'41045': ['Oregon', 'Malheur County'],
'41047': ['Oregon', 'Marion County'],
'41049': ['Oregon', 'Morrow County'],
'41051': ['Oregon', 'Multnomah County'],
'41053': ['Oregon', 'Polk County'],
'41055': ['Oregon', 'Sherman County'],
'41057': ['Oregon', 'Tillamook County'],
'41059': ['Oregon', 'Umatilla County'],
'41061': ['Oregon', 'Union County'],
'41063': ['Oregon', 'Wallowa County'],
'41065': ['Oregon', 'Wasco County'],
'41067': ['Oregon', 'Washington County'],
'41069': ['Oregon', 'Wheeler County'],
'41071': ['Oregon', 'Yamhill County'],
'42001': ['Pennsylvania', 'Adams County'],
'42003': ['Pennsylvania', 'Allegheny County'],
'42005': ['Pennsylvania', 'Armstrong County'],
'42007': ['Pennsylvania', 'Beaver County'],
'42009': ['Pennsylvania', 'Bedford County'],
'42011': ['Pennsylvania', 'Berks County'],
'42013': ['Pennsylvania', 'Blair County'],
'42015': ['Pennsylvania', 'Bradford County'],
'42017': ['Pennsylvania', 'Bucks County'],
'42019': ['Pennsylvania', 'Butler County'],
'42021': ['Pennsylvania', 'Cambria County'],
'42023': ['Pennsylvania', 'Cameron County'],
'42025': ['Pennsylvania', 'Carbon County'],
'42027': ['Pennsylvania', 'Centre County'],
'42029': ['Pennsylvania', 'Chester County'],
'42031': ['Pennsylvania', 'Clarion County'],
'42033': ['Pennsylvania', 'Clearfield County'],
'42035': ['Pennsylvania', 'Clinton County'],
'42037': ['Pennsylvania', 'Columbia County'],
'42039': ['Pennsylvania', 'Crawford County'],
'42041': ['Pennsylvania', 'Cumberland County'],
'42043': ['Pennsylvania', 'Dauphin County'],
'42045': ['Pennsylvania', 'Delaware County'],
'42047': ['Pennsylvania', 'Elk County'],
'42049': ['Pennsylvania', 'Erie County'],
'42051': ['Pennsylvania', 'Fayette County'],
'42053': ['Pennsylvania', 'Forest County'],
'42055': ['Pennsylvania', 'Franklin County'],
'42057': ['Pennsylvania', 'Fulton County'],
'42059': ['Pennsylvania', 'Greene County'],
'42061': ['Pennsylvania', 'Huntingdon County'],
'42063': ['Pennsylvania', 'Indiana County'],
'42065': ['Pennsylvania', 'Jefferson County'],
'42067': ['Pennsylvania', 'Juniata County'],
'42069': ['Pennsylvania', 'Lackawanna County'],
'42071': ['Pennsylvania', 'Lancaster County'],
'42073': ['Pennsylvania', 'Lawrence County'],
'42075': ['Pennsylvania', 'Lebanon County'],
'42077': ['Pennsylvania', 'Lehigh County'],
'42079': ['Pennsylvania', 'Luzerne County'],
'42081': ['Pennsylvania', 'Lycoming County'],
'42083': ['Pennsylvania', 'McKean County'],
'42085': ['Pennsylvania', 'Mercer County'],
'42087': ['Pennsylvania', 'Mifflin County'],
'42089': ['Pennsylvania', 'Monroe County'],
'42091': ['Pennsylvania', 'Montgomery County'],
'42093': ['Pennsylvania', 'Montour County'],
'42095': ['Pennsylvania', 'Northampton County'],
'42097': ['Pennsylvania', 'Northumberland County'],
'42099': ['Pennsylvania', 'Perry County'],
'42101': ['Pennsylvania', 'Philadelphia County'],
'42103': ['Pennsylvania', 'Pike County'],
'42105': ['Pennsylvania', 'Potter County'],
'42107': ['Pennsylvania', 'Schuylkill County'],
'42109': ['Pennsylvania', 'Snyder County'],
'42111': ['Pennsylvania', 'Somerset County'],
'42113': ['Pennsylvania', 'Sullivan County'],
'42115': ['Pennsylvania', 'Susquehanna County'],
'42117': ['Pennsylvania', 'Tioga County'],
'42119': ['Pennsylvania', 'Union County'],
'42121': ['Pennsylvania', 'Venango County'],
'42123': ['Pennsylvania', 'Warren County'],
'42125': ['Pennsylvania', 'Washington County'],
'42127': ['Pennsylvania', 'Wayne County'],
'42129': ['Pennsylvania', 'Westmoreland County'],
'42131': ['Pennsylvania', 'Wyoming County'],
'42133': ['Pennsylvania', 'York County'],
'44001': ['Rhode Island', 'Bristol County'],
'44003': ['Rhode Island', 'Kent County'],
'44005': ['Rhode Island', 'Newport County'],
'44007': ['Rhode Island', 'Providence County'],
'44009': ['Rhode Island', 'Washington County'],
'45001': ['South Carolina', 'Abbeville County'],
'45003': ['South Carolina', 'Aiken County'],
'45005': ['South Carolina', 'Allendale County'],
'45007': ['South Carolina', 'Anderson County'],
'45009': ['South Carolina', 'Bamberg County'],
'45011': ['South Carolina', 'Barnwell County'],
'45013': ['South Carolina', 'Beaufort County'],
'45015': ['South Carolina', 'Berkeley County'],
'45017': ['South Carolina', 'Calhoun County'],
'45019': ['South Carolina', 'Charleston County'],
'45021': ['South Carolina', 'Cherokee County'],
'45023': ['South Carolina', 'Chester County'],
'45025': ['South Carolina', 'Chesterfield County'],
'45027': ['South Carolina', 'Clarendon County'],
'45029': ['South Carolina', 'Colleton County'],
'45031': ['South Carolina', 'Darlington County'],
'45033': ['South Carolina', 'Dillon County'],
'45035': ['South Carolina', 'Dorchester County'],
'45037': ['South Carolina', 'Edgefield County'],
'45039': ['South Carolina', 'Fairfield County'],
'45041': ['South Carolina', 'Florence County'],
'45043': ['South Carolina', 'Georgetown County'],
'45045': ['South Carolina', 'Greenville County'],
'45047': ['South Carolina', 'Greenwood County'],
'45049': ['South Carolina', 'Hampton County'],
'45051': ['South Carolina', 'Horry County'],
'45053': ['South Carolina', 'Jasper County'],
'45055': ['South Carolina', 'Kershaw County'],
'45057': ['South Carolina', 'Lancaster County'],
'45059': ['South Carolina', 'Laurens County'],
'45061': ['South Carolina', 'Lee County'],
'45063': ['South Carolina', 'Lexington County'],
'45065': ['South Carolina', 'McCormick County'],
'45067': ['South Carolina', 'Marion County'],
'45069': ['South Carolina', 'Marlboro County'],
'45071': ['South Carolina', 'Newberry County'],
'45073': ['South Carolina', 'Oconee County'],
'45075': ['South Carolina', 'Orangeburg County'],
'45077': ['South Carolina', 'Pickens County'],
'45079': ['South Carolina', 'Richland County'],
'45081': ['South Carolina', 'Saluda County'],
'45083': ['South Carolina', 'Spartanburg County'],
'45085': ['South Carolina', 'Sumter County'],
'45087': ['South Carolina', 'Union County'],
'45089': ['South Carolina', 'Williamsburg County'],
'45091': ['South Carolina', 'York County'],
'46003': ['South Dakota', 'Aurora County'],
'46005': ['South Dakota', 'Beadle County'],
'46007': ['South Dakota', 'Bennett County'],
'46009': ['South Dakota', 'Bon Homme County'],
'46011': ['South Dakota', 'Brookings County'],
'46013': ['South Dakota', 'Brown County'],
'46015': ['South Dakota', 'Brule County'],
'46017': ['South Dakota', 'Buffalo County'],
'46019': ['South Dakota', 'Butte County'],
'46021': ['South Dakota', 'Campbell County'],
'46023': ['South Dakota', 'Charles Mix County'],
'46025': ['South Dakota', 'Clark County'],
'46027': ['South Dakota', 'Clay County'],
'46029': ['South Dakota', 'Codington County'],
'46031': ['South Dakota', 'Corson County'],
'46033': ['South Dakota', 'Custer County'],
'46035': ['South Dakota', 'Davison County'],
'46037': ['South Dakota', 'Day County'],
'46039': ['South Dakota', 'Deuel County'],
'46041': ['South Dakota', 'Dewey County'],
'46043': ['South Dakota', 'Douglas County'],
'46045': ['South Dakota', 'Edmunds County'],
'46047': ['South Dakota', 'Fall River County'],
'46049': ['South Dakota', 'Faulk County'],
'46051': ['South Dakota', 'Grant County'],
'46053': ['South Dakota', 'Gregory County'],
'46055': ['South Dakota', 'Haakon County'],
'46057': ['South Dakota', 'Hamlin County'],
'46059': ['South Dakota', 'Hand County'],
'46061': ['South Dakota', 'Hanson County'],
'46063': ['South Dakota', 'Harding County'],
'46065': ['South Dakota', 'Hughes County'],
'46067': ['South Dakota', 'Hutchinson County'],
'46069': ['South Dakota', 'Hyde County'],
'46071': ['South Dakota', 'Jackson County'],
'46073': ['South Dakota', 'Jerauld County'],
'46075': ['South Dakota', 'Jones County'],
'46077': ['South Dakota', 'Kingsbury County'],
'46079': ['South Dakota', 'Lake County'],
'46081': ['South Dakota', 'Lawrence County'],
'46083': ['South Dakota', 'Lincoln County'],
'46085': ['South Dakota', 'Lyman County'],
'46087': ['South Dakota', 'McCook County'],
'46089': ['South Dakota', 'McPherson County'],
'46091': ['South Dakota', 'Marshall County'],
'46093': ['South Dakota', 'Meade County'],
'46095': ['South Dakota', 'Mellette County'],
'46097': ['South Dakota', 'Miner County'],
'46099': ['South Dakota', 'Minnehaha County'],
'46101': ['South Dakota', 'Moody County'],
'46103': ['South Dakota', 'Pennington County'],
'46105': ['South Dakota', 'Perkins County'],
'46107': ['South Dakota', 'Potter County'],
'46109': ['South Dakota', 'Roberts County'],
'46111': ['South Dakota', 'Sanborn County'],
'46113': ['South Dakota', 'Shannon County'],
'46115': ['South Dakota', 'Spink County'],
'46117': ['South Dakota', 'Stanley County'],
'46119': ['South Dakota', 'Sully County'],
'46121': ['South Dakota', 'Todd County'],
'46123': ['South Dakota', 'Tripp County'],
'46125': ['South Dakota', 'Turner County'],
'46127': ['South Dakota', 'Union County'],
'46129': ['South Dakota', 'Walworth County'],
'46135': ['South Dakota', 'Yankton County'],
'46137': ['South Dakota', 'Ziebach County'],
'47001': ['Tennessee', 'Anderson County'],
'47003': ['Tennessee', 'Bedford County'],
'47005': ['Tennessee', 'Benton County'],
'47007': ['Tennessee', 'Bledsoe County'],
'47009': ['Tennessee', 'Blount County'],
'47011': ['Tennessee', 'Bradley County'],
'47013': ['Tennessee', 'Campbell County'],
'47015': ['Tennessee', 'Cannon County'],
'47017': ['Tennessee', 'Carroll County'],
'47019': ['Tennessee', 'Carter County'],
'47021': ['Tennessee', 'Cheatham County'],
'47023': ['Tennessee', 'Chester County'],
'47025': ['Tennessee', 'Claiborne County'],
'47027': ['Tennessee', 'Clay County'],
'47029': ['Tennessee', 'Cocke County'],
'47031': ['Tennessee', 'Coffee County'],
'47033': ['Tennessee', 'Crockett County'],
'47035': ['Tennessee', 'Cumberland County'],
'47037': ['Tennessee', 'Davidson County'],
'47039': ['Tennessee', 'Decatur County'],
'47041': ['Tennessee', 'DeKalb County'],
'47043': ['Tennessee', 'Dickson County'],
'47045': ['Tennessee', 'Dyer County'],
'47047': ['Tennessee', 'Fayette County'],
'47049': ['Tennessee', 'Fentress County'],
'47051': ['Tennessee', 'Franklin County'],
'47053': ['Tennessee', 'Gibson County'],
'47055': ['Tennessee', 'Giles County'],
'47057': ['Tennessee', 'Grainger County'],
'47059': ['Tennessee', 'Greene County'],
'47061': ['Tennessee', 'Grundy County'],
'47063': ['Tennessee', 'Hamblen County'],
'47065': ['Tennessee', 'Hamilton County'],
'47067': ['Tennessee', 'Hancock County'],
'47069': ['Tennessee', 'Hardeman County'],
'47071': ['Tennessee', 'Hardin County'],
'47073': ['Tennessee', 'Hawkins County'],
'47075': ['Tennessee', 'Haywood County'],
'47077': ['Tennessee', 'Henderson County'],
'47079': ['Tennessee', 'Henry County'],
'47081': ['Tennessee', 'Hickman County'],
'47083': ['Tennessee', 'Houston County'],
'47085': ['Tennessee', 'Humphreys County'],
'47087': ['Tennessee', 'Jackson County'],
'47089': ['Tennessee', 'Jefferson County'],
'47091': ['Tennessee', 'Johnson County'],
'47093': ['Tennessee', 'Knox County'],
'47095': ['Tennessee', 'Lake County'],
'47097': ['Tennessee', 'Lauderdale County'],
'47099': ['Tennessee', 'Lawrence County'],
'47101': ['Tennessee', 'Lewis County'],
'47103': ['Tennessee', 'Lincoln County'],
'47105': ['Tennessee', 'Loudon County'],
'47107': ['Tennessee', 'McMinn County'],
'47109': ['Tennessee', 'McNairy County'],
'47111': ['Tennessee', 'Macon County'],
'47113': ['Tennessee', 'Madison County'],
'47115': ['Tennessee', 'Marion County'],
'47117': ['Tennessee', 'Marshall County'],
'47119': ['Tennessee', 'Maury County'],
'47121': ['Tennessee', 'Meigs County'],
'47123': ['Tennessee', 'Monroe County'],
'47125': ['Tennessee', 'Montgomery County'],
'47127': ['Tennessee', 'Moore County'],
'47129': ['Tennessee', 'Morgan County'],
'47131': ['Tennessee', 'Obion County'],
'47133': ['Tennessee', 'Overton County'],
'47135': ['Tennessee', 'Perry County'],
'47137': ['Tennessee', 'Pickett County'],
'47139': ['Tennessee', 'Polk County'],
'47141': ['Tennessee', 'Putnam County'],
'47143': ['Tennessee', 'Rhea County'],
'47145': ['Tennessee', 'Roane County'],
'47147': ['Tennessee', 'Robertson County'],
'47149': ['Tennessee', 'Rutherford County'],
'47151': ['Tennessee', 'Scott County'],
'47153': ['Tennessee', 'Sequatchie County'],
'47155': ['Tennessee', 'Sevier County'],
'47157': ['Tennessee', 'Shelby County'],
'47159': ['Tennessee', 'Smith County'],
'47161': ['Tennessee', 'Stewart County'],
'47163': ['Tennessee', 'Sullivan County'],
'47165': ['Tennessee', 'Sumner County'],
'47167': ['Tennessee', 'Tipton County'],
'47169': ['Tennessee', 'Trousdale County'],
'47171': ['Tennessee', 'Unicoi County'],
'47173': ['Tennessee', 'Union County'],
'47175': ['Tennessee', 'Van Buren County'],
'47177': ['Tennessee', 'Warren County'],
'47179': ['Tennessee', 'Washington County'],
'47181': ['Tennessee', 'Wayne County'],
'47183': ['Tennessee', 'Weakley County'],
'47185': ['Tennessee', 'White County'],
'47187': ['Tennessee', 'Williamson County'],
'47189': ['Tennessee', 'Wilson County'],
'48001': ['Texas', 'Anderson County'],
'48003': ['Texas', 'Andrews County'],
'48005': ['Texas', 'Angelina County'],
'48007': ['Texas', 'Aransas County'],
'48009': ['Texas', 'Archer County'],
'48011': ['Texas', 'Armstrong County'],
'48013': ['Texas', 'Atascosa County'],
'48015': ['Texas', 'Austin County'],
'48017': ['Texas', 'Bailey County'],
'48019': ['Texas', 'Bandera County'],
'48021': ['Texas', 'Bastrop County'],
'48023': ['Texas', 'Baylor County'],
'48025': ['Texas', 'Bee County'],
'48027': ['Texas', 'Bell County'],
'48029': ['Texas', 'Bexar County'],
'48031': ['Texas', 'Blanco County'],
'48033': ['Texas', 'Borden County'],
'48035': ['Texas', 'Bosque County'],
'48037': ['Texas', 'Bowie County'],
'48039': ['Texas', 'Brazoria County'],
'48041': ['Texas', 'Brazos County'],
'48043': ['Texas', 'Brewster County'],
'48045': ['Texas', 'Briscoe County'],
'48047': ['Texas', 'Brooks County'],
'48049': ['Texas', 'Brown County'],
'48051': ['Texas', 'Burleson County'],
'48053': ['Texas', 'Burnet County'],
'48055': ['Texas', 'Caldwell County'],
'48057': ['Texas', 'Calhoun County'],
'48059': ['Texas', 'Callahan County'],
'48061': ['Texas', 'Cameron County'],
'48063': ['Texas', 'Camp County'],
'48065': ['Texas', 'Carson County'],
'48067': ['Texas', 'Cass County'],
'48069': ['Texas', 'Castro County'],
'48071': ['Texas', 'Chambers County'],
'48073': ['Texas', 'Cherokee County'],
'48075': ['Texas', 'Childress County'],
'48077': ['Texas', 'Clay County'],
'48079': ['Texas', 'Cochran County'],
'48081': ['Texas', 'Coke County'],
'48083': ['Texas', 'Coleman County'],
'48085': ['Texas', 'Collin County'],
'48087': ['Texas', 'Collingsworth County'],
'48089': ['Texas', 'Colorado County'],
'48091': ['Texas', 'Comal County'],
'48093': ['Texas', 'Comanche County'],
'48095': ['Texas', 'Concho County'],
'48097': ['Texas', 'Cooke County'],
'48099': ['Texas', 'Coryell County'],
'48101': ['Texas', 'Cottle County'],
'48103': ['Texas', 'Crane County'],
'48105': ['Texas', 'Crockett County'],
'48107': ['Texas', 'Crosby County'],
'48109': ['Texas', 'Culberson County'],
'48111': ['Texas', 'Dallam County'],
'48113': ['Texas', 'Dallas County'],
'48115': ['Texas', 'Dawson County'],
'48117': ['Texas', 'Deaf Smith County'],
'48119': ['Texas', 'Delta County'],
'48121': ['Texas', 'Denton County'],
'48123': ['Texas', 'DeWitt County'],
'48125': ['Texas', 'Dickens County'],
'48127': ['Texas', 'Dimmit County'],
'48129': ['Texas', 'Donley County'],
'48131': ['Texas', 'Duval County'],
'48133': ['Texas', 'Eastland County'],
'48135': ['Texas', 'Ector County'],
'48137': ['Texas', 'Edwards County'],
'48139': ['Texas', 'Ellis County'],
'48141': ['Texas', 'El Paso County'],
'48143': ['Texas', 'Erath County'],
'48145': ['Texas', 'Falls County'],
'48147': ['Texas', 'Fannin County'],
'48149': ['Texas', 'Fayette County'],
'48151': ['Texas', 'Fisher County'],
'48153': ['Texas', 'Floyd County'],
'48155': ['Texas', 'Foard County'],
'48157': ['Texas', 'Fort Bend County'],
'48159': ['Texas', 'Franklin County'],
'48161': ['Texas', 'Freestone County'],
'48163': ['Texas', 'Frio County'],
'48165': ['Texas', 'Gaines County'],
'48167': ['Texas', 'Galveston County'],
'48169': ['Texas', 'Garza County'],
'48171': ['Texas', 'Gillespie County'],
'48173': ['Texas', 'Glasscock County'],
'48175': ['Texas', 'Goliad County'],
'48177': ['Texas', 'Gonzales County'],
'48179': ['Texas', 'Gray County'],
'48181': ['Texas', 'Grayson County'],
'48183': ['Texas', 'Gregg County'],
'48185': ['Texas', 'Grimes County'],
'48187': ['Texas', 'Guadalupe County'],
'48189': ['Texas', 'Hale County'],
'48191': ['Texas', 'Hall County'],
'48193': ['Texas', 'Hamilton County'],
'48195': ['Texas', 'Hansford County'],
'48197': ['Texas', 'Hardeman County'],
'48199': ['Texas', 'Hardin County'],
'48201': ['Texas', 'Harris County'],
'48203': ['Texas', 'Harrison County'],
'48205': ['Texas', 'Hartley County'],
'48207': ['Texas', 'Haskell County'],
'48209': ['Texas', 'Hays County'],
'48211': ['Texas', 'Hemphill County'],
'48213': ['Texas', 'Henderson County'],
'48215': ['Texas', 'Hidalgo County'],
'48217': ['Texas', 'Hill County'],
'48219': ['Texas', 'Hockley County'],
'48221': ['Texas', 'Hood County'],
'48223': ['Texas', 'Hopkins County'],
'48225': ['Texas', 'Houston County'],
'48227': ['Texas', 'Howard County'],
'48229': ['Texas', 'Hudspeth County'],
'48231': ['Texas', 'Hunt County'],
'48233': ['Texas', 'Hutchinson County'],
'48235': ['Texas', 'Irion County'],
'48237': ['Texas', 'Jack County'],
'48239': ['Texas', 'Jackson County'],
'48241': ['Texas', 'Jasper County'],
'48243': ['Texas', 'Jeff Davis County'],
'48245': ['Texas', 'Jefferson County'],
'48247': ['Texas', 'Jim Hogg County'],
'48249': ['Texas', 'Jim Wells County'],
'48251': ['Texas', 'Johnson County'],
'48253': ['Texas', 'Jones County'],
'48255': ['Texas', 'Karnes County'],
'48257': ['Texas', 'Kaufman County'],
'48259': ['Texas', 'Kendall County'],
'48261': ['Texas', 'Kenedy County'],
'48263': ['Texas', 'Kent County'],
'48265': ['Texas', 'Kerr County'],
'48267': ['Texas', 'Kimble County'],
'48269': ['Texas', 'King County'],
'48271': ['Texas', 'Kinney County'],
'48273': ['Texas', 'Kleberg County'],
'48275': ['Texas', 'Knox County'],
'48277': ['Texas', 'Lamar County'],
'48279': ['Texas', 'Lamb County'],
'48281': ['Texas', 'Lampasas County'],
'48283': ['Texas', 'La Salle County'],
'48285': ['Texas', 'Lavaca County'],
'48287': ['Texas', 'Lee County'],
'48289': ['Texas', 'Leon County'],
'48291': ['Texas', 'Liberty County'],
'48293': ['Texas', 'Limestone County'],
'48295': ['Texas', 'Lipscomb County'],
'48297': ['Texas', 'Live Oak County'],
'48299': ['Texas', 'Llano County'],
'48301': ['Texas', 'Loving County'],
'48303': ['Texas', 'Lubbock County'],
'48305': ['Texas', 'Lynn County'],
'48307': ['Texas', 'McCulloch County'],
'48309': ['Texas', 'McLennan County'],
'48311': ['Texas', 'McMullen County'],
'48313': ['Texas', 'Madison County'],
'48315': ['Texas', 'Marion County'],
'48317': ['Texas', 'Martin County'],
'48319': ['Texas', 'Mason County'],
'48321': ['Texas', 'Matagorda County'],
'48323': ['Texas', 'Maverick County'],
'48325': ['Texas', 'Medina County'],
'48327': ['Texas', 'Menard County'],
'48329': ['Texas', 'Midland County'],
'48331': ['Texas', 'Milam County'],
'48333': ['Texas', 'Mills County'],
'48335': ['Texas', 'Mitchell County'],
'48337': ['Texas', 'Montague County'],
'48339': ['Texas', 'Montgomery County'],
'48341': ['Texas', 'Moore County'],
'48343': ['Texas', 'Morris County'],
'48345': ['Texas', 'Motley County'],
'48347': ['Texas', 'Nacogdoches County'],
'48349': ['Texas', 'Navarro County'],
'48351': ['Texas', 'Newton County'],
'48353': ['Texas', 'Nolan County'],
'48355': ['Texas', 'Nueces County'],
'48357': ['Texas', 'Ochiltree County'],
'48359': ['Texas', 'Oldham County'],
'48361': ['Texas', 'Orange County'],
'48363': ['Texas', 'Palo Pinto County'],
'48365': ['Texas', 'Panola County'],
'48367': ['Texas', 'Parker County'],
'48369': ['Texas', 'Parmer County'],
'48371': ['Texas', 'Pecos County'],
'48373': ['Texas', 'Polk County'],
'48375': ['Texas', 'Potter County'],
'48377': ['Texas', 'Presidio County'],
'48379': ['Texas', 'Rains County'],
'48381': ['Texas', 'Randall County'],
'48383': ['Texas', 'Reagan County'],
'48385': ['Texas', 'Real County'],
'48387': ['Texas', 'Red River County'],
'48389': ['Texas', 'Reeves County'],
'48391': ['Texas', 'Refugio County'],
'48393': ['Texas', 'Roberts County'],
'48395': ['Texas', 'Robertson County'],
'48397': ['Texas', 'Rockwall County'],
'48399': ['Texas', 'Runnels County'],
'48401': ['Texas', 'Rusk County'],
'48403': ['Texas', 'Sabine County'],
'48405': ['Texas', 'San Augustine County'],
'48407': ['Texas', 'San Jacinto County'],
'48409': ['Texas', 'San Patricio County'],
'48411': ['Texas', 'San Saba County'],
'48413': ['Texas', 'Schleicher County'],
'48415': ['Texas', 'Scurry County'],
'48417': ['Texas', 'Shackelford County'],
'48419': ['Texas', 'Shelby County'],
'48421': ['Texas', 'Sherman County'],
'48423': ['Texas', 'Smith County'],
'48425': ['Texas', 'Somervell County'],
'48427': ['Texas', 'Starr County'],
'48429': ['Texas', 'Stephens County'],
'48431': ['Texas', 'Sterling County'],
'48433': ['Texas', 'Stonewall County'],
'48435': ['Texas', 'Sutton County'],
'48437': ['Texas', 'Swisher County'],
'48439': ['Texas', 'Tarrant County'],
'48441': ['Texas', 'Taylor County'],
'48443': ['Texas', 'Terrell County'],
'48445': ['Texas', 'Terry County'],
'48447': ['Texas', 'Throckmorton County'],
'48449': ['Texas', 'Titus County'],
'48451': ['Texas', 'Tom Green County'],
'48453': ['Texas', 'Travis County'],
'48455': ['Texas', 'Trinity County'],
'48457': ['Texas', 'Tyler County'],
'48459': ['Texas', 'Upshur County'],
'48461': ['Texas', 'Upton County'],
'48463': ['Texas', 'Uvalde County'],
'48465': ['Texas', 'Val Verde County'],
'48467': ['Texas', 'Van Zandt County'],
'48469': ['Texas', 'Victoria County'],
'48471': ['Texas', 'Walker County'],
'48473': ['Texas', 'Waller County'],
'48475': ['Texas', 'Ward County'],
'48477': ['Texas', 'Washington County'],
'48479': ['Texas', 'Webb County'],
'48481': ['Texas', 'Wharton County'],
'48483': ['Texas', 'Wheeler County'],
'48485': ['Texas', 'Wichita County'],
'48487': ['Texas', 'Wilbarger County'],
'48489': ['Texas', 'Willacy County'],
'48491': ['Texas', 'Williamson County'],
'48493': ['Texas', 'Wilson County'],
'48495': ['Texas', 'Winkler County'],
'48497': ['Texas', 'Wise County'],
'48499': ['Texas', 'Wood County'],
'48501': ['Texas', 'Yoakum County'],
'48503': ['Texas', 'Young County'],
'48505': ['Texas', 'Zapata County'],
'48507': ['Texas', 'Zavala County'],
'49001': ['Utah', 'Beaver County'],
'49003': ['Utah', 'Box Elder County'],
'49005': ['Utah', 'Cache County'],
'49007': ['Utah', 'Carbon County'],
'49009': ['Utah', 'Daggett County'],
'49011': ['Utah', 'Davis County'],
'49013': ['Utah', 'Duchesne County'],
'49015': ['Utah', 'Emery County'],
'49017': ['Utah', 'Garfield County'],
'49019': ['Utah', 'Grand County'],
'49021': ['Utah', 'Iron County'],
'49023': ['Utah', 'Juab County'],
'49025': ['Utah', 'Kane County'],
'49027': ['Utah', 'Millard County'],
'49029': ['Utah', 'Morgan County'],
'49031': ['Utah', 'Piute County'],
'49033': ['Utah', 'Rich County'],
'49035': ['Utah', 'Salt Lake County'],
'49037': ['Utah', 'San Juan County'],
'49039': ['Utah', 'Sanpete County'],
'49041': ['Utah', 'Sevier County'],
'49043': ['Utah', 'Summit County'],
'49045': ['Utah', 'Tooele County'],
'49047': ['Utah', 'Uintah County'],
'49049': ['Utah', 'Utah County'],
'49051': ['Utah', 'Wasatch County'],
'49053': ['Utah', 'Washington County'],
'49055': ['Utah', 'Wayne County'],
'49057': ['Utah', 'Weber County'],
'50001': ['Vermont', 'Addison County'],
'50003': ['Vermont', 'Bennington County'],
'50005': ['Vermont', 'Caledonia County'],
'50007': ['Vermont', 'Chittenden County'],
'50009': ['Vermont', 'Essex County'],
'50011': ['Vermont', 'Franklin County'],
'50013': ['Vermont', 'Grand Isle County'],
'50015': ['Vermont', 'Lamoille County'],
'50017': ['Vermont', 'Orange County'],
'50019': ['Vermont', 'Orleans County'],
'50021': ['Vermont', 'Rutland County'],
'50023': ['Vermont', 'Washington County'],
'50025': ['Vermont', 'Windham County'],
'50027': ['Vermont', 'Windsor County'],
'51001': ['Virginia', 'Accomack County'],
'51003': ['Virginia', 'Albemarle County'],
'51005': ['Virginia', 'Alleghany County'],
'51007': ['Virginia', 'Amelia County'],
'51009': ['Virginia', 'Amherst County'],
'51011': ['Virginia', 'Appomattox County'],
'51013': ['Virginia', 'Arlington County'],
'51015': ['Virginia', 'Augusta County'],
'51017': ['Virginia', 'Bath County'],
'51019': ['Virginia', 'Bedford County'],
'51021': ['Virginia', 'Bland County'],
'51023': ['Virginia', 'Botetourt County'],
'51025': ['Virginia', 'Brunswick County'],
'51027': ['Virginia', 'Buchanan County'],
'51029': ['Virginia', 'Buckingham County'],
'51031': ['Virginia', 'Campbell County'],
'51033': ['Virginia', 'Caroline County'],
'51035': ['Virginia', 'Carroll County'],
'51036': ['Virginia', 'Charles City County'],
'51037': ['Virginia', 'Charlotte County'],
'51041': ['Virginia', 'Chesterfield County'],
'51043': ['Virginia', 'Clarke County'],
'51045': ['Virginia', 'Craig County'],
'51047': ['Virginia', 'Culpeper County'],
'51049': ['Virginia', 'Cumberland County'],
'51051': ['Virginia', 'Dickenson County'],
'51053': ['Virginia', 'Dinwiddie County'],
'51057': ['Virginia', 'Essex County'],
'51059': ['Virginia', 'Fairfax County'],
'51061': ['Virginia', 'Fauquier County'],
'51063': ['Virginia', 'Floyd County'],
'51065': ['Virginia', 'Fluvanna County'],
'51067': ['Virginia', 'Franklin County'],
'51069': ['Virginia', 'Frederick County'],
'51071': ['Virginia', 'Giles County'],
'51073': ['Virginia', 'Gloucester County'],
'51075': ['Virginia', 'Goochland County'],
'51077': ['Virginia', 'Grayson County'],
'51079': ['Virginia', 'Greene County'],
'51081': ['Virginia', 'Greensville County'],
'51083': ['Virginia', 'Halifax County'],
'51085': ['Virginia', 'Hanover County'],
'51087': ['Virginia', 'Henrico County'],
'51089': ['Virginia', 'Henry County'],
'51091': ['Virginia', 'Highland County'],
'51093': ['Virginia', 'Isle of Wight County'],
'51095': ['Virginia', 'James City County'],
'51097': ['Virginia', 'King and Queen County'],
'51099': ['Virginia', 'King George County'],
'51101': ['Virginia', 'King William County'],
'51103': ['Virginia', 'Lancaster County'],
'51105': ['Virginia', 'Lee County'],
'51107': ['Virginia', 'Loudoun County'],
'51109': ['Virginia', 'Louisa County'],
'51111': ['Virginia', 'Lunenburg County'],
'51113': ['Virginia', 'Madison County'],
'51115': ['Virginia', 'Mathews County'],
'51117': ['Virginia', 'Mecklenburg County'],
'51119': ['Virginia', 'Middlesex County'],
'51121': ['Virginia', 'Montgomery County'],
'51125': ['Virginia', 'Nelson County'],
'51127': ['Virginia', 'New Kent County'],
'51131': ['Virginia', 'Northampton County'],
'51133': ['Virginia', 'Northumberland County'],
'51135': ['Virginia', 'Nottoway County'],
'51137': ['Virginia', 'Orange County'],
'51139': ['Virginia', 'Page County'],
'51141': ['Virginia', 'Patrick County'],
'51143': ['Virginia', 'Pittsylvania County'],
'51145': ['Virginia', 'Powhatan County'],
'51147': ['Virginia', 'Prince Edward County'],
'51149': ['Virginia', 'Prince George County'],
'51153': ['Virginia', 'Prince William County'],
'51155': ['Virginia', 'Pulaski County'],
'51157': ['Virginia', 'Rappahannock County'],
'51159': ['Virginia', 'Richmond County'],
'51161': ['Virginia', 'Roanoke County'],
'51163': ['Virginia', 'Rockbridge County'],
'51165': ['Virginia', 'Rockingham County'],
'51167': ['Virginia', 'Russell County'],
'51169': ['Virginia', 'Scott County'],
'51171': ['Virginia', 'Shenandoah County'],
'51173': ['Virginia', 'Smyth County'],
'51175': ['Virginia', 'Southampton County'],
'51177': ['Virginia', 'Spotsylvania County'],
'51179': ['Virginia', 'Stafford County'],
'51181': ['Virginia', 'Surry County'],
'51183': ['Virginia', 'Sussex County'],
'51185': ['Virginia', 'Tazewell County'],
'51187': ['Virginia', 'Warren County'],
'51191': ['Virginia', 'Washington County'],
'51193': ['Virginia', 'Westmoreland County'],
'51195': ['Virginia', 'Wise County'],
'51197': ['Virginia', 'Wythe County'],
'51199': ['Virginia', 'York County'],
'51510': ['Virginia', 'Alexandria city'],
'51515': ['Virginia', 'Bedford city'],
'51520': ['Virginia', 'Bristol city'],
'51530': ['Virginia', 'Buena Vista city'],
'51540': ['Virginia', 'Charlottesville city'],
'51550': ['Virginia', 'Chesapeake city'],
'51570': ['Virginia', 'Colonial Heights city'],
'51580': ['Virginia', 'Covington city'],
'51590': ['Virginia', 'Danville city'],
'51595': ['Virginia', 'Emporia city'],
'51600': ['Virginia', 'Fairfax city'],
'51610': ['Virginia', 'Falls Church city'],
'51620': ['Virginia', 'Franklin city'],
'51630': ['Virginia', 'Fredericksburg city'],
'51640': ['Virginia', 'Galax city'],
'51650': ['Virginia', 'Hampton city'],
'51660': ['Virginia', 'Harrisonburg city'],
'51670': ['Virginia', 'Hopewell city'],
'51678': ['Virginia', 'Lexington city'],
'51680': ['Virginia', 'Lynchburg city'],
'51683': ['Virginia', 'Manassas city'],
'51685': ['Virginia', 'Manassas Park city'],
'51690': ['Virginia', 'Martinsville city'],
'51700': ['Virginia', 'Newport News city'],
'51710': ['Virginia', 'Norfolk city'],
'51720': ['Virginia', 'Norton city'],
'51730': ['Virginia', 'Petersburg city'],
'51735': ['Virginia', 'Poquoson city'],
'51740': ['Virginia', 'Portsmouth city'],
'51750': ['Virginia', 'Radford city'],
'51760': ['Virginia', 'Richmond city'],
'51770': ['Virginia', 'Roanoke city'],
'51775': ['Virginia', 'Salem city'],
'51790': ['Virginia', 'Staunton city'],
'51800': ['Virginia', 'Suffolk city'],
'51810': ['Virginia', 'Virginia Beach city'],
'51820': ['Virginia', 'Waynesboro city'],
'51830': ['Virginia', 'Williamsburg city'],
'51840': ['Virginia', 'Winchester city'],
'53001': ['Washington', 'Adams County'],
'53003': ['Washington', 'Asotin County'],
'53005': ['Washington', 'Benton County'],
'53007': ['Washington', 'Chelan County'],
'53009': ['Washington', 'Clallam County'],
'53011': ['Washington', 'Clark County'],
'53013': ['Washington', 'Columbia County'],
'53015': ['Washington', 'Cowlitz County'],
'53017': ['Washington', 'Douglas County'],
'53019': ['Washington', 'Ferry County'],
'53021': ['Washington', 'Franklin County'],
'53023': ['Washington', 'Garfield County'],
'53025': ['Washington', 'Grant County'],
'53027': ['Washington', 'Grays Harbor County'],
'53029': ['Washington', 'Island County'],
'53031': ['Washington', 'Jefferson County'],
'53033': ['Washington', 'King County'],
'53035': ['Washington', 'Kitsap County'],
'53037': ['Washington', 'Kittitas County'],
'53039': ['Washington', 'Klickitat County'],
'53041': ['Washington', 'Lewis County'],
'53043': ['Washington', 'Lincoln County'],
'53045': ['Washington', 'Mason County'],
'53047': ['Washington', 'Okanogan County'],
'53049': ['Washington', 'Pacific County'],
'53051': ['Washington', 'Pend Oreille County'],
'53053': ['Washington', 'Pierce County'],
'53055': ['Washington', 'San Juan County'],
'53057': ['Washington', 'Skagit County'],
'53059': ['Washington', 'Skamania County'],
'53061': ['Washington', 'Snohomish County'],
'53063': ['Washington', 'Spokane County'],
'53065': ['Washington', 'Stevens County'],
'53067': ['Washington', 'Thurston County'],
'53069': ['Washington', 'Wahkiakum County'],
'53071': ['Washington', 'Walla Walla County'],
'53073': ['Washington', 'Whatcom County'],
'53075': ['Washington', 'Whitman County'],
'53077': ['Washington', 'Yakima County'],
'54001': ['West Virginia', 'Barbour County'],
'54003': ['West Virginia', 'Berkeley County'],
'54005': ['West Virginia', 'Boone County'],
'54007': ['West Virginia', 'Braxton County'],
'54009': ['West Virginia', 'Brooke County'],
'54011': ['West Virginia', 'Cabell County'],
'54013': ['West Virginia', 'Calhoun County'],
'54015': ['West Virginia', 'Clay County'],
'54017': ['West Virginia', 'Doddridge County'],
'54019': ['West Virginia', 'Fayette County'],
'54021': ['West Virginia', 'Gilmer County'],
'54023': ['West Virginia', 'Grant County'],
'54025': ['West Virginia', 'Greenbrier County'],
'54027': ['West Virginia', 'Hampshire County'],
'54029': ['West Virginia', 'Hancock County'],
'54031': ['West Virginia', 'Hardy County'],
'54033': ['West Virginia', 'Harrison County'],
'54035': ['West Virginia', 'Jackson County'],
'54037': ['West Virginia', 'Jefferson County'],
'54039': ['West Virginia', 'Kanawha County'],
'54041': ['West Virginia', 'Lewis County'],
'54043': ['West Virginia', 'Lincoln County'],
'54045': ['West Virginia', 'Logan County'],
'54047': ['West Virginia', 'McDowell County'],
'54049': ['West Virginia', 'Marion County'],
'54051': ['West Virginia', 'Marshall County'],
'54053': ['West Virginia', 'Mason County'],
'54055': ['West Virginia', 'Mercer County'],
'54057': ['West Virginia', 'Mineral County'],
'54059': ['West Virginia', 'Mingo County'],
'54061': ['West Virginia', 'Monongalia County'],
'54063': ['West Virginia', 'Monroe County'],
'54065': ['West Virginia', 'Morgan County'],
'54067': ['West Virginia', 'Nicholas County'],
'54069': ['West Virginia', 'Ohio County'],
'54071': ['West Virginia', 'Pendleton County'],
'54073': ['West Virginia', 'Pleasants County'],
'54075': ['West Virginia', 'Pocahontas County'],
'54077': ['West Virginia', 'Preston County'],
'54079': ['West Virginia', 'Putnam County'],
'54081': ['West Virginia', 'Raleigh County'],
'54083': ['West Virginia', 'Randolph County'],
'54085': ['West Virginia', 'Ritchie County'],
'54087': ['West Virginia', 'Roane County'],
'54089': ['West Virginia', 'Summers County'],
'54091': ['West Virginia', 'Taylor County'],
'54093': ['West Virginia', 'Tucker County'],
'54095': ['West Virginia', 'Tyler County'],
'54097': ['West Virginia', 'Upshur County'],
'54099': ['West Virginia', 'Wayne County'],
'54101': ['West Virginia', 'Webster County'],
'54103': ['West Virginia', 'Wetzel County'],
'54105': ['West Virginia', 'Wirt County'],
'54107': ['West Virginia', 'Wood County'],
'54109': ['West Virginia', 'Wyoming County'],
'55001': ['Wisconsin', 'Adams County'],
'55003': ['Wisconsin', 'Ashland County'],
'55005': ['Wisconsin', 'Barron County'],
'55007': ['Wisconsin', 'Bayfield County'],
'55009': ['Wisconsin', 'Brown County'],
'55011': ['Wisconsin', 'Buffalo County'],
'55013': ['Wisconsin', 'Burnett County'],
'55015': ['Wisconsin', 'Calumet County'],
'55017': ['Wisconsin', 'Chippewa County'],
'55019': ['Wisconsin', 'Clark County'],
'55021': ['Wisconsin', 'Columbia County'],
'55023': ['Wisconsin', 'Crawford County'],
'55025': ['Wisconsin', 'Dane County'],
'55027': ['Wisconsin', 'Dodge County'],
'55029': ['Wisconsin', 'Door County'],
'55031': ['Wisconsin', 'Douglas County'],
'55033': ['Wisconsin', 'Dunn County'],
'55035': ['Wisconsin', 'Eau Claire County'],
'55037': ['Wisconsin', 'Florence County'],
'55039': ['Wisconsin', 'Fond du Lac County'],
'55041': ['Wisconsin', 'Forest County'],
'55043': ['Wisconsin', 'Grant County'],
'55045': ['Wisconsin', 'Green County'],
'55047': ['Wisconsin', 'Green Lake County'],
'55049': ['Wisconsin', 'Iowa County'],
'55051': ['Wisconsin', 'Iron County'],
'55053': ['Wisconsin', 'Jackson County'],
'55055': ['Wisconsin', 'Jefferson County'],
'55057': ['Wisconsin', 'Juneau County'],
'55059': ['Wisconsin', 'Kenosha County'],
'55061': ['Wisconsin', 'Kewaunee County'],
'55063': ['Wisconsin', 'La Crosse County'],
'55065': ['Wisconsin', 'Lafayette County'],
'55067': ['Wisconsin', 'Langlade County'],
'55069': ['Wisconsin', 'Lincoln County'],
'55071': ['Wisconsin', 'Manitowoc County'],
'55073': ['Wisconsin', 'Marathon County'],
'55075': ['Wisconsin', 'Marinette County'],
'55077': ['Wisconsin', 'Marquette County'],
'55078': ['Wisconsin', 'Menominee County'],
'55079': ['Wisconsin', 'Milwaukee County'],
'55081': ['Wisconsin', 'Monroe County'],
'55083': ['Wisconsin', 'Oconto County'],
'55085': ['Wisconsin', 'Oneida County'],
'55087': ['Wisconsin', 'Outagamie County'],
'55089': ['Wisconsin', 'Ozaukee County'],
'55091': ['Wisconsin', 'Pepin County'],
'55093': ['Wisconsin', 'Pierce County'],
'55095': ['Wisconsin', 'Polk County'],
'55097': ['Wisconsin', 'Portage County'],
'55099': ['Wisconsin', 'Price County'],
'55101': ['Wisconsin', 'Racine County'],
'55103': ['Wisconsin', 'Richland County'],
'55105': ['Wisconsin', 'Rock County'],
'55107': ['Wisconsin', 'Rusk County'],
'55109': ['Wisconsin', 'St. Croix County'],
'55111': ['Wisconsin', 'Sauk County'],
'55113': ['Wisconsin', 'Sawyer County'],
'55115': ['Wisconsin', 'Shawano County'],
'55117': ['Wisconsin', 'Sheboygan County'],
'55119': ['Wisconsin', 'Taylor County'],
'55121': ['Wisconsin', 'Trempealeau County'],
'55123': ['Wisconsin', 'Vernon County'],
'55125': ['Wisconsin', 'Vilas County'],
'55127': ['Wisconsin', 'Walworth County'],
'55129': ['Wisconsin', 'Washburn County'],
'55131': ['Wisconsin', 'Washington County'],
'55133': ['Wisconsin', 'Waukesha County'],
'55135': ['Wisconsin', 'Waupaca County'],
'55137': ['Wisconsin', 'Waushara County'],
'55139': ['Wisconsin', 'Winnebago County'],
'55141': ['Wisconsin', 'Wood County'],
'56001': ['Wyoming', 'Albany County'],
'56003': ['Wyoming', 'Big Horn County'],
'56005': ['Wyoming', 'Campbell County'],
'56007': ['Wyoming', 'Carbon County'],
'56009': ['Wyoming', 'Converse County'],
'56011': ['Wyoming', 'Crook County'],
'56013': ['Wyoming', 'Fremont County'],
'56015': ['Wyoming', 'Goshen County'],
'56017': ['Wyoming', 'Hot Springs County'],
'56019': ['Wyoming', 'Johnson County'],
'56021': ['Wyoming', 'Laramie County'],
'56023': ['Wyoming', 'Lincoln County'],
'56025': ['Wyoming', 'Natrona County'],
'56027': ['Wyoming', 'Niobrara County'],
'56029': ['Wyoming', 'Park County'],
'56031': ['Wyoming', 'Platte County'],
'56033': ['Wyoming', 'Sheridan County'],
'56035': ['Wyoming', 'Sublette County'],
'56037': ['Wyoming', 'Sweetwater County'],
'56039': ['Wyoming', 'Teton County'],
'56041': ['Wyoming', 'Uinta County'],
'56043': ['Wyoming', 'Washakie County'],
'56045': ['Wyoming', 'Weston County']
};
@d8aninja
Copy link

damn fine. :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment