x cd /pub/data/eeo2000/Tools; %let pgm=eeo2kfmts; filename pgm "&pgm..sas"; *---Using sas source code downloaded from Census Bureau FTP server for eeo2000 special tab, run the steps to compile permanent format modules in SAS data lib library . We also have a series of steps to create special combination geoname formats that can be used to display values of the geocode variable for various files. ----*; libname eeo2000 '/pub/data/eeo2000'; libname library '/pub/sasctlgs'; *<---permanent formats will be stored in the formats catalog of this data library-; *<---the system option fmtsearch should include library as one of the libraries to search for formats. The libname defining library should be in your autoexc.sas file.---; options fmtsearch=(work library); options nosource; /* Concatentation of all the sas format codes that go with the eeo2000 special tab filetype. Downloaded from Census Bureau FTP site, 12-29-03, jgb. Edited by jgb to direct the format codes to our permanent format library. Look for CANCEL in run statements which we used to avoid compiling some of these formats. Remove this word wherever you want to compile the format. */ /*PROGRAM NAME: fmt_cenocc.sas*/ proc format library=library; /******************************************************************************************/ /*Detailed Census Occupation Codes and Descriptions along with their equivalent SOC Codes.*/ /******************************************************************************************/ value $cenocc '001' = 'Chief Executives (001) SOC 11-1011' '002' = 'General and Operations Managers (002) SOC 11-1021' '003' = 'Legislators (003) SOC 11-1031' '004' = 'Advertising and Promotions Managers (004) SOC 11-2011' '005' = 'Marketing and Sales Managers (005) SOC 11-2020' '006' = 'Public Relations Managers (006) SOC 11-2031' '010' = 'Administrative Services Managers (010) SOC 11-3011' '011' = 'Computer and Information Systems Managers (011) SOC 11-3021' '012' = 'Financial Managers (012) SOC 11-3031' '013' = 'Human Resources Managers (013) SOC 11-3040' '014' = 'Industrial Production Managers (014) SOC 11-3051' '015' = 'Purchasing Managers (015) SOC 11-3061' '016' = 'Transportation, Storage, and Distribution Managers (016) SOC 11-3071' '020' = 'Farm, Ranch, and Other Agricultural Managers (020) SOC 11-9011' '021' = 'Farmers and Ranchers (021) SOC 11-9012' '022' = 'Construction Managers (022) SOC 11-9021' '023' = 'Education Administrators (023) SOC 11-9030' '030' = 'Engineering Managers (030) SOC 11-9041' '031' = 'Food Service Managers (031) SOC 11-9051' '032' = 'Funeral Directors (032) SOC 11-9061' '033' = 'Gaming Managers (033) SOC 11-9071' '034' = 'Lodging Managers (034) SOC 11-9081' '035' = 'Medical and Health Services Managers (035) SOC 11-9111' '036' = 'Natural Sciences Managers (036) SOC 11-9121' '040' = 'Postmasters and Mail Superintendents (040) SOC 11-9131' '041' = 'Property, Real Estate, and Community Association Managers (041) SOC 11-9141' '042' = 'Social and Community Service Managers (042) SOC 11-9151' '043' = 'Managers, All Other (043) SOC 11-9199' '050' = 'Agents and Business Managers of Artists, Performers, and Athletes (050) SOC 13-1011' '051' = 'Purchasing Agents and Buyers, Farm Products (051) SOC 13-1021' '052' = 'Wholesale and Retail Buyers, Except Farm Products (052) SOC 13-1022' '053' = 'Purchasing Agents, Except Wholesale, Retail, and Farm Products (053) SOC 13-1023' '054' = 'Claims Adjusters, Appraisers, Examiners, and Investigators (054) SOC 13-1030' '056' = 'Compliance Officers, Except Agriculture, Construction, Health and Safety, and Transportation (056) SOC 13-1041' '060' = 'Cost Estimators (060) SOC 13-1051' '062' = 'Human Resources, Training, and Labor Relations Specialists (062) SOC 13-1070' '070' = 'Logisticians (070) SOC 13-1081' '071' = 'Management Analysts (071) SOC 13-1111' '072' = 'Meeting and Convention Planners (072) SOC 13-1121' '073' = 'Other Business Operations Specialists (073) SOC 13-11XX' '080' = 'Accountants and Auditors (080) SOC 13-2011' '081' = 'Appraisers and Assessors of Real Estate (081) SOC 13-2021' '082' = 'Budget Analysts (082) SOC 13-2031' '083' = 'Credit Analysts (083) SOC 13-2041' '084' = 'Financial Analysts (084) SOC 13-2051' '085' = 'Personal Financial Advisors (085) SOC 13-2052' '086' = 'Insurance Underwriters (086) SOC 13-2053' '090' = 'Financial Examiners (090) SOC 13-2061' '091' = 'Loan Counselors and Officers (091) SOC 13-2070' '093' = 'Tax Examiners, Collectors, and Revenue Agents (093) SOC 13-2081' '094' = 'Tax Preparers (094) SOC 13-2082' '095' = 'Financial Specialists, All Other (095) SOC 13-2099' '100' = 'Computer Scientists and Systems Analysts (100) SOC 15-10XX' '101' = 'Computer Programmers (101) SOC 15-1021' '102' = 'Computer Software Engineers (102) SOC 15-1030' '104' = 'Computer Support Specialists (104) SOC 15-1041' '106' = 'Database Administrators (106) SOC 15-1061' '110' = 'Network and Computer Systems Administrators (110) SOC 15-1071' '111' = 'Network Systems and Data Communications Analysts (111) SOC 15-1081' '120' = 'Actuaries (120) SOC 15-2011' '122' = 'Operations Research Analysts (122) SOC 15-2031' '124' = 'Miscellaneous Mathematical Science Occupations, Including Mathematicians and Statisticians (124) SOC 15-20XX' '130' = 'Architects, Except Naval (130) SOC 17-1010' '131' = 'Surveyors, Cartographers, and Photogrammetrists (131) SOC 17-1020' '132' = 'Aerospace Engineers (132) SOC 17-2011' '135' = 'Chemical Engineers (135) SOC 17-2041' '136' = 'Civil Engineers (136) SOC 17-2051' '140' = 'Computer Hardware Engineers (140) SOC 17-2061' '141' = 'Electrical and Electronics Engineers (141) SOC 17-2070' '142' = 'Environmental Engineers (142) SOC 17-2081' '143' = 'Industrial Engineers, Including Health and Safety (143) SOC 17-2110' '144' = 'Marine Engineers and Naval Architects (144) SOC 17-2121' '145' = 'Materials Engineers (145) SOC 17-2131' '146' = 'Mechanical Engineers (146) SOC 17-2141' '151' = 'Nuclear Engineers (151) SOC 17-2161' '152' = 'Petroleum, Mining and Geological Engineers, Including Mining Safety Engineers (152) SOC 17-21XX' '153' = 'Miscellaneous Engineers, Including Agricultural and Biomedical (153) SOC 17-2XXX' '154' = 'Drafters (154) SOC 17-3010' '155' = 'Engineering Technicians, Except Drafters (155) SOC 17-3020' '156' = 'Surveying and Mapping Technicians (156) SOC 17-3031' '160' = 'Agricultural and Food Scientists (160) SOC 19-1010' '161' = 'Biological Scientists (161) SOC 19-1020' '164' = 'Conservation Scientists and Foresters (164) SOC 19-1030' '165' = 'Medical Scientists (165) SOC 19-1040' '170' = 'Astronomers and Physicists (170) SOC 19-2010' '171' = 'Atmospheric and Space Scientists (171) SOC 19-2021' '172' = 'Chemists and Materials Scientists (172) SOC 19-2030' '174' = 'Environmental Scientists and Geoscientists (174) SOC 19-2040' '176' = 'Physical Scientists, All Other (176) SOC 19-2099' '180' = 'Economists (180) SOC 19-3011' '181' = 'Market and Survey Researchers (181) SOC 19-3020' '182' = 'Psychologists (182) SOC 19-3030' '184' = 'Urban and Regional Planners (184) SOC 19-3051' '186' = 'Miscellaneous Social Scientists, Including Sociologists (186) SOC 19-30XX' '190' = 'Agricultural and Food Science Technicians (190) SOC 19-4011' '191' = 'Biological Technicians (191) SOC 19-4021' '192' = 'Chemical Technicians (192) SOC 19-4031' '193' = 'Geological and Petroleum Technicians (193) SOC 19-4041' '196' = 'Miscellaneous Life, Physical, and Social Science Technicians, Including Social Science Research Assistants & Nuclear Technicians (196) SOC 19-40XX' '200' = 'Counselors (200) SOC 21-1010' '201' = 'Social Workers (201) SOC 21-1020' '202' = 'Miscellaneous Community and Social Service Specialists (202) SOC 21-1090' '204' = 'Clergy (204) SOC 21-2011' '205' = 'Directors, Religious Activities and Education (205) SOC 21-2021' '206' = 'Religious Workers, All Other (206) SOC 21-2099' '210' = 'Lawyers (210) SOC 23-1011' '211' = 'Judges, Magistrates, and Other Judicial Workers (211) SOC 23-1020' '214' = 'Paralegals and Legal Assistants (214) SOC 23-2011' '215' = 'Miscellaneous Legal Support Workers (215) SOC 23-2090' '220' = 'Postsecondary Teachers (220) SOC 25-1000' '230' = 'Preschool and Kindergarten Teachers (230) SOC 25-2010' '231' = 'Elementary and Middle School Teachers (231) SOC 25-2020' '232' = 'Secondary School Teachers (232) SOC 25-2030' '233' = 'Special Education Teachers (233) SOC 25-2040' '234' = 'Other Teachers and Instructors (234) SOC 25-3000' '240' = 'Archivists, Curators, and Museum Technicians (240) SOC 25-4010' '243' = 'Librarians (243) SOC 25-4021' '244' = 'Library Technicians (244) SOC 25-4031' '254' = 'Teacher Assistants (254) SOC 25-9041' '255' = 'Other Education, Training, and Library Workers (255) SOC 25-90XX' '260' = 'Artists and Related Workers (260) SOC 27-1010' '263' = 'Designers (263) SOC 27-1020' '270' = 'Actors (270) SOC 27-2011' '271' = 'Producers and Directors (271) SOC 27-2012' '272' = 'Athletes, Coaches, Umpires, and Related Workers (272) SOC 27-2020' '274' = 'Dancers and Choreographers (274) SOC 27-2030' '275' = 'Musicians, Singers, and Related Workers (275) SOC 27-2040' '276' = 'Entertainers and Performers, Sports and Related Workers, All Other (276) SOC 27-2099' '280' = 'Announcers (280) SOC 27-3010' '281' = 'News Analysts, Reporters and Correspondents (281) SOC 27-3020' '282' = 'Public Relations Specialists (282) SOC 27-3031' '283' = 'Editors (283) SOC 27-3041' '284' = 'Technical Writers (284) SOC 27-3042' '285' = 'Writers and Authors (285) SOC 27-3043' '286' = 'Miscellaneous Media and Communication Workers (286) SOC 27-3090' '290' = 'Broadcast and Sound Engineering Technicians and Radio Operators and Other Media and Communication Equipment Workers (290) SOC 27-40XX' '291' = 'Photographers (291) SOC 27-4021' '292' = 'Television, Video, and Motion Picture Camera Operators and Editors (292) SOC 27-4030' '300' = 'Chiropractors (300) SOC 29-1011' '301' = 'Dentists (301) SOC 29-1020' '303' = 'Dietitians and Nutritionists (303) SOC 29-1031' '304' = 'Optometrists (304) SOC 29-1041' '305' = 'Pharmacists (305) SOC 29-1051' '306' = 'Physicians and Surgeons (306) SOC 29-1060' '311' = 'Physician Assistants (311) SOC 29-1071' '312' = 'Podiatrists (312) SOC 29-1081' '313' = 'Registered Nurses (313) SOC 29-1111' '314' = 'Audiologists (314) SOC 29-1121' '315' = 'Occupational Therapists (315) SOC 29-1122' '316' = 'Physical Therapists (316) SOC 29-1123' '320' = 'Radiation Therapists (320) SOC 29-1124' '321' = 'Recreational Therapists (321) SOC 29-1125' '322' = 'Respiratory Therapists (322) SOC 29-1126' '323' = 'Speech-Language Pathologists (323) SOC 29-1127' '324' = 'Therapists, All Other (324) SOC 29-1129' '325' = 'Veterinarians (325) SOC 29-1131' '326' = 'Health Diagnosing and Treating Practitioners, All Other (326) SOC 29-1199' '330' = 'Clinical Laboratory Technologists and Technicians (330) SOC 29-2010' '331' = 'Dental Hygienists (331) SOC 29-2021' '332' = 'Diagnostic Related Technologists and Technicians (332) SOC 29-2030' '340' = 'Emergency Medical Technicians and Paramedics (340) SOC 29-2041' '341' = 'Health Diagnosing and Treating Practitioner Support Technicians (341) SOC 29-2050' '350' = 'Licensed Practical and Licensed Vocational Nurses (350) SOC 29-2061' '351' = 'Medical Records and Health Information Technicians (351) SOC 29-2071' '352' = 'Opticians, Dispensing (352) SOC 29-2081' '353' = 'Miscellaneous Health Technologists and Technicians (353) SOC 29-2090' '354' = 'Other Healthcare Practitioners and Technical Occupations (354) SOC 29-9000' '360' = 'Nursing, Psychiatric, and Home Health Aides (360) SOC 31-1010' '361' = 'Occupational Therapist Assistants and Aides (361) SOC 31-2010' '362' = 'Physical Therapist Assistants and Aides (362) SOC 31-2020' '363' = 'Massage Therapists (363) SOC 31-9011' '364' = 'Dental Assistants (364) SOC 31-9091' '365' = 'Medical Assistants and Other Healthcare Support Occupations (365) SOC 31-909X' '370' = 'First-Line Supervisors/Managers of Correctional Officers (370) SOC 33-1011' '371' = 'First-Line Supervisors/Managers of Police and Detectives (371) SOC 33-1012' '372' = 'First-Line Supervisors/Managers of Fire Fighting and Prevention Workers (372) SOC 33-1021' '373' = 'Supervisors, Protective Service Workers, All Other (373) SOC 33-1099' '374' = 'Fire Fighters (374) SOC 33-2011' '375' = 'Fire Inspectors (375) SOC 33-2020' '380' = 'Bailiffs, Correctional Officers, and Jailers (380) SOC 33-3010' '382' = 'Detectives and Criminal Investigators (382) SOC 33-3021' '384' = 'Miscellaneous Law Enforcement Workers (384) SOC 33-30XX' '385' = 'Police Officers (385) SOC 33-3050' '390' = 'Animal Control Workers (390) SOC 33-9011' '391' = 'Private Detectives and Investigators (391) SOC 33-9021' '392' = 'Security Guards and Gaming Surveillance Officers (392) SOC 33-9030' '394' = 'Crossing Guards (394) SOC 33-9091' '395' = 'Lifeguards and Other Protective Service Workers (395) SOC 33-909X' '400' = 'Chefs and Head Cooks (400) SOC 35-1011' '401' = 'First-Line Supervisors/Managers of Food Preparation and Serving Workers (401) SOC 35-1012' '402' = 'Cooks (402) SOC 35-2010' '403' = 'Food Preparation Workers (403) SOC 35-2021' '404' = 'Bartenders (404) SOC 35-3011' '405' = 'Combined Food Preparation and Serving Workers, Including Fast Food (405) SOC 35-3021' '406' = 'Counter Attendants, Cafeteria, Food Concession, and Coffee Shop (406) SOC 35-3022' '411' = 'Waiters and Waitresses (411) SOC 35-3031' '412' = 'Food Servers, Nonrestaurant (412) SOC 35-3041' '413' = 'Dining Room and Cafeteria Attendants, Bartender Helpers, and Miscellaneous Food Preparation and Serving Related Workers (413) SOC 35-90XX' '414' = 'Dishwashers (414) SOC 35-9021' '415' = 'Hosts and Hostesses, Restaurant, Lounge, and Coffee Shop (415) SOC 35-9031' '420' = 'First-Line Supervisors/Managers of Housekeeping and Janitorial Workers (420) SOC 37-1011' '421' = 'First-Line Supervisors/Managers of Landscaping, Lawn Service, and Groundskeeping Workers (421) SOC 37-1012' '422' = 'Janitors and Building Cleaners (422) SOC 37-201X' '423' = 'Maids and Housekeeping Cleaners (423) SOC 37-2012' '424' = 'Pest Control Workers (424) SOC 37-2021' '425' = 'Grounds Maintenance Workers (425) SOC 37-3010' '430' = 'First-Line Supervisors/Managers of Gaming Workers (430) SOC 39-1010' '432' = 'First-Line Supervisors/Managers of Personal Service Workers (432) SOC 39-1021' '434' = 'Animal Trainers (434) SOC 39-2011' '435' = 'Nonfarm Animal Caretakers (435) SOC 39-2021' '440' = 'Gaming Services Workers (440) SOC 39-3010' '441' = 'Motion Picture Projectionists (441) SOC 39-3021' '442' = 'Ushers, Lobby Attendants, and Ticket Takers (442) SOC 39-3031' '443' = 'Miscellaneous Entertainment Attendants and Related Workers (443) SOC 39-3090' '446' = 'Funeral Service Workers (446) SOC 39-4000' '450' = 'Barbers (450) SOC 39-5011' '451' = 'Hairdressers, Hairstylists, and Cosmetologists (451) SOC 39-5012' '452' = 'Miscellaneous Personal Appearance Workers (452) SOC 39-5090' '453' = 'Baggage Porters, Bellhops, and Concierges (453) SOC 39-6010' '454' = 'Tour and Travel Guides (454) SOC 39-6020' '455' = 'Transportation Attendants (455) SOC 39-6030' '460' = 'Child Care Workers (460) SOC 39-9011' '461' = 'Personal and Home Care Aides (461) SOC 39-9021' '462' = 'Recreation and Fitness Workers (462) SOC 39-9030' '464' = 'Residential Advisors (464) SOC 39-9041' '465' = 'Personal Care and Service Workers, All Other (465) SOC 39-9099' '470' = 'First-Line Supervisors/Managers of Retail Sales Workers (470) SOC 41-1011' '471' = 'First-Line Supervisors/Managers of Non-Retail Sales Workers (471) SOC 41-1012' '472' = 'Cashiers (472) SOC 41-2010' '474' = 'Counter and Rental Clerks (474) SOC 41-2021' '475' = 'Parts Salespersons (475) SOC 41-2022' '476' = 'Retail Salespersons (476) SOC 41-2031' '480' = 'Advertising Sales Agents (480) SOC 41-3011' '481' = 'Insurance Sales Agents (481) SOC 41-3021' '482' = 'Securities, Commodities, and Financial Services Sales Agents (482) SOC 41-3031' '483' = 'Travel Agents (483) SOC 41-3041' '484' = 'Sales Representatives, Services, All Other (484) SOC 41-3099' '485' = 'Sales Representatives, Wholesale and Manufacturing (485) SOC 41-4010' '490' = 'Models, Demonstrators, and Product Promoters (490) SOC 41-9010' '492' = 'Real Estate Brokers and Sales Agents (492) SOC 41-9020' '493' = 'Sales Engineers (493) SOC 41-9031' '494' = 'Telemarketers (494) SOC 41-9041' '495' = 'Door-To-Door Sales Workers, News and Street Vendors, and Related Workers (495) SOC 41-9091' '496' = 'Sales and Related Workers, All Other (496) SOC 41-9099' '500' = 'First-Line Supervisors/Managers of Office and Administrative Support Workers (500) SOC 43-1011' '501' = 'Switchboard Operators, Including Answering Service (501) SOC 43-2011' '502' = 'Telephone Operators (502) SOC 43-2021' '503' = 'Communications Equipment Operators, All Other (503) SOC 43-2099' '510' = 'Bill and Account Collectors (510) SOC 43-3011' '511' = 'Billing and Posting Clerks and Machine Operators (511) SOC 43-3021' '512' = 'Bookkeeping, Accounting, and Auditing Clerks (512) SOC 43-3031' '513' = 'Gaming Cage Workers (513) SOC 43-3041' '514' = 'Payroll and Timekeeping Clerks (514) SOC 43-3051' '515' = 'Procurement Clerks (515) SOC 43-3061' '516' = 'Tellers (516) SOC 43-3071' '520' = 'Brokerage Clerks (520) SOC 43-4011' '522' = 'Court, Municipal, and License Clerks (522) SOC 43-4031' '523' = 'Credit Authorizers, Checkers, and Clerks (523) SOC 43-4041' '524' = 'Customer Service Representatives (524) SOC 43-4051' '525' = 'Eligibility Interviewers, Government Programs (525) SOC 43-4061' '526' = 'File Clerks (526) SOC 43-4071' '530' = 'Hotel, Motel, and Resort Desk Clerks (530) SOC 43-4081' '531' = 'Interviewers, Except Eligibility and Loan (531) SOC 43-4111' '532' = 'Library Assistants, Clerical (532) SOC 43-4121' '533' = 'Loan Interviewers and Clerks (533) SOC 43-4131' '534' = 'New Accounts Clerks (534) SOC 43-4141' '535' = 'Correspondence Clerks and Order Clerks (535) SOC 43-4XXX' '536' = 'Human Resources Assistants, Except Payroll and Timekeeping (536) SOC 43-4161' '540' = 'Receptionists and Information Clerks (540) SOC 43-4171' '541' = 'Reservation and Transportation Ticket Agents and Travel Clerks (541) SOC 43-4181' '542' = 'Information and Record Clerks, All Other (542) SOC 43-4199' '550' = 'Cargo and Freight Agents (550) SOC 43-5011' '551' = 'Couriers and Messengers (551) SOC 43-5021' '552' = 'Dispatchers (552) SOC 43-5030' '553' = 'Meter Readers, Utilities (553) SOC 43-5041' '554' = 'Postal Service Clerks (554) SOC 43-5051' '555' = 'Postal Service Mail Carriers (555) SOC 43-5052' '556' = 'Postal Service Mail Sorters, Processors, and Processing Machine Operators (556) SOC 43-5053' '560' = 'Production, Planning, and Expediting Clerks (560) SOC 43-5061' '561' = 'Shipping, Receiving, and Traffic Clerks (561) SOC 43-5071' '562' = 'Stock Clerks and Order Fillers (562) SOC 43-5081' '563' = 'Weighers, Measurers, Checkers, and Samplers, Recordkeeping (563) SOC 43-5111' '570' = 'Secretaries and Administrative Assistants (570) SOC 43-6010' '580' = 'Computer Operators (580) SOC 43-9011' '581' = 'Data Entry Keyers (581) SOC 43-9021' '582' = 'Word Processors and Typists (582) SOC 43-9022' '583' = 'Desktop Publishers (583) SOC 43-9031' '584' = 'Insurance Claims and Policy Processing Clerks (584) SOC 43-9041' '585' = 'Mail Clerks and Mail Machine Operators, Except Postal Service (585) SOC 43-9051' '586' = 'Office Clerks, General (586) SOC 43-9061' '590' = 'Office Machine Operators, Except Computer (590) SOC 43-9071' '591' = 'Proofreaders and Copy Markers (591) SOC 43-9081' '592' = 'Statistical Assistants (592) SOC 43-9111' '593' = 'Office and Administrative Support Workers, All Other (593) SOC 43-9199' '600' = 'First-Line Supervisors/Managers of Farming, Fishing, and Forestry Workers (600) SOC 45-1010' '601' = 'Agricultural Inspectors (601) SOC 45-2011' '604' = 'Graders and Sorters, Agricultural Products (604) SOC 45-2041' '605' = 'Miscellaneous Agricultural Workers, Including Animal Breeders (605) SOC 45-20XX' '610' = 'Fishing and Hunting Workers (610) SOC 45-3000' '612' = 'Forest and Conservation Workers (612) SOC 45-4011' '613' = 'Logging Workers (613) SOC 45-4020' '620' = 'First-Line Supervisors/Managers of Construction Trades and Extraction Workers (620) SOC 47-1011' '621' = 'Boilermakers (621) SOC 47-2011' '622' = 'Brickmasons, Blockmasons, and Stonemasons (622) SOC 47-2020' '623' = 'Carpenters (623) SOC 47-2031' '624' = 'Carpet, Floor, and Tile Installers and Finishers (624) SOC 47-2040' '625' = 'Cement Masons, Concrete Finishers, and Terrazzo Workers (625) SOC 47-2050' '626' = 'Construction Laborers (626) SOC 47-2061' '630' = 'Paving, Surfacing, and Tamping Equipment Operators (630) SOC 47-2071' '632' = 'Miscellaneous Construction Equipment Operators (632) SOC 47-207X' '633' = 'Drywall Installers, Ceiling Tile Installers, and Tapers (633) SOC 47-2080' '635' = 'Electricians (635) SOC 47-2111' '636' = 'Glaziers (636) SOC 47-2121' '640' = 'Insulation Workers (640) SOC 47-2130' '642' = 'Painters, Construction and Maintenance (642) SOC 47-2141' '643' = 'Paperhangers (643) SOC 47-2142' '644' = 'Pipelayers, Plumbers, Pipefitters, and Steamfitters (644) SOC 47-2150' '646' = 'Plasterers and Stucco Masons (646) SOC 47-2161' '651' = 'Roofers (651) SOC 47-2181' '652' = 'Sheet Metal Workers (652) SOC 47-2211' '653' = 'Iron and Steel Workers (653) SOC 47-2XXX' '660' = 'Helpers, Construction Trades (660) SOC 47-3010' '666' = 'Construction and Building Inspectors (666) SOC 47-4011' '670' = 'Elevator Installers and Repairers (670) SOC 47-4021' '671' = 'Fence Erectors (671) SOC 47-4031' '672' = 'Hazardous Materials Removal Workers (672) SOC 47-4041' '673' = 'Highway Maintenance Workers (673) SOC 47-4051' '674' = 'Rail-Track Laying and Maintenance Equipment Operators (674) SOC 47-4061' '675' = 'Septic Tank Servicers and Sewer Pipe Cleaners (675) SOC 47-4071' '676' = 'Miscellaneous Construction and Related Workers (676) SOC 47-4090' '680' = 'Derrick, Rotary Drill, and Service Unit Operators, and Roustabouts, Oil, Gas, and Mining (680) SOC 47-50YY' '682' = 'Earth Drillers, Except Oil and Gas (682) SOC 47-5021' '683' = 'Explosives Workers, Ordnance Handling Experts, and Blasters (683) SOC 47-5031' '684' = 'Mining Machine Operators (684) SOC 47-5040' '694' = 'Miscellaneous Extraction Workers, Including Roof Bolters and Helpers (694) SOC 47-50XX' '700' = 'First-Line Supervisors/Managers of Mechanics, Installers, and Repairers (700) SOC 49-1011' '701' = 'Computer, Automated Teller, and Office Machine Repairers (701) SOC 49-2011' '702' = 'Radio and Telecommunications Equipment Installers and Repairers (702) SOC 49-2020' '703' = 'Avionics Technicians (703) SOC 49-2091' '704' = 'Electric Motor, Power Tool, and Related Repairers (704) SOC 49-2092' '710' = 'Electrical and Electronics Repairers, Industrial, Utility, and Transportation Equipment (710) SOC 49-209X' '711' = 'Electronic Equipment Installers and Repairers, Motor Vehicles (711) SOC 49-2096' '712' = 'Electronic Home Entertainment Equipment Installers and Repairers (712) SOC 49-2097' '713' = 'Security and Fire Alarm Systems Installers (713) SOC 49-2098' '714' = 'Aircraft Mechanics and Service Technicians (714) SOC 49-3011' '715' = 'Automotive Body and Related Repairers (715) SOC 49-3021' '716' = 'Automotive Glass Installers and Repairers (716) SOC 49-3022' '720' = 'Automotive Service Technicians and Mechanics (720) SOC 49-3023' '721' = 'Bus and Truck Mechanics and Diesel Engine Specialists (721) SOC 49-3031' '722' = 'Heavy Vehicle and Mobile Equipment Service Technicians and Mechanics (722) SOC 49-3040' '724' = 'Small Engine Mechanics (724) SOC 49-3050' '726' = 'Miscellaneous Vehicle and Mobile Equipment Mechanics, Installers, and Repairers (726) SOC 49-3090' '730' = 'Control and Valve Installers and Repairers (730) SOC 49-9010' '731' = 'Heating, Air Conditioning, and Refrigeration Mechanics and Installers (731) SOC 49-9021' '732' = 'Home Appliance Repairers (732) SOC 49-9031' '733' = 'Industrial and Refractory Machinery Mechanics (733) SOC 49-904X' '734' = 'Maintenance and Repair Workers, General (734) SOC 49-9042' '735' = 'Maintenance Workers, Machinery (735) SOC 49-9043' '736' = 'Millwrights (736) SOC 49-9044' '741' = 'Electrical Power-Line Installers and Repairers (741) SOC 49-9051' '742' = 'Telecommunications Line Installers and Repairers (742) SOC 49-9052' '743' = 'Precision Instrument and Equipment Repairers (743) SOC 49-9060' '751' = 'Coin, Vending, and Amusement Machine Servicers and Repairers (751) SOC 49-9091' '754' = 'Locksmiths and Safe Repairers (754) SOC 49-9094' '755' = 'Manufactured Building and Mobile Home Installers (755) SOC 49-9095' '756' = 'Riggers (756) SOC 49-9096' '761' = 'Helpers--Installation, Maintenance, and Repair Workers (761) SOC 49-9098' '762' = 'Other Installation, Maintenance, and Repair Workers, Including Commercial Divers and Signal and Track Switch (762) SOC 49-909X' '770' = 'First-Line Supervisors/Managers of Production and Operating Workers (770) SOC 51-1011' '771' = 'Aircraft Structure, Surfaces, Rigging, and Systems Assemblers (771) SOC 51-2011' '772' = 'Electrical, Electronics, and Electromechanical Assemblers (772) SOC 51-2020' '773' = 'Engine and Other Machine Assemblers (773) SOC 51-2031' '774' = 'Structural Metal Fabricators and Fitters (774) SOC 51-2041' '775' = 'Miscellaneous Assemblers and Fabricators (775) SOC 51-2090' '780' = 'Bakers (780) SOC 51-3011' '781' = 'Butchers and Other Meat, Poultry, and Fish Processing Workers (781) SOC 51-3020' '783' = 'Food and Tobacco Roasting, Baking, and Drying Machine Operators and Tenders (783) SOC 51-3091' '784' = 'Food Batchmakers (784) SOC 51-3092' '785' = 'Food Cooking Machine Operators and Tenders (785) SOC 51-3093' '790' = 'Computer Control Programmers and Operators (790) SOC 51-4010' '792' = 'Extruding and Drawing Machine Setters, Operators, and Tenders, Metal and Plastic (792) SOC 51-4021' '793' = 'Forging Machine Setters, Operators, and Tenders, Metal and Plastic (793) SOC 51-4022' '794' = 'Rolling Machine Setters, Operators, and Tenders, Metal and Plastic (794) SOC 51-4023' '795' = 'Cutting, Punching, and Press Machine Setters, Operators, and Tenders, Metal and Plastic (795) SOC 51-4031' '796' = 'Drilling and Boring Machine Tool Setters, Operators, and Tenders, Metal and Plastic (796) SOC 51-4032' '800' = 'Grinding, Lapping, Polishing, and Buffing Machine Tool Setters, Operators, and Tenders, Metal and Plastic (800) SOC 51-4033' '801' = 'Lathe and Turning Machine Tool Setters, Operators, and Tenders, Metal and Plastic (801) SOC 51-4034' '803' = 'Machinists (803) SOC 51-4041' '804' = 'Metal Furnace and Kiln Operators and Tenders (804) SOC 51-4050' '806' = 'Model Makers and Patternmakers, Metal and Plastic (806) SOC 51-4060' '810' = 'Molders and Molding Machine Setters, Operators, and Tenders, Metal and Plastic (810) SOC 51-4070' '813' = 'Tool and Die Makers (813) SOC 51-4111' '814' = 'Welding, Soldering, and Brazing Workers (814) SOC 51-4120' '815' = 'Heat Treating Equipment Setters, Operators, and Tenders, Metal and Plastic (815) SOC 51-4191' '816' = 'Lay-Out Workers, Metal and Plastic (816) SOC 51-4192' '820' = 'Plating and Coating Machine Setters, Operators, and Tenders, Metal and Plastic (820) SOC 51-4193' '821' = 'Tool Grinders, Filers, and Sharpeners (821) SOC 51-4194' '822' = 'Other Metalworkers and Plastic Workers, Including Milling, Planing, and Multiple Machine Tool Operators (822) SOC 51-4XXX' '823' = 'Bookbinders and Bindery Workers (823) SOC 51-5010' '824' = 'Job Printers (824) SOC 51-5021' '825' = 'Prepress Technicians and Workers (825) SOC 51-5022' '826' = 'Printing Machine Operators (826) SOC 51-5023' '830' = 'Laundry and Dry-Cleaning Workers (830) SOC 51-6011' '831' = 'Pressers, Textile, Garment, and Related Materials (831) SOC 51-6021' '832' = 'Sewing Machine Operators (832) SOC 51-6031' '833' = 'Shoe and Leather Workers and Repairers (833) SOC 51-6041' '834' = 'Shoe Machine Operators and Tenders (834) SOC 51-6042' '835' = 'Tailors, Dressmakers, and Sewers (835) SOC 51-6050' '836' = 'Textile Bleaching and Dyeing Machine Operators and Tenders (836) SOC 51-6061' '840' = 'Textile Cutting Machine Setters, Operators, and Tenders (840) SOC 51-6062' '841' = 'Textile Knitting and Weaving Machine Setters, Operators, and Tenders (841) SOC 51-6063' '842' = 'Textile Winding, Twisting, and Drawing Out Machine Setters, Operators, and Tenders (842) SOC 51-6064' '845' = 'Upholsterers (845) SOC 51-6093' '846' = 'Miscellaneous Textile, Apparel, and Furnishings Workers, Except Upholsterers (846) SOC 51-609X' '850' = 'Cabinetmakers and Bench Carpenters (850) SOC 51-7011' '851' = 'Furniture Finishers (851) SOC 51-7021' '853' = 'Sawing Machine Setters, Operators, and Tenders, Wood (853) SOC 51-7041' '854' = 'Woodworking Machine Setters, Operators, and Tenders, Except Sawing (854) SOC 51-7042' '855' = 'Miscellaneous Woodworkers, Including Model Makers and Patternmakers (855) SOC 51-70XX' '860' = 'Power Plant Operators, Distributors, and Dispatchers (860) SOC 51-8010' '861' = 'Stationary Engineers and Boiler Operators (861) SOC 51-8021' '862' = 'Water and Liquid Waste Treatment Plant and System Operators (862) SOC 51-8031' '863' = 'Miscellaneous Plant and System Operators (863) SOC 51-8090' '864' = 'Chemical Processing Machine Setters, Operators, and Tenders (864) SOC 51-9010' '865' = 'Crushing, Grinding, Polishing, Mixing, and Blending Workers (865) SOC 51-9020' '871' = 'Cutting Workers (871) SOC 51-9030' '872' = 'Extruding, Forming, Pressing, and Compacting Machine Setters, Operators, and Tenders (872) SOC 51-9041' '873' = 'Furnace, Kiln, Oven, Drier, and Kettle Operators and Tenders (873) SOC 51-9051' '874' = 'Inspectors, Testers, Sorters, Samplers, and Weighers (874) SOC 51-9061' '875' = 'Jewelers and Precious Stone and Metal Workers (875) SOC 51-9071' '876' = 'Medical, Dental, and Ophthalmic Laboratory Technicians (876) SOC 51-9080' '880' = 'Packaging and Filling Machine Operators and Tenders (880) SOC 51-9111' '881' = 'Painting Workers (881) SOC 51-9120' '883' = 'Photographic Process Workers and Processing Machine Operators (883) SOC 51-9130' '885' = 'Cementing and Gluing Machine Operators and Tenders (885) SOC 51-9191' '886' = 'Cleaning, Washing, and Metal Pickling Equipment Operators & Tenders (886) SOC 51-9192' '891' = 'Etchers and Engravers (891) SOC 51-9194' '892' = 'Molders, Shapers, and Casters, Except Metal and Plastic (892) SOC 51-9195' '893' = 'Paper Goods Machine Setters, Operators, and Tenders (893) SOC 51-9196' '894' = 'Tire Builders (894) SOC 51-9197' '895' = 'Helpers--Production Workers (895) SOC 51-9198' '896' = 'Other Production Workers, Including Semiconductor Processors and Cooling and Freezing Equipment Operators (896) SOC 51-91XX' '900' = 'Supervisors, Transportation and Material Moving Workers (900) SOC 53-1000' '903' = 'Aircraft Pilots and Flight Engineers (903) SOC 53-2010' '904' = 'Air Traffic Controllers and Airfield Operations Specialists (904) SOC 53-2020' '912' = 'Bus Drivers (912) SOC 53-3020' '913' = 'Driver/Sales Workers and Truck Drivers (913) SOC 53-3030' '914' = 'Taxi Drivers and Chauffeurs (914) SOC 53-3041' '915' = 'Miscellaneous Motor Vehicle Operators, Including Ambulance Drivers and Attendants (915) SOC 53-30XX' '920' = 'Locomotive Engineers and Operators (920) SOC 53-4010' '923' = 'Railroad Brake, Signal, and Switch Operators (923) SOC 53-4021' '924' = 'Railroad Conductors and Yardmasters (924) SOC 53-4031' '926' = 'Subway, Streetcar, and Other Rail Transportation Workers (926) SOC 53-40XX' '930' = 'Sailors and Marine Oilers (930) SOC 53-5011' '931' = 'Ship and Boat Captains and Operators (931) SOC 53-5020' '933' = 'Ship Engineers (933) SOC 53-5031' '935' = 'Parking Lot Attendants (935) SOC 53-6021' '936' = 'Service Station Attendants (936) SOC 53-6031' '941' = 'Transportation Inspectors (941) SOC 53-6051' '942' = 'Miscellaneous Transportation Workers, Including Bridge and Lock Tenders and Traffic Technicians (942) SOC 53-60XX' '951' = 'Crane and Tower Operators (951) SOC 53-7021' '952' = 'Dredge, Excavating, and Loading Machine Operators (952) SOC 53-7030' '956' = 'Hoist and Winch Operators (956) SOC 53-7041' '960' = 'Industrial Truck and Tractor Operators (960) SOC 53-7051' '961' = 'Cleaners of Vehicles and Equipment (961) SOC 53-7061' '962' = 'Laborers and Freight, Stock, and Material Movers, Hand (962) SOC 53-7062' '963' = 'Machine Feeders and Offbearers (963) SOC 53-7063' '964' = 'Packers and Packagers, Hand (964) SOC 53-7064' '965' = 'Pumping Station Operators (965) SOC 53-7070' '972' = 'Refuse and Recyclable Material Collectors (972) SOC 53-7081' '975' = 'Miscellaneous Material Moving Workers; Including Conveyor Operators & Tenders; Shuttle Car Operators; & Tank Car, Truck, & Ship Loaders (975) SOC 53-7XXX' '992' = 'Unemployed, No Civilian Work Experience Since 1995 (980-983, 992) SOC none'; Run; /*PROGRAM NAME: fmt_census_st_plc.sas*/ proc format library=library; /******************************************************************************/ /* Format Census State Place Codes (Places 100,000 +) */ /******************************************************************************/ value $cenplc '010185' = 'Birmingham city' '010935' = 'Huntsville city' '011165' = 'Mobile city' '020140' = 'Anchorage municipality' '040050' = 'Chandler city' '040135' = 'Gilbert town' '040140' = 'Glendale city' '040215' = 'Mesa city' '040255' = 'Peoria city' '040260' = 'Phoenix city' '040327' = 'Scottsdale city' '040368' = 'Tempe city' '040385' = 'Tucson city' '051195' = 'Little Rock city' '060070' = 'Anaheim city' '060180' = 'Bakersfield city' '060245' = 'Berkeley city' '060340' = 'Burbank city' '060525' = 'Chula Vista city' '060595' = 'Concord city' '060610' = 'Corona city' '060625' = 'Costa Mesa city' '060700' = 'Daly city city' '060795' = 'Downey city' '060820' = 'East Los Angeles CDP' '060880' = 'El Monte city' '060935' = 'Escondido city' '061030' = 'Fontana city' '061080' = 'Fremont city' '061090' = 'Fresno city' '061095' = 'Fullerton city' '061110' = 'Garden Grove city' '061130' = 'Glendale city' '061225' = 'Hayward city' '061300' = 'Huntington Beach city' '061340' = 'Inglewood city' '061347' = 'Irvine city' '061476' = 'Lancaster city' '061610' = 'Long Beach city' '061630' = 'Los Angeles city' '061790' = 'Modesto city' '061849' = 'Moreno Valley city' '061950' = 'Norwalk city' '061970' = 'Oakland city' '061990' = 'Oceanside city' '062005' = 'Ontario city' '062015' = 'Orange city' '062050' = 'Oxnard city' '062072' = 'Palmdale city' '062125' = 'Pasadena city' '062230' = 'Pomona city' '062278' = 'Rancho Cucamonga city' '062370' = 'Riverside city' '062420' = 'Sacramento city' '062435' = 'Salinas city' '062450' = 'San Bernardino city' '062460' = 'San Buenaventura (Ventura) city' '062475' = 'San Diego city' '062485' = 'San Francisco city' '062510' = 'San Jose city' '062570' = 'Santa Ana city' '062580' = 'Santa Clara city' '062583' = 'Santa Clarita city' '062615' = 'Santa Rosa city' '062702' = 'Simi Valley city' '062805' = 'Stockton city' '062835' = 'Sunnyvale city' '062897' = 'Thousand Oaks city' '062912' = 'Torrance city' '062984' = 'Vallejo city' '063070' = 'West Covina city' '080040' = 'Arvada city' '080055' = 'Aurora city' '080240' = 'Colorado Springs city' '080320' = 'Denver city' '080455' = 'Fort Collins city' '080760' = 'Lakewood city' '081355' = 'Westminster city' '090200' = 'Bridgeport city' '090970' = 'Hartford city' '091450' = 'New Haven city' '092180' = 'Stamford city' '092460' = 'Waterbury city' '110005' = 'Washington city' '120293' = 'Cape Coral city' '120375' = 'Clearwater city' '120427' = 'Coral Springs city' '120645' = 'Fort Lauderdale city' '120860' = 'Hialeah city' '120915' = 'Hollywood city' '121370' = 'Miami city' '121600' = 'Orlando city' '121700' = 'Pembroke Pines city' '121900' = 'St. Petersburg city' '122075' = 'Tampa city' '130150' = 'Atlanta city' '132540' = 'Savannah city' '150110' = 'Honolulu CDP' '160090' = 'Boise city city' '170280' = 'Aurora city' '171051' = 'Chicago city' '172865' = 'Joliet city' '173990' = 'Naperville city' '174965' = 'Rockford city' '180825' = 'Fort Wayne city' '180905' = 'Gary city' '182375' = 'South Bend city' '191130' = 'Des Moines city' '202194' = 'Overland Park city' '203040' = 'Wichita city' '211160' = 'Lexington-Fayette' '211230' = 'Louisville city' '220095' = 'Baton Rouge city' '220882' = 'Metairie CDP' '220956' = 'New Orleans city' '240025' = 'Baltimore city' '250440' = 'Boston city' '250610' = 'Cambridge city' '252180' = 'Lowell city' '254090' = 'Springfield city' '255030' = 'Worcester city' '260080' = 'Ann Arbor city' '260680' = 'Detroit city' '260920' = 'Flint city' '261085' = 'Grand Rapids city' '261565' = 'Livonia city' '262583' = 'Sterling Heights city' '262790' = 'Warren city' '272585' = 'Minneapolis city' '273425' = 'St. Paul city' '293875' = 'St. Louis city' '320058' = 'Henderson city' '320065' = 'Las Vegas city' '320085' = 'North Las Vegas city' '320088' = 'Paradise CDP' '320090' = 'Reno city' '320104' = 'Spring Valley CDP' '320110' = 'Sunrise Manor CDP' '331610' = 'Manchester city' '341715' = 'Elizabeth city' '342290' = 'Jersey city city' '342895' = 'Newark city' '343115' = 'Paterson city' '350015' = 'Albuquerque city' '360450' = 'Buffalo city' '362505' = 'New York city' '363100' = 'Rochester city' '363565' = 'Syracuse city' '364075' = 'Yonkers city' '370480' = 'Charlotte city' '370910' = 'Fayetteville city' '371065' = 'Greensboro city' '372020' = 'Raleigh city' '372785' = 'Winston-Salem city' '390035' = 'Akron city' '390865' = 'Cincinnati city' '390900' = 'Cleveland city' '390960' = 'Columbus city' '391110' = 'Dayton city' '394265' = 'Toledo city' '401815' = 'Oklahoma city city' '402465' = 'Tulsa city' '410360' = 'Eugene city' '410905' = 'Portland city' '411005' = 'Salem city' '420165' = 'Allentown city' '423685' = 'Erie city' '427180' = 'Philadelphia city' '427234' = 'Pittsburgh city' '440400' = 'Providence city' '450305' = 'Columbia city' '470245' = 'Chattanooga city' '470760' = 'Knoxville city' '470940' = 'Memphis city' '480175' = 'Arlington city' '480210' = 'Austin city' '480320' = 'Beaumont city' '480595' = 'Brownsville city' '480740' = 'Carrollton city' '481085' = 'Dallas city' '481340' = 'El Paso city' '481500' = 'Fort Worth city' '481580' = 'Garland city' '481695' = 'Grand Prairie city' '481975' = 'Houston city' '482060' = 'Irving city' '482595' = 'McAllen city' '482795' = 'Mesquite city' '483200' = 'Pasadena city' '483310' = 'Plano city' '483745' = 'San Antonio city' '490800' = 'Provo city' '490870' = 'Salt Lake city city' '491082' = 'West Valley city city' '510025' = 'Alexandria city' '510056' = 'Arlington CDP' '510242' = 'Chesapeake city' '510590' = 'Hampton city' '510860' = 'Newport News city' '510875' = 'Norfolk city' '510990' = 'Portsmouth city' '511035' = 'Richmond city' '511280' = 'Virginia Beach city' '530075' = 'Bellevue city' '531140' = 'Seattle city' '531220' = 'Spokane city' '531280' = 'Tacoma city' '531347' = 'Vancouver city' '551055' = 'Green Bay city' '551475' = 'Madison city' '551645' = 'Milwaukee city'; Run; /*PROGRAM NAME: fmt_county_eeo.sas*/ proc format library=library; /***********************************************************************/ /* Format to Assign County Names for EEO (Does not include Puerto Rico)*/ /***********************************************************************/ value $eeocnty '01001' = "Autauga County" '01003' = "Baldwin County" '01005' = "Barbour County" '01007' = "Bibb County" '01009' = "Blount County" '01011' = "Bullock County" '01013' = "Butler County" '01015' = "Calhoun County" '01017' = "Chambers County" '01019' = "Cherokee County" '01021' = "Chilton County" '01023' = "Choctaw County" '01025' = "Clarke County" '01027' = "Clay County" '01029' = "Cleburne County" '01031' = "Coffee County" '01033' = "Colbert County" '01035' = "Conecuh County" '01037' = "Coosa County" '01039' = "Covington County" '01041' = "Crenshaw County" '01043' = "Cullman County" '01045' = "Dale County" '01047' = "Dallas County" '01049' = "DeKalb County" '01051' = "Elmore County" '01053' = "Escambia County" '01055' = "Etowah County" '01057' = "Fayette County" '01059' = "Franklin County" '01061' = "Geneva County" '01063' = "Greene County" '01065' = "Hale County" '01067' = "Henry County" '01069' = "Houston County" '01071' = "Jackson County" '01073' = "Jefferson County" '01075' = "Lamar County" '01077' = "Lauderdale County" '01079' = "Lawrence County" '01081' = "Lee County" '01083' = "Limestone County" '01085' = "Lowndes County" '01087' = "Macon County" '01089' = "Madison County" '01091' = "Marengo County" '01093' = "Marion County" '01095' = "Marshall County" '01097' = "Mobile County" '01099' = "Monroe County" '01101' = "Montgomery County" '01103' = "Morgan County" '01105' = "Perry County" '01107' = "Pickens County" '01109' = "Pike County" '01111' = "Randolph County" '01113' = "Russell County" '01115' = "St. Clair County" '01117' = "Shelby County" '01119' = "Sumter County" '01121' = "Talladega County" '01123' = "Tallapoosa County" '01125' = "Tuscaloosa County" '01127' = "Walker County" '01129' = "Washington County" '01131' = "Wilcox County" '01133' = "Winston County" '02013' = "Aleutians East Borough" '02016' = "Aleutians West Census Area" '02020' = "Anchorage Municipality" '02050' = "Bethel Census Area" '02060' = "Bristol Bay Borough" '02068' = "Denali Borough" '02070' = "Dillingham Census Area" '02090' = "Fairbanks North Star Borough" '02100' = "Haines Borough" '02110' = "Juneau City and Borough" '02122' = "Kenai Peninsula Borough" '02130' = "Ketchikan Gateway Borough" '02150' = "Kodiak Island Borough" '02164' = "Lake and Peninsula Borough" '02170' = "Matanuska-Susitna Borough" '02180' = "Nome Census Area" '02185' = "North Slope Borough" '02188' = "Northwest Arctic Borough" '02201' = "Prince of Wales-Outer Ketchikan Census Area" '02220' = "Sitka City and Borough" '02232' = "Skagway-Hoonah-Angoon Census Area" '02240' = "Southeast Fairbanks Census Area" '02261' = "Valdez-Cordova Census Area" '02270' = "Wade Hampton Census Area" '02280' = "Wrangell-Petersburg Census Area" '02282' = "Yakutat City and Borough" '02290' = "Yukon-Koyukuk Census Area" '04001' = "Apache County" '04003' = "Cochise County" '04005' = "Coconino County" '04007' = "Gila County" '04009' = "Graham County" '04011' = "Greenlee County" '04012' = "La Paz County" '04013' = "Maricopa County" '04015' = "Mohave County" '04017' = "Navajo County" '04019' = "Pima County" '04021' = "Pinal County" '04023' = "Santa Cruz County" '04025' = "Yavapai County" '04027' = "Yuma County" '05001' = "Arkansas County" '05003' = "Ashley County" '05005' = "Baxter County" '05007' = "Benton County" '05009' = "Boone County" '05011' = "Bradley County" '05013' = "Calhoun County" '05015' = "Carroll County" '05017' = "Chicot County" '05019' = "Clark County" '05021' = "Clay County" '05023' = "Cleburne County" '05025' = "Cleveland County" '05027' = "Columbia County" '05029' = "Conway County" '05031' = "Craighead County" '05033' = "Crawford County" '05035' = "Crittenden County" '05037' = "Cross County" '05039' = "Dallas County" '05041' = "Desha County" '05043' = "Drew County" '05045' = "Faulkner County" '05047' = "Franklin County" '05049' = "Fulton County" '05051' = "Garland County" '05053' = "Grant County" '05055' = "Greene County" '05057' = "Hempstead County" '05059' = "Hot Spring County" '05061' = "Howard County" '05063' = "Independence County" '05065' = "Izard County" '05067' = "Jackson County" '05069' = "Jefferson County" '05071' = "Johnson County" '05073' = "Lafayette County" '05075' = "Lawrence County" '05077' = "Lee County" '05079' = "Lincoln County" '05081' = "Little River County" '05083' = "Logan County" '05085' = "Lonoke County" '05087' = "Madison County" '05089' = "Marion County" '05091' = "Miller County" '05093' = "Mississippi County" '05095' = "Monroe County" '05097' = "Montgomery County" '05099' = "Nevada County" '05101' = "Newton County" '05103' = "Ouachita County" '05105' = "Perry County" '05107' = "Phillips County" '05109' = "Pike County" '05111' = "Poinsett County" '05113' = "Polk County" '05115' = "Pope County" '05117' = "Prairie County" '05119' = "Pulaski County" '05121' = "Randolph County" '05123' = "St. Francis County" '05125' = "Saline County" '05127' = "Scott County" '05129' = "Searcy County" '05131' = "Sebastian County" '05133' = "Sevier County" '05135' = "Sharp County" '05137' = "Stone County" '05139' = "Union County" '05141' = "Van Buren County" '05143' = "Washington County" '05145' = "White County" '05147' = "Woodruff County" '05149' = "Yell County" '06001' = "Alameda County" '06003' = "Alpine County" '06005' = "Amador County" '06007' = "Butte County" '06009' = "Calaveras County" '06011' = "Colusa County" '06013' = "Contra Costa County" '06015' = "Del Norte County" '06017' = "El Dorado County" '06019' = "Fresno County" '06021' = "Glenn County" '06023' = "Humboldt County" '06025' = "Imperial County" '06027' = "Inyo County" '06029' = "Kern County" '06031' = "Kings County" '06033' = "Lake County" '06035' = "Lassen County" '06037' = "Los Angeles County" '06039' = "Madera County" '06041' = "Marin County" '06043' = "Mariposa County" '06045' = "Mendocino County" '06047' = "Merced County" '06049' = "Modoc County" '06051' = "Mono County" '06053' = "Monterey County" '06055' = "Napa County" '06057' = "Nevada County" '06059' = "Orange County" '06061' = "Placer County" '06063' = "Plumas County" '06065' = "Riverside County" '06067' = "Sacramento County" '06069' = "San Benito County" '06071' = "San Bernardino County" '06073' = "San Diego County" '06075' = "San Francisco County" '06077' = "San Joaquin County" '06079' = "San Luis Obispo County" '06081' = "San Mateo County" '06083' = "Santa Barbara County" '06085' = "Santa Clara County" '06087' = "Santa Cruz County" '06089' = "Shasta County" '06091' = "Sierra County" '06093' = "Siskiyou County" '06095' = "Solano County" '06097' = "Sonoma County" '06099' = "Stanislaus County" '06101' = "Sutter County" '06103' = "Tehama County" '06105' = "Trinity County" '06107' = "Tulare County" '06109' = "Tuolumne County" '06111' = "Ventura County" '06113' = "Yolo County" '06115' = "Yuba County" '08001' = "Adams County" '08003' = "Alamosa County" '08005' = "Arapahoe County" '08007' = "Archuleta County" '08009' = "Baca County" '08011' = "Bent County" '08013' = "Boulder County" '08015' = "Chaffee County" '08017' = "Cheyenne County" '08019' = "Clear Creek County" '08021' = "Conejos County" '08023' = "Costilla County" '08025' = "Crowley County" '08027' = "Custer County" '08029' = "Delta County" '08031' = "Denver County" '08033' = "Dolores County" '08035' = "Douglas County" '08037' = "Eagle County" '08039' = "Elbert County" '08041' = "El Paso County" '08043' = "Fremont County" '08045' = "Garfield County" '08047' = "Gilpin County" '08049' = "Grand County" '08051' = "Gunnison County" '08053' = "Hinsdale County" '08055' = "Huerfano County" '08057' = "Jackson County" '08059' = "Jefferson County" '08061' = "Kiowa County" '08063' = "Kit Carson County" '08065' = "Lake County" '08067' = "La Plata County" '08069' = "Larimer County" '08071' = "Las Animas County" '08073' = "Lincoln County" '08075' = "Logan County" '08077' = "Mesa County" '08079' = "Mineral County" '08081' = "Moffat County" '08083' = "Montezuma County" '08085' = "Montrose County" '08087' = "Morgan County" '08089' = "Otero County" '08091' = "Ouray County" '08093' = "Park County" '08095' = "Phillips County" '08097' = "Pitkin County" '08099' = "Prowers County" '08101' = "Pueblo County" '08103' = "Rio Blanco County" '08105' = "Rio Grande County" '08107' = "Routt County" '08109' = "Saguache County" '08111' = "San Juan County" '08113' = "San Miguel County" '08115' = "Sedgwick County" '08117' = "Summit County" '08119' = "Teller County" '08121' = "Washington County" '08123' = "Weld County" '08125' = "Yuma County" '09001' = "Fairfield County" '09003' = "Hartford County" '09005' = "Litchfield County" '09007' = "Middlesex County" '09009' = "New Haven County" '09011' = "New London County" '09013' = "Tolland County" '09015' = "Windham County" '10001' = "Kent County" '10003' = "New Castle County" '10005' = "Sussex County" '11001' = "District of Columbia" '12001' = "Alachua County" '12003' = "Baker County" '12005' = "Bay County" '12007' = "Bradford County" '12009' = "Brevard County" '12011' = "Broward County" '12013' = "Calhoun County" '12015' = "Charlotte County" '12017' = "Citrus County" '12019' = "Clay County" '12021' = "Collier County" '12023' = "Columbia County" '12027' = "DeSoto County" '12029' = "Dixie County" '12031' = "Duval County" '12033' = "Escambia County" '12035' = "Flagler County" '12037' = "Franklin County" '12039' = "Gadsden County" '12041' = "Gilchrist County" '12043' = "Glades County" '12045' = "Gulf County" '12047' = "Hamilton County" '12049' = "Hardee County" '12051' = "Hendry County" '12053' = "Hernando County" '12055' = "Highlands County" '12057' = "Hillsborough County" '12059' = "Holmes County" '12061' = "Indian River County" '12063' = "Jackson County" '12065' = "Jefferson County" '12067' = "Lafayette County" '12069' = "Lake County" '12071' = "Lee County" '12073' = "Leon County" '12075' = "Levy County" '12077' = "Liberty County" '12079' = "Madison County" '12081' = "Manatee County" '12083' = "Marion County" '12085' = "Martin County" '12086' = "Miami-Dade County" '12087' = "Monroe County" '12089' = "Nassau County" '12091' = "Okaloosa County" '12093' = "Okeechobee County" '12095' = "Orange County" '12097' = "Osceola County" '12099' = "Palm Beach County" '12101' = "Pasco County" '12103' = "Pinellas County" '12105' = "Polk County" '12107' = "Putnam County" '12109' = "St. Johns County" '12111' = "St. Lucie County" '12113' = "Santa Rosa County" '12115' = "Sarasota County" '12117' = "Seminole County" '12119' = "Sumter County" '12121' = "Suwannee County" '12123' = "Taylor County" '12125' = "Union County" '12127' = "Volusia County" '12129' = "Wakulla County" '12131' = "Walton County" '12133' = "Washington County" '13001' = "Appling County" '13003' = "Atkinson County" '13005' = "Bacon County" '13007' = "Baker County" '13009' = "Baldwin County" '13011' = "Banks County" '13013' = "Barrow County" '13015' = "Bartow County" '13017' = "Ben Hill County" '13019' = "Berrien County" '13021' = "Bibb County" '13023' = "Bleckley County" '13025' = "Brantley County" '13027' = "Brooks County" '13029' = "Bryan County" '13031' = "Bulloch County" '13033' = "Burke County" '13035' = "Butts County" '13037' = "Calhoun County" '13039' = "Camden County" '13043' = "Candler County" '13045' = "Carroll County" '13047' = "Catoosa County" '13049' = "Charlton County" '13051' = "Chatham County" '13053' = "Chattahoochee County" '13055' = "Chattooga County" '13057' = "Cherokee County" '13059' = "Clarke County" '13061' = "Clay County" '13063' = "Clayton County" '13065' = "Clinch County" '13067' = "Cobb County" '13069' = "Coffee County" '13071' = "Colquitt County" '13073' = "Columbia County" '13075' = "Cook County" '13077' = "Coweta County" '13079' = "Crawford County" '13081' = "Crisp County" '13083' = "Dade County" '13085' = "Dawson County" '13087' = "Decatur County" '13089' = "DeKalb County" '13091' = "Dodge County" '13093' = "Dooly County" '13095' = "Dougherty County" '13097' = "Douglas County" '13099' = "Early County" '13101' = "Echols County" '13103' = "Effingham County" '13105' = "Elbert County" '13107' = "Emanuel County" '13109' = "Evans County" '13111' = "Fannin County" '13113' = "Fayette County" '13115' = "Floyd County" '13117' = "Forsyth County" '13119' = "Franklin County" '13121' = "Fulton County" '13123' = "Gilmer County" '13125' = "Glascock County" '13127' = "Glynn County" '13129' = "Gordon County" '13131' = "Grady County" '13133' = "Greene County" '13135' = "Gwinnett County" '13137' = "Habersham County" '13139' = "Hall County" '13141' = "Hancock County" '13143' = "Haralson County" '13145' = "Harris County" '13147' = "Hart County" '13149' = "Heard County" '13151' = "Henry County" '13153' = "Houston County" '13155' = "Irwin County" '13157' = "Jackson County" '13159' = "Jasper County" '13161' = "Jeff Davis County" '13163' = "Jefferson County" '13165' = "Jenkins County" '13167' = "Johnson County" '13169' = "Jones County" '13171' = "Lamar County" '13173' = "Lanier County" '13175' = "Laurens County" '13177' = "Lee County" '13179' = "Liberty County" '13181' = "Lincoln County" '13183' = "Long County" '13185' = "Lowndes County" '13187' = "Lumpkin County" '13189' = "McDuffie County" '13191' = "McIntosh County" '13193' = "Macon County" '13195' = "Madison County" '13197' = "Marion County" '13199' = "Meriwether County" '13201' = "Miller County" '13205' = "Mitchell County" '13207' = "Monroe County" '13209' = "Montgomery County" '13211' = "Morgan County" '13213' = "Murray County" '13215' = "Muscogee County" '13217' = "Newton County" '13219' = "Oconee County" '13221' = "Oglethorpe County" '13223' = "Paulding County" '13225' = "Peach County" '13227' = "Pickens County" '13229' = "Pierce County" '13231' = "Pike County" '13233' = "Polk County" '13235' = "Pulaski County" '13237' = "Putnam County" '13239' = "Quitman County" '13241' = "Rabun County" '13243' = "Randolph County" '13245' = "Richmond County" '13247' = "Rockdale County" '13249' = "Schley County" '13251' = "Screven County" '13253' = "Seminole County" '13255' = "Spalding County" '13257' = "Stephens County" '13259' = "Stewart County" '13261' = "Sumter County" '13263' = "Talbot County" '13265' = "Taliaferro County" '13267' = "Tattnall County" '13269' = "Taylor County" '13271' = "Telfair County" '13273' = "Terrell County" '13275' = "Thomas County" '13277' = "Tift County" '13279' = "Toombs County" '13281' = "Towns County" '13283' = "Treutlen County" '13285' = "Troup County" '13287' = "Turner County" '13289' = "Twiggs County" '13291' = "Union County" '13293' = "Upson County" '13295' = "Walker County" '13297' = "Walton County" '13299' = "Ware County" '13301' = "Warren County" '13303' = "Washington County" '13305' = "Wayne County" '13307' = "Webster County" '13309' = "Wheeler County" '13311' = "White County" '13313' = "Whitfield County" '13315' = "Wilcox County" '13317' = "Wilkes County" '13319' = "Wilkinson County" '13321' = "Worth County" '15001' = "Hawaii County" '15003' = "Honolulu County" '15005' = "Kalawao County" '15007' = "Kauai County" '15009' = "Maui County" '16001' = "Ada County" '16003' = "Adams County" '16005' = "Bannock County" '16007' = "Bear Lake County" '16009' = "Benewah County" '16011' = "Bingham County" '16013' = "Blaine County" '16015' = "Boise County" '16017' = "Bonner County" '16019' = "Bonneville County" '16021' = "Boundary County" '16023' = "Butte County" '16025' = "Camas County" '16027' = "Canyon County" '16029' = "Caribou County" '16031' = "Cassia County" '16033' = "Clark County" '16035' = "Clearwater County" '16037' = "Custer County" '16039' = "Elmore County" '16041' = "Franklin County" '16043' = "Fremont County" '16045' = "Gem County" '16047' = "Gooding County" '16049' = "Idaho County" '16051' = "Jefferson County" '16053' = "Jerome County" '16055' = "Kootenai County" '16057' = "Latah County" '16059' = "Lemhi County" '16061' = "Lewis County" '16063' = "Lincoln County" '16065' = "Madison County" '16067' = "Minidoka County" '16069' = "Nez Perce County" '16071' = "Oneida County" '16073' = "Owyhee County" '16075' = "Payette County" '16077' = "Power County" '16079' = "Shoshone County" '16081' = "Teton County" '16083' = "Twin Falls County" '16085' = "Valley County" '16087' = "Washington County" '17001' = "Adams County" '17003' = "Alexander County" '17005' = "Bond County" '17007' = "Boone County" '17009' = "Brown County" '17011' = "Bureau County" '17013' = "Calhoun County" '17015' = "Carroll County" '17017' = "Cass County" '17019' = "Champaign County" '17021' = "Christian County" '17023' = "Clark County" '17025' = "Clay County" '17027' = "Clinton County" '17029' = "Coles County" '17031' = "Cook County" '17033' = "Crawford County" '17035' = "Cumberland County" '17037' = "DeKalb County" '17039' = "De Witt County" '17041' = "Douglas County" '17043' = "DuPage County" '17045' = "Edgar County" '17047' = "Edwards County" '17049' = "Effingham County" '17051' = "Fayette County" '17053' = "Ford County" '17055' = "Franklin County" '17057' = "Fulton County" '17059' = "Gallatin County" '17061' = "Greene County" '17063' = "Grundy County" '17065' = "Hamilton County" '17067' = "Hancock County" '17069' = "Hardin County" '17071' = "Henderson County" '17073' = "Henry County" '17075' = "Iroquois County" '17077' = "Jackson County" '17079' = "Jasper County" '17081' = "Jefferson County" '17083' = "Jersey County" '17085' = "Jo Daviess County" '17087' = "Johnson County" '17089' = "Kane County" '17091' = "Kankakee County" '17093' = "Kendall County" '17095' = "Knox County" '17097' = "Lake County" '17099' = "La Salle County" '17101' = "Lawrence County" '17103' = "Lee County" '17105' = "Livingston County" '17107' = "Logan County" '17109' = "McDonough County" '17111' = "McHenry County" '17113' = "McLean County" '17115' = "Macon County" '17117' = "Macoupin County" '17119' = "Madison County" '17121' = "Marion County" '17123' = "Marshall County" '17125' = "Mason County" '17127' = "Massac County" '17129' = "Menard County" '17131' = "Mercer County" '17133' = "Monroe County" '17135' = "Montgomery County" '17137' = "Morgan County" '17139' = "Moultrie County" '17141' = "Ogle County" '17143' = "Peoria County" '17145' = "Perry County" '17147' = "Piatt County" '17149' = "Pike County" '17151' = "Pope County" '17153' = "Pulaski County" '17155' = "Putnam County" '17157' = "Randolph County" '17159' = "Richland County" '17161' = "Rock Island County" '17163' = "St. Clair County" '17165' = "Saline County" '17167' = "Sangamon County" '17169' = "Schuyler County" '17171' = "Scott County" '17173' = "Shelby County" '17175' = "Stark County" '17177' = "Stephenson County" '17179' = "Tazewell County" '17181' = "Union County" '17183' = "Vermilion County" '17185' = "Wabash County" '17187' = "Warren County" '17189' = "Washington County" '17191' = "Wayne County" '17193' = "White County" '17195' = "Whiteside County" '17197' = "Will County" '17199' = "Williamson County" '17201' = "Winnebago County" '17203' = "Woodford County" '18001' = "Adams County" '18003' = "Allen County" '18005' = "Bartholomew County" '18007' = "Benton County" '18009' = "Blackford County" '18011' = "Boone County" '18013' = "Brown County" '18015' = "Carroll County" '18017' = "Cass County" '18019' = "Clark County" '18021' = "Clay County" '18023' = "Clinton County" '18025' = "Crawford County" '18027' = "Daviess County" '18029' = "Dearborn County" '18031' = "Decatur County" '18033' = "DeKalb County" '18035' = "Delaware County" '18037' = "Dubois County" '18039' = "Elkhart County" '18041' = "Fayette County" '18043' = "Floyd County" '18045' = "Fountain County" '18047' = "Franklin County" '18049' = "Fulton County" '18051' = "Gibson County" '18053' = "Grant County" '18055' = "Greene County" '18057' = "Hamilton County" '18059' = "Hancock County" '18061' = "Harrison County" '18063' = "Hendricks County" '18065' = "Henry County" '18067' = "Howard County" '18069' = "Huntington County" '18071' = "Jackson County" '18073' = "Jasper County" '18075' = "Jay County" '18077' = "Jefferson County" '18079' = "Jennings County" '18081' = "Johnson County" '18083' = "Knox County" '18085' = "Kosciusko County" '18087' = "LaGrange County" '18089' = "Lake County" '18091' = "LaPorte County" '18093' = "Lawrence County" '18095' = "Madison County" '18097' = "Marion County" '18099' = "Marshall County" '18101' = "Martin County" '18103' = "Miami County" '18105' = "Monroe County" '18107' = "Montgomery County" '18109' = "Morgan County" '18111' = "Newton County" '18113' = "Noble County" '18115' = "Ohio County" '18117' = "Orange County" '18119' = "Owen County" '18121' = "Parke County" '18123' = "Perry County" '18125' = "Pike County" '18127' = "Porter County" '18129' = "Posey County" '18131' = "Pulaski County" '18133' = "Putnam County" '18135' = "Randolph County" '18137' = "Ripley County" '18139' = "Rush County" '18141' = "St. Joseph County" '18143' = "Scott County" '18145' = "Shelby County" '18147' = "Spencer County" '18149' = "Starke County" '18151' = "Steuben County" '18153' = "Sullivan County" '18155' = "Switzerland County" '18157' = "Tippecanoe County" '18159' = "Tipton County" '18161' = "Union County" '18163' = "Vanderburgh County" '18165' = "Vermillion County" '18167' = "Vigo County" '18169' = "Wabash County" '18171' = "Warren County" '18173' = "Warrick County" '18175' = "Washington County" '18177' = "Wayne County" '18179' = "Wells County" '18181' = "White County" '18183' = "Whitley County" '19001' = "Adair County" '19003' = "Adams County" '19005' = "Allamakee County" '19007' = "Appanoose County" '19009' = "Audubon County" '19011' = "Benton County" '19013' = "Black Hawk County" '19015' = "Boone County" '19017' = "Bremer County" '19019' = "Buchanan County" '19021' = "Buena Vista County" '19023' = "Butler County" '19025' = "Calhoun County" '19027' = "Carroll County" '19029' = "Cass County" '19031' = "Cedar County" '19033' = "Cerro Gordo County" '19035' = "Cherokee County" '19037' = "Chickasaw County" '19039' = "Clarke County" '19041' = "Clay County" '19043' = "Clayton County" '19045' = "Clinton County" '19047' = "Crawford County" '19049' = "Dallas County" '19051' = "Davis County" '19053' = "Decatur County" '19055' = "Delaware County" '19057' = "Des Moines County" '19059' = "Dickinson County" '19061' = "Dubuque County" '19063' = "Emmet County" '19065' = "Fayette County" '19067' = "Floyd County" '19069' = "Franklin County" '19071' = "Fremont County" '19073' = "Greene County" '19075' = "Grundy County" '19077' = "Guthrie County" '19079' = "Hamilton County" '19081' = "Hancock County" '19083' = "Hardin County" '19085' = "Harrison County" '19087' = "Henry County" '19089' = "Howard County" '19091' = "Humboldt County" '19093' = "Ida County" '19095' = "Iowa County" '19097' = "Jackson County" '19099' = "Jasper County" '19101' = "Jefferson County" '19103' = "Johnson County" '19105' = "Jones County" '19107' = "Keokuk County" '19109' = "Kossuth County" '19111' = "Lee County" '19113' = "Linn County" '19115' = "Louisa County" '19117' = "Lucas County" '19119' = "Lyon County" '19121' = "Madison County" '19123' = "Mahaska County" '19125' = "Marion County" '19127' = "Marshall County" '19129' = "Mills County" '19131' = "Mitchell County" '19133' = "Monona County" '19135' = "Monroe County" '19137' = "Montgomery County" '19139' = "Muscatine County" '19141' = "O'Brien County" '19143' = "Osceola County" '19145' = "Page County" '19147' = "Palo Alto County" '19149' = "Plymouth County" '19151' = "Pocahontas County" '19153' = "Polk County" '19155' = "Pottawattamie County" '19157' = "Poweshiek County" '19159' = "Ringgold County" '19161' = "Sac County" '19163' = "Scott County" '19165' = "Shelby County" '19167' = "Sioux County" '19169' = "Story County" '19171' = "Tama County" '19173' = "Taylor County" '19175' = "Union County" '19177' = "Van Buren County" '19179' = "Wapello County" '19181' = "Warren County" '19183' = "Washington County" '19185' = "Wayne County" '19187' = "Webster County" '19189' = "Winnebago County" '19191' = "Winneshiek County" '19193' = "Woodbury County" '19195' = "Worth County" '19197' = "Wright County" '20001' = "Allen County" '20003' = "Anderson County" '20005' = "Atchison County" '20007' = "Barber County" '20009' = "Barton County" '20011' = "Bourbon County" '20013' = "Brown County" '20015' = "Butler County" '20017' = "Chase County" '20019' = "Chautauqua County" '20021' = "Cherokee County" '20023' = "Cheyenne County" '20025' = "Clark County" '20027' = "Clay County" '20029' = "Cloud County" '20031' = "Coffey County" '20033' = "Comanche County" '20035' = "Cowley County" '20037' = "Crawford County" '20039' = "Decatur County" '20041' = "Dickinson County" '20043' = "Doniphan County" '20045' = "Douglas County" '20047' = "Edwards County" '20049' = "Elk County" '20051' = "Ellis County" '20053' = "Ellsworth County" '20055' = "Finney County" '20057' = "Ford County" '20059' = "Franklin County" '20061' = "Geary County" '20063' = "Gove County" '20065' = "Graham County" '20067' = "Grant County" '20069' = "Gray County" '20071' = "Greeley County" '20073' = "Greenwood County" '20075' = "Hamilton County" '20077' = "Harper County" '20079' = "Harvey County" '20081' = "Haskell County" '20083' = "Hodgeman County" '20085' = "Jackson County" '20087' = "Jefferson County" '20089' = "Jewell County" '20091' = "Johnson County" '20093' = "Kearny County" '20095' = "Kingman County" '20097' = "Kiowa County" '20099' = "Labette County" '20101' = "Lane County" '20103' = "Leavenworth County" '20105' = "Lincoln County" '20107' = "Linn County" '20109' = "Logan County" '20111' = "Lyon County" '20113' = "McPherson County" '20115' = "Marion County" '20117' = "Marshall County" '20119' = "Meade County" '20121' = "Miami County" '20123' = "Mitchell County" '20125' = "Montgomery County" '20127' = "Morris County" '20129' = "Morton County" '20131' = "Nemaha County" '20133' = "Neosho County" '20135' = "Ness County" '20137' = "Norton County" '20139' = "Osage County" '20141' = "Osborne County" '20143' = "Ottawa County" '20145' = "Pawnee County" '20147' = "Phillips County" '20149' = "Pottawatomie County" '20151' = "Pratt County" '20153' = "Rawlins County" '20155' = "Reno County" '20157' = "Republic County" '20159' = "Rice County" '20161' = "Riley County" '20163' = "Rooks County" '20165' = "Rush County" '20167' = "Russell County" '20169' = "Saline County" '20171' = "Scott County" '20173' = "Sedgwick County" '20175' = "Seward County" '20177' = "Shawnee County" '20179' = "Sheridan County" '20181' = "Sherman County" '20183' = "Smith County" '20185' = "Stafford County" '20187' = "Stanton County" '20189' = "Stevens County" '20191' = "Sumner County" '20193' = "Thomas County" '20195' = "Trego County" '20197' = "Wabaunsee County" '20199' = "Wallace County" '20201' = "Washington County" '20203' = "Wichita County" '20205' = "Wilson County" '20207' = "Woodson County" '20209' = "Wyandotte County" '21001' = "Adair County" '21003' = "Allen County" '21005' = "Anderson County" '21007' = "Ballard County" '21009' = "Barren County" '21011' = "Bath County" '21013' = "Bell County" '21015' = "Boone County" '21017' = "Bourbon County" '21019' = "Boyd County" '21021' = "Boyle County" '21023' = "Bracken County" '21025' = "Breathitt County" '21027' = "Breckinridge County" '21029' = "Bullitt County" '21031' = "Butler County" '21033' = "Caldwell County" '21035' = "Calloway County" '21037' = "Campbell County" '21039' = "Carlisle County" '21041' = "Carroll County" '21043' = "Carter County" '21045' = "Casey County" '21047' = "Christian County" '21049' = "Clark County" '21051' = "Clay County" '21053' = "Clinton County" '21055' = "Crittenden County" '21057' = "Cumberland County" '21059' = "Daviess County" '21061' = "Edmonson County" '21063' = "Elliott County" '21065' = "Estill County" '21067' = "Fayette County" '21069' = "Fleming County" '21071' = "Floyd County" '21073' = "Franklin County" '21075' = "Fulton County" '21077' = "Gallatin County" '21079' = "Garrard County" '21081' = "Grant County" '21083' = "Graves County" '21085' = "Grayson County" '21087' = "Green County" '21089' = "Greenup County" '21091' = "Hancock County" '21093' = "Hardin County" '21095' = "Harlan County" '21097' = "Harrison County" '21099' = "Hart County" '21101' = "Henderson County" '21103' = "Henry County" '21105' = "Hickman County" '21107' = "Hopkins County" '21109' = "Jackson County" '21111' = "Jefferson County" '21113' = "Jessamine County" '21115' = "Johnson County" '21117' = "Kenton County" '21119' = "Knott County" '21121' = "Knox County" '21123' = "Larue County" '21125' = "Laurel County" '21127' = "Lawrence County" '21129' = "Lee County" '21131' = "Leslie County" '21133' = "Letcher County" '21135' = "Lewis County" '21137' = "Lincoln County" '21139' = "Livingston County" '21141' = "Logan County" '21143' = "Lyon County" '21145' = "McCracken County" '21147' = "McCreary County" '21149' = "McLean County" '21151' = "Madison County" '21153' = "Magoffin County" '21155' = "Marion County" '21157' = "Marshall County" '21159' = "Martin County" '21161' = "Mason County" '21163' = "Meade County" '21165' = "Menifee County" '21167' = "Mercer County" '21169' = "Metcalfe County" '21171' = "Monroe County" '21173' = "Montgomery County" '21175' = "Morgan County" '21177' = "Muhlenberg County" '21179' = "Nelson County" '21181' = "Nicholas County" '21183' = "Ohio County" '21185' = "Oldham County" '21187' = "Owen County" '21189' = "Owsley County" '21191' = "Pendleton County" '21193' = "Perry County" '21195' = "Pike County" '21197' = "Powell County" '21199' = "Pulaski County" '21201' = "Robertson County" '21203' = "Rockcastle County" '21205' = "Rowan County" '21207' = "Russell County" '21209' = "Scott County" '21211' = "Shelby County" '21213' = "Simpson County" '21215' = "Spencer County" '21217' = "Taylor County" '21219' = "Todd County" '21221' = "Trigg County" '21223' = "Trimble County" '21225' = "Union County" '21227' = "Warren County" '21229' = "Washington County" '21231' = "Wayne County" '21233' = "Webster County" '21235' = "Whitley County" '21237' = "Wolfe County" '21239' = "Woodford County" '22001' = "Acadia Parish" '22003' = "Allen Parish" '22005' = "Ascension Parish" '22007' = "Assumption Parish" '22009' = "Avoyelles Parish" '22011' = "Beauregard Parish" '22013' = "Bienville Parish" '22015' = "Bossier Parish" '22017' = "Caddo Parish" '22019' = "Calcasieu Parish" '22021' = "Caldwell Parish" '22023' = "Cameron Parish" '22025' = "Catahoula Parish" '22027' = "Claiborne Parish" '22029' = "Concordia Parish" '22031' = "De Soto Parish" '22033' = "East Baton Rouge Parish" '22035' = "East Carroll Parish" '22037' = "East Feliciana Parish" '22039' = "Evangeline Parish" '22041' = "Franklin Parish" '22043' = "Grant Parish" '22045' = "Iberia Parish" '22047' = "Iberville Parish" '22049' = "Jackson Parish" '22051' = "Jefferson Parish" '22053' = "Jefferson Davis Parish" '22055' = "Lafayette Parish" '22057' = "Lafourche Parish" '22059' = "La Salle Parish" '22061' = "Lincoln Parish" '22063' = "Livingston Parish" '22065' = "Madison Parish" '22067' = "Morehouse Parish" '22069' = "Natchitoches Parish" '22071' = "Orleans Parish" '22073' = "Ouachita Parish" '22075' = "Plaquemines Parish" '22077' = "Pointe Coupee Parish" '22079' = "Rapides Parish" '22081' = "Red River Parish" '22083' = "Richland Parish" '22085' = "Sabine Parish" '22087' = "St. Bernard Parish" '22089' = "St. Charles Parish" '22091' = "St. Helena Parish" '22093' = "St. James Parish" '22095' = "St. John the Baptist Parish" '22097' = "St. Landry Parish" '22099' = "St. Martin Parish" '22101' = "St. Mary Parish" '22103' = "St. Tammany Parish" '22105' = "Tangipahoa Parish" '22107' = "Tensas Parish" '22109' = "Terrebonne Parish" '22111' = "Union Parish" '22113' = "Vermilion Parish" '22115' = "Vernon Parish" '22117' = "Washington Parish" '22119' = "Webster Parish" '22121' = "West Baton Rouge Parish" '22123' = "West Carroll Parish" '22125' = "West Feliciana Parish" '22127' = "Winn Parish" '23001' = "Androscoggin County" '23003' = "Aroostook County" '23005' = "Cumberland County" '23007' = "Franklin County" '23009' = "Hancock County" '23011' = "Kennebec County" '23013' = "Knox County" '23015' = "Lincoln County" '23017' = "Oxford County" '23019' = "Penobscot County" '23021' = "Piscataquis County" '23023' = "Sagadahoc County" '23025' = "Somerset County" '23027' = "Waldo County" '23029' = "Washington County" '23031' = "York County" '24001' = "Allegany County" '24003' = "Anne Arundel County" '24005' = "Baltimore County" '24009' = "Calvert County" '24011' = "Caroline County" '24013' = "Carroll County" '24015' = "Cecil County" '24017' = "Charles County" '24019' = "Dorchester County" '24021' = "Frederick County" '24023' = "Garrett County" '24025' = "Harford County" '24027' = "Howard County" '24029' = "Kent County" '24031' = "Montgomery County" '24033' = "Prince George's County" '24035' = "Queen Anne's County" '24037' = "St. Mary's County" '24039' = "Somerset County" '24041' = "Talbot County" '24043' = "Washington County" '24045' = "Wicomico County" '24047' = "Worcester County" '24510' = "Baltimore city" '25001' = "Barnstable County" '25003' = "Berkshire County" '25005' = "Bristol County" '25007' = "Dukes County" '25009' = "Essex County" '25011' = "Franklin County" '25013' = "Hampden County" '25015' = "Hampshire County" '25017' = "Middlesex County" '25019' = "Nantucket County" '25021' = "Norfolk County" '25023' = "Plymouth County" '25025' = "Suffolk County" '25027' = "Worcester County" '26001' = "Alcona County" '26003' = "Alger County" '26005' = "Allegan County" '26007' = "Alpena County" '26009' = "Antrim County" '26011' = "Arenac County" '26013' = "Baraga County" '26015' = "Barry County" '26017' = "Bay County" '26019' = "Benzie County" '26021' = "Berrien County" '26023' = "Branch County" '26025' = "Calhoun County" '26027' = "Cass County" '26029' = "Charlevoix County" '26031' = "Cheboygan County" '26033' = "Chippewa County" '26035' = "Clare County" '26037' = "Clinton County" '26039' = "Crawford County" '26041' = "Delta County" '26043' = "Dickinson County" '26045' = "Eaton County" '26047' = "Emmet County" '26049' = "Genesee County" '26051' = "Gladwin County" '26053' = "Gogebic County" '26055' = "Grand Traverse County" '26057' = "Gratiot County" '26059' = "Hillsdale County" '26061' = "Houghton County" '26063' = "Huron County" '26065' = "Ingham County" '26067' = "Ionia County" '26069' = "Iosco County" '26071' = "Iron County" '26073' = "Isabella County" '26075' = "Jackson County" '26077' = "Kalamazoo County" '26079' = "Kalkaska County" '26081' = "Kent County" '26083' = "Keweenaw County" '26085' = "Lake County" '26087' = "Lapeer County" '26089' = "Leelanau County" '26091' = "Lenawee County" '26093' = "Livingston County" '26095' = "Luce County" '26097' = "Mackinac County" '26099' = "Macomb County" '26101' = "Manistee County" '26103' = "Marquette County" '26105' = "Mason County" '26107' = "Mecosta County" '26109' = "Menominee County" '26111' = "Midland County" '26113' = "Missaukee County" '26115' = "Monroe County" '26117' = "Montcalm County" '26119' = "Montmorency County" '26121' = "Muskegon County" '26123' = "Newaygo County" '26125' = "Oakland County" '26127' = "Oceana County" '26129' = "Ogemaw County" '26131' = "Ontonagon County" '26133' = "Osceola County" '26135' = "Oscoda County" '26137' = "Otsego County" '26139' = "Ottawa County" '26141' = "Presque Isle County" '26143' = "Roscommon County" '26145' = "Saginaw County" '26147' = "St. Clair County" '26149' = "St. Joseph County" '26151' = "Sanilac County" '26153' = "Schoolcraft County" '26155' = "Shiawassee County" '26157' = "Tuscola County" '26159' = "Van Buren County" '26161' = "Washtenaw County" '26163' = "Wayne County" '26165' = "Wexford County" '27001' = "Aitkin County" '27003' = "Anoka County" '27005' = "Becker County" '27007' = "Beltrami County" '27009' = "Benton County" '27011' = "Big Stone County" '27013' = "Blue Earth County" '27015' = "Brown County" '27017' = "Carlton County" '27019' = "Carver County" '27021' = "Cass County" '27023' = "Chippewa County" '27025' = "Chisago County" '27027' = "Clay County" '27029' = "Clearwater County" '27031' = "Cook County" '27033' = "Cottonwood County" '27035' = "Crow Wing County" '27037' = "Dakota County" '27039' = "Dodge County" '27041' = "Douglas County" '27043' = "Faribault County" '27045' = "Fillmore County" '27047' = "Freeborn County" '27049' = "Goodhue County" '27051' = "Grant County" '27053' = "Hennepin County" '27055' = "Houston County" '27057' = "Hubbard County" '27059' = "Isanti County" '27061' = "Itasca County" '27063' = "Jackson County" '27065' = "Kanabec County" '27067' = "Kandiyohi County" '27069' = "Kittson County" '27071' = "Koochiching County" '27073' = "Lac qui Parle County" '27075' = "Lake County" '27077' = "Lake of the Woods County" '27079' = "Le Sueur County" '27081' = "Lincoln County" '27083' = "Lyon County" '27085' = "McLeod County" '27087' = "Mahnomen County" '27089' = "Marshall County" '27091' = "Martin County" '27093' = "Meeker County" '27095' = "Mille Lacs County" '27097' = "Morrison County" '27099' = "Mower County" '27101' = "Murray County" '27103' = "Nicollet County" '27105' = "Nobles County" '27107' = "Norman County" '27109' = "Olmsted County" '27111' = "Otter Tail County" '27113' = "Pennington County" '27115' = "Pine County" '27117' = "Pipestone County" '27119' = "Polk County" '27121' = "Pope County" '27123' = "Ramsey County" '27125' = "Red Lake County" '27127' = "Redwood County" '27129' = "Renville County" '27131' = "Rice County" '27133' = "Rock County" '27135' = "Roseau County" '27137' = "St. Louis County" '27139' = "Scott County" '27141' = "Sherburne County" '27143' = "Sibley County" '27145' = "Stearns County" '27147' = "Steele County" '27149' = "Stevens County" '27151' = "Swift County" '27153' = "Todd County" '27155' = "Traverse County" '27157' = "Wabasha County" '27159' = "Wadena County" '27161' = "Waseca County" '27163' = "Washington County" '27165' = "Watonwan County" '27167' = "Wilkin County" '27169' = "Winona County" '27171' = "Wright County" '27173' = "Yellow Medicine County" '28001' = "Adams County" '28003' = "Alcorn County" '28005' = "Amite County" '28007' = "Attala County" '28009' = "Benton County" '28011' = "Bolivar County" '28013' = "Calhoun County" '28015' = "Carroll County" '28017' = "Chickasaw County" '28019' = "Choctaw County" '28021' = "Claiborne County" '28023' = "Clarke County" '28025' = "Clay County" '28027' = "Coahoma County" '28029' = "Copiah County" '28031' = "Covington County" '28033' = "DeSoto County" '28035' = "Forrest County" '28037' = "Franklin County" '28039' = "George County" '28041' = "Greene County" '28043' = "Grenada County" '28045' = "Hancock County" '28047' = "Harrison County" '28049' = "Hinds County" '28051' = "Holmes County" '28053' = "Humphreys County" '28055' = "Issaquena County" '28057' = "Itawamba County" '28059' = "Jackson County" '28061' = "Jasper County" '28063' = "Jefferson County" '28065' = "Jefferson Davis County" '28067' = "Jones County" '28069' = "Kemper County" '28071' = "Lafayette County" '28073' = "Lamar County" '28075' = "Lauderdale County" '28077' = "Lawrence County" '28079' = "Leake County" '28081' = "Lee County" '28083' = "Leflore County" '28085' = "Lincoln County" '28087' = "Lowndes County" '28089' = "Madison County" '28091' = "Marion County" '28093' = "Marshall County" '28095' = "Monroe County" '28097' = "Montgomery County" '28099' = "Neshoba County" '28101' = "Newton County" '28103' = "Noxubee County" '28105' = "Oktibbeha County" '28107' = "Panola County" '28109' = "Pearl River County" '28111' = "Perry County" '28113' = "Pike County" '28115' = "Pontotoc County" '28117' = "Prentiss County" '28119' = "Quitman County" '28121' = "Rankin County" '28123' = "Scott County" '28125' = "Sharkey County" '28127' = "Simpson County" '28129' = "Smith County" '28131' = "Stone County" '28133' = "Sunflower County" '28135' = "Tallahatchie County" '28137' = "Tate County" '28139' = "Tippah County" '28141' = "Tishomingo County" '28143' = "Tunica County" '28145' = "Union County" '28147' = "Walthall County" '28149' = "Warren County" '28151' = "Washington County" '28153' = "Wayne County" '28155' = "Webster County" '28157' = "Wilkinson County" '28159' = "Winston County" '28161' = "Yalobusha County" '28163' = "Yazoo County" '29001' = "Adair County" '29003' = "Andrew County" '29005' = "Atchison County" '29007' = "Audrain County" '29009' = "Barry County" '29011' = "Barton County" '29013' = "Bates County" '29015' = "Benton County" '29017' = "Bollinger County" '29019' = "Boone County" '29021' = "Buchanan County" '29023' = "Butler County" '29025' = "Caldwell County" '29027' = "Callaway County" '29029' = "Camden County" '29031' = "Cape Girardeau County" '29033' = "Carroll County" '29035' = "Carter County" '29037' = "Cass County" '29039' = "Cedar County" '29041' = "Chariton County" '29043' = "Christian County" '29045' = "Clark County" '29047' = "Clay County" '29049' = "Clinton County" '29051' = "Cole County" '29053' = "Cooper County" '29055' = "Crawford County" '29057' = "Dade County" '29059' = "Dallas County" '29061' = "Daviess County" '29063' = "DeKalb County" '29065' = "Dent County" '29067' = "Douglas County" '29069' = "Dunklin County" '29071' = "Franklin County" '29073' = "Gasconade County" '29075' = "Gentry County" '29077' = "Greene County" '29079' = "Grundy County" '29081' = "Harrison County" '29083' = "Henry County" '29085' = "Hickory County" '29087' = "Holt County" '29089' = "Howard County" '29091' = "Howell County" '29093' = "Iron County" '29095' = "Jackson County" '29097' = "Jasper County" '29099' = "Jefferson County" '29101' = "Johnson County" '29103' = "Knox County" '29105' = "Laclede County" '29107' = "Lafayette County" '29109' = "Lawrence County" '29111' = "Lewis County" '29113' = "Lincoln County" '29115' = "Linn County" '29117' = "Livingston County" '29119' = "McDonald County" '29121' = "Macon County" '29123' = "Madison County" '29125' = "Maries County" '29127' = "Marion County" '29129' = "Mercer County" '29131' = "Miller County" '29133' = "Mississippi County" '29135' = "Moniteau County" '29137' = "Monroe County" '29139' = "Montgomery County" '29141' = "Morgan County" '29143' = "New Madrid County" '29145' = "Newton County" '29147' = "Nodaway County" '29149' = "Oregon County" '29151' = "Osage County" '29153' = "Ozark County" '29155' = "Pemiscot County" '29157' = "Perry County" '29159' = "Pettis County" '29161' = "Phelps County" '29163' = "Pike County" '29165' = "Platte County" '29167' = "Polk County" '29169' = "Pulaski County" '29171' = "Putnam County" '29173' = "Ralls County" '29175' = "Randolph County" '29177' = "Ray County" '29179' = "Reynolds County" '29181' = "Ripley County" '29183' = "St. Charles County" '29185' = "St. Clair County" '29186' = "Ste. Genevieve County" '29187' = "St. Francois County" '29189' = "St. Louis County" '29195' = "Saline County" '29197' = "Schuyler County" '29199' = "Scotland County" '29201' = "Scott County" '29203' = "Shannon County" '29205' = "Shelby County" '29207' = "Stoddard County" '29209' = "Stone County" '29211' = "Sullivan County" '29213' = "Taney County" '29215' = "Texas County" '29217' = "Vernon County" '29219' = "Warren County" '29221' = "Washington County" '29223' = "Wayne County" '29225' = "Webster County" '29227' = "Worth County" '29229' = "Wright County" '29510' = "St. Louis city" '30001' = "Beaverhead County" '30003' = "Big Horn County" '30005' = "Blaine County" '30007' = "Broadwater County" '30009' = "Carbon County" '30011' = "Carter County" '30013' = "Cascade County" '30015' = "Chouteau County" '30017' = "Custer County" '30019' = "Daniels County" '30021' = "Dawson County" '30023' = "Deer Lodge County" '30025' = "Fallon County" '30027' = "Fergus County" '30029' = "Flathead County" '30031' = "Gallatin County" '30033' = "Garfield County" '30035' = "Glacier County" '30037' = "Golden Valley County" '30039' = "Granite County" '30041' = "Hill County" '30043' = "Jefferson County" '30045' = "Judith Basin County" '30047' = "Lake County" '30049' = "Lewis and Clark County" '30051' = "Liberty County" '30053' = "Lincoln County" '30055' = "McCone County" '30057' = "Madison County" '30059' = "Meagher County" '30061' = "Mineral County" '30063' = "Missoula County" '30065' = "Musselshell County" '30067' = "Park County" '30069' = "Petroleum County" '30071' = "Phillips County" '30073' = "Pondera County" '30075' = "Powder River County" '30077' = "Powell County" '30079' = "Prairie County" '30081' = "Ravalli County" '30083' = "Richland County" '30085' = "Roosevelt County" '30087' = "Rosebud County" '30089' = "Sanders County" '30091' = "Sheridan County" '30093' = "Silver Bow County" '30095' = "Stillwater County" '30097' = "Sweet Grass County" '30099' = "Teton County" '30101' = "Toole County" '30103' = "Treasure County" '30105' = "Valley County" '30107' = "Wheatland County" '30109' = "Wibaux County" '30111' = "Yellowstone County" '31001' = "Adams County" '31003' = "Antelope County" '31005' = "Arthur County" '31007' = "Banner County" '31009' = "Blaine County" '31011' = "Boone County" '31013' = "Box Butte County" '31015' = "Boyd County" '31017' = "Brown County" '31019' = "Buffalo County" '31021' = "Burt County" '31023' = "Butler County" '31025' = "Cass County" '31027' = "Cedar County" '31029' = "Chase County" '31031' = "Cherry County" '31033' = "Cheyenne County" '31035' = "Clay County" '31037' = "Colfax County" '31039' = "Cuming County" '31041' = "Custer County" '31043' = "Dakota County" '31045' = "Dawes County" '31047' = "Dawson County" '31049' = "Deuel County" '31051' = "Dixon County" '31053' = "Dodge County" '31055' = "Douglas County" '31057' = "Dundy County" '31059' = "Fillmore County" '31061' = "Franklin County" '31063' = "Frontier County" '31065' = "Furnas County" '31067' = "Gage County" '31069' = "Garden County" '31071' = "Garfield County" '31073' = "Gosper County" '31075' = "Grant County" '31077' = "Greeley County" '31079' = "Hall County" '31081' = "Hamilton County" '31083' = "Harlan County" '31085' = "Hayes County" '31087' = "Hitchcock County" '31089' = "Holt County" '31091' = "Hooker County" '31093' = "Howard County" '31095' = "Jefferson County" '31097' = "Johnson County" '31099' = "Kearney County" '31101' = "Keith County" '31103' = "Keya Paha County" '31105' = "Kimball County" '31107' = "Knox County" '31109' = "Lancaster County" '31111' = "Lincoln County" '31113' = "Logan County" '31115' = "Loup County" '31117' = "McPherson County" '31119' = "Madison County" '31121' = "Merrick County" '31123' = "Morrill County" '31125' = "Nance County" '31127' = "Nemaha County" '31129' = "Nuckolls County" '31131' = "Otoe County" '31133' = "Pawnee County" '31135' = "Perkins County" '31137' = "Phelps County" '31139' = "Pierce County" '31141' = "Platte County" '31143' = "Polk County" '31145' = "Red Willow County" '31147' = "Richardson County" '31149' = "Rock County" '31151' = "Saline County" '31153' = "Sarpy County" '31155' = "Saunders County" '31157' = "Scotts Bluff County" '31159' = "Seward County" '31161' = "Sheridan County" '31163' = "Sherman County" '31165' = "Sioux County" '31167' = "Stanton County" '31169' = "Thayer County" '31171' = "Thomas County" '31173' = "Thurston County" '31175' = "Valley County" '31177' = "Washington County" '31179' = "Wayne County" '31181' = "Webster County" '31183' = "Wheeler County" '31185' = "York County" '32001' = "Churchill County" '32003' = "Clark County" '32005' = "Douglas County" '32007' = "Elko County" '32009' = "Esmeralda County" '32011' = "Eureka County" '32013' = "Humboldt County" '32015' = "Lander County" '32017' = "Lincoln County" '32019' = "Lyon County" '32021' = "Mineral County" '32023' = "Nye County" '32027' = "Pershing County" '32029' = "Storey County" '32031' = "Washoe County" '32033' = "White Pine County" '32510' = "Carson City" '33001' = "Belknap County" '33003' = "Carroll County" '33005' = "Cheshire County" '33007' = "Coos County" '33009' = "Grafton County" '33011' = "Hillsborough County" '33013' = "Merrimack County" '33015' = "Rockingham County" '33017' = "Strafford County" '33019' = "Sullivan County" '34001' = "Atlantic County" '34003' = "Bergen County" '34005' = "Burlington County" '34007' = "Camden County" '34009' = "Cape May County" '34011' = "Cumberland County" '34013' = "Essex County" '34015' = "Gloucester County" '34017' = "Hudson County" '34019' = "Hunterdon County" '34021' = "Mercer County" '34023' = "Middlesex County" '34025' = "Monmouth County" '34027' = "Morris County" '34029' = "Ocean County" '34031' = "Passaic County" '34033' = "Salem County" '34035' = "Somerset County" '34037' = "Sussex County" '34039' = "Union County" '34041' = "Warren County" '35001' = "Bernalillo County" '35003' = "Catron County" '35005' = "Chaves County" '35006' = "Cibola County" '35007' = "Colfax County" '35009' = "Curry County" '35011' = "De Baca County" '35013' = "Dona Ana County" '35015' = "Eddy County" '35017' = "Grant County" '35019' = "Guadalupe County" '35021' = "Harding County" '35023' = "Hidalgo County" '35025' = "Lea County" '35027' = "Lincoln County" '35028' = "Los Alamos County" '35029' = "Luna County" '35031' = "McKinley County" '35033' = "Mora County" '35035' = "Otero County" '35037' = "Quay County" '35039' = "Rio Arriba County" '35041' = "Roosevelt County" '35043' = "Sandoval County" '35045' = "San Juan County" '35047' = "San Miguel County" '35049' = "Santa Fe County" '35051' = "Sierra County" '35053' = "Socorro County" '35055' = "Taos County" '35057' = "Torrance County" '35059' = "Union County" '35061' = "Valencia County" '36001' = "Albany County" '36003' = "Allegany County" '36005' = "Bronx County" '36007' = "Broome County" '36009' = "Cattaraugus County" '36011' = "Cayuga County" '36013' = "Chautauqua County" '36015' = "Chemung County" '36017' = "Chenango County" '36019' = "Clinton County" '36021' = "Columbia County" '36023' = "Cortland County" '36025' = "Delaware County" '36027' = "Dutchess County" '36029' = "Erie County" '36031' = "Essex County" '36033' = "Franklin County" '36035' = "Fulton County" '36037' = "Genesee County" '36039' = "Greene County" '36041' = "Hamilton County" '36043' = "Herkimer County" '36045' = "Jefferson County" '36047' = "Kings County" '36049' = "Lewis County" '36051' = "Livingston County" '36053' = "Madison County" '36055' = "Monroe County" '36057' = "Montgomery County" '36059' = "Nassau County" '36061' = "New York County" '36063' = "Niagara County" '36065' = "Oneida County" '36067' = "Onondaga County" '36069' = "Ontario County" '36071' = "Orange County" '36073' = "Orleans County" '36075' = "Oswego County" '36077' = "Otsego County" '36079' = "Putnam County" '36081' = "Queens County" '36083' = "Rensselaer County" '36085' = "Richmond County" '36087' = "Rockland County" '36089' = "St. Lawrence County" '36091' = "Saratoga County" '36093' = "Schenectady County" '36095' = "Schoharie County" '36097' = "Schuyler County" '36099' = "Seneca County" '36101' = "Steuben County" '36103' = "Suffolk County" '36105' = "Sullivan County" '36107' = "Tioga County" '36109' = "Tompkins County" '36111' = "Ulster County" '36113' = "Warren County" '36115' = "Washington County" '36117' = "Wayne County" '36119' = "Westchester County" '36121' = "Wyoming County" '36123' = "Yates County" '37001' = "Alamance County" '37003' = "Alexander County" '37005' = "Alleghany County" '37007' = "Anson County" '37009' = "Ashe County" '37011' = "Avery County" '37013' = "Beaufort County" '37015' = "Bertie County" '37017' = "Bladen County" '37019' = "Brunswick County" '37021' = "Buncombe County" '37023' = "Burke County" '37025' = "Cabarrus County" '37027' = "Caldwell County" '37029' = "Camden County" '37031' = "Carteret County" '37033' = "Caswell County" '37035' = "Catawba County" '37037' = "Chatham County" '37039' = "Cherokee County" '37041' = "Chowan County" '37043' = "Clay County" '37045' = "Cleveland County" '37047' = "Columbus County" '37049' = "Craven County" '37051' = "Cumberland County" '37053' = "Currituck County" '37055' = "Dare County" '37057' = "Davidson County" '37059' = "Davie County" '37061' = "Duplin County" '37063' = "Durham County" '37065' = "Edgecombe County" '37067' = "Forsyth County" '37069' = "Franklin County" '37071' = "Gaston County" '37073' = "Gates County" '37075' = "Graham County" '37077' = "Granville County" '37079' = "Greene County" '37081' = "Guilford County" '37083' = "Halifax County" '37085' = "Harnett County" '37087' = "Haywood County" '37089' = "Henderson County" '37091' = "Hertford County" '37093' = "Hoke County" '37095' = "Hyde County" '37097' = "Iredell County" '37099' = "Jackson County" '37101' = "Johnston County" '37103' = "Jones County" '37105' = "Lee County" '37107' = "Lenoir County" '37109' = "Lincoln County" '37111' = "McDowell County" '37113' = "Macon County" '37115' = "Madison County" '37117' = "Martin County" '37119' = "Mecklenburg County" '37121' = "Mitchell County" '37123' = "Montgomery County" '37125' = "Moore County" '37127' = "Nash County" '37129' = "New Hanover County" '37131' = "Northampton County" '37133' = "Onslow County" '37135' = "Orange County" '37137' = "Pamlico County" '37139' = "Pasquotank County" '37141' = "Pender County" '37143' = "Perquimans County" '37145' = "Person County" '37147' = "Pitt County" '37149' = "Polk County" '37151' = "Randolph County" '37153' = "Richmond County" '37155' = "Robeson County" '37157' = "Rockingham County" '37159' = "Rowan County" '37161' = "Rutherford County" '37163' = "Sampson County" '37165' = "Scotland County" '37167' = "Stanly County" '37169' = "Stokes County" '37171' = "Surry County" '37173' = "Swain County" '37175' = "Transylvania County" '37177' = "Tyrrell County" '37179' = "Union County" '37181' = "Vance County" '37183' = "Wake County" '37185' = "Warren County" '37187' = "Washington County" '37189' = "Watauga County" '37191' = "Wayne County" '37193' = "Wilkes County" '37195' = "Wilson County" '37197' = "Yadkin County" '37199' = "Yancey County" '38001' = "Adams County" '38003' = "Barnes County" '38005' = "Benson County" '38007' = "Billings County" '38009' = "Bottineau County" '38011' = "Bowman County" '38013' = "Burke County" '38015' = "Burleigh County" '38017' = "Cass County" '38019' = "Cavalier County" '38021' = "Dickey County" '38023' = "Divide County" '38025' = "Dunn County" '38027' = "Eddy County" '38029' = "Emmons County" '38031' = "Foster County" '38033' = "Golden Valley County" '38035' = "Grand Forks County" '38037' = "Grant County" '38039' = "Griggs County" '38041' = "Hettinger County" '38043' = "Kidder County" '38045' = "LaMoure County" '38047' = "Logan County" '38049' = "McHenry County" '38051' = "McIntosh County" '38053' = "McKenzie County" '38055' = "McLean County" '38057' = "Mercer County" '38059' = "Morton County" '38061' = "Mountrail County" '38063' = "Nelson County" '38065' = "Oliver County" '38067' = "Pembina County" '38069' = "Pierce County" '38071' = "Ramsey County" '38073' = "Ransom County" '38075' = "Renville County" '38077' = "Richland County" '38079' = "Rolette County" '38081' = "Sargent County" '38083' = "Sheridan County" '38085' = "Sioux County" '38087' = "Slope County" '38089' = "Stark County" '38091' = "Steele County" '38093' = "Stutsman County" '38095' = "Towner County" '38097' = "Traill County" '38099' = "Walsh County" '38101' = "Ward County" '38103' = "Wells County" '38105' = "Williams County" '39001' = "Adams County" '39003' = "Allen County" '39005' = "Ashland County" '39007' = "Ashtabula County" '39009' = "Athens County" '39011' = "Auglaize County" '39013' = "Belmont County" '39015' = "Brown County" '39017' = "Butler County" '39019' = "Carroll County" '39021' = "Champaign County" '39023' = "Clark County" '39025' = "Clermont County" '39027' = "Clinton County" '39029' = "Columbiana County" '39031' = "Coshocton County" '39033' = "Crawford County" '39035' = "Cuyahoga County" '39037' = "Darke County" '39039' = "Defiance County" '39041' = "Delaware County" '39043' = "Erie County" '39045' = "Fairfield County" '39047' = "Fayette County" '39049' = "Franklin County" '39051' = "Fulton County" '39053' = "Gallia County" '39055' = "Geauga County" '39057' = "Greene County" '39059' = "Guernsey County" '39061' = "Hamilton County" '39063' = "Hancock County" '39065' = "Hardin County" '39067' = "Harrison County" '39069' = "Henry County" '39071' = "Highland County" '39073' = "Hocking County" '39075' = "Holmes County" '39077' = "Huron County" '39079' = "Jackson County" '39081' = "Jefferson County" '39083' = "Knox County" '39085' = "Lake County" '39087' = "Lawrence County" '39089' = "Licking County" '39091' = "Logan County" '39093' = "Lorain County" '39095' = "Lucas County" '39097' = "Madison County" '39099' = "Mahoning County" '39101' = "Marion County" '39103' = "Medina County" '39105' = "Meigs County" '39107' = "Mercer County" '39109' = "Miami County" '39111' = "Monroe County" '39113' = "Montgomery County" '39115' = "Morgan County" '39117' = "Morrow County" '39119' = "Muskingum County" '39121' = "Noble County" '39123' = "Ottawa County" '39125' = "Paulding County" '39127' = "Perry County" '39129' = "Pickaway County" '39131' = "Pike County" '39133' = "Portage County" '39135' = "Preble County" '39137' = "Putnam County" '39139' = "Richland County" '39141' = "Ross County" '39143' = "Sandusky County" '39145' = "Scioto County" '39147' = "Seneca County" '39149' = "Shelby County" '39151' = "Stark County" '39153' = "Summit County" '39155' = "Trumbull County" '39157' = "Tuscarawas County" '39159' = "Union County" '39161' = "Van Wert County" '39163' = "Vinton County" '39165' = "Warren County" '39167' = "Washington County" '39169' = "Wayne County" '39171' = "Williams County" '39173' = "Wood County" '39175' = "Wyandot County" '40001' = "Adair County" '40003' = "Alfalfa County" '40005' = "Atoka County" '40007' = "Beaver County" '40009' = "Beckham County" '40011' = "Blaine County" '40013' = "Bryan County" '40015' = "Caddo County" '40017' = "Canadian County" '40019' = "Carter County" '40021' = "Cherokee County" '40023' = "Choctaw County" '40025' = "Cimarron County" '40027' = "Cleveland County" '40029' = "Coal County" '40031' = "Comanche County" '40033' = "Cotton County" '40035' = "Craig County" '40037' = "Creek County" '40039' = "Custer County" '40041' = "Delaware County" '40043' = "Dewey County" '40045' = "Ellis County" '40047' = "Garfield County" '40049' = "Garvin County" '40051' = "Grady County" '40053' = "Grant County" '40055' = "Greer County" '40057' = "Harmon County" '40059' = "Harper County" '40061' = "Haskell County" '40063' = "Hughes County" '40065' = "Jackson County" '40067' = "Jefferson County" '40069' = "Johnston County" '40071' = "Kay County" '40073' = "Kingfisher County" '40075' = "Kiowa County" '40077' = "Latimer County" '40079' = "Le Flore County" '40081' = "Lincoln County" '40083' = "Logan County" '40085' = "Love County" '40087' = "McClain County" '40089' = "McCurtain County" '40091' = "McIntosh County" '40093' = "Major County" '40095' = "Marshall County" '40097' = "Mayes County" '40099' = "Murray County" '40101' = "Muskogee County" '40103' = "Noble County" '40105' = "Nowata County" '40107' = "Okfuskee County" '40109' = "Oklahoma County" '40111' = "Okmulgee County" '40113' = "Osage County" '40115' = "Ottawa County" '40117' = "Pawnee County" '40119' = "Payne County" '40121' = "Pittsburg County" '40123' = "Pontotoc County" '40125' = "Pottawatomie County" '40127' = "Pushmataha County" '40129' = "Roger Mills County" '40131' = "Rogers County" '40133' = "Seminole County" '40135' = "Sequoyah County" '40137' = "Stephens County" '40139' = "Texas County" '40141' = "Tillman County" '40143' = "Tulsa County" '40145' = "Wagoner County" '40147' = "Washington County" '40149' = "Washita County" '40151' = "Woods County" '40153' = "Woodward County" '41001' = "Baker County" '41003' = "Benton County" '41005' = "Clackamas County" '41007' = "Clatsop County" '41009' = "Columbia County" '41011' = "Coos County" '41013' = "Crook County" '41015' = "Curry County" '41017' = "Deschutes County" '41019' = "Douglas County" '41021' = "Gilliam County" '41023' = "Grant County" '41025' = "Harney County" '41027' = "Hood River County" '41029' = "Jackson County" '41031' = "Jefferson County" '41033' = "Josephine County" '41035' = "Klamath County" '41037' = "Lake County" '41039' = "Lane County" '41041' = "Lincoln County" '41043' = "Linn County" '41045' = "Malheur County" '41047' = "Marion County" '41049' = "Morrow County" '41051' = "Multnomah County" '41053' = "Polk County" '41055' = "Sherman County" '41057' = "Tillamook County" '41059' = "Umatilla County" '41061' = "Union County" '41063' = "Wallowa County" '41065' = "Wasco County" '41067' = "Washington County" '41069' = "Wheeler County" '41071' = "Yamhill County" '42001' = "Adams County" '42003' = "Allegheny County" '42005' = "Armstrong County" '42007' = "Beaver County" '42009' = "Bedford County" '42011' = "Berks County" '42013' = "Blair County" '42015' = "Bradford County" '42017' = "Bucks County" '42019' = "Butler County" '42021' = "Cambria County" '42023' = "Cameron County" '42025' = "Carbon County" '42027' = "Centre County" '42029' = "Chester County" '42031' = "Clarion County" '42033' = "Clearfield County" '42035' = "Clinton County" '42037' = "Columbia County" '42039' = "Crawford County" '42041' = "Cumberland County" '42043' = "Dauphin County" '42045' = "Delaware County" '42047' = "Elk County" '42049' = "Erie County" '42051' = "Fayette County" '42053' = "Forest County" '42055' = "Franklin County" '42057' = "Fulton County" '42059' = "Greene County" '42061' = "Huntingdon County" '42063' = "Indiana County" '42065' = "Jefferson County" '42067' = "Juniata County" '42069' = "Lackawanna County" '42071' = "Lancaster County" '42073' = "Lawrence County" '42075' = "Lebanon County" '42077' = "Lehigh County" '42079' = "Luzerne County" '42081' = "Lycoming County" '42083' = "McKean County" '42085' = "Mercer County" '42087' = "Mifflin County" '42089' = "Monroe County" '42091' = "Montgomery County" '42093' = "Montour County" '42095' = "Northampton County" '42097' = "Northumberland County" '42099' = "Perry County" '42101' = "Philadelphia County" '42103' = "Pike County" '42105' = "Potter County" '42107' = "Schuylkill County" '42109' = "Snyder County" '42111' = "Somerset County" '42113' = "Sullivan County" '42115' = "Susquehanna County" '42117' = "Tioga County" '42119' = "Union County" '42121' = "Venango County" '42123' = "Warren County" '42125' = "Washington County" '42127' = "Wayne County" '42129' = "Westmoreland County" '42131' = "Wyoming County" '42133' = "York County" '44001' = "Bristol County" '44003' = "Kent County" '44005' = "Newport County" '44007' = "Providence County" '44009' = "Washington County" '45001' = "Abbeville County" '45003' = "Aiken County" '45005' = "Allendale County" '45007' = "Anderson County" '45009' = "Bamberg County" '45011' = "Barnwell County" '45013' = "Beaufort County" '45015' = "Berkeley County" '45017' = "Calhoun County" '45019' = "Charleston County" '45021' = "Cherokee County" '45023' = "Chester County" '45025' = "Chesterfield County" '45027' = "Clarendon County" '45029' = "Colleton County" '45031' = "Darlington County" '45033' = "Dillon County" '45035' = "Dorchester County" '45037' = "Edgefield County" '45039' = "Fairfield County" '45041' = "Florence County" '45043' = "Georgetown County" '45045' = "Greenville County" '45047' = "Greenwood County" '45049' = "Hampton County" '45051' = "Horry County" '45053' = "Jasper County" '45055' = "Kershaw County" '45057' = "Lancaster County" '45059' = "Laurens County" '45061' = "Lee County" '45063' = "Lexington County" '45065' = "McCormick County" '45067' = "Marion County" '45069' = "Marlboro County" '45071' = "Newberry County" '45073' = "Oconee County" '45075' = "Orangeburg County" '45077' = "Pickens County" '45079' = "Richland County" '45081' = "Saluda County" '45083' = "Spartanburg County" '45085' = "Sumter County" '45087' = "Union County" '45089' = "Williamsburg County" '45091' = "York County" '46003' = "Aurora County" '46005' = "Beadle County" '46007' = "Bennett County" '46009' = "Bon Homme County" '46011' = "Brookings County" '46013' = "Brown County" '46015' = "Brule County" '46017' = "Buffalo County" '46019' = "Butte County" '46021' = "Campbell County" '46023' = "Charles Mix County" '46025' = "Clark County" '46027' = "Clay County" '46029' = "Codington County" '46031' = "Corson County" '46033' = "Custer County" '46035' = "Davison County" '46037' = "Day County" '46039' = "Deuel County" '46041' = "Dewey County" '46043' = "Douglas County" '46045' = "Edmunds County" '46047' = "Fall River County" '46049' = "Faulk County" '46051' = "Grant County" '46053' = "Gregory County" '46055' = "Haakon County" '46057' = "Hamlin County" '46059' = "Hand County" '46061' = "Hanson County" '46063' = "Harding County" '46065' = "Hughes County" '46067' = "Hutchinson County" '46069' = "Hyde County" '46071' = "Jackson County" '46073' = "Jerauld County" '46075' = "Jones County" '46077' = "Kingsbury County" '46079' = "Lake County" '46081' = "Lawrence County" '46083' = "Lincoln County" '46085' = "Lyman County" '46087' = "McCook County" '46089' = "McPherson County" '46091' = "Marshall County" '46093' = "Meade County" '46095' = "Mellette County" '46097' = "Miner County" '46099' = "Minnehaha County" '46101' = "Moody County" '46103' = "Pennington County" '46105' = "Perkins County" '46107' = "Potter County" '46109' = "Roberts County" '46111' = "Sanborn County" '46113' = "Shannon County" '46115' = "Spink County" '46117' = "Stanley County" '46119' = "Sully County" '46121' = "Todd County" '46123' = "Tripp County" '46125' = "Turner County" '46127' = "Union County" '46129' = "Walworth County" '46135' = "Yankton County" '46137' = "Ziebach County" '47001' = "Anderson County" '47003' = "Bedford County" '47005' = "Benton County" '47007' = "Bledsoe County" '47009' = "Blount County" '47011' = "Bradley County" '47013' = "Campbell County" '47015' = "Cannon County" '47017' = "Carroll County" '47019' = "Carter County" '47021' = "Cheatham County" '47023' = "Chester County" '47025' = "Claiborne County" '47027' = "Clay County" '47029' = "Cocke County" '47031' = "Coffee County" '47033' = "Crockett County" '47035' = "Cumberland County" '47037' = "Davidson County" '47039' = "Decatur County" '47041' = "DeKalb County" '47043' = "Dickson County" '47045' = "Dyer County" '47047' = "Fayette County" '47049' = "Fentress County" '47051' = "Franklin County" '47053' = "Gibson County" '47055' = "Giles County" '47057' = "Grainger County" '47059' = "Greene County" '47061' = "Grundy County" '47063' = "Hamblen County" '47065' = "Hamilton County" '47067' = "Hancock County" '47069' = "Hardeman County" '47071' = "Hardin County" '47073' = "Hawkins County" '47075' = "Haywood County" '47077' = "Henderson County" '47079' = "Henry County" '47081' = "Hickman County" '47083' = "Houston County" '47085' = "Humphreys County" '47087' = "Jackson County" '47089' = "Jefferson County" '47091' = "Johnson County" '47093' = "Knox County" '47095' = "Lake County" '47097' = "Lauderdale County" '47099' = "Lawrence County" '47101' = "Lewis County" '47103' = "Lincoln County" '47105' = "Loudon County" '47107' = "McMinn County" '47109' = "McNairy County" '47111' = "Macon County" '47113' = "Madison County" '47115' = "Marion County" '47117' = "Marshall County" '47119' = "Maury County" '47121' = "Meigs County" '47123' = "Monroe County" '47125' = "Montgomery County" '47127' = "Moore County" '47129' = "Morgan County" '47131' = "Obion County" '47133' = "Overton County" '47135' = "Perry County" '47137' = "Pickett County" '47139' = "Polk County" '47141' = "Putnam County" '47143' = "Rhea County" '47145' = "Roane County" '47147' = "Robertson County" '47149' = "Rutherford County" '47151' = "Scott County" '47153' = "Sequatchie County" '47155' = "Sevier County" '47157' = "Shelby County" '47159' = "Smith County" '47161' = "Stewart County" '47163' = "Sullivan County" '47165' = "Sumner County" '47167' = "Tipton County" '47169' = "Trousdale County" '47171' = "Unicoi County" '47173' = "Union County" '47175' = "Van Buren County" '47177' = "Warren County" '47179' = "Washington County" '47181' = "Wayne County" '47183' = "Weakley County" '47185' = "White County" '47187' = "Williamson County" '47189' = "Wilson County" '48001' = "Anderson County" '48003' = "Andrews County" '48005' = "Angelina County" '48007' = "Aransas County" '48009' = "Archer County" '48011' = "Armstrong County" '48013' = "Atascosa County" '48015' = "Austin County" '48017' = "Bailey County" '48019' = "Bandera County" '48021' = "Bastrop County" '48023' = "Baylor County" '48025' = "Bee County" '48027' = "Bell County" '48029' = "Bexar County" '48031' = "Blanco County" '48033' = "Borden County" '48035' = "Bosque County" '48037' = "Bowie County" '48039' = "Brazoria County" '48041' = "Brazos County" '48043' = "Brewster County" '48045' = "Briscoe County" '48047' = "Brooks County" '48049' = "Brown County" '48051' = "Burleson County" '48053' = "Burnet County" '48055' = "Caldwell County" '48057' = "Calhoun County" '48059' = "Callahan County" '48061' = "Cameron County" '48063' = "Camp County" '48065' = "Carson County" '48067' = "Cass County" '48069' = "Castro County" '48071' = "Chambers County" '48073' = "Cherokee County" '48075' = "Childress County" '48077' = "Clay County" '48079' = "Cochran County" '48081' = "Coke County" '48083' = "Coleman County" '48085' = "Collin County" '48087' = "Collingsworth County" '48089' = "Colorado County" '48091' = "Comal County" '48093' = "Comanche County" '48095' = "Concho County" '48097' = "Cooke County" '48099' = "Coryell County" '48101' = "Cottle County" '48103' = "Crane County" '48105' = "Crockett County" '48107' = "Crosby County" '48109' = "Culberson County" '48111' = "Dallam County" '48113' = "Dallas County" '48115' = "Dawson County" '48117' = "Deaf Smith County" '48119' = "Delta County" '48121' = "Denton County" '48123' = "DeWitt County" '48125' = "Dickens County" '48127' = "Dimmit County" '48129' = "Donley County" '48131' = "Duval County" '48133' = "Eastland County" '48135' = "Ector County" '48137' = "Edwards County" '48139' = "Ellis County" '48141' = "El Paso County" '48143' = "Erath County" '48145' = "Falls County" '48147' = "Fannin County" '48149' = "Fayette County" '48151' = "Fisher County" '48153' = "Floyd County" '48155' = "Foard County" '48157' = "Fort Bend County" '48159' = "Franklin County" '48161' = "Freestone County" '48163' = "Frio County" '48165' = "Gaines County" '48167' = "Galveston County" '48169' = "Garza County" '48171' = "Gillespie County" '48173' = "Glasscock County" '48175' = "Goliad County" '48177' = "Gonzales County" '48179' = "Gray County" '48181' = "Grayson County" '48183' = "Gregg County" '48185' = "Grimes County" '48187' = "Guadalupe County" '48189' = "Hale County" '48191' = "Hall County" '48193' = "Hamilton County" '48195' = "Hansford County" '48197' = "Hardeman County" '48199' = "Hardin County" '48201' = "Harris County" '48203' = "Harrison County" '48205' = "Hartley County" '48207' = "Haskell County" '48209' = "Hays County" '48211' = "Hemphill County" '48213' = "Henderson County" '48215' = "Hidalgo County" '48217' = "Hill County" '48219' = "Hockley County" '48221' = "Hood County" '48223' = "Hopkins County" '48225' = "Houston County" '48227' = "Howard County" '48229' = "Hudspeth County" '48231' = "Hunt County" '48233' = "Hutchinson County" '48235' = "Irion County" '48237' = "Jack County" '48239' = "Jackson County" '48241' = "Jasper County" '48243' = "Jeff Davis County" '48245' = "Jefferson County" '48247' = "Jim Hogg County" '48249' = "Jim Wells County" '48251' = "Johnson County" '48253' = "Jones County" '48255' = "Karnes County" '48257' = "Kaufman County" '48259' = "Kendall County" '48261' = "Kenedy County" '48263' = "Kent County" '48265' = "Kerr County" '48267' = "Kimble County" '48269' = "King County" '48271' = "Kinney County" '48273' = "Kleberg County" '48275' = "Knox County" '48277' = "Lamar County" '48279' = "Lamb County" '48281' = "Lampasas County" '48283' = "La Salle County" '48285' = "Lavaca County" '48287' = "Lee County" '48289' = "Leon County" '48291' = "Liberty County" '48293' = "Limestone County" '48295' = "Lipscomb County" '48297' = "Live Oak County" '48299' = "Llano County" '48301' = "Loving County" '48303' = "Lubbock County" '48305' = "Lynn County" '48307' = "McCulloch County" '48309' = "McLennan County" '48311' = "McMullen County" '48313' = "Madison County" '48315' = "Marion County" '48317' = "Martin County" '48319' = "Mason County" '48321' = "Matagorda County" '48323' = "Maverick County" '48325' = "Medina County" '48327' = "Menard County" '48329' = "Midland County" '48331' = "Milam County" '48333' = "Mills County" '48335' = "Mitchell County" '48337' = "Montague County" '48339' = "Montgomery County" '48341' = "Moore County" '48343' = "Morris County" '48345' = "Motley County" '48347' = "Nacogdoches County" '48349' = "Navarro County" '48351' = "Newton County" '48353' = "Nolan County" '48355' = "Nueces County" '48357' = "Ochiltree County" '48359' = "Oldham County" '48361' = "Orange County" '48363' = "Palo Pinto County" '48365' = "Panola County" '48367' = "Parker County" '48369' = "Parmer County" '48371' = "Pecos County" '48373' = "Polk County" '48375' = "Potter County" '48377' = "Presidio County" '48379' = "Rains County" '48381' = "Randall County" '48383' = "Reagan County" '48385' = "Real County" '48387' = "Red River County" '48389' = "Reeves County" '48391' = "Refugio County" '48393' = "Roberts County" '48395' = "Robertson County" '48397' = "Rockwall County" '48399' = "Runnels County" '48401' = "Rusk County" '48403' = "Sabine County" '48405' = "San Augustine County" '48407' = "San Jacinto County" '48409' = "San Patricio County" '48411' = "San Saba County" '48413' = "Schleicher County" '48415' = "Scurry County" '48417' = "Shackelford County" '48419' = "Shelby County" '48421' = "Sherman County" '48423' = "Smith County" '48425' = "Somervell County" '48427' = "Starr County" '48429' = "Stephens County" '48431' = "Sterling County" '48433' = "Stonewall County" '48435' = "Sutton County" '48437' = "Swisher County" '48439' = "Tarrant County" '48441' = "Taylor County" '48443' = "Terrell County" '48445' = "Terry County" '48447' = "Throckmorton County" '48449' = "Titus County" '48451' = "Tom Green County" '48453' = "Travis County" '48455' = "Trinity County" '48457' = "Tyler County" '48459' = "Upshur County" '48461' = "Upton County" '48463' = "Uvalde County" '48465' = "Val Verde County" '48467' = "Van Zandt County" '48469' = "Victoria County" '48471' = "Walker County" '48473' = "Waller County" '48475' = "Ward County" '48477' = "Washington County" '48479' = "Webb County" '48481' = "Wharton County" '48483' = "Wheeler County" '48485' = "Wichita County" '48487' = "Wilbarger County" '48489' = "Willacy County" '48491' = "Williamson County" '48493' = "Wilson County" '48495' = "Winkler County" '48497' = "Wise County" '48499' = "Wood County" '48501' = "Yoakum County" '48503' = "Young County" '48505' = "Zapata County" '48507' = "Zavala County" '49001' = "Beaver County" '49003' = "Box Elder County" '49005' = "Cache County" '49007' = "Carbon County" '49009' = "Daggett County" '49011' = "Davis County" '49013' = "Duchesne County" '49015' = "Emery County" '49017' = "Garfield County" '49019' = "Grand County" '49021' = "Iron County" '49023' = "Juab County" '49025' = "Kane County" '49027' = "Millard County" '49029' = "Morgan County" '49031' = "Piute County" '49033' = "Rich County" '49035' = "Salt Lake County" '49037' = "San Juan County" '49039' = "Sanpete County" '49041' = "Sevier County" '49043' = "Summit County" '49045' = "Tooele County" '49047' = "Uintah County" '49049' = "Utah County" '49051' = "Wasatch County" '49053' = "Washington County" '49055' = "Wayne County" '49057' = "Weber County" '50001' = "Addison County" '50003' = "Bennington County" '50005' = "Caledonia County" '50007' = "Chittenden County" '50009' = "Essex County" '50011' = "Franklin County" '50013' = "Grand Isle County" '50015' = "Lamoille County" '50017' = "Orange County" '50019' = "Orleans County" '50021' = "Rutland County" '50023' = "Washington County" '50025' = "Windham County" '50027' = "Windsor County" '51001' = "Accomack County" '51003' = "Albemarle County" '51005' = "Alleghany County" '51007' = "Amelia County" '51009' = "Amherst County" '51011' = "Appomattox County" '51013' = "Arlington County" '51015' = "Augusta County" '51017' = "Bath County" '51019' = "Bedford County" '51021' = "Bland County" '51023' = "Botetourt County" '51025' = "Brunswick County" '51027' = "Buchanan County" '51029' = "Buckingham County" '51031' = "Campbell County" '51033' = "Caroline County" '51035' = "Carroll County" '51036' = "Charles City County" '51037' = "Charlotte County" '51041' = "Chesterfield County" '51043' = "Clarke County" '51045' = "Craig County" '51047' = "Culpeper County" '51049' = "Cumberland County" '51051' = "Dickenson County" '51053' = "Dinwiddie County" '51057' = "Essex County" '51059' = "Fairfax County" '51061' = "Fauquier County" '51063' = "Floyd County" '51065' = "Fluvanna County" '51067' = "Franklin County" '51069' = "Frederick County" '51071' = "Giles County" '51073' = "Gloucester County" '51075' = "Goochland County" '51077' = "Grayson County" '51079' = "Greene County" '51081' = "Greensville County" '51083' = "Halifax County" '51085' = "Hanover County" '51087' = "Henrico County" '51089' = "Henry County" '51091' = "Highland County" '51093' = "Isle of Wight County" '51095' = "James City County" '51097' = "King and Queen County" '51099' = "King George County" '51101' = "King William County" '51103' = "Lancaster County" '51105' = "Lee County" '51107' = "Loudoun County" '51109' = "Louisa County" '51111' = "Lunenburg County" '51113' = "Madison County" '51115' = "Mathews County" '51117' = "Mecklenburg County" '51119' = "Middlesex County" '51121' = "Montgomery County" '51125' = "Nelson County" '51127' = "New Kent County" '51131' = "Northampton County" '51133' = "Northumberland County" '51135' = "Nottoway County" '51137' = "Orange County" '51139' = "Page County" '51141' = "Patrick County" '51143' = "Pittsylvania County" '51145' = "Powhatan County" '51147' = "Prince Edward County" '51149' = "Prince George County" '51153' = "Prince William County" '51155' = "Pulaski County" '51157' = "Rappahannock County" '51159' = "Richmond County" '51161' = "Roanoke County" '51163' = "Rockbridge County" '51165' = "Rockingham County" '51167' = "Russell County" '51169' = "Scott County" '51171' = "Shenandoah County" '51173' = "Smyth County" '51175' = "Southampton County" '51177' = "Spotsylvania County" '51179' = "Stafford County" '51181' = "Surry County" '51183' = "Sussex County" '51185' = "Tazewell County" '51187' = "Warren County" '51191' = "Washington County" '51193' = "Westmoreland County" '51195' = "Wise County" '51197' = "Wythe County" '51199' = "York County" '51510' = "Alexandria city" '51515' = "Bedford city" '51520' = "Bristol city" '51530' = "Buena Vista city" '51540' = "Charlottesville city" '51550' = "Chesapeake city" '51560' = "Clifton Forge city" '51570' = "Colonial Heights city" '51580' = "Covington city" '51590' = "Danville city" '51595' = "Emporia city" '51600' = "Fairfax city" '51610' = "Falls Church city" '51620' = "Franklin city" '51630' = "Fredericksburg city" '51640' = "Galax city" '51650' = "Hampton city" '51660' = "Harrisonburg city" '51670' = "Hopewell city" '51678' = "Lexington city" '51680' = "Lynchburg city" '51683' = "Manassas city" '51685' = "Manassas Park city" '51690' = "Martinsville city" '51700' = "Newport News city" '51710' = "Norfolk city" '51720' = "Norton city" '51730' = "Petersburg city" '51735' = "Poquoson city" '51740' = "Portsmouth city" '51750' = "Radford city" '51760' = "Richmond city" '51770' = "Roanoke city" '51775' = "Salem city" '51790' = "Staunton city" '51800' = "Suffolk city" '51810' = "Virginia Beach city" '51820' = "Waynesboro city" '51830' = "Williamsburg city" '51840' = "Winchester city" '53001' = "Adams County" '53003' = "Asotin County" '53005' = "Benton County" '53007' = "Chelan County" '53009' = "Clallam County" '53011' = "Clark County" '53013' = "Columbia County" '53015' = "Cowlitz County" '53017' = "Douglas County" '53019' = "Ferry County" '53021' = "Franklin County" '53023' = "Garfield County" '53025' = "Grant County" '53027' = "Grays Harbor County" '53029' = "Island County" '53031' = "Jefferson County" '53033' = "King County" '53035' = "Kitsap County" '53037' = "Kittitas County" '53039' = "Klickitat County" '53041' = "Lewis County" '53043' = "Lincoln County" '53045' = "Mason County" '53047' = "Okanogan County" '53049' = "Pacific County" '53051' = "Pend Oreille County" '53053' = "Pierce County" '53055' = "San Juan County" '53057' = "Skagit County" '53059' = "Skamania County" '53061' = "Snohomish County" '53063' = "Spokane County" '53065' = "Stevens County" '53067' = "Thurston County" '53069' = "Wahkiakum County" '53071' = "Walla Walla County" '53073' = "Whatcom County" '53075' = "Whitman County" '53077' = "Yakima County" '54001' = "Barbour County" '54003' = "Berkeley County" '54005' = "Boone County" '54007' = "Braxton County" '54009' = "Brooke County" '54011' = "Cabell County" '54013' = "Calhoun County" '54015' = "Clay County" '54017' = "Doddridge County" '54019' = "Fayette County" '54021' = "Gilmer County" '54023' = "Grant County" '54025' = "Greenbrier County" '54027' = "Hampshire County" '54029' = "Hancock County" '54031' = "Hardy County" '54033' = "Harrison County" '54035' = "Jackson County" '54037' = "Jefferson County" '54039' = "Kanawha County" '54041' = "Lewis County" '54043' = "Lincoln County" '54045' = "Logan County" '54047' = "McDowell County" '54049' = "Marion County" '54051' = "Marshall County" '54053' = "Mason County" '54055' = "Mercer County" '54057' = "Mineral County" '54059' = "Mingo County" '54061' = "Monongalia County" '54063' = "Monroe County" '54065' = "Morgan County" '54067' = "Nicholas County" '54069' = "Ohio County" '54071' = "Pendleton County" '54073' = "Pleasants County" '54075' = "Pocahontas County" '54077' = "Preston County" '54079' = "Putnam County" '54081' = "Raleigh County" '54083' = "Randolph County" '54085' = "Ritchie County" '54087' = "Roane County" '54089' = "Summers County" '54091' = "Taylor County" '54093' = "Tucker County" '54095' = "Tyler County" '54097' = "Upshur County" '54099' = "Wayne County" '54101' = "Webster County" '54103' = "Wetzel County" '54105' = "Wirt County" '54107' = "Wood County" '54109' = "Wyoming County" '55001' = "Adams County" '55003' = "Ashland County" '55005' = "Barron County" '55007' = "Bayfield County" '55009' = "Brown County" '55011' = "Buffalo County" '55013' = "Burnett County" '55015' = "Calumet County" '55017' = "Chippewa County" '55019' = "Clark County" '55021' = "Columbia County" '55023' = "Crawford County" '55025' = "Dane County" '55027' = "Dodge County" '55029' = "Door County" '55031' = "Douglas County" '55033' = "Dunn County" '55035' = "Eau Claire County" '55037' = "Florence County" '55039' = "Fond du Lac County" '55041' = "Forest County" '55043' = "Grant County" '55045' = "Green County" '55047' = "Green Lake County" '55049' = "Iowa County" '55051' = "Iron County" '55053' = "Jackson County" '55055' = "Jefferson County" '55057' = "Juneau County" '55059' = "Kenosha County" '55061' = "Kewaunee County" '55063' = "La Crosse County" '55065' = "Lafayette County" '55067' = "Langlade County" '55069' = "Lincoln County" '55071' = "Manitowoc County" '55073' = "Marathon County" '55075' = "Marinette County" '55077' = "Marquette County" '55078' = "Menominee County" '55079' = "Milwaukee County" '55081' = "Monroe County" '55083' = "Oconto County" '55085' = "Oneida County" '55087' = "Outagamie County" '55089' = "Ozaukee County" '55091' = "Pepin County" '55093' = "Pierce County" '55095' = "Polk County" '55097' = "Portage County" '55099' = "Price County" '55101' = "Racine County" '55103' = "Richland County" '55105' = "Rock County" '55107' = "Rusk County" '55109' = "St. Croix County" '55111' = "Sauk County" '55113' = "Sawyer County" '55115' = "Shawano County" '55117' = "Sheboygan County" '55119' = "Taylor County" '55121' = "Trempealeau County" '55123' = "Vernon County" '55125' = "Vilas County" '55127' = "Walworth County" '55129' = "Washburn County" '55131' = "Washington County" '55133' = "Waukesha County" '55135' = "Waupaca County" '55137' = "Waushara County" '55139' = "Winnebago County" '55141' = "Wood County" '56001' = "Albany County" '56003' = "Big Horn County" '56005' = "Campbell County" '56007' = "Carbon County" '56009' = "Converse County" '56011' = "Crook County" '56013' = "Fremont County" '56015' = "Goshen County" '56017' = "Hot Springs County" '56019' = "Johnson County" '56021' = "Laramie County" '56023' = "Lincoln County" '56025' = "Natrona County" '56027' = "Niobrara County" '56029' = "Park County" '56031' = "Platte County" '56033' = "Sheridan County" '56035' = "Sublette County" '56037' = "Sweetwater County" '56039' = "Teton County" '56041' = "Uinta County" '56043' = "Washakie County" '56045' = "Weston County"; run CANCEL; *<=====; /*PROGRAM NAME: fmt_county_st_eeo.sas*/ proc format library=library; /***********************************************************************/ /* Format to Assign County Names and State Abbreviation */ /***********************************************************************/ value $costeeo '01001' = "Autauga County, AL" '01003' = "Baldwin County, AL" '01005' = "Barbour County, AL" '01007' = "Bibb County, AL" '01009' = "Blount County, AL" '01011' = "Bullock County, AL" '01013' = "Butler County, AL" '01015' = "Calhoun County, AL" '01017' = "Chambers County, AL" '01019' = "Cherokee County, AL" '01021' = "Chilton County, AL" '01023' = "Choctaw County, AL" '01025' = "Clarke County, AL" '01027' = "Clay County, AL" '01029' = "Cleburne County, AL" '01031' = "Coffee County, AL" '01033' = "Colbert County, AL" '01035' = "Conecuh County, AL" '01037' = "Coosa County, AL" '01039' = "Covington County, AL" '01041' = "Crenshaw County, AL" '01043' = "Cullman County, AL" '01045' = "Dale County, AL" '01047' = "Dallas County, AL" '01049' = "DeKalb County, AL" '01051' = "Elmore County, AL" '01053' = "Escambia County, AL" '01055' = "Etowah County, AL" '01057' = "Fayette County, AL" '01059' = "Franklin County, AL" '01061' = "Geneva County, AL" '01063' = "Greene County, AL" '01065' = "Hale County, AL" '01067' = "Henry County, AL" '01069' = "Houston County, AL" '01071' = "Jackson County, AL" '01073' = "Jefferson County, AL" '01075' = "Lamar County, AL" '01077' = "Lauderdale County, AL" '01079' = "Lawrence County, AL" '01081' = "Lee County, AL" '01083' = "Limestone County, AL" '01085' = "Lowndes County, AL" '01087' = "Macon County, AL" '01089' = "Madison County, AL" '01091' = "Marengo County, AL" '01093' = "Marion County, AL" '01095' = "Marshall County, AL" '01097' = "Mobile County, AL" '01099' = "Monroe County, AL" '01101' = "Montgomery County, AL" '01103' = "Morgan County, AL" '01105' = "Perry County, AL" '01107' = "Pickens County, AL" '01109' = "Pike County, AL" '01111' = "Randolph County, AL" '01113' = "Russell County, AL" '01115' = "St. Clair County, AL" '01117' = "Shelby County, AL" '01119' = "Sumter County, AL" '01121' = "Talladega County, AL" '01123' = "Tallapoosa County, AL" '01125' = "Tuscaloosa County, AL" '01127' = "Walker County, AL" '01129' = "Washington County, AL" '01131' = "Wilcox County, AL" '01133' = "Winston County, AL" '02013' = "Aleutians East Borough, AK" '02016' = "Aleutians West Census Area, AK" '02020' = "Anchorage Municipality, AK" '02050' = "Bethel Census Area, AK" '02060' = "Bristol Bay Borough, AK" '02068' = "Denali Borough, AK" '02070' = "Dillingham Census Area, AK" '02090' = "Fairbanks North Star Borough, AK" '02100' = "Haines Borough, AK" '02110' = "Juneau City and Borough, AK" '02122' = "Kenai Peninsula Borough, AK" '02130' = "Ketchikan Gateway Borough, AK" '02150' = "Kodiak Island Borough, AK" '02164' = "Lake and Peninsula Borough, AK" '02170' = "Matanuska-Susitna Borough, AK" '02180' = "Nome Census Area, AK" '02185' = "North Slope Borough, AK" '02188' = "Northwest Arctic Borough, AK" '02201' = "Prince of Wales-Outer Ketchikan Census Area, AK" '02220' = "Sitka City and Borough, AK" '02232' = "Skagway-Hoonah-Angoon Census Area, AK" '02240' = "Southeast Fairbanks Census Area, AK" '02261' = "Valdez-Cordova Census Area, AK" '02270' = "Wade Hampton Census Area, AK" '02280' = "Wrangell-Petersburg Census Area, AK" '02282' = "Yakutat City and Borough, AK" '02290' = "Yukon-Koyukuk Census Area, AK" '04001' = "Apache County, AZ" '04003' = "Cochise County, AZ" '04005' = "Coconino County, AZ" '04007' = "Gila County, AZ" '04009' = "Graham County, AZ" '04011' = "Greenlee County, AZ" '04012' = "La Paz County, AZ" '04013' = "Maricopa County, AZ" '04015' = "Mohave County, AZ" '04017' = "Navajo County, AZ" '04019' = "Pima County, AZ" '04021' = "Pinal County, AZ" '04023' = "Santa Cruz County, AZ" '04025' = "Yavapai County, AZ" '04027' = "Yuma County, AZ" '05001' = "Arkansas County, AR" '05003' = "Ashley County, AR" '05005' = "Baxter County, AR" '05007' = "Benton County, AR" '05009' = "Boone County, AR" '05011' = "Bradley County, AR" '05013' = "Calhoun County, AR" '05015' = "Carroll County, AR" '05017' = "Chicot County, AR" '05019' = "Clark County, AR" '05021' = "Clay County, AR" '05023' = "Cleburne County, AR" '05025' = "Cleveland County, AR" '05027' = "Columbia County, AR" '05029' = "Conway County, AR" '05031' = "Craighead County, AR" '05033' = "Crawford County, AR" '05035' = "Crittenden County, AR" '05037' = "Cross County, AR" '05039' = "Dallas County, AR" '05041' = "Desha County, AR" '05043' = "Drew County, AR" '05045' = "Faulkner County, AR" '05047' = "Franklin County, AR" '05049' = "Fulton County, AR" '05051' = "Garland County, AR" '05053' = "Grant County, AR" '05055' = "Greene County, AR" '05057' = "Hempstead County, AR" '05059' = "Hot Spring County, AR" '05061' = "Howard County, AR" '05063' = "Independence County, AR" '05065' = "Izard County, AR" '05067' = "Jackson County, AR" '05069' = "Jefferson County, AR" '05071' = "Johnson County, AR" '05073' = "Lafayette County, AR" '05075' = "Lawrence County, AR" '05077' = "Lee County, AR" '05079' = "Lincoln County, AR" '05081' = "Little River County, AR" '05083' = "Logan County, AR" '05085' = "Lonoke County, AR" '05087' = "Madison County, AR" '05089' = "Marion County, AR" '05091' = "Miller County, AR" '05093' = "Mississippi County, AR" '05095' = "Monroe County, AR" '05097' = "Montgomery County, AR" '05099' = "Nevada County, AR" '05101' = "Newton County, AR" '05103' = "Ouachita County, AR" '05105' = "Perry County, AR" '05107' = "Phillips County, AR" '05109' = "Pike County, AR" '05111' = "Poinsett County, AR" '05113' = "Polk County, AR" '05115' = "Pope County, AR" '05117' = "Prairie County, AR" '05119' = "Pulaski County, AR" '05121' = "Randolph County, AR" '05123' = "St. Francis County, AR" '05125' = "Saline County, AR" '05127' = "Scott County, AR" '05129' = "Searcy County, AR" '05131' = "Sebastian County, AR" '05133' = "Sevier County, AR" '05135' = "Sharp County, AR" '05137' = "Stone County, AR" '05139' = "Union County, AR" '05141' = "Van Buren County, AR" '05143' = "Washington County, AR" '05145' = "White County, AR" '05147' = "Woodruff County, AR" '05149' = "Yell County, AR" '06001' = "Alameda County, CA" '06003' = "Alpine County, CA" '06005' = "Amador County, CA" '06007' = "Butte County, CA" '06009' = "Calaveras County, CA" '06011' = "Colusa County, CA" '06013' = "Contra Costa County, CA" '06015' = "Del Norte County, CA" '06017' = "El Dorado County, CA" '06019' = "Fresno County, CA" '06021' = "Glenn County, CA" '06023' = "Humboldt County, CA" '06025' = "Imperial County, CA" '06027' = "Inyo County, CA" '06029' = "Kern County, CA" '06031' = "Kings County, CA" '06033' = "Lake County, CA" '06035' = "Lassen County, CA" '06037' = "Los Angeles County, CA" '06039' = "Madera County, CA" '06041' = "Marin County, CA" '06043' = "Mariposa County, CA" '06045' = "Mendocino County, CA" '06047' = "Merced County, CA" '06049' = "Modoc County, CA" '06051' = "Mono County, CA" '06053' = "Monterey County, CA" '06055' = "Napa County, CA" '06057' = "Nevada County, CA" '06059' = "Orange County, CA" '06061' = "Placer County, CA" '06063' = "Plumas County, CA" '06065' = "Riverside County, CA" '06067' = "Sacramento County, CA" '06069' = "San Benito County, CA" '06071' = "San Bernardino County, CA" '06073' = "San Diego County, CA" '06075' = "San Francisco County, CA" '06077' = "San Joaquin County, CA" '06079' = "San Luis Obispo County, CA" '06081' = "San Mateo County, CA" '06083' = "Santa Barbara County, CA" '06085' = "Santa Clara County, CA" '06087' = "Santa Cruz County, CA" '06089' = "Shasta County, CA" '06091' = "Sierra County, CA" '06093' = "Siskiyou County, CA" '06095' = "Solano County, CA" '06097' = "Sonoma County, CA" '06099' = "Stanislaus County, CA" '06101' = "Sutter County, CA" '06103' = "Tehama County, CA" '06105' = "Trinity County, CA" '06107' = "Tulare County, CA" '06109' = "Tuolumne County, CA" '06111' = "Ventura County, CA" '06113' = "Yolo County, CA" '06115' = "Yuba County, CA" '08001' = "Adams County, CO" '08003' = "Alamosa County, CO" '08005' = "Arapahoe County, CO" '08007' = "Archuleta County, CO" '08009' = "Baca County, CO" '08011' = "Bent County, CO" '08013' = "Boulder County, CO" '08015' = "Chaffee County, CO" '08017' = "Cheyenne County, CO" '08019' = "Clear Creek County, CO" '08021' = "Conejos County, CO" '08023' = "Costilla County, CO" '08025' = "Crowley County, CO" '08027' = "Custer County, CO" '08029' = "Delta County, CO" '08031' = "Denver County, CO" '08033' = "Dolores County, CO" '08035' = "Douglas County, CO" '08037' = "Eagle County, CO" '08039' = "Elbert County, CO" '08041' = "El Paso County, CO" '08043' = "Fremont County, CO" '08045' = "Garfield County, CO" '08047' = "Gilpin County, CO" '08049' = "Grand County, CO" '08051' = "Gunnison County, CO" '08053' = "Hinsdale County, CO" '08055' = "Huerfano County, CO" '08057' = "Jackson County, CO" '08059' = "Jefferson County, CO" '08061' = "Kiowa County, CO" '08063' = "Kit Carson County, CO" '08065' = "Lake County, CO" '08067' = "La Plata County, CO" '08069' = "Larimer County, CO" '08071' = "Las Animas County, CO" '08073' = "Lincoln County, CO" '08075' = "Logan County, CO" '08077' = "Mesa County, CO" '08079' = "Mineral County, CO" '08081' = "Moffat County, CO" '08083' = "Montezuma County, CO" '08085' = "Montrose County, CO" '08087' = "Morgan County, CO" '08089' = "Otero County, CO" '08091' = "Ouray County, CO" '08093' = "Park County, CO" '08095' = "Phillips County, CO" '08097' = "Pitkin County, CO" '08099' = "Prowers County, CO" '08101' = "Pueblo County, CO" '08103' = "Rio Blanco County, CO" '08105' = "Rio Grande County, CO" '08107' = "Routt County, CO" '08109' = "Saguache County, CO" '08111' = "San Juan County, CO" '08113' = "San Miguel County, CO" '08115' = "Sedgwick County, CO" '08117' = "Summit County, CO" '08119' = "Teller County, CO" '08121' = "Washington County, CO" '08123' = "Weld County, CO" '08125' = "Yuma County, CO" '09001' = "Fairfield County, CT" '09003' = "Hartford County, CT" '09005' = "Litchfield County, CT" '09007' = "Middlesex County, CT" '09009' = "New Haven County, CT" '09011' = "New London County, CT" '09013' = "Tolland County, CT" '09015' = "Windham County, CT" '10001' = "Kent County, DE" '10003' = "New Castle County, DE" '10005' = "Sussex County, DE" '11001' = "District of Columbia, DC" '12001' = "Alachua County, FL" '12003' = "Baker County, FL" '12005' = "Bay County, FL" '12007' = "Bradford County, FL" '12009' = "Brevard County, FL" '12011' = "Broward County, FL" '12013' = "Calhoun County, FL" '12015' = "Charlotte County, FL" '12017' = "Citrus County, FL" '12019' = "Clay County, FL" '12021' = "Collier County, FL" '12023' = "Columbia County, FL" '12027' = "DeSoto County, FL" '12029' = "Dixie County, FL" '12031' = "Duval County, FL" '12033' = "Escambia County, FL" '12035' = "Flagler County, FL" '12037' = "Franklin County, FL" '12039' = "Gadsden County, FL" '12041' = "Gilchrist County, FL" '12043' = "Glades County, FL" '12045' = "Gulf County, FL" '12047' = "Hamilton County, FL" '12049' = "Hardee County, FL" '12051' = "Hendry County, FL" '12053' = "Hernando County, FL" '12055' = "Highlands County, FL" '12057' = "Hillsborough County, FL" '12059' = "Holmes County, FL" '12061' = "Indian River County, FL" '12063' = "Jackson County, FL" '12065' = "Jefferson County, FL" '12067' = "Lafayette County, FL" '12069' = "Lake County, FL" '12071' = "Lee County, FL" '12073' = "Leon County, FL" '12075' = "Levy County, FL" '12077' = "Liberty County, FL" '12079' = "Madison County, FL" '12081' = "Manatee County, FL" '12083' = "Marion County, FL" '12085' = "Martin County, FL" '12086' = "Miami-Dade County, FL" '12087' = "Monroe County, FL" '12089' = "Nassau County, FL" '12091' = "Okaloosa County, FL" '12093' = "Okeechobee County, FL" '12095' = "Orange County, FL" '12097' = "Osceola County, FL" '12099' = "Palm Beach County, FL" '12101' = "Pasco County, FL" '12103' = "Pinellas County, FL" '12105' = "Polk County, FL" '12107' = "Putnam County, FL" '12109' = "St. Johns County, FL" '12111' = "St. Lucie County, FL" '12113' = "Santa Rosa County, FL" '12115' = "Sarasota County, FL" '12117' = "Seminole County, FL" '12119' = "Sumter County, FL" '12121' = "Suwannee County, FL" '12123' = "Taylor County, FL" '12125' = "Union County, FL" '12127' = "Volusia County, FL" '12129' = "Wakulla County, FL" '12131' = "Walton County, FL" '12133' = "Washington County, FL" '13001' = "Appling County, GA" '13003' = "Atkinson County, GA" '13005' = "Bacon County, GA" '13007' = "Baker County, GA" '13009' = "Baldwin County, GA" '13011' = "Banks County, GA" '13013' = "Barrow County, GA" '13015' = "Bartow County, GA" '13017' = "Ben Hill County, GA" '13019' = "Berrien County, GA" '13021' = "Bibb County, GA" '13023' = "Bleckley County, GA" '13025' = "Brantley County, GA" '13027' = "Brooks County, GA" '13029' = "Bryan County, GA" '13031' = "Bulloch County, GA" '13033' = "Burke County, GA" '13035' = "Butts County, GA" '13037' = "Calhoun County, GA" '13039' = "Camden County, GA" '13043' = "Candler County, GA" '13045' = "Carroll County, GA" '13047' = "Catoosa County, GA" '13049' = "Charlton County, GA" '13051' = "Chatham County, GA" '13053' = "Chattahoochee County, GA" '13055' = "Chattooga County, GA" '13057' = "Cherokee County, GA" '13059' = "Clarke County, GA" '13061' = "Clay County, GA" '13063' = "Clayton County, GA" '13065' = "Clinch County, GA" '13067' = "Cobb County, GA" '13069' = "Coffee County, GA" '13071' = "Colquitt County, GA" '13073' = "Columbia County, GA" '13075' = "Cook County, GA" '13077' = "Coweta County, GA" '13079' = "Crawford County, GA" '13081' = "Crisp County, GA" '13083' = "Dade County, GA" '13085' = "Dawson County, GA" '13087' = "Decatur County, GA" '13089' = "DeKalb County, GA" '13091' = "Dodge County, GA" '13093' = "Dooly County, GA" '13095' = "Dougherty County, GA" '13097' = "Douglas County, GA" '13099' = "Early County, GA" '13101' = "Echols County, GA" '13103' = "Effingham County, GA" '13105' = "Elbert County, GA" '13107' = "Emanuel County, GA" '13109' = "Evans County, GA" '13111' = "Fannin County, GA" '13113' = "Fayette County, GA" '13115' = "Floyd County, GA" '13117' = "Forsyth County, GA" '13119' = "Franklin County, GA" '13121' = "Fulton County, GA" '13123' = "Gilmer County, GA" '13125' = "Glascock County, GA" '13127' = "Glynn County, GA" '13129' = "Gordon County, GA" '13131' = "Grady County, GA" '13133' = "Greene County, GA" '13135' = "Gwinnett County, GA" '13137' = "Habersham County, GA" '13139' = "Hall County, GA" '13141' = "Hancock County, GA" '13143' = "Haralson County, GA" '13145' = "Harris County, GA" '13147' = "Hart County, GA" '13149' = "Heard County, GA" '13151' = "Henry County, GA" '13153' = "Houston County, GA" '13155' = "Irwin County, GA" '13157' = "Jackson County, GA" '13159' = "Jasper County, GA" '13161' = "Jeff Davis County, GA" '13163' = "Jefferson County, GA" '13165' = "Jenkins County, GA" '13167' = "Johnson County, GA" '13169' = "Jones County, GA" '13171' = "Lamar County, GA" '13173' = "Lanier County, GA" '13175' = "Laurens County, GA" '13177' = "Lee County, GA" '13179' = "Liberty County, GA" '13181' = "Lincoln County, GA" '13183' = "Long County, GA" '13185' = "Lowndes County, GA" '13187' = "Lumpkin County, GA" '13189' = "McDuffie County, GA" '13191' = "McIntosh County, GA" '13193' = "Macon County, GA" '13195' = "Madison County, GA" '13197' = "Marion County, GA" '13199' = "Meriwether County, GA" '13201' = "Miller County, GA" '13205' = "Mitchell County, GA" '13207' = "Monroe County, GA" '13209' = "Montgomery County, GA" '13211' = "Morgan County, GA" '13213' = "Murray County, GA" '13215' = "Muscogee County, GA" '13217' = "Newton County, GA" '13219' = "Oconee County, GA" '13221' = "Oglethorpe County, GA" '13223' = "Paulding County, GA" '13225' = "Peach County, GA" '13227' = "Pickens County, GA" '13229' = "Pierce County, GA" '13231' = "Pike County, GA" '13233' = "Polk County, GA" '13235' = "Pulaski County, GA" '13237' = "Putnam County, GA" '13239' = "Quitman County, GA" '13241' = "Rabun County, GA" '13243' = "Randolph County, GA" '13245' = "Richmond County, GA" '13247' = "Rockdale County, GA" '13249' = "Schley County, GA" '13251' = "Screven County, GA" '13253' = "Seminole County, GA" '13255' = "Spalding County, GA" '13257' = "Stephens County, GA" '13259' = "Stewart County, GA" '13261' = "Sumter County, GA" '13263' = "Talbot County, GA" '13265' = "Taliaferro County, GA" '13267' = "Tattnall County, GA" '13269' = "Taylor County, GA" '13271' = "Telfair County, GA" '13273' = "Terrell County, GA" '13275' = "Thomas County, GA" '13277' = "Tift County, GA" '13279' = "Toombs County, GA" '13281' = "Towns County, GA" '13283' = "Treutlen County, GA" '13285' = "Troup County, GA" '13287' = "Turner County, GA" '13289' = "Twiggs County, GA" '13291' = "Union County, GA" '13293' = "Upson County, GA" '13295' = "Walker County, GA" '13297' = "Walton County, GA" '13299' = "Ware County, GA" '13301' = "Warren County, GA" '13303' = "Washington County, GA" '13305' = "Wayne County, GA" '13307' = "Webster County, GA" '13309' = "Wheeler County, GA" '13311' = "White County, GA" '13313' = "Whitfield County, GA" '13315' = "Wilcox County, GA" '13317' = "Wilkes County, GA" '13319' = "Wilkinson County, GA" '13321' = "Worth County, GA" '15001' = "Hawaii County, HI" '15003' = "Honolulu County, HI" '15005' = "Kalawao County, HI" '15007' = "Kauai County, HI" '15009' = "Maui County, HI" '16001' = "Ada County, ID" '16003' = "Adams County, ID" '16005' = "Bannock County, ID" '16007' = "Bear Lake County, ID" '16009' = "Benewah County, ID" '16011' = "Bingham County, ID" '16013' = "Blaine County, ID" '16015' = "Boise County, ID" '16017' = "Bonner County, ID" '16019' = "Bonneville County, ID" '16021' = "Boundary County, ID" '16023' = "Butte County, ID" '16025' = "Camas County, ID" '16027' = "Canyon County, ID" '16029' = "Caribou County, ID" '16031' = "Cassia County, ID" '16033' = "Clark County, ID" '16035' = "Clearwater County, ID" '16037' = "Custer County, ID" '16039' = "Elmore County, ID" '16041' = "Franklin County, ID" '16043' = "Fremont County, ID" '16045' = "Gem County, ID" '16047' = "Gooding County, ID" '16049' = "Idaho County, ID" '16051' = "Jefferson County, ID" '16053' = "Jerome County, ID" '16055' = "Kootenai County, ID" '16057' = "Latah County, ID" '16059' = "Lemhi County, ID" '16061' = "Lewis County, ID" '16063' = "Lincoln County, ID" '16065' = "Madison County, ID" '16067' = "Minidoka County, ID" '16069' = "Nez Perce County, ID" '16071' = "Oneida County, ID" '16073' = "Owyhee County, ID" '16075' = "Payette County, ID" '16077' = "Power County, ID" '16079' = "Shoshone County, ID" '16081' = "Teton County, ID" '16083' = "Twin Falls County, ID" '16085' = "Valley County, ID" '16087' = "Washington County, ID" '17001' = "Adams County, IL" '17003' = "Alexander County, IL" '17005' = "Bond County, IL" '17007' = "Boone County, IL" '17009' = "Brown County, IL" '17011' = "Bureau County, IL" '17013' = "Calhoun County, IL" '17015' = "Carroll County, IL" '17017' = "Cass County, IL" '17019' = "Champaign County, IL" '17021' = "Christian County, IL" '17023' = "Clark County, IL" '17025' = "Clay County, IL" '17027' = "Clinton County, IL" '17029' = "Coles County, IL" '17031' = "Cook County, IL" '17033' = "Crawford County, IL" '17035' = "Cumberland County, IL" '17037' = "DeKalb County, IL" '17039' = "De Witt County, IL" '17041' = "Douglas County, IL" '17043' = "DuPage County, IL" '17045' = "Edgar County, IL" '17047' = "Edwards County, IL" '17049' = "Effingham County, IL" '17051' = "Fayette County, IL" '17053' = "Ford County, IL" '17055' = "Franklin County, IL" '17057' = "Fulton County, IL" '17059' = "Gallatin County, IL" '17061' = "Greene County, IL" '17063' = "Grundy County, IL" '17065' = "Hamilton County, IL" '17067' = "Hancock County, IL" '17069' = "Hardin County, IL" '17071' = "Henderson County, IL" '17073' = "Henry County, IL" '17075' = "Iroquois County, IL" '17077' = "Jackson County, IL" '17079' = "Jasper County, IL" '17081' = "Jefferson County, IL" '17083' = "Jersey County, IL" '17085' = "Jo Daviess County, IL" '17087' = "Johnson County, IL" '17089' = "Kane County, IL" '17091' = "Kankakee County, IL" '17093' = "Kendall County, IL" '17095' = "Knox County, IL" '17097' = "Lake County, IL" '17099' = "La Salle County, IL" '17101' = "Lawrence County, IL" '17103' = "Lee County, IL" '17105' = "Livingston County, IL" '17107' = "Logan County, IL" '17109' = "McDonough County, IL" '17111' = "McHenry County, IL" '17113' = "McLean County, IL" '17115' = "Macon County, IL" '17117' = "Macoupin County, IL" '17119' = "Madison County, IL" '17121' = "Marion County, IL" '17123' = "Marshall County, IL" '17125' = "Mason County, IL" '17127' = "Massac County, IL" '17129' = "Menard County, IL" '17131' = "Mercer County, IL" '17133' = "Monroe County, IL" '17135' = "Montgomery County, IL" '17137' = "Morgan County, IL" '17139' = "Moultrie County, IL" '17141' = "Ogle County, IL" '17143' = "Peoria County, IL" '17145' = "Perry County, IL" '17147' = "Piatt County, IL" '17149' = "Pike County, IL" '17151' = "Pope County, IL" '17153' = "Pulaski County, IL" '17155' = "Putnam County, IL" '17157' = "Randolph County, IL" '17159' = "Richland County, IL" '17161' = "Rock Island County, IL" '17163' = "St. Clair County, IL" '17165' = "Saline County, IL" '17167' = "Sangamon County, IL" '17169' = "Schuyler County, IL" '17171' = "Scott County, IL" '17173' = "Shelby County, IL" '17175' = "Stark County, IL" '17177' = "Stephenson County, IL" '17179' = "Tazewell County, IL" '17181' = "Union County, IL" '17183' = "Vermilion County, IL" '17185' = "Wabash County, IL" '17187' = "Warren County, IL" '17189' = "Washington County, IL" '17191' = "Wayne County, IL" '17193' = "White County, IL" '17195' = "Whiteside County, IL" '17197' = "Will County, IL" '17199' = "Williamson County, IL" '17201' = "Winnebago County, IL" '17203' = "Woodford County, IL" '18001' = "Adams County, IN" '18003' = "Allen County, IN" '18005' = "Bartholomew County, IN" '18007' = "Benton County, IN" '18009' = "Blackford County, IN" '18011' = "Boone County, IN" '18013' = "Brown County, IN" '18015' = "Carroll County, IN" '18017' = "Cass County, IN" '18019' = "Clark County, IN" '18021' = "Clay County, IN" '18023' = "Clinton County, IN" '18025' = "Crawford County, IN" '18027' = "Daviess County, IN" '18029' = "Dearborn County, IN" '18031' = "Decatur County, IN" '18033' = "DeKalb County, IN" '18035' = "Delaware County, IN" '18037' = "Dubois County, IN" '18039' = "Elkhart County, IN" '18041' = "Fayette County, IN" '18043' = "Floyd County, IN" '18045' = "Fountain County, IN" '18047' = "Franklin County, IN" '18049' = "Fulton County, IN" '18051' = "Gibson County, IN" '18053' = "Grant County, IN" '18055' = "Greene County, IN" '18057' = "Hamilton County, IN" '18059' = "Hancock County, IN" '18061' = "Harrison County, IN" '18063' = "Hendricks County, IN" '18065' = "Henry County, IN" '18067' = "Howard County, IN" '18069' = "Huntington County, IN" '18071' = "Jackson County, IN" '18073' = "Jasper County, IN" '18075' = "Jay County, IN" '18077' = "Jefferson County, IN" '18079' = "Jennings County, IN" '18081' = "Johnson County, IN" '18083' = "Knox County, IN" '18085' = "Kosciusko County, IN" '18087' = "LaGrange County, IN" '18089' = "Lake County, IN" '18091' = "LaPorte County, IN" '18093' = "Lawrence County, IN" '18095' = "Madison County, IN" '18097' = "Marion County, IN" '18099' = "Marshall County, IN" '18101' = "Martin County, IN" '18103' = "Miami County, IN" '18105' = "Monroe County, IN" '18107' = "Montgomery County, IN" '18109' = "Morgan County, IN" '18111' = "Newton County, IN" '18113' = "Noble County, IN" '18115' = "Ohio County, IN" '18117' = "Orange County, IN" '18119' = "Owen County, IN" '18121' = "Parke County, IN" '18123' = "Perry County, IN" '18125' = "Pike County, IN" '18127' = "Porter County, IN" '18129' = "Posey County, IN" '18131' = "Pulaski County, IN" '18133' = "Putnam County, IN" '18135' = "Randolph County, IN" '18137' = "Ripley County, IN" '18139' = "Rush County, IN" '18141' = "St. Joseph County, IN" '18143' = "Scott County, IN" '18145' = "Shelby County, IN" '18147' = "Spencer County, IN" '18149' = "Starke County, IN" '18151' = "Steuben County, IN" '18153' = "Sullivan County, IN" '18155' = "Switzerland County, IN" '18157' = "Tippecanoe County, IN" '18159' = "Tipton County, IN" '18161' = "Union County, IN" '18163' = "Vanderburgh County, IN" '18165' = "Vermillion County, IN" '18167' = "Vigo County, IN" '18169' = "Wabash County, IN" '18171' = "Warren County, IN" '18173' = "Warrick County, IN" '18175' = "Washington County, IN" '18177' = "Wayne County, IN" '18179' = "Wells County, IN" '18181' = "White County, IN" '18183' = "Whitley County, IN" '19001' = "Adair County, IA" '19003' = "Adams County, IA" '19005' = "Allamakee County, IA" '19007' = "Appanoose County, IA" '19009' = "Audubon County, IA" '19011' = "Benton County, IA" '19013' = "Black Hawk County, IA" '19015' = "Boone County, IA" '19017' = "Bremer County, IA" '19019' = "Buchanan County, IA" '19021' = "Buena Vista County, IA" '19023' = "Butler County, IA" '19025' = "Calhoun County, IA" '19027' = "Carroll County, IA" '19029' = "Cass County, IA" '19031' = "Cedar County, IA" '19033' = "Cerro Gordo County, IA" '19035' = "Cherokee County, IA" '19037' = "Chickasaw County, IA" '19039' = "Clarke County, IA" '19041' = "Clay County, IA" '19043' = "Clayton County, IA" '19045' = "Clinton County, IA" '19047' = "Crawford County, IA" '19049' = "Dallas County, IA" '19051' = "Davis County, IA" '19053' = "Decatur County, IA" '19055' = "Delaware County, IA" '19057' = "Des Moines County, IA" '19059' = "Dickinson County, IA" '19061' = "Dubuque County, IA" '19063' = "Emmet County, IA" '19065' = "Fayette County, IA" '19067' = "Floyd County, IA" '19069' = "Franklin County, IA" '19071' = "Fremont County, IA" '19073' = "Greene County, IA" '19075' = "Grundy County, IA" '19077' = "Guthrie County, IA" '19079' = "Hamilton County, IA" '19081' = "Hancock County, IA" '19083' = "Hardin County, IA" '19085' = "Harrison County, IA" '19087' = "Henry County, IA" '19089' = "Howard County, IA" '19091' = "Humboldt County, IA" '19093' = "Ida County, IA" '19095' = "Iowa County, IA" '19097' = "Jackson County, IA" '19099' = "Jasper County, IA" '19101' = "Jefferson County, IA" '19103' = "Johnson County, IA" '19105' = "Jones County, IA" '19107' = "Keokuk County, IA" '19109' = "Kossuth County, IA" '19111' = "Lee County, IA" '19113' = "Linn County, IA" '19115' = "Louisa County, IA" '19117' = "Lucas County, IA" '19119' = "Lyon County, IA" '19121' = "Madison County, IA" '19123' = "Mahaska County, IA" '19125' = "Marion County, IA" '19127' = "Marshall County, IA" '19129' = "Mills County, IA" '19131' = "Mitchell County, IA" '19133' = "Monona County, IA" '19135' = "Monroe County, IA" '19137' = "Montgomery County, IA" '19139' = "Muscatine County, IA" '19141' = "O'Brien County, IA" '19143' = "Osceola County, IA" '19145' = "Page County, IA" '19147' = "Palo Alto County, IA" '19149' = "Plymouth County, IA" '19151' = "Pocahontas County, IA" '19153' = "Polk County, IA" '19155' = "Pottawattamie County, IA" '19157' = "Poweshiek County, IA" '19159' = "Ringgold County, IA" '19161' = "Sac County, IA" '19163' = "Scott County, IA" '19165' = "Shelby County, IA" '19167' = "Sioux County, IA" '19169' = "Story County, IA" '19171' = "Tama County, IA" '19173' = "Taylor County, IA" '19175' = "Union County, IA" '19177' = "Van Buren County, IA" '19179' = "Wapello County, IA" '19181' = "Warren County, IA" '19183' = "Washington County, IA" '19185' = "Wayne County, IA" '19187' = "Webster County, IA" '19189' = "Winnebago County, IA" '19191' = "Winneshiek County, IA" '19193' = "Woodbury County, IA" '19195' = "Worth County, IA" '19197' = "Wright County, IA" '20001' = "Allen County, KS" '20003' = "Anderson County, KS" '20005' = "Atchison County, KS" '20007' = "Barber County, KS" '20009' = "Barton County, KS" '20011' = "Bourbon County, KS" '20013' = "Brown County, KS" '20015' = "Butler County, KS" '20017' = "Chase County, KS" '20019' = "Chautauqua County, KS" '20021' = "Cherokee County, KS" '20023' = "Cheyenne County, KS" '20025' = "Clark County, KS" '20027' = "Clay County, KS" '20029' = "Cloud County, KS" '20031' = "Coffey County, KS" '20033' = "Comanche County, KS" '20035' = "Cowley County, KS" '20037' = "Crawford County, KS" '20039' = "Decatur County, KS" '20041' = "Dickinson County, KS" '20043' = "Doniphan County, KS" '20045' = "Douglas County, KS" '20047' = "Edwards County, KS" '20049' = "Elk County, KS" '20051' = "Ellis County, KS" '20053' = "Ellsworth County, KS" '20055' = "Finney County, KS" '20057' = "Ford County, KS" '20059' = "Franklin County, KS" '20061' = "Geary County, KS" '20063' = "Gove County, KS" '20065' = "Graham County, KS" '20067' = "Grant County, KS" '20069' = "Gray County, KS" '20071' = "Greeley County, KS" '20073' = "Greenwood County, KS" '20075' = "Hamilton County, KS" '20077' = "Harper County, KS" '20079' = "Harvey County, KS" '20081' = "Haskell County, KS" '20083' = "Hodgeman County, KS" '20085' = "Jackson County, KS" '20087' = "Jefferson County, KS" '20089' = "Jewell County, KS" '20091' = "Johnson County, KS" '20093' = "Kearny County, KS" '20095' = "Kingman County, KS" '20097' = "Kiowa County, KS" '20099' = "Labette County, KS" '20101' = "Lane County, KS" '20103' = "Leavenworth County, KS" '20105' = "Lincoln County, KS" '20107' = "Linn County, KS" '20109' = "Logan County, KS" '20111' = "Lyon County, KS" '20113' = "McPherson County, KS" '20115' = "Marion County, KS" '20117' = "Marshall County, KS" '20119' = "Meade County, KS" '20121' = "Miami County, KS" '20123' = "Mitchell County, KS" '20125' = "Montgomery County, KS" '20127' = "Morris County, KS" '20129' = "Morton County, KS" '20131' = "Nemaha County, KS" '20133' = "Neosho County, KS" '20135' = "Ness County, KS" '20137' = "Norton County, KS" '20139' = "Osage County, KS" '20141' = "Osborne County, KS" '20143' = "Ottawa County, KS" '20145' = "Pawnee County, KS" '20147' = "Phillips County, KS" '20149' = "Pottawatomie County, KS" '20151' = "Pratt County, KS" '20153' = "Rawlins County, KS" '20155' = "Reno County, KS" '20157' = "Republic County, KS" '20159' = "Rice County, KS" '20161' = "Riley County, KS" '20163' = "Rooks County, KS" '20165' = "Rush County, KS" '20167' = "Russell County, KS" '20169' = "Saline County, KS" '20171' = "Scott County, KS" '20173' = "Sedgwick County, KS" '20175' = "Seward County, KS" '20177' = "Shawnee County, KS" '20179' = "Sheridan County, KS" '20181' = "Sherman County, KS" '20183' = "Smith County, KS" '20185' = "Stafford County, KS" '20187' = "Stanton County, KS" '20189' = "Stevens County, KS" '20191' = "Sumner County, KS" '20193' = "Thomas County, KS" '20195' = "Trego County, KS" '20197' = "Wabaunsee County, KS" '20199' = "Wallace County, KS" '20201' = "Washington County, KS" '20203' = "Wichita County, KS" '20205' = "Wilson County, KS" '20207' = "Woodson County, KS" '20209' = "Wyandotte County, KS" '21001' = "Adair County, KY" '21003' = "Allen County, KY" '21005' = "Anderson County, KY" '21007' = "Ballard County, KY" '21009' = "Barren County, KY" '21011' = "Bath County, KY" '21013' = "Bell County, KY" '21015' = "Boone County, KY" '21017' = "Bourbon County, KY" '21019' = "Boyd County, KY" '21021' = "Boyle County, KY" '21023' = "Bracken County, KY" '21025' = "Breathitt County, KY" '21027' = "Breckinridge County, KY" '21029' = "Bullitt County, KY" '21031' = "Butler County, KY" '21033' = "Caldwell County, KY" '21035' = "Calloway County, KY" '21037' = "Campbell County, KY" '21039' = "Carlisle County, KY" '21041' = "Carroll County, KY" '21043' = "Carter County, KY" '21045' = "Casey County, KY" '21047' = "Christian County, KY" '21049' = "Clark County, KY" '21051' = "Clay County, KY" '21053' = "Clinton County, KY" '21055' = "Crittenden County, KY" '21057' = "Cumberland County, KY" '21059' = "Daviess County, KY" '21061' = "Edmonson County, KY" '21063' = "Elliott County, KY" '21065' = "Estill County, KY" '21067' = "Fayette County, KY" '21069' = "Fleming County, KY" '21071' = "Floyd County, KY" '21073' = "Franklin County, KY" '21075' = "Fulton County, KY" '21077' = "Gallatin County, KY" '21079' = "Garrard County, KY" '21081' = "Grant County, KY" '21083' = "Graves County, KY" '21085' = "Grayson County, KY" '21087' = "Green County, KY" '21089' = "Greenup County, KY" '21091' = "Hancock County, KY" '21093' = "Hardin County, KY" '21095' = "Harlan County, KY" '21097' = "Harrison County, KY" '21099' = "Hart County, KY" '21101' = "Henderson County, KY" '21103' = "Henry County, KY" '21105' = "Hickman County, KY" '21107' = "Hopkins County, KY" '21109' = "Jackson County, KY" '21111' = "Jefferson County, KY" '21113' = "Jessamine County, KY" '21115' = "Johnson County, KY" '21117' = "Kenton County, KY" '21119' = "Knott County, KY" '21121' = "Knox County, KY" '21123' = "Larue County, KY" '21125' = "Laurel County, KY" '21127' = "Lawrence County, KY" '21129' = "Lee County, KY" '21131' = "Leslie County, KY" '21133' = "Letcher County, KY" '21135' = "Lewis County, KY" '21137' = "Lincoln County, KY" '21139' = "Livingston County, KY" '21141' = "Logan County, KY" '21143' = "Lyon County, KY" '21145' = "McCracken County, KY" '21147' = "McCreary County, KY" '21149' = "McLean County, KY" '21151' = "Madison County, KY" '21153' = "Magoffin County, KY" '21155' = "Marion County, KY" '21157' = "Marshall County, KY" '21159' = "Martin County, KY" '21161' = "Mason County, KY" '21163' = "Meade County, KY" '21165' = "Menifee County, KY" '21167' = "Mercer County, KY" '21169' = "Metcalfe County, KY" '21171' = "Monroe County, KY" '21173' = "Montgomery County, KY" '21175' = "Morgan County, KY" '21177' = "Muhlenberg County, KY" '21179' = "Nelson County, KY" '21181' = "Nicholas County, KY" '21183' = "Ohio County, KY" '21185' = "Oldham County, KY" '21187' = "Owen County, KY" '21189' = "Owsley County, KY" '21191' = "Pendleton County, KY" '21193' = "Perry County, KY" '21195' = "Pike County, KY" '21197' = "Powell County, KY" '21199' = "Pulaski County, KY" '21201' = "Robertson County, KY" '21203' = "Rockcastle County, KY" '21205' = "Rowan County, KY" '21207' = "Russell County, KY" '21209' = "Scott County, KY" '21211' = "Shelby County, KY" '21213' = "Simpson County, KY" '21215' = "Spencer County, KY" '21217' = "Taylor County, KY" '21219' = "Todd County, KY" '21221' = "Trigg County, KY" '21223' = "Trimble County, KY" '21225' = "Union County, KY" '21227' = "Warren County, KY" '21229' = "Washington County, KY" '21231' = "Wayne County, KY" '21233' = "Webster County, KY" '21235' = "Whitley County, KY" '21237' = "Wolfe County, KY" '21239' = "Woodford County, KY" '22001' = "Acadia Parish, LA" '22003' = "Allen Parish, LA" '22005' = "Ascension Parish, LA" '22007' = "Assumption Parish, LA" '22009' = "Avoyelles Parish, LA" '22011' = "Beauregard Parish, LA" '22013' = "Bienville Parish, LA" '22015' = "Bossier Parish, LA" '22017' = "Caddo Parish, LA" '22019' = "Calcasieu Parish, LA" '22021' = "Caldwell Parish, LA" '22023' = "Cameron Parish, LA" '22025' = "Catahoula Parish, LA" '22027' = "Claiborne Parish, LA" '22029' = "Concordia Parish, LA" '22031' = "De Soto Parish, LA" '22033' = "East Baton Rouge Parish, LA" '22035' = "East Carroll Parish, LA" '22037' = "East Feliciana Parish, LA" '22039' = "Evangeline Parish, LA" '22041' = "Franklin Parish, LA" '22043' = "Grant Parish, LA" '22045' = "Iberia Parish, LA" '22047' = "Iberville Parish, LA" '22049' = "Jackson Parish, LA" '22051' = "Jefferson Parish, LA" '22053' = "Jefferson Davis Parish, LA" '22055' = "Lafayette Parish, LA" '22057' = "Lafourche Parish, LA" '22059' = "La Salle Parish, LA" '22061' = "Lincoln Parish, LA" '22063' = "Livingston Parish, LA" '22065' = "Madison Parish, LA" '22067' = "Morehouse Parish, LA" '22069' = "Natchitoches Parish, LA" '22071' = "Orleans Parish, LA" '22073' = "Ouachita Parish, LA" '22075' = "Plaquemines Parish, LA" '22077' = "Pointe Coupee Parish, LA" '22079' = "Rapides Parish, LA" '22081' = "Red River Parish, LA" '22083' = "Richland Parish, LA" '22085' = "Sabine Parish, LA" '22087' = "St. Bernard Parish, LA" '22089' = "St. Charles Parish, LA" '22091' = "St. Helena Parish, LA" '22093' = "St. James Parish, LA" '22095' = "St. John the Baptist Parish, LA" '22097' = "St. Landry Parish, LA" '22099' = "St. Martin Parish, LA" '22101' = "St. Mary Parish, LA" '22103' = "St. Tammany Parish, LA" '22105' = "Tangipahoa Parish, LA" '22107' = "Tensas Parish, LA" '22109' = "Terrebonne Parish, LA" '22111' = "Union Parish, LA" '22113' = "Vermilion Parish, LA" '22115' = "Vernon Parish, LA" '22117' = "Washington Parish, LA" '22119' = "Webster Parish, LA" '22121' = "West Baton Rouge Parish, LA" '22123' = "West Carroll Parish, LA" '22125' = "West Feliciana Parish, LA" '22127' = "Winn Parish, LA" '23001' = "Androscoggin County, ME" '23003' = "Aroostook County, ME" '23005' = "Cumberland County, ME" '23007' = "Franklin County, ME" '23009' = "Hancock County, ME" '23011' = "Kennebec County, ME" '23013' = "Knox County, ME" '23015' = "Lincoln County, ME" '23017' = "Oxford County, ME" '23019' = "Penobscot County, ME" '23021' = "Piscataquis County, ME" '23023' = "Sagadahoc County, ME" '23025' = "Somerset County, ME" '23027' = "Waldo County, ME" '23029' = "Washington County, ME" '23031' = "York County, ME" '24001' = "Allegany County, MD" '24003' = "Anne Arundel County, MD" '24005' = "Baltimore County, MD" '24009' = "Calvert County, MD" '24011' = "Caroline County, MD" '24013' = "Carroll County, MD" '24015' = "Cecil County, MD" '24017' = "Charles County, MD" '24019' = "Dorchester County, MD" '24021' = "Frederick County, MD" '24023' = "Garrett County, MD" '24025' = "Harford County, MD" '24027' = "Howard County, MD" '24029' = "Kent County, MD" '24031' = "Montgomery County, MD" '24033' = "Prince George's County, MD" '24035' = "Queen Anne's County, MD" '24037' = "St. Mary's County, MD" '24039' = "Somerset County, MD" '24041' = "Talbot County, MD" '24043' = "Washington County, MD" '24045' = "Wicomico County, MD" '24047' = "Worcester County, MD" '24510' = "Baltimore city, MD" '25001' = "Barnstable County, MA" '25003' = "Berkshire County, MA" '25005' = "Bristol County, MA" '25007' = "Dukes County, MA" '25009' = "Essex County, MA" '25011' = "Franklin County, MA" '25013' = "Hampden County, MA" '25015' = "Hampshire County, MA" '25017' = "Middlesex County, MA" '25019' = "Nantucket County, MA" '25021' = "Norfolk County, MA" '25023' = "Plymouth County, MA" '25025' = "Suffolk County, MA" '25027' = "Worcester County, MA" '26001' = "Alcona County, MI" '26003' = "Alger County, MI" '26005' = "Allegan County, MI" '26007' = "Alpena County, MI" '26009' = "Antrim County, MI" '26011' = "Arenac County, MI" '26013' = "Baraga County, MI" '26015' = "Barry County, MI" '26017' = "Bay County, MI" '26019' = "Benzie County, MI" '26021' = "Berrien County, MI" '26023' = "Branch County, MI" '26025' = "Calhoun County, MI" '26027' = "Cass County, MI" '26029' = "Charlevoix County, MI" '26031' = "Cheboygan County, MI" '26033' = "Chippewa County, MI" '26035' = "Clare County, MI" '26037' = "Clinton County, MI" '26039' = "Crawford County, MI" '26041' = "Delta County, MI" '26043' = "Dickinson County, MI" '26045' = "Eaton County, MI" '26047' = "Emmet County, MI" '26049' = "Genesee County, MI" '26051' = "Gladwin County, MI" '26053' = "Gogebic County, MI" '26055' = "Grand Traverse County, MI" '26057' = "Gratiot County, MI" '26059' = "Hillsdale County, MI" '26061' = "Houghton County, MI" '26063' = "Huron County, MI" '26065' = "Ingham County, MI" '26067' = "Ionia County, MI" '26069' = "Iosco County, MI" '26071' = "Iron County, MI" '26073' = "Isabella County, MI" '26075' = "Jackson County, MI" '26077' = "Kalamazoo County, MI" '26079' = "Kalkaska County, MI" '26081' = "Kent County, MI" '26083' = "Keweenaw County, MI" '26085' = "Lake County, MI" '26087' = "Lapeer County, MI" '26089' = "Leelanau County, MI" '26091' = "Lenawee County, MI" '26093' = "Livingston County, MI" '26095' = "Luce County, MI" '26097' = "Mackinac County, MI" '26099' = "Macomb County, MI" '26101' = "Manistee County, MI" '26103' = "Marquette County, MI" '26105' = "Mason County, MI" '26107' = "Mecosta County, MI" '26109' = "Menominee County, MI" '26111' = "Midland County, MI" '26113' = "Missaukee County, MI" '26115' = "Monroe County, MI" '26117' = "Montcalm County, MI" '26119' = "Montmorency County, MI" '26121' = "Muskegon County, MI" '26123' = "Newaygo County, MI" '26125' = "Oakland County, MI" '26127' = "Oceana County, MI" '26129' = "Ogemaw County, MI" '26131' = "Ontonagon County, MI" '26133' = "Osceola County, MI" '26135' = "Oscoda County, MI" '26137' = "Otsego County, MI" '26139' = "Ottawa County, MI" '26141' = "Presque Isle County, MI" '26143' = "Roscommon County, MI" '26145' = "Saginaw County, MI" '26147' = "St. Clair County, MI" '26149' = "St. Joseph County, MI" '26151' = "Sanilac County, MI" '26153' = "Schoolcraft County, MI" '26155' = "Shiawassee County, MI" '26157' = "Tuscola County, MI" '26159' = "Van Buren County, MI" '26161' = "Washtenaw County, MI" '26163' = "Wayne County, MI" '26165' = "Wexford County, MI" '27001' = "Aitkin County, MN" '27003' = "Anoka County, MN" '27005' = "Becker County, MN" '27007' = "Beltrami County, MN" '27009' = "Benton County, MN" '27011' = "Big Stone County, MN" '27013' = "Blue Earth County, MN" '27015' = "Brown County, MN" '27017' = "Carlton County, MN" '27019' = "Carver County, MN" '27021' = "Cass County, MN" '27023' = "Chippewa County, MN" '27025' = "Chisago County, MN" '27027' = "Clay County, MN" '27029' = "Clearwater County, MN" '27031' = "Cook County, MN" '27033' = "Cottonwood County, MN" '27035' = "Crow Wing County, MN" '27037' = "Dakota County, MN" '27039' = "Dodge County, MN" '27041' = "Douglas County, MN" '27043' = "Faribault County, MN" '27045' = "Fillmore County, MN" '27047' = "Freeborn County, MN" '27049' = "Goodhue County, MN" '27051' = "Grant County, MN" '27053' = "Hennepin County, MN" '27055' = "Houston County, MN" '27057' = "Hubbard County, MN" '27059' = "Isanti County, MN" '27061' = "Itasca County, MN" '27063' = "Jackson County, MN" '27065' = "Kanabec County, MN" '27067' = "Kandiyohi County, MN" '27069' = "Kittson County, MN" '27071' = "Koochiching County, MN" '27073' = "Lac qui Parle County, MN" '27075' = "Lake County, MN" '27077' = "Lake of the Woods County, MN" '27079' = "Le Sueur County, MN" '27081' = "Lincoln County, MN" '27083' = "Lyon County, MN" '27085' = "McLeod County, MN" '27087' = "Mahnomen County, MN" '27089' = "Marshall County, MN" '27091' = "Martin County, MN" '27093' = "Meeker County, MN" '27095' = "Mille Lacs County, MN" '27097' = "Morrison County, MN" '27099' = "Mower County, MN" '27101' = "Murray County, MN" '27103' = "Nicollet County, MN" '27105' = "Nobles County, MN" '27107' = "Norman County, MN" '27109' = "Olmsted County, MN" '27111' = "Otter Tail County, MN" '27113' = "Pennington County, MN" '27115' = "Pine County, MN" '27117' = "Pipestone County, MN" '27119' = "Polk County, MN" '27121' = "Pope County, MN" '27123' = "Ramsey County, MN" '27125' = "Red Lake County, MN" '27127' = "Redwood County, MN" '27129' = "Renville County, MN" '27131' = "Rice County, MN" '27133' = "Rock County, MN" '27135' = "Roseau County, MN" '27137' = "St. Louis County, MN" '27139' = "Scott County, MN" '27141' = "Sherburne County, MN" '27143' = "Sibley County, MN" '27145' = "Stearns County, MN" '27147' = "Steele County, MN" '27149' = "Stevens County, MN" '27151' = "Swift County, MN" '27153' = "Todd County, MN" '27155' = "Traverse County, MN" '27157' = "Wabasha County, MN" '27159' = "Wadena County, MN" '27161' = "Waseca County, MN" '27163' = "Washington County, MN" '27165' = "Watonwan County, MN" '27167' = "Wilkin County, MN" '27169' = "Winona County, MN" '27171' = "Wright County, MN" '27173' = "Yellow Medicine County, MN" '28001' = "Adams County, MS" '28003' = "Alcorn County, MS" '28005' = "Amite County, MS" '28007' = "Attala County, MS" '28009' = "Benton County, MS" '28011' = "Bolivar County, MS" '28013' = "Calhoun County, MS" '28015' = "Carroll County, MS" '28017' = "Chickasaw County, MS" '28019' = "Choctaw County, MS" '28021' = "Claiborne County, MS" '28023' = "Clarke County, MS" '28025' = "Clay County, MS" '28027' = "Coahoma County, MS" '28029' = "Copiah County, MS" '28031' = "Covington County, MS" '28033' = "DeSoto County, MS" '28035' = "Forrest County, MS" '28037' = "Franklin County, MS" '28039' = "George County, MS" '28041' = "Greene County, MS" '28043' = "Grenada County, MS" '28045' = "Hancock County, MS" '28047' = "Harrison County, MS" '28049' = "Hinds County, MS" '28051' = "Holmes County, MS" '28053' = "Humphreys County, MS" '28055' = "Issaquena County, MS" '28057' = "Itawamba County, MS" '28059' = "Jackson County, MS" '28061' = "Jasper County, MS" '28063' = "Jefferson County, MS" '28065' = "Jefferson Davis County, MS" '28067' = "Jones County, MS" '28069' = "Kemper County, MS" '28071' = "Lafayette County, MS" '28073' = "Lamar County, MS" '28075' = "Lauderdale County, MS" '28077' = "Lawrence County, MS" '28079' = "Leake County, MS" '28081' = "Lee County, MS" '28083' = "Leflore County, MS" '28085' = "Lincoln County, MS" '28087' = "Lowndes County, MS" '28089' = "Madison County, MS" '28091' = "Marion County, MS" '28093' = "Marshall County, MS" '28095' = "Monroe County, MS" '28097' = "Montgomery County, MS" '28099' = "Neshoba County, MS" '28101' = "Newton County, MS" '28103' = "Noxubee County, MS" '28105' = "Oktibbeha County, MS" '28107' = "Panola County, MS" '28109' = "Pearl River County, MS" '28111' = "Perry County, MS" '28113' = "Pike County, MS" '28115' = "Pontotoc County, MS" '28117' = "Prentiss County, MS" '28119' = "Quitman County, MS" '28121' = "Rankin County, MS" '28123' = "Scott County, MS" '28125' = "Sharkey County, MS" '28127' = "Simpson County, MS" '28129' = "Smith County, MS" '28131' = "Stone County, MS" '28133' = "Sunflower County, MS" '28135' = "Tallahatchie County, MS" '28137' = "Tate County, MS" '28139' = "Tippah County, MS" '28141' = "Tishomingo County, MS" '28143' = "Tunica County, MS" '28145' = "Union County, MS" '28147' = "Walthall County, MS" '28149' = "Warren County, MS" '28151' = "Washington County, MS" '28153' = "Wayne County, MS" '28155' = "Webster County, MS" '28157' = "Wilkinson County, MS" '28159' = "Winston County, MS" '28161' = "Yalobusha County, MS" '28163' = "Yazoo County, MS" '29001' = "Adair County, MO" '29003' = "Andrew County, MO" '29005' = "Atchison County, MO" '29007' = "Audrain County, MO" '29009' = "Barry County, MO" '29011' = "Barton County, MO" '29013' = "Bates County, MO" '29015' = "Benton County, MO" '29017' = "Bollinger County, MO" '29019' = "Boone County, MO" '29021' = "Buchanan County, MO" '29023' = "Butler County, MO" '29025' = "Caldwell County, MO" '29027' = "Callaway County, MO" '29029' = "Camden County, MO" '29031' = "Cape Girardeau County, MO" '29033' = "Carroll County, MO" '29035' = "Carter County, MO" '29037' = "Cass County, MO" '29039' = "Cedar County, MO" '29041' = "Chariton County, MO" '29043' = "Christian County, MO" '29045' = "Clark County, MO" '29047' = "Clay County, MO" '29049' = "Clinton County, MO" '29051' = "Cole County, MO" '29053' = "Cooper County, MO" '29055' = "Crawford County, MO" '29057' = "Dade County, MO" '29059' = "Dallas County, MO" '29061' = "Daviess County, MO" '29063' = "DeKalb County, MO" '29065' = "Dent County, MO" '29067' = "Douglas County, MO" '29069' = "Dunklin County, MO" '29071' = "Franklin County, MO" '29073' = "Gasconade County, MO" '29075' = "Gentry County, MO" '29077' = "Greene County, MO" '29079' = "Grundy County, MO" '29081' = "Harrison County, MO" '29083' = "Henry County, MO" '29085' = "Hickory County, MO" '29087' = "Holt County, MO" '29089' = "Howard County, MO" '29091' = "Howell County, MO" '29093' = "Iron County, MO" '29095' = "Jackson County, MO" '29097' = "Jasper County, MO" '29099' = "Jefferson County, MO" '29101' = "Johnson County, MO" '29103' = "Knox County, MO" '29105' = "Laclede County, MO" '29107' = "Lafayette County, MO" '29109' = "Lawrence County, MO" '29111' = "Lewis County, MO" '29113' = "Lincoln County, MO" '29115' = "Linn County, MO" '29117' = "Livingston County, MO" '29119' = "McDonald County, MO" '29121' = "Macon County, MO" '29123' = "Madison County, MO" '29125' = "Maries County, MO" '29127' = "Marion County, MO" '29129' = "Mercer County, MO" '29131' = "Miller County, MO" '29133' = "Mississippi County, MO" '29135' = "Moniteau County, MO" '29137' = "Monroe County, MO" '29139' = "Montgomery County, MO" '29141' = "Morgan County, MO" '29143' = "New Madrid County, MO" '29145' = "Newton County, MO" '29147' = "Nodaway County, MO" '29149' = "Oregon County, MO" '29151' = "Osage County, MO" '29153' = "Ozark County, MO" '29155' = "Pemiscot County, MO" '29157' = "Perry County, MO" '29159' = "Pettis County, MO" '29161' = "Phelps County, MO" '29163' = "Pike County, MO" '29165' = "Platte County, MO" '29167' = "Polk County, MO" '29169' = "Pulaski County, MO" '29171' = "Putnam County, MO" '29173' = "Ralls County, MO" '29175' = "Randolph County, MO" '29177' = "Ray County, MO" '29179' = "Reynolds County, MO" '29181' = "Ripley County, MO" '29183' = "St. Charles County, MO" '29185' = "St. Clair County, MO" '29186' = "Ste. Genevieve County, MO" '29187' = "St. Francois County, MO" '29189' = "St. Louis County, MO" '29195' = "Saline County, MO" '29197' = "Schuyler County, MO" '29199' = "Scotland County, MO" '29201' = "Scott County, MO" '29203' = "Shannon County, MO" '29205' = "Shelby County, MO" '29207' = "Stoddard County, MO" '29209' = "Stone County, MO" '29211' = "Sullivan County, MO" '29213' = "Taney County, MO" '29215' = "Texas County, MO" '29217' = "Vernon County, MO" '29219' = "Warren County, MO" '29221' = "Washington County, MO" '29223' = "Wayne County, MO" '29225' = "Webster County, MO" '29227' = "Worth County, MO" '29229' = "Wright County, MO" '29510' = "St. Louis city, MO" '30001' = "Beaverhead County, MT" '30003' = "Big Horn County, MT" '30005' = "Blaine County, MT" '30007' = "Broadwater County, MT" '30009' = "Carbon County, MT" '30011' = "Carter County, MT" '30013' = "Cascade County, MT" '30015' = "Chouteau County, MT" '30017' = "Custer County, MT" '30019' = "Daniels County, MT" '30021' = "Dawson County, MT" '30023' = "Deer Lodge County, MT" '30025' = "Fallon County, MT" '30027' = "Fergus County, MT" '30029' = "Flathead County, MT" '30031' = "Gallatin County, MT" '30033' = "Garfield County, MT" '30035' = "Glacier County, MT" '30037' = "Golden Valley County, MT" '30039' = "Granite County, MT" '30041' = "Hill County, MT" '30043' = "Jefferson County, MT" '30045' = "Judith Basin County, MT" '30047' = "Lake County, MT" '30049' = "Lewis and Clark County, MT" '30051' = "Liberty County, MT" '30053' = "Lincoln County, MT" '30055' = "McCone County, MT" '30057' = "Madison County, MT" '30059' = "Meagher County, MT" '30061' = "Mineral County, MT" '30063' = "Missoula County, MT" '30065' = "Musselshell County, MT" '30067' = "Park County, MT" '30069' = "Petroleum County, MT" '30071' = "Phillips County, MT" '30073' = "Pondera County, MT" '30075' = "Powder River County, MT" '30077' = "Powell County, MT" '30079' = "Prairie County, MT" '30081' = "Ravalli County, MT" '30083' = "Richland County, MT" '30085' = "Roosevelt County, MT" '30087' = "Rosebud County, MT" '30089' = "Sanders County, MT" '30091' = "Sheridan County, MT" '30093' = "Silver Bow County, MT" '30095' = "Stillwater County, MT" '30097' = "Sweet Grass County, MT" '30099' = "Teton County, MT" '30101' = "Toole County, MT" '30103' = "Treasure County, MT" '30105' = "Valley County, MT" '30107' = "Wheatland County, MT" '30109' = "Wibaux County, MT" '30111' = "Yellowstone County, MT" '31001' = "Adams County, NE" '31003' = "Antelope County, NE" '31005' = "Arthur County, NE" '31007' = "Banner County, NE" '31009' = "Blaine County, NE" '31011' = "Boone County, NE" '31013' = "Box Butte County, NE" '31015' = "Boyd County, NE" '31017' = "Brown County, NE" '31019' = "Buffalo County, NE" '31021' = "Burt County, NE" '31023' = "Butler County, NE" '31025' = "Cass County, NE" '31027' = "Cedar County, NE" '31029' = "Chase County, NE" '31031' = "Cherry County, NE" '31033' = "Cheyenne County, NE" '31035' = "Clay County, NE" '31037' = "Colfax County, NE" '31039' = "Cuming County, NE" '31041' = "Custer County, NE" '31043' = "Dakota County, NE" '31045' = "Dawes County, NE" '31047' = "Dawson County, NE" '31049' = "Deuel County, NE" '31051' = "Dixon County, NE" '31053' = "Dodge County, NE" '31055' = "Douglas County, NE" '31057' = "Dundy County, NE" '31059' = "Fillmore County, NE" '31061' = "Franklin County, NE" '31063' = "Frontier County, NE" '31065' = "Furnas County, NE" '31067' = "Gage County, NE" '31069' = "Garden County, NE" '31071' = "Garfield County, NE" '31073' = "Gosper County, NE" '31075' = "Grant County, NE" '31077' = "Greeley County, NE" '31079' = "Hall County, NE" '31081' = "Hamilton County, NE" '31083' = "Harlan County, NE" '31085' = "Hayes County, NE" '31087' = "Hitchcock County, NE" '31089' = "Holt County, NE" '31091' = "Hooker County, NE" '31093' = "Howard County, NE" '31095' = "Jefferson County, NE" '31097' = "Johnson County, NE" '31099' = "Kearney County, NE" '31101' = "Keith County, NE" '31103' = "Keya Paha County, NE" '31105' = "Kimball County, NE" '31107' = "Knox County, NE" '31109' = "Lancaster County, NE" '31111' = "Lincoln County, NE" '31113' = "Logan County, NE" '31115' = "Loup County, NE" '31117' = "McPherson County, NE" '31119' = "Madison County, NE" '31121' = "Merrick County, NE" '31123' = "Morrill County, NE" '31125' = "Nance County, NE" '31127' = "Nemaha County, NE" '31129' = "Nuckolls County, NE" '31131' = "Otoe County, NE" '31133' = "Pawnee County, NE" '31135' = "Perkins County, NE" '31137' = "Phelps County, NE" '31139' = "Pierce County, NE" '31141' = "Platte County, NE" '31143' = "Polk County, NE" '31145' = "Red Willow County, NE" '31147' = "Richardson County, NE" '31149' = "Rock County, NE" '31151' = "Saline County, NE" '31153' = "Sarpy County, NE" '31155' = "Saunders County, NE" '31157' = "Scotts Bluff County, NE" '31159' = "Seward County, NE" '31161' = "Sheridan County, NE" '31163' = "Sherman County, NE" '31165' = "Sioux County, NE" '31167' = "Stanton County, NE" '31169' = "Thayer County, NE" '31171' = "Thomas County, NE" '31173' = "Thurston County, NE" '31175' = "Valley County, NE" '31177' = "Washington County, NE" '31179' = "Wayne County, NE" '31181' = "Webster County, NE" '31183' = "Wheeler County, NE" '31185' = "York County, NE" '32001' = "Churchill County, NV" '32003' = "Clark County, NV" '32005' = "Douglas County, NV" '32007' = "Elko County, NV" '32009' = "Esmeralda County, NV" '32011' = "Eureka County, NV" '32013' = "Humboldt County, NV" '32015' = "Lander County, NV" '32017' = "Lincoln County, NV" '32019' = "Lyon County, NV" '32021' = "Mineral County, NV" '32023' = "Nye County, NV" '32027' = "Pershing County, NV" '32029' = "Storey County, NV" '32031' = "Washoe County, NV" '32033' = "White Pine County, NV" '32510' = "Carson City, NV" '33001' = "Belknap County, NH" '33003' = "Carroll County, NH" '33005' = "Cheshire County, NH" '33007' = "Coos County, NH" '33009' = "Grafton County, NH" '33011' = "Hillsborough County, NH" '33013' = "Merrimack County, NH" '33015' = "Rockingham County, NH" '33017' = "Strafford County, NH" '33019' = "Sullivan County, NH" '34001' = "Atlantic County, NJ" '34003' = "Bergen County, NJ" '34005' = "Burlington County, NJ" '34007' = "Camden County, NJ" '34009' = "Cape May County, NJ" '34011' = "Cumberland County, NJ" '34013' = "Essex County, NJ" '34015' = "Gloucester County, NJ" '34017' = "Hudson County, NJ" '34019' = "Hunterdon County, NJ" '34021' = "Mercer County, NJ" '34023' = "Middlesex County, NJ" '34025' = "Monmouth County, NJ" '34027' = "Morris County, NJ" '34029' = "Ocean County, NJ" '34031' = "Passaic County, NJ" '34033' = "Salem County, NJ" '34035' = "Somerset County, NJ" '34037' = "Sussex County, NJ" '34039' = "Union County, NJ" '34041' = "Warren County, NJ" '35001' = "Bernalillo County, NM" '35003' = "Catron County, NM" '35005' = "Chaves County, NM" '35006' = "Cibola County, NM" '35007' = "Colfax County, NM" '35009' = "Curry County, NM" '35011' = "De Baca County, NM" '35013' = "Dona Ana County, NM" '35015' = "Eddy County, NM" '35017' = "Grant County, NM" '35019' = "Guadalupe County, NM" '35021' = "Harding County, NM" '35023' = "Hidalgo County, NM" '35025' = "Lea County, NM" '35027' = "Lincoln County, NM" '35028' = "Los Alamos County, NM" '35029' = "Luna County, NM" '35031' = "McKinley County, NM" '35033' = "Mora County, NM" '35035' = "Otero County, NM" '35037' = "Quay County, NM" '35039' = "Rio Arriba County, NM" '35041' = "Roosevelt County, NM" '35043' = "Sandoval County, NM" '35045' = "San Juan County, NM" '35047' = "San Miguel County, NM" '35049' = "Santa Fe County, NM" '35051' = "Sierra County, NM" '35053' = "Socorro County, NM" '35055' = "Taos County, NM" '35057' = "Torrance County, NM" '35059' = "Union County, NM" '35061' = "Valencia County, NM" '36001' = "Albany County, NY" '36003' = "Allegany County, NY" '36005' = "Bronx County, NY" '36007' = "Broome County, NY" '36009' = "Cattaraugus County, NY" '36011' = "Cayuga County, NY" '36013' = "Chautauqua County, NY" '36015' = "Chemung County, NY" '36017' = "Chenango County, NY" '36019' = "Clinton County, NY" '36021' = "Columbia County, NY" '36023' = "Cortland County, NY" '36025' = "Delaware County, NY" '36027' = "Dutchess County, NY" '36029' = "Erie County, NY" '36031' = "Essex County, NY" '36033' = "Franklin County, NY" '36035' = "Fulton County, NY" '36037' = "Genesee County, NY" '36039' = "Greene County, NY" '36041' = "Hamilton County, NY" '36043' = "Herkimer County, NY" '36045' = "Jefferson County, NY" '36047' = "Kings County, NY" '36049' = "Lewis County, NY" '36051' = "Livingston County, NY" '36053' = "Madison County, NY" '36055' = "Monroe County, NY" '36057' = "Montgomery County, NY" '36059' = "Nassau County, NY" '36061' = "New York County, NY" '36063' = "Niagara County, NY" '36065' = "Oneida County, NY" '36067' = "Onondaga County, NY" '36069' = "Ontario County, NY" '36071' = "Orange County, NY" '36073' = "Orleans County, NY" '36075' = "Oswego County, NY" '36077' = "Otsego County, NY" '36079' = "Putnam County, NY" '36081' = "Queens County, NY" '36083' = "Rensselaer County, NY" '36085' = "Richmond County, NY" '36087' = "Rockland County, NY" '36089' = "St. Lawrence County, NY" '36091' = "Saratoga County, NY" '36093' = "Schenectady County, NY" '36095' = "Schoharie County, NY" '36097' = "Schuyler County, NY" '36099' = "Seneca County, NY" '36101' = "Steuben County, NY" '36103' = "Suffolk County, NY" '36105' = "Sullivan County, NY" '36107' = "Tioga County, NY" '36109' = "Tompkins County, NY" '36111' = "Ulster County, NY" '36113' = "Warren County, NY" '36115' = "Washington County, NY" '36117' = "Wayne County, NY" '36119' = "Westchester County, NY" '36121' = "Wyoming County, NY" '36123' = "Yates County, NY" '37001' = "Alamance County, NC" '37003' = "Alexander County, NC" '37005' = "Alleghany County, NC" '37007' = "Anson County, NC" '37009' = "Ashe County, NC" '37011' = "Avery County, NC" '37013' = "Beaufort County, NC" '37015' = "Bertie County, NC" '37017' = "Bladen County, NC" '37019' = "Brunswick County, NC" '37021' = "Buncombe County, NC" '37023' = "Burke County, NC" '37025' = "Cabarrus County, NC" '37027' = "Caldwell County, NC" '37029' = "Camden County, NC" '37031' = "Carteret County, NC" '37033' = "Caswell County, NC" '37035' = "Catawba County, NC" '37037' = "Chatham County, NC" '37039' = "Cherokee County, NC" '37041' = "Chowan County, NC" '37043' = "Clay County, NC" '37045' = "Cleveland County, NC" '37047' = "Columbus County, NC" '37049' = "Craven County, NC" '37051' = "Cumberland County, NC" '37053' = "Currituck County, NC" '37055' = "Dare County, NC" '37057' = "Davidson County, NC" '37059' = "Davie County, NC" '37061' = "Duplin County, NC" '37063' = "Durham County, NC" '37065' = "Edgecombe County, NC" '37067' = "Forsyth County, NC" '37069' = "Franklin County, NC" '37071' = "Gaston County, NC" '37073' = "Gates County, NC" '37075' = "Graham County, NC" '37077' = "Granville County, NC" '37079' = "Greene County, NC" '37081' = "Guilford County, NC" '37083' = "Halifax County, NC" '37085' = "Harnett County, NC" '37087' = "Haywood County, NC" '37089' = "Henderson County, NC" '37091' = "Hertford County, NC" '37093' = "Hoke County, NC" '37095' = "Hyde County, NC" '37097' = "Iredell County, NC" '37099' = "Jackson County, NC" '37101' = "Johnston County, NC" '37103' = "Jones County, NC" '37105' = "Lee County, NC" '37107' = "Lenoir County, NC" '37109' = "Lincoln County, NC" '37111' = "McDowell County, NC" '37113' = "Macon County, NC" '37115' = "Madison County, NC" '37117' = "Martin County, NC" '37119' = "Mecklenburg County, NC" '37121' = "Mitchell County, NC" '37123' = "Montgomery County, NC" '37125' = "Moore County, NC" '37127' = "Nash County, NC" '37129' = "New Hanover County, NC" '37131' = "Northampton County, NC" '37133' = "Onslow County, NC" '37135' = "Orange County, NC" '37137' = "Pamlico County, NC" '37139' = "Pasquotank County, NC" '37141' = "Pender County, NC" '37143' = "Perquimans County, NC" '37145' = "Person County, NC" '37147' = "Pitt County, NC" '37149' = "Polk County, NC" '37151' = "Randolph County, NC" '37153' = "Richmond County, NC" '37155' = "Robeson County, NC" '37157' = "Rockingham County, NC" '37159' = "Rowan County, NC" '37161' = "Rutherford County, NC" '37163' = "Sampson County, NC" '37165' = "Scotland County, NC" '37167' = "Stanly County, NC" '37169' = "Stokes County, NC" '37171' = "Surry County, NC" '37173' = "Swain County, NC" '37175' = "Transylvania County, NC" '37177' = "Tyrrell County, NC" '37179' = "Union County, NC" '37181' = "Vance County, NC" '37183' = "Wake County, NC" '37185' = "Warren County, NC" '37187' = "Washington County, NC" '37189' = "Watauga County, NC" '37191' = "Wayne County, NC" '37193' = "Wilkes County, NC" '37195' = "Wilson County, NC" '37197' = "Yadkin County, NC" '37199' = "Yancey County, NC" '38001' = "Adams County, ND" '38003' = "Barnes County, ND" '38005' = "Benson County, ND" '38007' = "Billings County, ND" '38009' = "Bottineau County, ND" '38011' = "Bowman County, ND" '38013' = "Burke County, ND" '38015' = "Burleigh County, ND" '38017' = "Cass County, ND" '38019' = "Cavalier County, ND" '38021' = "Dickey County, ND" '38023' = "Divide County, ND" '38025' = "Dunn County, ND" '38027' = "Eddy County, ND" '38029' = "Emmons County, ND" '38031' = "Foster County, ND" '38033' = "Golden Valley County, ND" '38035' = "Grand Forks County, ND" '38037' = "Grant County, ND" '38039' = "Griggs County, ND" '38041' = "Hettinger County, ND" '38043' = "Kidder County, ND" '38045' = "LaMoure County, ND" '38047' = "Logan County, ND" '38049' = "McHenry County, ND" '38051' = "McIntosh County, ND" '38053' = "McKenzie County, ND" '38055' = "McLean County, ND" '38057' = "Mercer County, ND" '38059' = "Morton County, ND" '38061' = "Mountrail County, ND" '38063' = "Nelson County, ND" '38065' = "Oliver County, ND" '38067' = "Pembina County, ND" '38069' = "Pierce County, ND" '38071' = "Ramsey County, ND" '38073' = "Ransom County, ND" '38075' = "Renville County, ND" '38077' = "Richland County, ND" '38079' = "Rolette County, ND" '38081' = "Sargent County, ND" '38083' = "Sheridan County, ND" '38085' = "Sioux County, ND" '38087' = "Slope County, ND" '38089' = "Stark County, ND" '38091' = "Steele County, ND" '38093' = "Stutsman County, ND" '38095' = "Towner County, ND" '38097' = "Traill County, ND" '38099' = "Walsh County, ND" '38101' = "Ward County, ND" '38103' = "Wells County, ND" '38105' = "Williams County, ND" '39001' = "Adams County, OH" '39003' = "Allen County, OH" '39005' = "Ashland County, OH" '39007' = "Ashtabula County, OH" '39009' = "Athens County, OH" '39011' = "Auglaize County, OH" '39013' = "Belmont County, OH" '39015' = "Brown County, OH" '39017' = "Butler County, OH" '39019' = "Carroll County, OH" '39021' = "Champaign County, OH" '39023' = "Clark County, OH" '39025' = "Clermont County, OH" '39027' = "Clinton County, OH" '39029' = "Columbiana County, OH" '39031' = "Coshocton County, OH" '39033' = "Crawford County, OH" '39035' = "Cuyahoga County, OH" '39037' = "Darke County, OH" '39039' = "Defiance County, OH" '39041' = "Delaware County, OH" '39043' = "Erie County, OH" '39045' = "Fairfield County, OH" '39047' = "Fayette County, OH" '39049' = "Franklin County, OH" '39051' = "Fulton County, OH" '39053' = "Gallia County, OH" '39055' = "Geauga County, OH" '39057' = "Greene County, OH" '39059' = "Guernsey County, OH" '39061' = "Hamilton County, OH" '39063' = "Hancock County, OH" '39065' = "Hardin County, OH" '39067' = "Harrison County, OH" '39069' = "Henry County, OH" '39071' = "Highland County, OH" '39073' = "Hocking County, OH" '39075' = "Holmes County, OH" '39077' = "Huron County, OH" '39079' = "Jackson County, OH" '39081' = "Jefferson County, OH" '39083' = "Knox County, OH" '39085' = "Lake County, OH" '39087' = "Lawrence County, OH" '39089' = "Licking County, OH" '39091' = "Logan County, OH" '39093' = "Lorain County, OH" '39095' = "Lucas County, OH" '39097' = "Madison County, OH" '39099' = "Mahoning County, OH" '39101' = "Marion County, OH" '39103' = "Medina County, OH" '39105' = "Meigs County, OH" '39107' = "Mercer County, OH" '39109' = "Miami County, OH" '39111' = "Monroe County, OH" '39113' = "Montgomery County, OH" '39115' = "Morgan County, OH" '39117' = "Morrow County, OH" '39119' = "Muskingum County, OH" '39121' = "Noble County, OH" '39123' = "Ottawa County, OH" '39125' = "Paulding County, OH" '39127' = "Perry County, OH" '39129' = "Pickaway County, OH" '39131' = "Pike County, OH" '39133' = "Portage County, OH" '39135' = "Preble County, OH" '39137' = "Putnam County, OH" '39139' = "Richland County, OH" '39141' = "Ross County, OH" '39143' = "Sandusky County, OH" '39145' = "Scioto County, OH" '39147' = "Seneca County, OH" '39149' = "Shelby County, OH" '39151' = "Stark County, OH" '39153' = "Summit County, OH" '39155' = "Trumbull County, OH" '39157' = "Tuscarawas County, OH" '39159' = "Union County, OH" '39161' = "Van Wert County, OH" '39163' = "Vinton County, OH" '39165' = "Warren County, OH" '39167' = "Washington County, OH" '39169' = "Wayne County, OH" '39171' = "Williams County, OH" '39173' = "Wood County, OH" '39175' = "Wyandot County, OH" '40001' = "Adair County, OK" '40003' = "Alfalfa County, OK" '40005' = "Atoka County, OK" '40007' = "Beaver County, OK" '40009' = "Beckham County, OK" '40011' = "Blaine County, OK" '40013' = "Bryan County, OK" '40015' = "Caddo County, OK" '40017' = "Canadian County, OK" '40019' = "Carter County, OK" '40021' = "Cherokee County, OK" '40023' = "Choctaw County, OK" '40025' = "Cimarron County, OK" '40027' = "Cleveland County, OK" '40029' = "Coal County, OK" '40031' = "Comanche County, OK" '40033' = "Cotton County, OK" '40035' = "Craig County, OK" '40037' = "Creek County, OK" '40039' = "Custer County, OK" '40041' = "Delaware County, OK" '40043' = "Dewey County, OK" '40045' = "Ellis County, OK" '40047' = "Garfield County, OK" '40049' = "Garvin County, OK" '40051' = "Grady County, OK" '40053' = "Grant County, OK" '40055' = "Greer County, OK" '40057' = "Harmon County, OK" '40059' = "Harper County, OK" '40061' = "Haskell County, OK" '40063' = "Hughes County, OK" '40065' = "Jackson County, OK" '40067' = "Jefferson County, OK" '40069' = "Johnston County, OK" '40071' = "Kay County, OK" '40073' = "Kingfisher County, OK" '40075' = "Kiowa County, OK" '40077' = "Latimer County, OK" '40079' = "Le Flore County, OK" '40081' = "Lincoln County, OK" '40083' = "Logan County, OK" '40085' = "Love County, OK" '40087' = "McClain County, OK" '40089' = "McCurtain County, OK" '40091' = "McIntosh County, OK" '40093' = "Major County, OK" '40095' = "Marshall County, OK" '40097' = "Mayes County, OK" '40099' = "Murray County, OK" '40101' = "Muskogee County, OK" '40103' = "Noble County, OK" '40105' = "Nowata County, OK" '40107' = "Okfuskee County, OK" '40109' = "Oklahoma County, OK" '40111' = "Okmulgee County, OK" '40113' = "Osage County, OK" '40115' = "Ottawa County, OK" '40117' = "Pawnee County, OK" '40119' = "Payne County, OK" '40121' = "Pittsburg County, OK" '40123' = "Pontotoc County, OK" '40125' = "Pottawatomie County, OK" '40127' = "Pushmataha County, OK" '40129' = "Roger Mills County, OK" '40131' = "Rogers County, OK" '40133' = "Seminole County, OK" '40135' = "Sequoyah County, OK" '40137' = "Stephens County, OK" '40139' = "Texas County, OK" '40141' = "Tillman County, OK" '40143' = "Tulsa County, OK" '40145' = "Wagoner County, OK" '40147' = "Washington County, OK" '40149' = "Washita County, OK" '40151' = "Woods County, OK" '40153' = "Woodward County, OK" '41001' = "Baker County, OR" '41003' = "Benton County, OR" '41005' = "Clackamas County, OR" '41007' = "Clatsop County, OR" '41009' = "Columbia County, OR" '41011' = "Coos County, OR" '41013' = "Crook County, OR" '41015' = "Curry County, OR" '41017' = "Deschutes County, OR" '41019' = "Douglas County, OR" '41021' = "Gilliam County, OR" '41023' = "Grant County, OR" '41025' = "Harney County, OR" '41027' = "Hood River County, OR" '41029' = "Jackson County, OR" '41031' = "Jefferson County, OR" '41033' = "Josephine County, OR" '41035' = "Klamath County, OR" '41037' = "Lake County, OR" '41039' = "Lane County, OR" '41041' = "Lincoln County, OR" '41043' = "Linn County, OR" '41045' = "Malheur County, OR" '41047' = "Marion County, OR" '41049' = "Morrow County, OR" '41051' = "Multnomah County, OR" '41053' = "Polk County, OR" '41055' = "Sherman County, OR" '41057' = "Tillamook County, OR" '41059' = "Umatilla County, OR" '41061' = "Union County, OR" '41063' = "Wallowa County, OR" '41065' = "Wasco County, OR" '41067' = "Washington County, OR" '41069' = "Wheeler County, OR" '41071' = "Yamhill County, OR" '42001' = "Adams County, PA" '42003' = "Allegheny County, PA" '42005' = "Armstrong County, PA" '42007' = "Beaver County, PA" '42009' = "Bedford County, PA" '42011' = "Berks County, PA" '42013' = "Blair County, PA" '42015' = "Bradford County, PA" '42017' = "Bucks County, PA" '42019' = "Butler County, PA" '42021' = "Cambria County, PA" '42023' = "Cameron County, PA" '42025' = "Carbon County, PA" '42027' = "Centre County, PA" '42029' = "Chester County, PA" '42031' = "Clarion County, PA" '42033' = "Clearfield County, PA" '42035' = "Clinton County, PA" '42037' = "Columbia County, PA" '42039' = "Crawford County, PA" '42041' = "Cumberland County, PA" '42043' = "Dauphin County, PA" '42045' = "Delaware County, PA" '42047' = "Elk County, PA" '42049' = "Erie County, PA" '42051' = "Fayette County, PA" '42053' = "Forest County, PA" '42055' = "Franklin County, PA" '42057' = "Fulton County, PA" '42059' = "Greene County, PA" '42061' = "Huntingdon County, PA" '42063' = "Indiana County, PA" '42065' = "Jefferson County, PA" '42067' = "Juniata County, PA" '42069' = "Lackawanna County, PA" '42071' = "Lancaster County, PA" '42073' = "Lawrence County, PA" '42075' = "Lebanon County, PA" '42077' = "Lehigh County, PA" '42079' = "Luzerne County, PA" '42081' = "Lycoming County, PA" '42083' = "McKean County, PA" '42085' = "Mercer County, PA" '42087' = "Mifflin County, PA" '42089' = "Monroe County, PA" '42091' = "Montgomery County, PA" '42093' = "Montour County, PA" '42095' = "Northampton County, PA" '42097' = "Northumberland County, PA" '42099' = "Perry County, PA" '42101' = "Philadelphia County, PA" '42103' = "Pike County, PA" '42105' = "Potter County, PA" '42107' = "Schuylkill County, PA" '42109' = "Snyder County, PA" '42111' = "Somerset County, PA" '42113' = "Sullivan County, PA" '42115' = "Susquehanna County, PA" '42117' = "Tioga County, PA" '42119' = "Union County, PA" '42121' = "Venango County, PA" '42123' = "Warren County, PA" '42125' = "Washington County, PA" '42127' = "Wayne County, PA" '42129' = "Westmoreland County, PA" '42131' = "Wyoming County, PA" '42133' = "York County, PA" '44001' = "Bristol County, RI" '44003' = "Kent County, RI" '44005' = "Newport County, RI" '44007' = "Providence County, RI" '44009' = "Washington County, RI" '45001' = "Abbeville County, SC" '45003' = "Aiken County, SC" '45005' = "Allendale County, SC" '45007' = "Anderson County, SC" '45009' = "Bamberg County, SC" '45011' = "Barnwell County, SC" '45013' = "Beaufort County, SC" '45015' = "Berkeley County, SC" '45017' = "Calhoun County, SC" '45019' = "Charleston County, SC" '45021' = "Cherokee County, SC" '45023' = "Chester County, SC" '45025' = "Chesterfield County, SC" '45027' = "Clarendon County, SC" '45029' = "Colleton County, SC" '45031' = "Darlington County, SC" '45033' = "Dillon County, SC" '45035' = "Dorchester County, SC" '45037' = "Edgefield County, SC" '45039' = "Fairfield County, SC" '45041' = "Florence County, SC" '45043' = "Georgetown County, SC" '45045' = "Greenville County, SC" '45047' = "Greenwood County, SC" '45049' = "Hampton County, SC" '45051' = "Horry County, SC" '45053' = "Jasper County, SC" '45055' = "Kershaw County, SC" '45057' = "Lancaster County, SC" '45059' = "Laurens County, SC" '45061' = "Lee County, SC" '45063' = "Lexington County, SC" '45065' = "McCormick County, SC" '45067' = "Marion County, SC" '45069' = "Marlboro County, SC" '45071' = "Newberry County, SC" '45073' = "Oconee County, SC" '45075' = "Orangeburg County, SC" '45077' = "Pickens County, SC" '45079' = "Richland County, SC" '45081' = "Saluda County, SC" '45083' = "Spartanburg County, SC" '45085' = "Sumter County, SC" '45087' = "Union County, SC" '45089' = "Williamsburg County, SC" '45091' = "York County, SC" '46003' = "Aurora County, SD" '46005' = "Beadle County, SD" '46007' = "Bennett County, SD" '46009' = "Bon Homme County, SD" '46011' = "Brookings County, SD" '46013' = "Brown County, SD" '46015' = "Brule County, SD" '46017' = "Buffalo County, SD" '46019' = "Butte County, SD" '46021' = "Campbell County, SD" '46023' = "Charles Mix County, SD" '46025' = "Clark County, SD" '46027' = "Clay County, SD" '46029' = "Codington County, SD" '46031' = "Corson County, SD" '46033' = "Custer County, SD" '46035' = "Davison County, SD" '46037' = "Day County, SD" '46039' = "Deuel County, SD" '46041' = "Dewey County, SD" '46043' = "Douglas County, SD" '46045' = "Edmunds County, SD" '46047' = "Fall River County, SD" '46049' = "Faulk County, SD" '46051' = "Grant County, SD" '46053' = "Gregory County, SD" '46055' = "Haakon County, SD" '46057' = "Hamlin County, SD" '46059' = "Hand County, SD" '46061' = "Hanson County, SD" '46063' = "Harding County, SD" '46065' = "Hughes County, SD" '46067' = "Hutchinson County, SD" '46069' = "Hyde County, SD" '46071' = "Jackson County, SD" '46073' = "Jerauld County, SD" '46075' = "Jones County, SD" '46077' = "Kingsbury County, SD" '46079' = "Lake County, SD" '46081' = "Lawrence County, SD" '46083' = "Lincoln County, SD" '46085' = "Lyman County, SD" '46087' = "McCook County, SD" '46089' = "McPherson County, SD" '46091' = "Marshall County, SD" '46093' = "Meade County, SD" '46095' = "Mellette County, SD" '46097' = "Miner County, SD" '46099' = "Minnehaha County, SD" '46101' = "Moody County, SD" '46103' = "Pennington County, SD" '46105' = "Perkins County, SD" '46107' = "Potter County, SD" '46109' = "Roberts County, SD" '46111' = "Sanborn County, SD" '46113' = "Shannon County, SD" '46115' = "Spink County, SD" '46117' = "Stanley County, SD" '46119' = "Sully County, SD" '46121' = "Todd County, SD" '46123' = "Tripp County, SD" '46125' = "Turner County, SD" '46127' = "Union County, SD" '46129' = "Walworth County, SD" '46135' = "Yankton County, SD" '46137' = "Ziebach County, SD" '47001' = "Anderson County, TN" '47003' = "Bedford County, TN" '47005' = "Benton County, TN" '47007' = "Bledsoe County, TN" '47009' = "Blount County, TN" '47011' = "Bradley County, TN" '47013' = "Campbell County, TN" '47015' = "Cannon County, TN" '47017' = "Carroll County, TN" '47019' = "Carter County, TN" '47021' = "Cheatham County, TN" '47023' = "Chester County, TN" '47025' = "Claiborne County, TN" '47027' = "Clay County, TN" '47029' = "Cocke County, TN" '47031' = "Coffee County, TN" '47033' = "Crockett County, TN" '47035' = "Cumberland County, TN" '47037' = "Davidson County, TN" '47039' = "Decatur County, TN" '47041' = "DeKalb County, TN" '47043' = "Dickson County, TN" '47045' = "Dyer County, TN" '47047' = "Fayette County, TN" '47049' = "Fentress County, TN" '47051' = "Franklin County, TN" '47053' = "Gibson County, TN" '47055' = "Giles County, TN" '47057' = "Grainger County, TN" '47059' = "Greene County, TN" '47061' = "Grundy County, TN" '47063' = "Hamblen County, TN" '47065' = "Hamilton County, TN" '47067' = "Hancock County, TN" '47069' = "Hardeman County, TN" '47071' = "Hardin County, TN" '47073' = "Hawkins County, TN" '47075' = "Haywood County, TN" '47077' = "Henderson County, TN" '47079' = "Henry County, TN" '47081' = "Hickman County, TN" '47083' = "Houston County, TN" '47085' = "Humphreys County, TN" '47087' = "Jackson County, TN" '47089' = "Jefferson County, TN" '47091' = "Johnson County, TN" '47093' = "Knox County, TN" '47095' = "Lake County, TN" '47097' = "Lauderdale County, TN" '47099' = "Lawrence County, TN" '47101' = "Lewis County, TN" '47103' = "Lincoln County, TN" '47105' = "Loudon County, TN" '47107' = "McMinn County, TN" '47109' = "McNairy County, TN" '47111' = "Macon County, TN" '47113' = "Madison County, TN" '47115' = "Marion County, TN" '47117' = "Marshall County, TN" '47119' = "Maury County, TN" '47121' = "Meigs County, TN" '47123' = "Monroe County, TN" '47125' = "Montgomery County, TN" '47127' = "Moore County, TN" '47129' = "Morgan County, TN" '47131' = "Obion County, TN" '47133' = "Overton County, TN" '47135' = "Perry County, TN" '47137' = "Pickett County, TN" '47139' = "Polk County, TN" '47141' = "Putnam County, TN" '47143' = "Rhea County, TN" '47145' = "Roane County, TN" '47147' = "Robertson County, TN" '47149' = "Rutherford County, TN" '47151' = "Scott County, TN" '47153' = "Sequatchie County, TN" '47155' = "Sevier County, TN" '47157' = "Shelby County, TN" '47159' = "Smith County, TN" '47161' = "Stewart County, TN" '47163' = "Sullivan County, TN" '47165' = "Sumner County, TN" '47167' = "Tipton County, TN" '47169' = "Trousdale County, TN" '47171' = "Unicoi County, TN" '47173' = "Union County, TN" '47175' = "Van Buren County, TN" '47177' = "Warren County, TN" '47179' = "Washington County, TN" '47181' = "Wayne County, TN" '47183' = "Weakley County, TN" '47185' = "White County, TN" '47187' = "Williamson County, TN" '47189' = "Wilson County, TN" '48001' = "Anderson County, TX" '48003' = "Andrews County, TX" '48005' = "Angelina County, TX" '48007' = "Aransas County, TX" '48009' = "Archer County, TX" '48011' = "Armstrong County, TX" '48013' = "Atascosa County, TX" '48015' = "Austin County, TX" '48017' = "Bailey County, TX" '48019' = "Bandera County, TX" '48021' = "Bastrop County, TX" '48023' = "Baylor County, TX" '48025' = "Bee County, TX" '48027' = "Bell County, TX" '48029' = "Bexar County, TX" '48031' = "Blanco County, TX" '48033' = "Borden County, TX" '48035' = "Bosque County, TX" '48037' = "Bowie County, TX" '48039' = "Brazoria County, TX" '48041' = "Brazos County, TX" '48043' = "Brewster County, TX" '48045' = "Briscoe County, TX" '48047' = "Brooks County, TX" '48049' = "Brown County, TX" '48051' = "Burleson County, TX" '48053' = "Burnet County, TX" '48055' = "Caldwell County, TX" '48057' = "Calhoun County, TX" '48059' = "Callahan County, TX" '48061' = "Cameron County, TX" '48063' = "Camp County, TX" '48065' = "Carson County, TX" '48067' = "Cass County, TX" '48069' = "Castro County, TX" '48071' = "Chambers County, TX" '48073' = "Cherokee County, TX" '48075' = "Childress County, TX" '48077' = "Clay County, TX" '48079' = "Cochran County, TX" '48081' = "Coke County, TX" '48083' = "Coleman County, TX" '48085' = "Collin County, TX" '48087' = "Collingsworth County, TX" '48089' = "Colorado County, TX" '48091' = "Comal County, TX" '48093' = "Comanche County, TX" '48095' = "Concho County, TX" '48097' = "Cooke County, TX" '48099' = "Coryell County, TX" '48101' = "Cottle County, TX" '48103' = "Crane County, TX" '48105' = "Crockett County, TX" '48107' = "Crosby County, TX" '48109' = "Culberson County, TX" '48111' = "Dallam County, TX" '48113' = "Dallas County, TX" '48115' = "Dawson County, TX" '48117' = "Deaf Smith County, TX" '48119' = "Delta County, TX" '48121' = "Denton County, TX" '48123' = "DeWitt County, TX" '48125' = "Dickens County, TX" '48127' = "Dimmit County, TX" '48129' = "Donley County, TX" '48131' = "Duval County, TX" '48133' = "Eastland County, TX" '48135' = "Ector County, TX" '48137' = "Edwards County, TX" '48139' = "Ellis County, TX" '48141' = "El Paso County, TX" '48143' = "Erath County, TX" '48145' = "Falls County, TX" '48147' = "Fannin County, TX" '48149' = "Fayette County, TX" '48151' = "Fisher County, TX" '48153' = "Floyd County, TX" '48155' = "Foard County, TX" '48157' = "Fort Bend County, TX" '48159' = "Franklin County, TX" '48161' = "Freestone County, TX" '48163' = "Frio County, TX" '48165' = "Gaines County, TX" '48167' = "Galveston County, TX" '48169' = "Garza County, TX" '48171' = "Gillespie County, TX" '48173' = "Glasscock County, TX" '48175' = "Goliad County, TX" '48177' = "Gonzales County, TX" '48179' = "Gray County, TX" '48181' = "Grayson County, TX" '48183' = "Gregg County, TX" '48185' = "Grimes County, TX" '48187' = "Guadalupe County, TX" '48189' = "Hale County, TX" '48191' = "Hall County, TX" '48193' = "Hamilton County, TX" '48195' = "Hansford County, TX" '48197' = "Hardeman County, TX" '48199' = "Hardin County, TX" '48201' = "Harris County, TX" '48203' = "Harrison County, TX" '48205' = "Hartley County, TX" '48207' = "Haskell County, TX" '48209' = "Hays County, TX" '48211' = "Hemphill County, TX" '48213' = "Henderson County, TX" '48215' = "Hidalgo County, TX" '48217' = "Hill County, TX" '48219' = "Hockley County, TX" '48221' = "Hood County, TX" '48223' = "Hopkins County, TX" '48225' = "Houston County, TX" '48227' = "Howard County, TX" '48229' = "Hudspeth County, TX" '48231' = "Hunt County, TX" '48233' = "Hutchinson County, TX" '48235' = "Irion County, TX" '48237' = "Jack County, TX" '48239' = "Jackson County, TX" '48241' = "Jasper County, TX" '48243' = "Jeff Davis County, TX" '48245' = "Jefferson County, TX" '48247' = "Jim Hogg County, TX" '48249' = "Jim Wells County, TX" '48251' = "Johnson County, TX" '48253' = "Jones County, TX" '48255' = "Karnes County, TX" '48257' = "Kaufman County, TX" '48259' = "Kendall County, TX" '48261' = "Kenedy County, TX" '48263' = "Kent County, TX" '48265' = "Kerr County, TX" '48267' = "Kimble County, TX" '48269' = "King County, TX" '48271' = "Kinney County, TX" '48273' = "Kleberg County, TX" '48275' = "Knox County, TX" '48277' = "Lamar County, TX" '48279' = "Lamb County, TX" '48281' = "Lampasas County, TX" '48283' = "La Salle County, TX" '48285' = "Lavaca County, TX" '48287' = "Lee County, TX" '48289' = "Leon County, TX" '48291' = "Liberty County, TX" '48293' = "Limestone County, TX" '48295' = "Lipscomb County, TX" '48297' = "Live Oak County, TX" '48299' = "Llano County, TX" '48301' = "Loving County, TX" '48303' = "Lubbock County, TX" '48305' = "Lynn County, TX" '48307' = "McCulloch County, TX" '48309' = "McLennan County, TX" '48311' = "McMullen County, TX" '48313' = "Madison County, TX" '48315' = "Marion County, TX" '48317' = "Martin County, TX" '48319' = "Mason County, TX" '48321' = "Matagorda County, TX" '48323' = "Maverick County, TX" '48325' = "Medina County, TX" '48327' = "Menard County, TX" '48329' = "Midland County, TX" '48331' = "Milam County, TX" '48333' = "Mills County, TX" '48335' = "Mitchell County, TX" '48337' = "Montague County, TX" '48339' = "Montgomery County, TX" '48341' = "Moore County, TX" '48343' = "Morris County, TX" '48345' = "Motley County, TX" '48347' = "Nacogdoches County, TX" '48349' = "Navarro County, TX" '48351' = "Newton County, TX" '48353' = "Nolan County, TX" '48355' = "Nueces County, TX" '48357' = "Ochiltree County, TX" '48359' = "Oldham County, TX" '48361' = "Orange County, TX" '48363' = "Palo Pinto County, TX" '48365' = "Panola County, TX" '48367' = "Parker County, TX" '48369' = "Parmer County, TX" '48371' = "Pecos County, TX" '48373' = "Polk County, TX" '48375' = "Potter County, TX" '48377' = "Presidio County, TX" '48379' = "Rains County, TX" '48381' = "Randall County, TX" '48383' = "Reagan County, TX" '48385' = "Real County, TX" '48387' = "Red River County, TX" '48389' = "Reeves County, TX" '48391' = "Refugio County, TX" '48393' = "Roberts County, TX" '48395' = "Robertson County, TX" '48397' = "Rockwall County, TX" '48399' = "Runnels County, TX" '48401' = "Rusk County, TX" '48403' = "Sabine County, TX" '48405' = "San Augustine County, TX" '48407' = "San Jacinto County, TX" '48409' = "San Patricio County, TX" '48411' = "San Saba County, TX" '48413' = "Schleicher County, TX" '48415' = "Scurry County, TX" '48417' = "Shackelford County, TX" '48419' = "Shelby County, TX" '48421' = "Sherman County, TX" '48423' = "Smith County, TX" '48425' = "Somervell County, TX" '48427' = "Starr County, TX" '48429' = "Stephens County, TX" '48431' = "Sterling County, TX" '48433' = "Stonewall County, TX" '48435' = "Sutton County, TX" '48437' = "Swisher County, TX" '48439' = "Tarrant County, TX" '48441' = "Taylor County, TX" '48443' = "Terrell County, TX" '48445' = "Terry County, TX" '48447' = "Throckmorton County, TX" '48449' = "Titus County, TX" '48451' = "Tom Green County, TX" '48453' = "Travis County, TX" '48455' = "Trinity County, TX" '48457' = "Tyler County, TX" '48459' = "Upshur County, TX" '48461' = "Upton County, TX" '48463' = "Uvalde County, TX" '48465' = "Val Verde County, TX" '48467' = "Van Zandt County, TX" '48469' = "Victoria County, TX" '48471' = "Walker County, TX" '48473' = "Waller County, TX" '48475' = "Ward County, TX" '48477' = "Washington County, TX" '48479' = "Webb County, TX" '48481' = "Wharton County, TX" '48483' = "Wheeler County, TX" '48485' = "Wichita County, TX" '48487' = "Wilbarger County, TX" '48489' = "Willacy County, TX" '48491' = "Williamson County, TX" '48493' = "Wilson County, TX" '48495' = "Winkler County, TX" '48497' = "Wise County, TX" '48499' = "Wood County, TX" '48501' = "Yoakum County, TX" '48503' = "Young County, TX" '48505' = "Zapata County, TX" '48507' = "Zavala County, TX" '49001' = "Beaver County, UT" '49003' = "Box Elder County, UT" '49005' = "Cache County, UT" '49007' = "Carbon County, UT" '49009' = "Daggett County, UT" '49011' = "Davis County, UT" '49013' = "Duchesne County, UT" '49015' = "Emery County, UT" '49017' = "Garfield County, UT" '49019' = "Grand County, UT" '49021' = "Iron County, UT" '49023' = "Juab County, UT" '49025' = "Kane County, UT" '49027' = "Millard County, UT" '49029' = "Morgan County, UT" '49031' = "Piute County, UT" '49033' = "Rich County, UT" '49035' = "Salt Lake County, UT" '49037' = "San Juan County, UT" '49039' = "Sanpete County, UT" '49041' = "Sevier County, UT" '49043' = "Summit County, UT" '49045' = "Tooele County, UT" '49047' = "Uintah County, UT" '49049' = "Utah County, UT" '49051' = "Wasatch County, UT" '49053' = "Washington County, UT" '49055' = "Wayne County, UT" '49057' = "Weber County, UT" '50001' = "Addison County, VT" '50003' = "Bennington County, VT" '50005' = "Caledonia County, VT" '50007' = "Chittenden County, VT" '50009' = "Essex County, VT" '50011' = "Franklin County, VT" '50013' = "Grand Isle County, VT" '50015' = "Lamoille County, VT" '50017' = "Orange County, VT" '50019' = "Orleans County, VT" '50021' = "Rutland County, VT" '50023' = "Washington County, VT" '50025' = "Windham County, VT" '50027' = "Windsor County, VT" '51001' = "Accomack County, VA" '51003' = "Albemarle County, VA" '51005' = "Alleghany County, VA" '51007' = "Amelia County, VA" '51009' = "Amherst County, VA" '51011' = "Appomattox County, VA" '51013' = "Arlington County, VA" '51015' = "Augusta County, VA" '51017' = "Bath County, VA" '51019' = "Bedford County, VA" '51021' = "Bland County, VA" '51023' = "Botetourt County, VA" '51025' = "Brunswick County, VA" '51027' = "Buchanan County, VA" '51029' = "Buckingham County, VA" '51031' = "Campbell County, VA" '51033' = "Caroline County, VA" '51035' = "Carroll County, VA" '51036' = "Charles City County, VA" '51037' = "Charlotte County, VA" '51041' = "Chesterfield County, VA" '51043' = "Clarke County, VA" '51045' = "Craig County, VA" '51047' = "Culpeper County, VA" '51049' = "Cumberland County, VA" '51051' = "Dickenson County, VA" '51053' = "Dinwiddie County, VA" '51057' = "Essex County, VA" '51059' = "Fairfax County, VA" '51061' = "Fauquier County, VA" '51063' = "Floyd County, VA" '51065' = "Fluvanna County, VA" '51067' = "Franklin County, VA" '51069' = "Frederick County, VA" '51071' = "Giles County, VA" '51073' = "Gloucester County, VA" '51075' = "Goochland County, VA" '51077' = "Grayson County, VA" '51079' = "Greene County, VA" '51081' = "Greensville County, VA" '51083' = "Halifax County, VA" '51085' = "Hanover County, VA" '51087' = "Henrico County, VA" '51089' = "Henry County, VA" '51091' = "Highland County, VA" '51093' = "Isle of Wight County, VA" '51095' = "James City County, VA" '51097' = "King and Queen County, VA" '51099' = "King George County, VA" '51101' = "King William County, VA" '51103' = "Lancaster County, VA" '51105' = "Lee County, VA" '51107' = "Loudoun County, VA" '51109' = "Louisa County, VA" '51111' = "Lunenburg County, VA" '51113' = "Madison County, VA" '51115' = "Mathews County, VA" '51117' = "Mecklenburg County, VA" '51119' = "Middlesex County, VA" '51121' = "Montgomery County, VA" '51125' = "Nelson County, VA" '51127' = "New Kent County, VA" '51131' = "Northampton County, VA" '51133' = "Northumberland County, VA" '51135' = "Nottoway County, VA" '51137' = "Orange County, VA" '51139' = "Page County, VA" '51141' = "Patrick County, VA" '51143' = "Pittsylvania County, VA" '51145' = "Powhatan County, VA" '51147' = "Prince Edward County, VA" '51149' = "Prince George County, VA" '51153' = "Prince William County, VA" '51155' = "Pulaski County, VA" '51157' = "Rappahannock County, VA" '51159' = "Richmond County, VA" '51161' = "Roanoke County, VA" '51163' = "Rockbridge County, VA" '51165' = "Rockingham County, VA" '51167' = "Russell County, VA" '51169' = "Scott County, VA" '51171' = "Shenandoah County, VA" '51173' = "Smyth County, VA" '51175' = "Southampton County, VA" '51177' = "Spotsylvania County, VA" '51179' = "Stafford County, VA" '51181' = "Surry County, VA" '51183' = "Sussex County, VA" '51185' = "Tazewell County, VA" '51187' = "Warren County, VA" '51191' = "Washington County, VA" '51193' = "Westmoreland County, VA" '51195' = "Wise County, VA" '51197' = "Wythe County, VA" '51199' = "York County, VA" '51510' = "Alexandria city, VA" '51515' = "Bedford city, VA" '51520' = "Bristol city, VA" '51530' = "Buena Vista city, VA" '51540' = "Charlottesville city, VA" '51550' = "Chesapeake city, VA" '51560' = "Clifton Forge city, VA" '51570' = "Colonial Heights city, VA" '51580' = "Covington city, VA" '51590' = "Danville city, VA" '51595' = "Emporia city, VA" '51600' = "Fairfax city, VA" '51610' = "Falls Church city, VA" '51620' = "Franklin city, VA" '51630' = "Fredericksburg city, VA" '51640' = "Galax city, VA" '51650' = "Hampton city, VA" '51660' = "Harrisonburg city, VA" '51670' = "Hopewell city, VA" '51678' = "Lexington city, VA" '51680' = "Lynchburg city, VA" '51683' = "Manassas city, VA" '51685' = "Manassas Park city, VA" '51690' = "Martinsville city, VA" '51700' = "Newport News city, VA" '51710' = "Norfolk city, VA" '51720' = "Norton city, VA" '51730' = "Petersburg city, VA" '51735' = "Poquoson city, VA" '51740' = "Portsmouth city, VA" '51750' = "Radford city, VA" '51760' = "Richmond city, VA" '51770' = "Roanoke city, VA" '51775' = "Salem city, VA" '51790' = "Staunton city, VA" '51800' = "Suffolk city, VA" '51810' = "Virginia Beach city, VA" '51820' = "Waynesboro city, VA" '51830' = "Williamsburg city, VA" '51840' = "Winchester city, VA" '53001' = "Adams County, WA" '53003' = "Asotin County, WA" '53005' = "Benton County, WA" '53007' = "Chelan County, WA" '53009' = "Clallam County, WA" '53011' = "Clark County, WA" '53013' = "Columbia County, WA" '53015' = "Cowlitz County, WA" '53017' = "Douglas County, WA" '53019' = "Ferry County, WA" '53021' = "Franklin County, WA" '53023' = "Garfield County, WA" '53025' = "Grant County, WA" '53027' = "Grays Harbor County, WA" '53029' = "Island County, WA" '53031' = "Jefferson County, WA" '53033' = "King County, WA" '53035' = "Kitsap County, WA" '53037' = "Kittitas County, WA" '53039' = "Klickitat County, WA" '53041' = "Lewis County, WA" '53043' = "Lincoln County, WA" '53045' = "Mason County, WA" '53047' = "Okanogan County, WA" '53049' = "Pacific County, WA" '53051' = "Pend Oreille County, WA" '53053' = "Pierce County, WA" '53055' = "San Juan County, WA" '53057' = "Skagit County, WA" '53059' = "Skamania County, WA" '53061' = "Snohomish County, WA" '53063' = "Spokane County, WA" '53065' = "Stevens County, WA" '53067' = "Thurston County, WA" '53069' = "Wahkiakum County, WA" '53071' = "Walla Walla County, WA" '53073' = "Whatcom County, WA" '53075' = "Whitman County, WA" '53077' = "Yakima County, WA" '54001' = "Barbour County, WV" '54003' = "Berkeley County, WV" '54005' = "Boone County, WV" '54007' = "Braxton County, WV" '54009' = "Brooke County, WV" '54011' = "Cabell County, WV" '54013' = "Calhoun County, WV" '54015' = "Clay County, WV" '54017' = "Doddridge County, WV" '54019' = "Fayette County, WV" '54021' = "Gilmer County, WV" '54023' = "Grant County, WV" '54025' = "Greenbrier County, WV" '54027' = "Hampshire County, WV" '54029' = "Hancock County, WV" '54031' = "Hardy County, WV" '54033' = "Harrison County, WV" '54035' = "Jackson County, WV" '54037' = "Jefferson County, WV" '54039' = "Kanawha County, WV" '54041' = "Lewis County, WV" '54043' = "Lincoln County, WV" '54045' = "Logan County, WV" '54047' = "McDowell County, WV" '54049' = "Marion County, WV" '54051' = "Marshall County, WV" '54053' = "Mason County, WV" '54055' = "Mercer County, WV" '54057' = "Mineral County, WV" '54059' = "Mingo County, WV" '54061' = "Monongalia County, WV" '54063' = "Monroe County, WV" '54065' = "Morgan County, WV" '54067' = "Nicholas County, WV" '54069' = "Ohio County, WV" '54071' = "Pendleton County, WV" '54073' = "Pleasants County, WV" '54075' = "Pocahontas County, WV" '54077' = "Preston County, WV" '54079' = "Putnam County, WV" '54081' = "Raleigh County, WV" '54083' = "Randolph County, WV" '54085' = "Ritchie County, WV" '54087' = "Roane County, WV" '54089' = "Summers County, WV" '54091' = "Taylor County, WV" '54093' = "Tucker County, WV" '54095' = "Tyler County, WV" '54097' = "Upshur County, WV" '54099' = "Wayne County, WV" '54101' = "Webster County, WV" '54103' = "Wetzel County, WV" '54105' = "Wirt County, WV" '54107' = "Wood County, WV" '54109' = "Wyoming County, WV" '55001' = "Adams County, WI" '55003' = "Ashland County, WI" '55005' = "Barron County, WI" '55007' = "Bayfield County, WI" '55009' = "Brown County, WI" '55011' = "Buffalo County, WI" '55013' = "Burnett County, WI" '55015' = "Calumet County, WI" '55017' = "Chippewa County, WI" '55019' = "Clark County, WI" '55021' = "Columbia County, WI" '55023' = "Crawford County, WI" '55025' = "Dane County, WI" '55027' = "Dodge County, WI" '55029' = "Door County, WI" '55031' = "Douglas County, WI" '55033' = "Dunn County, WI" '55035' = "Eau Claire County, WI" '55037' = "Florence County, WI" '55039' = "Fond du Lac County, WI" '55041' = "Forest County, WI" '55043' = "Grant County, WI" '55045' = "Green County, WI" '55047' = "Green Lake County, WI" '55049' = "Iowa County, WI" '55051' = "Iron County, WI" '55053' = "Jackson County, WI" '55055' = "Jefferson County, WI" '55057' = "Juneau County, WI" '55059' = "Kenosha County, WI" '55061' = "Kewaunee County, WI" '55063' = "La Crosse County, WI" '55065' = "Lafayette County, WI" '55067' = "Langlade County, WI" '55069' = "Lincoln County, WI" '55071' = "Manitowoc County, WI" '55073' = "Marathon County, WI" '55075' = "Marinette County, WI" '55077' = "Marquette County, WI" '55078' = "Menominee County, WI" '55079' = "Milwaukee County, WI" '55081' = "Monroe County, WI" '55083' = "Oconto County, WI" '55085' = "Oneida County, WI" '55087' = "Outagamie County, WI" '55089' = "Ozaukee County, WI" '55091' = "Pepin County, WI" '55093' = "Pierce County, WI" '55095' = "Polk County, WI" '55097' = "Portage County, WI" '55099' = "Price County, WI" '55101' = "Racine County, WI" '55103' = "Richland County, WI" '55105' = "Rock County, WI" '55107' = "Rusk County, WI" '55109' = "St. Croix County, WI" '55111' = "Sauk County, WI" '55113' = "Sawyer County, WI" '55115' = "Shawano County, WI" '55117' = "Sheboygan County, WI" '55119' = "Taylor County, WI" '55121' = "Trempealeau County, WI" '55123' = "Vernon County, WI" '55125' = "Vilas County, WI" '55127' = "Walworth County, WI" '55129' = "Washburn County, WI" '55131' = "Washington County, WI" '55133' = "Waukesha County, WI" '55135' = "Waupaca County, WI" '55137' = "Waushara County, WI" '55139' = "Winnebago County, WI" '55141' = "Wood County, WI" '56001' = "Albany County, WY" '56003' = "Big Horn County, WY" '56005' = "Campbell County, WY" '56007' = "Carbon County, WY" '56009' = "Converse County, WY" '56011' = "Crook County, WY" '56013' = "Fremont County, WY" '56015' = "Goshen County, WY" '56017' = "Hot Springs County, WY" '56019' = "Johnson County, WY" '56021' = "Laramie County, WY" '56023' = "Lincoln County, WY" '56025' = "Natrona County, WY" '56027' = "Niobrara County, WY" '56029' = "Park County, WY" '56031' = "Platte County, WY" '56033' = "Sheridan County, WY" '56035' = "Sublette County, WY" '56037' = "Sweetwater County, WY" '56039' = "Teton County, WY" '56041' = "Uinta County, WY" '56043' = "Washakie County, WY" '56045' = "Weston County, WY" 'USBAL' = 'Balance of the US'; Run CANCEL; *<=====; /*PROGRAM NAME: fmt_cs_areas.sas*/ proc format library=library; /******************************************************************************/ /* Format County Set Area codes with County Set Area names */ /******************************************************************************/ value $csarea "01CS001" = "Autauga+Montgomery, AL" "01CS002" = "Baldwin, AL" "01CS003" = "Barbour+Bullock+Henry+Pike, AL" "01CS004" = "Blount, AL" "01CS005" = "Butler and surrounding cos, AL" "01CS006" = "Calhoun, AL" "01CS007" = "Chambers+Randolph, AL" "01CS008" = "Cherokee+DeKalb, AL" "01CS009" = "Chilton+Coosa+Tallapoosa, AL" "01CS010" = "Choctaw+Marengo+Sumter, AL" "01CS011" = "Clarke+Monroe+Washington, AL" "01CS012" = "Clay+Cleburne+Talladega, AL" "01CS013" = "Coffee+Covington+Geneva, AL" "01CS014" = "Colbert, AL" "01CS015" = "Cullman, AL" "01CS016" = "Dale+Houston, AL" "01CS017" = "Dallas+Wilcox, AL" "01CS018" = "Elmore, AL" "01CS019" = "Etowah, AL" "01CS020" = "Fayette+Franklin+Lamar+Marion, AL" "01CS021" = "Hale and surrounding cos, AL" "01CS022" = "Jackson, AL" "01CS023" = "Jefferson, AL" "01CS024" = "Lauderdale, AL" "01CS025" = "Lawrence+Morgan, AL" "01CS026" = "Lee, AL" "01CS027" = "Limestone, AL" "01CS028" = "Macon+Russell, AL" "01CS029" = "Madison, AL" "01CS030" = "Marshall, AL" "01CS031" = "Mobile, AL" "01CS032" = "Shelby, AL" "01CS033" = "St. Clair, AL" "01CS034" = "Tuscaloosa, AL" "01CS035" = "Walker+Winston, AL" "02CS001" = "Anchorage Borough, AK" "02CS002" = "Fairbanks North Star Borough, AK" "02CS003" = "Matanuska-Susitna Borough, AK" "02CS004" = "Northern AK , AK" "02CS005" = "Southeastern AK , AK" "02CS006" = "Southwestern AK , AK" "04CS001" = "Apache, AZ" "04CS002" = "Cochise+Graham+Greenlee+Santa Cruz, AZ" "04CS003" = "Coconino, AZ" "04CS004" = "Gila, AZ" "04CS005" = "La Paz+Yavapai, AZ" "04CS006" = "Maricopa, AZ" "04CS007" = "Mohave, AZ" "04CS008" = "Navajo, AZ" "04CS009" = "Pima, AZ" "04CS010" = "Pinal, AZ" "04CS011" = "Yuma, AZ" "05CS001" = "Arkansas+Monroe+Phillips+Prairie, AR" "05CS002" = "Ashley+Chicot+Desha, AR" "05CS003" = "Baxter+Marion, AR" "05CS004" = "Benton, AR" "05CS005" = "Boone+Carroll+Madison, AR" "05CS006" = "Bradley+Cleveland+Drew+Lincoln, AR" "05CS007" = "Calhoun+Dallas+Grant+Ouachita, AR" "05CS008" = "Clark+Hot Spring, AR" "05CS009" = "Clay+Greene, AR" "05CS010" = "Columbia+Lafayette+Miller+Union, AR" "05CS011" = "Conway+Perry+Yell, AR" "05CS012" = "Craighead, AR" "05CS013" = "Crawford, AR" "05CS014" = "Crittenden, AR" "05CS015" = "Cross+Lee+Poinsett+St. Francis, AR" "05CS016" = "Faulkner, AR" "05CS017" = "Franklin+Johnson+Logan, AR" "05CS018" = "Garland, AR" "05CS019" = "Hempstead+Howard+Nevada+Pike, AR" "05CS020" = "Independence+Jackson+Woodruff, AR" "05CS021" = "Jefferson, AR" "05CS022" = "Lonoke, AR" "05CS023" = "Mississippi, AR" "05CS024" = "Polk and surrounding cos , AR" "05CS025" = "Pope, AR" "05CS026" = "Pulaski, AR" "05CS027" = "Saline, AR" "05CS028" = "Sebastian, AR" "05CS029" = "Sharp and surrounding cos , AR" "05CS030" = "Van Buren and surrounding cos , AR" "05CS031" = "Washington, AR" "05CS032" = "White, AR" "06CS001" = "Alameda, CA" "06CS002" = "Alpine and surrounding cos, CA" "06CS003" = "Butte, CA" "06CS004" = "Colusa+Lake, CA" "06CS005" = "Contra Costa, CA" "06CS006" = "Del Norte+Humboldt+Trinity, CA" "06CS007" = "El Dorado, CA" "06CS008" = "Fresno, CA" "06CS009" = "Glenn+Tehama, CA" "06CS010" = "Imperial, CA" "06CS011" = "Kern, CA" "06CS012" = "Kings, CA" "06CS013" = "Lassen+Plumas+Sierra, CA" "06CS014" = "Los Angeles, CA" "06CS015" = "Madera, CA" "06CS016" = "Marin, CA" "06CS017" = "Mariposa+Tuolumne, CA" "06CS018" = "Mendocino, CA" "06CS019" = "Merced, CA" "06CS020" = "Modoc+Siskiyou, CA" "06CS021" = "Monterey, CA" "06CS022" = "Napa, CA" "06CS023" = "Nevada, CA" "06CS024" = "Orange, CA" "06CS025" = "Placer, CA" "06CS026" = "Riverside, CA" "06CS027" = "Sacramento, CA" "06CS028" = "San Benito, CA" "06CS029" = "San Bernardino, CA" "06CS030" = "San Diego, CA" "06CS031" = "San Francisco, CA" "06CS032" = "San Joaquin, CA" "06CS033" = "San Luis Obispo, CA" "06CS034" = "San Mateo, CA" "06CS035" = "Santa Barbara, CA" "06CS036" = "Santa Clara, CA" "06CS037" = "Santa Cruz, CA" "06CS038" = "Shasta, CA" "06CS039" = "Solano, CA" "06CS040" = "Sonoma, CA" "06CS041" = "Stanislaus, CA" "06CS042" = "Sutter, CA" "06CS043" = "Tulare, CA" "06CS044" = "Ventura, CA" "06CS045" = "Yolo, CA" "06CS046" = "Yuba, CA" "08CS001" = "Adams, CO" "08CS002" = "Arapahoe, CO" "08CS003" = "Boulder, CO" "08CS004" = "Chaffee+Eagle+Lake, CO" "08CS005" = "Custer+Fremont+Saguache, CO" "08CS006" = "Delta+Montrose, CO" "08CS007" = "Denver, CO" "08CS008" = "Douglas, CO" "08CS009" = "E Central CO , CO" "08CS010" = "El Paso, CO" "08CS011" = "Garfield+Pitkin, CO" "08CS012" = "Hinsdale and surrounding cos , CO" "08CS013" = "Jefferson, CO" "08CS014" = "La Plata+Montezuma, CO" "08CS015" = "Larimer, CO" "08CS016" = "Logan+Morgan+Phillips+Sedgwick, CO" "08CS017" = "Mesa, CO" "08CS018" = "NW CO , CO" "08CS019" = "Park and surrounding cos , CO" "08CS020" = "Pueblo, CO" "08CS021" = "S Central CO , CO" "08CS022" = "SE CO , CO" "08CS023" = "Weld, CO" "09CS001" = "Fairfield, CT" "09CS002" = "Hartford, CT" "09CS003" = "Litchfield, CT" "09CS004" = "Middlesex, CT" "09CS005" = "New Haven, CT" "09CS006" = "New London, CT" "09CS007" = "Tolland, CT" "09CS008" = "Windham, CT" "10CS001" = "Kent, DE" "10CS002" = "New Castle, DE" "10CS003" = "Sussex, DE" "11CS001" = "District of Columbia, DC" "12CS001" = "Alachua, FL" "12CS002" = "Baker+Bradford+Union, FL" "12CS003" = "Bay, FL" "12CS004" = "Brevard, FL" "12CS005" = "Broward, FL" "12CS006" = "Charlotte, FL" "12CS007" = "Citrus, FL" "12CS008" = "Clay, FL" "12CS009" = "Collier, FL" "12CS010" = "Columbia, FL" "12CS011" = "DeSoto+Hardee, FL" "12CS012" = "Dixie+Gilchrist+Levy, FL" "12CS013" = "Duval, FL" "12CS014" = "Escambia, FL" "12CS015" = "Flagler+Volusia, FL" "12CS016" = "Gadsden+Leon, FL" "12CS017" = "Glades+Hendry+Okeechobee, FL" "12CS018" = "Hamilton+Lafayette+Suwannee, FL" "12CS019" = "Hernando, FL" "12CS020" = "Highlands, FL" "12CS021" = "Hillsborough, FL" "12CS022" = "Holmes+Walton, FL" "12CS023" = "Indian River, FL" "12CS024" = "Jackson+Washington, FL" "12CS025" = "Jefferson+Madison+Taylor, FL" "12CS026" = "Lake, FL" "12CS027" = "Lee, FL" "12CS028" = "Liberty and surrounding cos, FL" "12CS029" = "Manatee, FL" "12CS030" = "Marion, FL" "12CS031" = "Martin, FL" "12CS032" = "Miami-Dade, FL" "12CS033" = "Monroe, FL" "12CS034" = "Nassau, FL" "12CS035" = "Okaloosa, FL" "12CS036" = "Orange, FL" "12CS037" = "Osceola, FL" "12CS038" = "Palm Beach, FL" "12CS039" = "Pasco, FL" "12CS040" = "Pinellas, FL" "12CS041" = "Polk, FL" "12CS042" = "Putnam, FL" "12CS043" = "Santa Rosa, FL" "12CS044" = "Sarasota, FL" "12CS045" = "Seminole, FL" "12CS046" = "St. Johns, FL" "12CS047" = "St. Lucie, FL" "12CS048" = "Sumter, FL" "13CS001" = "Appling+Jeff Davis+Long+Wayne, GA" "13CS002" = "Bacon+Ben Hill+Coffee+Irwin, GA" "13CS003" = "Baldwin+Wilkinson, GA" "13CS004" = "Banks+Habersham, GA" "13CS005" = "Barrow+Jackson, GA" "13CS006" = "Bartow, GA" "13CS007" = "Bibb+Jones, GA" "13CS008" = "Bleckley+Dodge+Pulaski+Twiggs, GA" "13CS009" = "Brantley+Pierce+Ware, GA" "13CS010" = "Brooks+Thomas, GA" "13CS011" = "Bryan+Liberty, GA" "13CS012" = "Bulloch, GA" "13CS013" = "Burke+Effingham+Jenkins+Screven, GA" "13CS014" = "Butts+Lamar+Monroe, GA" "13CS015" = "Calhoun and surrounding cos , GA" "13CS016" = "Camden+Charlton, GA" "13CS017" = "Candler+Evans+Tattnall+Toombs, GA" "13CS018" = "Carroll+Heard, GA" "13CS019" = "Catoosa, GA" "13CS020" = "Chatham, GA" "13CS021" = "Chattooga+Dade+Walker, GA" "13CS022" = "Cherokee+Pickens, GA" "13CS023" = "Clarke+Madison+Oconee, GA" "13CS024" = "Clayton, GA" "13CS025" = "Cobb, GA" "13CS026" = "Colquitt+Mitchell, GA" "13CS027" = "Columbia+McDuffie, GA" "13CS028" = "Coweta, GA" "13CS029" = "Crawford+Peach+Pike+Upson, GA" "13CS030" = "Crisp+Dooly+Turner+Wilcox, GA" "13CS031" = "Dawson+Lumpkin+White, GA" "13CS032" = "Decatur+Grady+Seminole, GA" "13CS033" = "DeKalb, GA" "13CS034" = "Dougherty+Lee, GA" "13CS035" = "Douglas, GA" "13CS036" = "Fannin+Rabun+Towns+Union, GA" "13CS037" = "Fayette, GA" "13CS038" = "Floyd+Gordon, GA" "13CS039" = "Forsyth, GA" "13CS040" = "Franklin+Hart+Stephens, GA" "13CS041" = "Fulton, GA" "13CS042" = "Gilmer+Murray, GA" "13CS043" = "Glynn+McIntosh, GA" "13CS044" = "Gwinnett, GA" "13CS045" = "Hall, GA" "13CS046" = "Hancock+Jasper+Morgan+Putnam, GA" "13CS047" = "Haralson+Polk, GA" "13CS048" = "Harris+Meriwether+Talbot, GA" "13CS049" = "Henry, GA" "13CS050" = "Houston, GA" "13CS051" = "Jefferson and surrounding cos , GA" "13CS052" = "Lanier and surrounding cos , GA" "13CS053" = "Lowndes, GA" "13CS054" = "Marion and surrounding cos , GA" "13CS055" = "Muscogee, GA" "13CS056" = "Newton, GA" "13CS057" = "Paulding, GA" "13CS058" = "Richmond, GA" "13CS059" = "Rockdale, GA" "13CS060" = "Spalding, GA" "13CS061" = "Tift+Worth, GA" "13CS062" = "Troup, GA" "13CS063" = "Walton, GA" "13CS064" = "Wheeler and surrounding cos , GA" "13CS065" = "Whitfield, GA" "13CS066" = "Wilkes and surrounding cos, GA" "15CS001" = "Hawaii, HI" "15CS002" = "Honolulu, HI" "15CS003" = "Kalawao+Maui, HI" "15CS004" = "Kauai, HI" "16CS001" = "Ada, ID" "16CS002" = "Bannock, ID" "16CS003" = "Benewah+Latah+Nez Perce, ID" "16CS004" = "Bingham and surrounding cos, ID" "16CS005" = "Boise+Gem+Payette+Washington, ID" "16CS006" = "Bonner+Boundary+Shoshone, ID" "16CS007" = "Bonneville, ID" "16CS008" = "Canyon, ID" "16CS009" = "Central ID , ID" "16CS010" = "Elmore+Gooding+Owyhee, ID" "16CS011" = "Jefferson and surrounding cos, ID" "16CS012" = "Kootenai, ID" "16CS013" = "Lincoln and surrounding cos , ID" "16CS014" = "Twin Falls, ID" "17CS001" = "Adams, IL" "17CS002" = "Bond+Effingham+Fayette, IL" "17CS003" = "Boone+Winnebago, IL" "17CS004" = "Brown and surrounding cos , IL" "17CS005" = "Bureau+Marshall+Putnam+Stark, IL" "17CS006" = "Carroll+Jo Daviess+Stephenson, IL" "17CS007" = "Champaign, IL" "17CS008" = "Christian+Shelby, IL" "17CS009" = "Clark+Crawford+Cumberland+Jasper, IL" "17CS010" = "Clay+Hamilton+Wayne+White, IL" "17CS011" = "Clinton+Marion, IL" "17CS012" = "Coles, IL" "17CS013" = "Cook, IL" "17CS014" = "De Witt+Logan+Mason+Piatt, IL" "17CS015" = "DeKalb, IL" "17CS016" = "Douglas+Edgar+Moultrie, IL" "17CS017" = "DuPage, IL" "17CS018" = "Edwards+Lawrence+Richland+Wabash, IL" "17CS019" = "Ford+Iroquois+Livingston, IL" "17CS020" = "Franklin+Gallatin+Saline, IL" "17CS021" = "Fulton+McDonough, IL" "17CS022" = "Greene+Morgan+Scott, IL" "17CS023" = "Grundy+Kendall, IL" "17CS024" = "Hancock+Henderson+Mercer+Warren, IL" "17CS025" = "Henry, IL" "17CS026" = "Jackson, IL" "17CS027" = "Jefferson+Washington, IL" "17CS028" = "Jersey+Madison, IL" "17CS029" = "Kane, IL" "17CS030" = "Kankakee, IL" "17CS031" = "Knox, IL" "17CS032" = "Lake, IL" "17CS033" = "La Salle, IL" "17CS034" = "Lee+Whiteside, IL" "17CS035" = "Macon, IL" "17CS036" = "Macoupin+Montgomery, IL" "17CS037" = "McHenry, IL" "17CS038" = "McLean, IL" "17CS039" = "Menard+Sangamon, IL" "17CS040" = "Monroe+St. Clair, IL" "17CS041" = "Ogle, IL" "17CS042" = "Peoria+Woodford, IL" "17CS043" = "Perry+Randolph, IL" "17CS044" = "Rock Island, IL" "17CS045" = "Southern IL , IL" "17CS046" = "Tazewell, IL" "17CS047" = "Vermilion, IL" "17CS048" = "Will, IL" "17CS049" = "Williamson, IL" "18CS001" = "Adams+Wells, IN" "18CS002" = "Allen+De Kalb, IN" "18CS003" = "Bartholomew+Brown, IN" "18CS004" = "Benton+Jasper+Newton, IN" "18CS005" = "Blackford+Jay+Randolph, IN" "18CS006" = "Boone+Hendricks, IN" "18CS007" = "Carroll+Cass+White, IN" "18CS008" = "Clark, IN" "18CS009" = "Clay+Vermillion+Vigo, IN" "18CS010" = "Clinton+Tippecanoe, IN" "18CS011" = "Crawford+Harrison+Perry, IN" "18CS012" = "Daviess+Knox+Martin, IN" "18CS013" = "Dearborn+Ohio, IN" "18CS014" = "Decatur+Ripley, IN" "18CS015" = "Delaware, IN" "18CS016" = "Dubois+Pike+Spencer, IN" "18CS017" = "Elkhart, IN" "18CS018" = "Fayette+Franklin+Union, IN" "18CS019" = "Floyd, IN" "18CS020" = "Fountain+Montgomery+Warren, IN" "18CS021" = "Fulton+Miami+Wabash, IN" "18CS022" = "Gibson+Posey, IN" "18CS023" = "Grant, IN" "18CS024" = "Greene+Sullivan, IN" "18CS025" = "Hamilton, IN" "18CS026" = "Hancock, IN" "18CS027" = "Henry+Rush, IN" "18CS028" = "Howard+Tipton, IN" "18CS029" = "Huntington+Whitley, IN" "18CS030" = "Jackson+Jennings, IN" "18CS031" = "Jefferson+Scott+Switzerland, IN" "18CS032" = "Johnson, IN" "18CS033" = "Kosciusko, IN" "18CS034" = "LaGrange+Noble+Steuben, IN" "18CS035" = "Lake, IN" "18CS036" = "La Porte, IN" "18CS037" = "Lawrence+Orange+Washington, IN" "18CS038" = "Madison, IN" "18CS039" = "Marion+Shelby, IN" "18CS040" = "Marshall+Pulaski+Starke, IN" "18CS041" = "Monroe, IN" "18CS042" = "Morgan, IN" "18CS043" = "Owen+Parke+Putnam, IN" "18CS044" = "Porter, IN" "18CS045" = "St. Joseph, IN" "18CS046" = "Vanderburgh, IN" "18CS047" = "Warrick, IN" "18CS048" = "Wayne, IN" "19CS001" = "Allamakee+Clayton+Winneshiek, IA" "19CS002" = "Audubon and surrounding cos , IA" "19CS003" = "Benton+Iowa+Keokuk+Washington, IA" "19CS004" = "Black Hawk, IA" "19CS005" = "Boone+Dallas, IA" "19CS006" = "Bremer+Butler+Grundy, IA" "19CS007" = "Buchanan+Delaware+Fayette, IA" "19CS008" = "Buena Vista and surrounding cos , IA" "19CS009" = "Carroll+Crawford+Greene+Ida, IA" "19CS010" = "Cedar+Jackson+Jones, IA" "19CS011" = "Cerro Gordo+Worth, IA" "19CS012" = "Chickasaw+Floyd+Howard+Mitchell, IA" "19CS013" = "Clinton, IA" "19CS014" = "Davis+Jefferson+Van Buren+Wapello, IA" "19CS015" = "Des Moines+Henry+Lee, IA" "19CS016" = "Dubuque, IA" "19CS017" = "Fremont+Harrison+Mills+Pottawattamie, IA" "19CS018" = "Hamilton+Humboldt+Webster, IA" "19CS019" = "Jasper+Poweshiek, IA" "19CS020" = "Johnson, IA" "19CS021" = "Linn, IA" "19CS022" = "Louisa+Muscatine, IA" "19CS023" = "Lucas and surrounding cos , IA" "19CS024" = "Lyon+O'Brien+Osceola+Sioux, IA" "19CS025" = "Madison+Warren, IA" "19CS026" = "Mahaska+Marion, IA" "19CS027" = "Marshall+Tama, IA" "19CS028" = "Monona+Plymouth+Woodbury, IA" "19CS029" = "Palo Alto and surrounding cos , IA" "19CS030" = "Polk, IA" "19CS031" = "Scott, IA" "19CS032" = "Story, IA" "19CS033" = "Taylor and surrounding cos , IA" "19CS034" = "Wright and surrounding cos , IA" "20CS001" = "Allen+Anderson+Franklin+Osage, KS" "20CS002" = "Barton and surrounding cos , KS" "20CS003" = "Bourbon+Linn+Miami, KS" "20CS004" = "Brown and surroundings cos , KS" "20CS005" = "Butler+Harvey, KS" "20CS006" = "Chase+Coffey+Lyon+Marion, KS" "20CS007" = "Cherokee+Crawford, KS" "20CS008" = "Cloud and surrounding cos , KS" "20CS009" = "Dickinson+Geary+Morris, KS" "20CS010" = "Douglas, KS" "20CS011" = "Elk and surrounding cos , KS" "20CS012" = "Finney+Haskell+Kearny+Scott, KS" "20CS013" = "Ford and surrounding cos , KS" "20CS014" = "Johnson, KS" "20CS015" = "Labette+Montgomery+Neosho, KS" "20CS016" = "Leavenworth, KS" "20CS017" = "McPherson+Saline, KS" "20CS018" = "NW KS , KS" "20CS019" = "Pottawatomie+Riley+Wabaunsee, KS" "20CS020" = "Reno, KS" "20CS021" = "Russell and surrounding cos , KS" "20CS022" = "Sedgwick, KS" "20CS023" = "Shawnee, KS" "20CS024" = "S Central KS , KS" "20CS025" = "SW KS , KS" "20CS026" = "Wyandotte, KS" "21CS001" = "Adair and surrounding cos, KY" "21CS002" = "Anderson+Franklin, KY" "21CS003" = "Barren and surrounding cos , KY" "21CS004" = "Bath+Clark+Montgomery, KY" "21CS005" = "Bell+Harlan, KY" "21CS006" = "Boone, KY" "21CS007" = "Bourbon+Fleming+Lewis+Nicholas, KY" "21CS008" = "Boyd+Carter+Greenup, KY" "21CS009" = "Boyle+Lincoln+Mercer, KY" "21CS010" = "Bracken and surrounding cos , KY" "21CS011" = "Breckinridge+Grayson+Hancock+Meade, KY" "21CS012" = "Bullitt+Spencer, KY" "21CS013" = "Butler+McLean+Muhlenberg+Ohio, KY" "21CS014" = "Calloway+Marshall, KY" "21CS015" = "Campbell, KY" "21CS016" = "Christian, KY" "21CS017" = "Clay+Jackson+Leslie, KY" "21CS018" = "Clinton+Cumberland+McCreary+Wayne, KY" "21CS019" = "Daviess, KY" "21CS020" = "Edmonson+Warren, KY" "21CS021" = "Estill+Madison+Rockcastle, KY" "21CS022" = "Fayette, KY" "21CS023" = "Floyd+Martin, KY" "21CS024" = "Garrard+Jessamine, KY" "21CS025" = "Hardin+Larue, KY" "21CS026" = "Henderson+Union, KY" "21CS027" = "Henry+Oldham+Shelby, KY" "21CS028" = "Hopkins+Webster, KY" "21CS029" = "Jefferson, KY" "21CS030" = "Johnson and surrounding cos, KY" "21CS031" = "Kenton, KY" "21CS032" = "Knott+Letcher+Perry, KY" "21CS033" = "Knox+Whitley, KY" "21CS034" = "Laurel, KY" "21CS035" = "Logan+Simpson+Todd, KY" "21CS036" = "Lyon and surrounding cos , KY" "21CS037" = "Marion+Nelson+Washington, KY" "21CS038" = "McCracken, KY" "21CS039" = "Owen and surrounding cos , KY" "21CS040" = "Pike, KY" "21CS041" = "Pulaski, KY" "21CS042" = "Scott+Woodford, KY" "21CS043" = "SW KY , KY" "21CS044" = "Wolfe and surrounding cos , KY" "22CS001" = "Acadia Parish+Jefferson Davis Parish, LA" "22CS002" = "Allen Parish+Avoyelles Parish+Grant Parish+Rapides Parish, LA" "22CS003" = "Ascension Parish, LA" "22CS004" = "Assumption Parish+Iberville Parish+St. Martin Parish, LA" "22CS005" = "Beauregard Parish+Vernon Parish, LA" "22CS006" = "Bienville Parish+Claiborne Parish+De Soto Parish+Red River Parish, LA" "22CS007" = "Bossier Parish+Webster Parish, LA" "22CS008" = "Caddo Parish, LA" "22CS009" = "Calcasieu Parish, LA" "22CS010" = "Cameron Parish+Vermilion Parish, LA" "22CS011" = "Catahoula Parish and surrounding parishes, LA" "22CS012" = "East Baton Rouge Parish+West Baton Rouge Parish, LA" "22CS013" = "East Feliciana Parish+Pointe Coupee Parish+West Feliciana Parish, LA" "22CS014" = "Evangeline Parish+St. Landry Parish, LA" "22CS015" = "Iberia Parish, LA" "22CS016" = "Jackson Parish+Lincoln Parish+Union Parish+Winn Parish, LA" "22CS017" = "Jefferson Parish+Plaquemines Parish, LA" "22CS018" = "Lafayette Parish, LA" "22CS019" = "Lafourche Parish, LA" "22CS020" = "Livingston Parish, LA" "22CS021" = "Natchitoches Parish+Sabine Parish, LA" "22CS022" = "NE LA , LA" "22CS023" = "Orleans Parish, LA" "22CS024" = "Ouachita Parish, LA" "22CS025" = "St. Bernard Parish, LA" "22CS026" = "St. Charles Parish+St. James Parish+St. John the Baptist Parish, LA" "22CS027" = "St. Helena Parish+Tangipahoa Parish+Washington Parish, LA" "22CS028" = "St. Mary Parish, LA" "22CS029" = "St. Tammany Parish, LA" "22CS030" = "Terrebonne Parish, LA" "23CS001" = "Androscoggin, ME" "23CS002" = "Aroostook, ME" "23CS003" = "Cumberland, ME" "23CS004" = "Franklin+Oxford, ME" "23CS005" = "Hancock+Washington, ME" "23CS006" = "Kennebec, ME" "23CS007" = "Knox+Waldo, ME" "23CS008" = "Lincoln+Sagadahoc, ME" "23CS009" = "Penobscot+Piscataquis, ME" "23CS010" = "Somerset, ME" "23CS011" = "York, ME" "24CS001" = "Allegany+Garrett, MD" "24CS002" = "Anne Arundel, MD" "24CS003" = "Baltimore (county), MD" "24CS004" = "Baltimore (city), MD" "24CS005" = "Calvert, MD" "24CS006" = "Caroline+Dorchester+Talbot, MD" "24CS007" = "Carroll, MD" "24CS008" = "Cecil, MD" "24CS009" = "Charles, MD" "24CS010" = "Frederick, MD" "24CS011" = "Harford, MD" "24CS012" = "Howard, MD" "24CS013" = "Kent+Queen Anne's, MD" "24CS014" = "Montgomery, MD" "24CS015" = "Prince George's, MD" "24CS016" = "Somerset+Worcester, MD" "24CS017" = "St. Mary's, MD" "24CS018" = "Washington, MD" "24CS019" = "Wicomico, MD" "25CS001" = "Barnstable+Dukes+Nantucket, MA" "25CS002" = "Berkshire, MA" "25CS003" = "Bristol, MA" "25CS004" = "Essex, MA" "25CS005" = "Franklin, MA" "25CS006" = "Hampden, MA" "25CS007" = "Hampshire, MA" "25CS008" = "Middlesex, MA" "25CS009" = "Norfolk, MA" "25CS010" = "Plymouth, MA" "25CS011" = "Suffolk, MA" "25CS012" = "Worcester, MA" "26CS001" = "Alcona+Alpena+Presque Isle, MI" "26CS002" = "Alger+Delta+Schoolcraft, MI" "26CS003" = "Allegan, MI" "26CS004" = "Antrim+Charlevoix+Kalkaska+Otsego, MI" "26CS005" = "Arenac+Iosco+Ogemaw, MI" "26CS006" = "Barry, MI" "26CS007" = "Bay, MI" "26CS008" = "Benzie+Manistee+Mason, MI" "26CS009" = "Berrien, MI" "26CS010" = "Branch+Hillsdale, MI" "26CS011" = "Calhoun, MI" "26CS012" = "Cass, MI" "26CS013" = "Cheboygan+Emmet, MI" "26CS014" = "Chippewa+Luce+Mackinac, MI" "26CS015" = "Clare+Gladwin, MI" "26CS016" = "Clinton, MI" "26CS017" = "Crawford+Montmorency+Oscoda+Roscommon, MI" "26CS018" = "Dickinson+Iron+Menominee, MI" "26CS019" = "Eaton, MI" "26CS020" = "Genesee, MI" "26CS021" = "Grand Traverse+Leelanau, MI" "26CS022" = "Gratiot+Isabella, MI" "26CS023" = "Huron+Sanilac, MI" "26CS024" = "Ingham, MI" "26CS025" = "Ionia, MI" "26CS026" = "Jackson, MI" "26CS027" = "Kalamazoo, MI" "26CS028" = "Kent, MI" "26CS029" = "Lake+Missaukee+Wexford, MI" "26CS030" = "Lapeer, MI" "26CS031" = "Lenawee, MI" "26CS032" = "Livingston, MI" "26CS033" = "Macomb, MI" "26CS034" = "Marquette, MI" "26CS035" = "Mecosta+Osceola, MI" "26CS036" = "Midland, MI" "26CS037" = "Monroe, MI" "26CS038" = "Montcalm, MI" "26CS039" = "Muskegon, MI" "26CS040" = "Newaygo+Oceana, MI" "26CS041" = "NW Upper Peninsula , MI" "26CS042" = "Oakland, MI" "26CS043" = "Ottawa, MI" "26CS044" = "Saginaw, MI" "26CS045" = "Shiawassee, MI" "26CS046" = "St. Clair, MI" "26CS047" = "St. Joseph, MI" "26CS048" = "Tuscola, MI" "26CS049" = "Van Buren, MI" "26CS050" = "Washtenaw, MI" "26CS051" = "Wayne, MI" "27CS001" = "Aitkin+Itasca, MN" "27CS002" = "Anoka, MN" "27CS003" = "Benton+Stearns, MN" "27CS004" = "Blue Earth+Faribault+Martin+Watonwan, MN" "27CS005" = "Brown+Le Sueur+Nicollet, MN" "27CS006" = "Carver, MN" "27CS007" = "Cass+Crow Wing, MN" "27CS008" = "Chisago+Isanti, MN" "27CS009" = "Clay, MN" "27CS010" = "Clearwater and surrounding cos, MN" "27CS011" = "Dakota, MN" "27CS012" = "Dodge+Steele+Waseca, MN" "27CS013" = "Douglas+Morrison+Todd, MN" "27CS014" = "Fillmore+Houston+Winona, MN" "27CS015" = "Freeborn+Mower, MN" "27CS016" = "Goodhue+Wabasha, MN" "27CS017" = "Hennepin, MN" "27CS018" = "Kanabec+Mille Lacs+Pine, MN" "27CS019" = "Kandiyohi+Redwood+Renville, MN" "27CS020" = "Lac qui Parle+Lincoln+Lyon+Yellow Medicine, MN" "27CS021" = "McLeod+Meeker+Sibley, MN" "27CS022" = "NW MN , MN" "27CS023" = "Olmsted, MN" "27CS024" = "Otter Tail+Wadena+Wilkin, MN" "27CS025" = "Ramsey, MN" "27CS026" = "Rice, MN" "27CS027" = "Scott, MN" "27CS028" = "Sherburne, MN" "27CS029" = "SW MN , MN" "27CS030" = "Stevens and surrounding cos , MN" "27CS031" = "St. Louis and surrounding cos, MN" "27CS032" = "Washington, MN" "27CS033" = "Wright, MN" "28CS001" = "Adams+Amite+Wilkinson, MS" "28CS002" = "Alcorn+Prentiss+Tishomingo, MS" "28CS003" = "Attala+Choctaw+Leake+Webster, MS" "28CS004" = "Benton+Marshall+Tippah, MS" "28CS005" = "Bolivar+Sunflower, MS" "28CS006" = "Calhoun+Chickasaw+Grenada, MS" "28CS007" = "Carroll+Leflore+Montgomery, MS" "28CS008" = "Claiborne+Jefferson+Warren, MS" "28CS009" = "Clarke+Jasper+Wayne, MS" "28CS010" = "Clay+Oktibbeha, MS" "28CS011" = "Coahoma+Quitman+Tallahatchie, MS" "28CS012" = "Copiah+Franklin+Lincoln, MS" "28CS013" = "Covington+Simpson+Smith, MS" "28CS014" = "DeSoto+Tunica, MS" "28CS015" = "Forrest+Lamar, MS" "28CS016" = "Hancock+Harrison, MS" "28CS017" = "Hinds, MS" "28CS018" = "Itawamba+Monroe, MS" "28CS019" = "Jackson, MS" "28CS020" = "Jefferson Davis+Lawrence+Marion, MS" "28CS021" = "Jones, MS" "28CS022" = "Kemper+Neshoba+Noxubee+Winston, MS" "28CS023" = "Lafayette+Yalobusha, MS" "28CS024" = "Lauderdale, MS" "28CS025" = "Lee, MS" "28CS026" = "Lowndes, MS" "28CS027" = "Madison, MS" "28CS028" = "Newton+Scott, MS" "28CS029" = "Panola+Tate, MS" "28CS030" = "Pike+Walthall, MS" "28CS031" = "Pontotoc+Union, MS" "28CS032" = "Rankin, MS" "28CS033" = "Stone and surrounding cos, MS" "28CS034" = "Washington, MS" "28CS035" = "Yazoo and surrounding cos , MS" "29CS001" = "Andrew+Buchanan, MO" "29CS002" = "Audrain+Callaway, MO" "29CS003" = "Barry+Lawrence+McDonald, MO" "29CS004" = "Benton+Henry+Johnson+St. Clair, MO" "29CS005" = "Bollinger+Madison+Stoddard+Wayne, MO" "29CS006" = "Boone, MO" "29CS007" = "Butler+Carter+Ripley, MO" "29CS008" = "Camden+Miller, MO" "29CS009" = "Cape Girardeau+Perry, MO" "29CS010" = "Carroll+Lafayette+Ray+Saline, MO" "29CS011" = "Cass, MO" "29CS012" = "Christian+Webster, MO" "29CS013" = "Clay, MO" "29CS014" = "Cole, MO" "29CS015" = "Crawford+Iron+Reynolds+Washington, MO" "29CS016" = "Dallas+Hickory+Laclede+Polk, MO" "29CS017" = "Dent+Phelps, MO" "29CS018" = "Douglas+Ozark+Texas+Wright, MO" "29CS019" = "Dunklin+Pemiscot, MO" "29CS020" = "Franklin, MO" "29CS021" = "Gasconade+Montgomery+Warren, MO" "29CS022" = "Gentry and surrounding cos , MO" "29CS023" = "Greene, MO" "29CS024" = "Grundy and surrounding cos , MO" "29CS025" = "Howell+Oregon+Shannon, MO" "29CS026" = "Jackson, MO" "29CS027" = "Jasper, MO" "29CS028" = "Jefferson, MO" "29CS029" = "Lincoln+Pike, MO" "29CS030" = "Maries+Osage+Pulaski, MO" "29CS031" = "Marion+Monroe+Ralls+Shelby, MO" "29CS032" = "Mississippi+New Madrid+Scott, MO" "29CS033" = "Moniteau+Morgan+Pettis, MO" "29CS034" = "Newton, MO" "29CS035" = "Platte, MO" "29CS036" = "Randolph and surrounding cos , MO" "29CS037" = "Scotland and surrounding cos , MO" "29CS038" = "St. Charles, MO" "29CS039" = "St. Louis (county), MO" "29CS040" = "St. Louis (city), MO" "29CS041" = "Ste. Genevieve+St. Francois, MO" "29CS042" = "Stone+Taney, MO" "29CS043" = "Vernon and surrounding cos , MO" "30CS001" = "Beaverhead+Gallatin+Madison, MT" "30CS002" = "Cascade, MT" "30CS003" = "Deer Lodge and surrounding cos, MT" "30CS004" = "Eastern MT , MT" "30CS005" = "Flathead, MT" "30CS006" = "Jefferson+Lewis and Clark, MT" "30CS007" = "Lake+Lincoln+Mineral+Sanders, MT" "30CS008" = "Missoula, MT" "30CS009" = "N Central MT , MT" "30CS010" = "S Central MT , MT" "30CS011" = "Yellowstone, MT" "31CS001" = "Banner and surrounding cos , NE" "31CS002" = "Boone+Colfax+Nance+Platte, NE" "31CS003" = "Buffalo+Kearney+Sherman, NE" "31CS004" = "Cuming+Madison+Pierce+Stanton, NE" "31CS005" = "Dodge+Saunders+Washington, NE" "31CS006" = "Douglas, NE" "31CS007" = "Frontier and surrounding cos , NE" "31CS008" = "Hall+Howard, NE" "31CS009" = "Holt and surrounding cos , NE" "31CS010" = "Lancaster, NE" "31CS011" = "Lincoln and surrounding cos , NE" "31CS012" = "Northwestern NE , NE" "31CS013" = "Polk and surrounding cos , NE" "31CS014" = "Saline and surrounding cos , NE" "31CS015" = "Sarpy, NE" "31CS016" = "S Central NE , NE" "31CS017" = "Southeastern NE , NE" "31CS018" = "Thurston and surrounding cos , NE" "32CS001" = "Clark+Nye, NV" "32CS002" = "Douglas+Carson City, NV" "32CS003" = "Lyon and surrounding cos , NV" "32CS004" = "Northern NV, exc Washoe , NV" "32CS005" = "Washoe, NV" "33CS001" = "Belknap+Carroll, NH" "33CS002" = "Cheshire, NH" "33CS003" = "Coos+Grafton, NH" "33CS004" = "Hillsborough, NH" "33CS005" = "Merrimack+Sullivan, NH" "33CS006" = "Rockingham, NH" "33CS007" = "Strafford, NH" "34CS001" = "Atlantic, NJ" "34CS002" = "Bergen, NJ" "34CS003" = "Burlington, NJ" "34CS004" = "Camden, NJ" "34CS005" = "Cape May, NJ" "34CS006" = "Cumberland, NJ" "34CS007" = "Essex, NJ" "34CS008" = "Gloucester, NJ" "34CS009" = "Hudson, NJ" "34CS010" = "Hunterdon, NJ" "34CS011" = "Mercer, NJ" "34CS012" = "Middlesex, NJ" "34CS013" = "Monmouth, NJ" "34CS014" = "Morris, NJ" "34CS015" = "Ocean, NJ" "34CS016" = "Passaic, NJ" "34CS017" = "Salem, NJ" "34CS018" = "Somerset, NJ" "34CS019" = "Sussex, NJ" "34CS020" = "Union, NJ" "34CS021" = "Warren, NJ" "35CS001" = "Bernalillo, NM" "35CS002" = "Catron+Cibola+Sierra+Socorro, NM" "35CS003" = "Chaves, NM" "35CS004" = "Curry+Roosevelt, NM" "35CS005" = "Dona Ana, NM" "35CS006" = "Eddy, NM" "35CS007" = "Grant+Hidalgo+Luna, NM" "35CS008" = "Guadalupe and surrounding cos , NM" "35CS009" = "Lea, NM" "35CS010" = "Los Alamos+Santa Fe, NM" "35CS011" = "McKinley, NM" "35CS012" = "NE NM , NM" "35CS013" = "Otero, NM" "35CS014" = "Rio Arriba+Taos, NM" "35CS015" = "Sandoval, NM" "35CS016" = "San Juan, NM" "35CS017" = "Valencia, NM" "36CS001" = "Albany+Greene, NY" "36CS002" = "Allegany+Steuben, NY" "36CS003" = "Bronx, NY" "36CS004" = "Broome, NY" "36CS005" = "Cattaraugus+Wyoming, NY" "36CS006" = "Cayuga, NY" "36CS007" = "Chautauqua, NY" "36CS008" = "Chemung, NY" "36CS009" = "Chenango+Cortland, NY" "36CS010" = "Clinton, NY" "36CS011" = "Columbia, NY" "36CS012" = "Delaware+Schoharie, NY" "36CS013" = "Dutchess, NY" "36CS014" = "Erie, NY" "36CS015" = "Essex+Franklin, NY" "36CS016" = "Fulton+Hamilton+Montgomery, NY" "36CS017" = "Genesee+Orleans, NY" "36CS018" = "Herkimer, NY" "36CS019" = "Jefferson+Lewis, NY" "36CS020" = "Kings, NY" "36CS021" = "Livingston, NY" "36CS022" = "Madison, NY" "36CS023" = "Monroe, NY" "36CS024" = "Nassau, NY" "36CS025" = "New York, NY" "36CS026" = "Niagara, NY" "36CS027" = "Oneida, NY" "36CS028" = "Onondaga, NY" "36CS029" = "Ontario, NY" "36CS030" = "Orange, NY" "36CS031" = "Oswego, NY" "36CS032" = "Otsego, NY" "36CS033" = "Putnam, NY" "36CS034" = "Queens, NY" "36CS035" = "Rensselaer, NY" "36CS036" = "Richmond, NY" "36CS037" = "Rockland, NY" "36CS038" = "Saratoga, NY" "36CS039" = "Schenectady, NY" "36CS040" = "Schuyler+Seneca+Yates, NY" "36CS041" = "St. Lawrence, NY" "36CS042" = "Suffolk, NY" "36CS043" = "Sullivan, NY" "36CS044" = "Tioga, NY" "36CS045" = "Tompkins, NY" "36CS046" = "Ulster, NY" "36CS047" = "Warren, NY" "36CS048" = "Washington, NY" "36CS049" = "Wayne, NY" "36CS050" = "Westchester, NY" "37CS001" = "Alamance, NC" "37CS002" = "Alexander+Catawba, NC" "37CS003" = "Alleghany+Ashe+Avery+Watauga, NC" "37CS004" = "Anson+Richmond, NC" "37CS005" = "Beaufort+Martin+Pamlico, NC" "37CS006" = "Bladen+Columbus, NC" "37CS007" = "Brunswick, NC" "37CS008" = "Buncombe+Madison, NC" "37CS009" = "Burke, NC" "37CS010" = "Cabarrus, NC" "37CS011" = "Caldwell, NC" "37CS012" = "Camden+Currituck+Pasquotank, NC" "37CS013" = "Carteret, NC" "37CS014" = "Caswell+Person, NC" "37CS015" = "Chatham+Lee, NC" "37CS016" = "Cherokee+Clay+Graham+Swain, NC" "37CS017" = "Cleveland, NC" "37CS018" = "Craven, NC" "37CS019" = "Cumberland, NC" "37CS020" = "Dare+Hyde+Tyrrell+Washington, NC" "37CS021" = "Davidson, NC" "37CS022" = "Davie+Yadkin, NC" "37CS023" = "Duplin+Pender, NC" "37CS024" = "Durham, NC" "37CS025" = "Edgecombe, NC" "37CS026" = "Forsyth+Stokes, NC" "37CS027" = "Franklin+Warren, NC" "37CS028" = "Gaston, NC" "37CS029" = "Gates and surrounding cos , NC" "37CS030" = "Granville+Vance, NC" "37CS031" = "Greene+Jones+Lenoir, NC" "37CS032" = "Guilford, NC" "37CS033" = "Halifax+Northampton, NC" "37CS034" = "Harnett, NC" "37CS035" = "Haywood, NC" "37CS036" = "Henderson, NC" "37CS037" = "Hoke+Scotland, NC" "37CS038" = "Iredell, NC" "37CS039" = "Jackson+Macon+Transylvania, NC" "37CS040" = "Johnston, NC" "37CS041" = "Lincoln, NC" "37CS042" = "McDowell+Mitchell+Yancey, NC" "37CS043" = "Mecklenburg, NC" "37CS044" = "Montgomery+Moore, NC" "37CS045" = "Nash, NC" "37CS046" = "New Hanover, NC" "37CS047" = "Onslow, NC" "37CS048" = "Orange, NC" "37CS049" = "Pitt, NC" "37CS050" = "Polk+Rutherford, NC" "37CS051" = "Randolph, NC" "37CS052" = "Robeson, NC" "37CS053" = "Rockingham, NC" "37CS054" = "Rowan, NC" "37CS055" = "Sampson, NC" "37CS056" = "Stanly, NC" "37CS057" = "Surry, NC" "37CS058" = "Union, NC" "37CS059" = "Wake, NC" "37CS060" = "Wayne, NC" "37CS061" = "Wilkes, NC" "37CS062" = "Wilson, NC" "38CS001" = "Bottineau+McHenry+Renville+Ward, ND" "38CS002" = "Burleigh+McLean, ND" "38CS003" = "Cass, ND" "38CS004" = "Foster and surrounding cos , ND" "38CS005" = "Grand Forks, ND" "38CS006" = "Northeastern ND , ND" "38CS007" = "Northwestern ND , ND" "38CS008" = "Southeastern ND , ND" "38CS009" = "Southwestern ND , ND" "39CS001" = "Adams+Brown, OH" "39CS002" = "Allen+Auglaize, OH" "39CS003" = "Ashland, OH" "39CS004" = "Ashtabula, OH" "39CS005" = "Athens+Hocking, OH" "39CS006" = "Belmont, OH" "39CS007" = "Butler, OH" "39CS008" = "Carroll+Stark, OH" "39CS009" = "Champaign+Logan+Union, OH" "39CS010" = "Clark, OH" "39CS011" = "Clermont, OH" "39CS012" = "Clinton+Fayette+Highland, OH" "39CS013" = "Columbiana, OH" "39CS014" = "Coshocton+Muskingum+Perry, OH" "39CS015" = "Crawford+Richland, OH" "39CS016" = "Cuyahoga, OH" "39CS017" = "Darke+Preble, OH" "39CS018" = "Defiance+Williams, OH" "39CS019" = "Delaware, OH" "39CS020" = "Erie, OH" "39CS021" = "Fairfield, OH" "39CS022" = "Franklin, OH" "39CS023" = "Fulton+Henry, OH" "39CS024" = "Gallia+Meigs, OH" "39CS025" = "Geauga, OH" "39CS026" = "Greene, OH" "39CS027" = "Guernsey+Monroe+Morgan+Noble, OH" "39CS028" = "Hamilton, OH" "39CS029" = "Hancock, OH" "39CS030" = "Hardin+Wyandot, OH" "39CS031" = "Harrison+Tuscarawas, OH" "39CS032" = "Holmes+Wayne, OH" "39CS033" = "Huron, OH" "39CS034" = "Jackson+Pike+Vinton, OH" "39CS035" = "Jefferson, OH" "39CS036" = "Knox+Morrow, OH" "39CS037" = "Lake, OH" "39CS038" = "Lawrence, OH" "39CS039" = "Licking, OH" "39CS040" = "Lorain, OH" "39CS041" = "Lucas+Ottawa, OH" "39CS042" = "Madison+Pickaway, OH" "39CS043" = "Mahoning, OH" "39CS044" = "Marion, OH" "39CS045" = "Medina, OH" "39CS046" = "Mercer+Shelby, OH" "39CS047" = "Miami, OH" "39CS048" = "Montgomery, OH" "39CS049" = "Paulding+Putnam+Van Wert, OH" "39CS050" = "Portage, OH" "39CS051" = "Ross, OH" "39CS052" = "Sandusky, OH" "39CS053" = "Scioto, OH" "39CS054" = "Seneca, OH" "39CS055" = "Summit, OH" "39CS056" = "Trumbull, OH" "39CS057" = "Warren, OH" "39CS058" = "Washington, OH" "39CS059" = "Wood, OH" "40CS001" = "Adair+Cherokee+Sequoyah, OK" "40CS002" = "Atoka+Bryan+Coal+Johnston, OK" "40CS003" = "Beckham+Custer+Roger Mills+Washita, OK" "40CS004" = "Caddo+Grady, OK" "40CS005" = "Canadian, OK" "40CS006" = "Carter+Love+Marshall, OK" "40CS007" = "Choctaw+McCurtain+Pushmataha, OK" "40CS008" = "Cleveland, OK" "40CS009" = "Comanche, OK" "40CS010" = "Cotton+Jefferson+Stephens, OK" "40CS011" = "Craig+Mayes, OK" "40CS012" = "Creek, OK" "40CS013" = "Delaware+Ottawa, OK" "40CS014" = "Garfield, OK" "40CS015" = "Garvin+McClain+Murray, OK" "40CS016" = "Grant+Kay, OK" "40CS017" = "Haskell+Latimer+Le Flore+Pittsburg, OK" "40CS018" = "Hughes+Pontotoc+Seminole, OK" "40CS019" = "Lincoln+Logan, OK" "40CS020" = "Major and surrounding cos , OK" "40CS021" = "McIntosh+Muskogee, OK" "40CS022" = "Noble+Pawnee+Payne, OK" "40CS023" = "Nowata+Washington, OK" "40CS024" = "Okfuskee+Okmulgee, OK" "40CS025" = "Oklahoma, OK" "40CS026" = "OK Panhandle , OK" "40CS027" = "Osage+Tulsa, OK" "40CS028" = "Pottawatomie, OK" "40CS029" = "Rogers, OK" "40CS030" = "Southwestern OK , OK" "40CS031" = "Wagoner, OK" "41CS001" = "Baker+Harney+Lake+Malheur, OR" "41CS002" = "Benton, OR" "41CS003" = "Clackamas, OR" "41CS004" = "Clatsop+Lincoln+Tillamook, OR" "41CS005" = "Columbia+Washington, OR" "41CS006" = "Coos+Curry, OR" "41CS007" = "Deschutes, OR" "41CS008" = "Douglas, OR" "41CS009" = "Hood River+Jefferson+Sherman+Wasco, OR" "41CS010" = "Jackson, OR" "41CS011" = "Josephine, OR" "41CS012" = "Klamath, OR" "41CS013" = "Lane, OR" "41CS014" = "Linn, OR" "41CS015" = "Marion, OR" "41CS016" = "Multnomah, OR" "41CS017" = "Polk, OR" "41CS018" = "Umatilla and surrounding cos , OR" "41CS019" = "Yamhill, OR" "42CS001" = "Adams, PA" "42CS002" = "Allegheny, PA" "42CS003" = "Armstrong, PA" "42CS004" = "Beaver, PA" "42CS005" = "Bedford+Fulton, PA" "42CS006" = "Berks, PA" "42CS007" = "Blair, PA" "42CS008" = "Bradford+Sullivan, PA" "42CS009" = "Bucks, PA" "42CS010" = "Butler, PA" "42CS011" = "Cambria, PA" "42CS012" = "Carbon, PA" "42CS013" = "Centre, PA" "42CS014" = "Chester, PA" "42CS015" = "Clarion+Jefferson, PA" "42CS016" = "Clearfield, PA" "42CS017" = "Clinton+Potter+Tioga, PA" "42CS018" = "Columbia, PA" "42CS019" = "Crawford, PA" "42CS020" = "Cumberland+Perry, PA" "42CS021" = "Dauphin, PA" "42CS022" = "Delaware, PA" "42CS023" = "Erie, PA" "42CS024" = "Fayette+Greene, PA" "42CS025" = "Franklin, PA" "42CS026" = "Huntingdon+Juniata+Mifflin, PA" "42CS027" = "Indiana, PA" "42CS028" = "Lackawanna+Wyoming, PA" "42CS029" = "Lancaster, PA" "42CS030" = "Lawrence, PA" "42CS031" = "Lebanon, PA" "42CS032" = "Lehigh, PA" "42CS033" = "Luzerne, PA" "42CS034" = "Lycoming, PA" "42CS035" = "McKean and surrounding cos , PA" "42CS036" = "Mercer, PA" "42CS037" = "Monroe+Pike, PA" "42CS038" = "Montgomery, PA" "42CS039" = "Montour+Northumberland, PA" "42CS040" = "Northampton, PA" "42CS041" = "Philadelphia, PA" "42CS042" = "Schuylkill, PA" "42CS043" = "Snyder+Union, PA" "42CS044" = "Somerset, PA" "42CS045" = "Susquehanna+Wayne, PA" "42CS046" = "Venango, PA" "42CS047" = "Washington, PA" "42CS048" = "Westmoreland, PA" "42CS049" = "York, PA" "44CS001" = "Bristol, RI" "44CS002" = "Kent, RI" "44CS003" = "Newport, RI" "44CS004" = "Providence, RI" "44CS005" = "Washington, RI" "45CS001" = "Abbeville+Greenwood+McCormick, SC" "45CS002" = "Aiken+Edgefield, SC" "45CS003" = "Allendale+Bamberg+Barnwell, SC" "45CS004" = "Anderson, SC" "45CS005" = "Beaufort, SC" "45CS006" = "Berkeley, SC" "45CS007" = "Calhoun+Orangeburg, SC" "45CS008" = "Charleston, SC" "45CS009" = "Cherokee, SC" "45CS010" = "Chester+Fairfield, SC" "45CS011" = "Chesterfield+Marlboro, SC" "45CS012" = "Clarendon+Williamsburg, SC" "45CS013" = "Colleton+Hampton+Jasper, SC" "45CS014" = "Darlington, SC" "45CS015" = "Dillon+Marion, SC" "45CS016" = "Dorchester, SC" "45CS017" = "Florence, SC" "45CS018" = "Georgetown, SC" "45CS019" = "Greenville, SC" "45CS020" = "Horry, SC" "45CS021" = "Kershaw+Lee, SC" "45CS022" = "Lancaster, SC" "45CS023" = "Laurens, SC" "45CS024" = "Lexington, SC" "45CS025" = "Newberry+Saluda+Union, SC" "45CS026" = "Oconee, SC" "45CS027" = "Pickens, SC" "45CS028" = "Richland, SC" "45CS029" = "Spartanburg, SC" "45CS030" = "Sumter, SC" "45CS031" = "York, SC" "46CS001" = "Clark and surrounding cos , SD" "46CS002" = "Clay+Turner+Union+Yankton, SD" "46CS003" = "Douglas and surrounding cos , SD" "46CS004" = "Lincoln+Minnehaha, SD" "46CS005" = "Miner and surrounding cos , SD" "46CS006" = "N Central SD , SD" "46CS007" = "Northeastern SD , SD" "46CS008" = "Northwestern SD , SD" "46CS009" = "Pennington, SD" "46CS010" = "SW Central SD , SD" "47CS001" = "Anderson, TN" "47CS002" = "Bedford+Lincoln+Moore, TN" "47CS003" = "Benton+Carroll+Henry, TN" "47CS004" = "Bledsoe+Rhea+Van Buren+White, TN" "47CS005" = "Blount+Loudon, TN" "47CS006" = "Bradley+Polk, TN" "47CS007" = "Campbell+Claiborne+Hancock+Scott, TN" "47CS008" = "Cannon+DeKalb+Warren, TN" "47CS009" = "Carter+Johnson+Unicoi, TN" "47CS010" = "Cheatham+Dickson, TN" "47CS011" = "Chester+Madison, TN" "47CS012" = "Cocke+Jefferson, TN" "47CS013" = "Coffee+Franklin, TN" "47CS014" = "Crockett+Gibson+Haywood, TN" "47CS015" = "Cumberland+Fentress, TN" "47CS016" = "Davidson, TN" "47CS017" = "Decatur+Henderson+Lewis+Perry, TN" "47CS018" = "Dyer+Lake+Lauderdale, TN" "47CS019" = "Fayette+Hardeman, TN" "47CS020" = "Giles+Marshall, TN" "47CS021" = "Grainger+Hamblen, TN" "47CS022" = "Greene, TN" "47CS023" = "Grundy+Marion+Sequatchie, TN" "47CS024" = "Hamilton, TN" "47CS025" = "Hardin+McNairy, TN" "47CS026" = "Hawkins, TN" "47CS027" = "Hickman+Houston+Humphreys+Stewart, TN" "47CS028" = "Jackson+Putnam+Smith, TN" "47CS029" = "Knox+Union, TN" "47CS030" = "Lawrence+Wayne, TN" "47CS031" = "Maury, TN" "47CS032" = "McMinn+Meigs+Monroe, TN" "47CS033" = "Montgomery, TN" "47CS034" = "Morgan+Roane, TN" "47CS035" = "N Central TN , TN" "47CS036" = "Obion+Weakley, TN" "47CS037" = "Robertson, TN" "47CS038" = "Rutherford, TN" "47CS039" = "Sevier, TN" "47CS040" = "Shelby, TN" "47CS041" = "Sullivan, TN" "47CS042" = "Sumner, TN" "47CS043" = "Tipton, TN" "47CS044" = "Washington, TN" "47CS045" = "Williamson, TN" "47CS046" = "Wilson, TN" "48CS001" = "Anderson+Houston, TX" "48CS002" = "Angelina, TX" "48CS003" = "Aransas+Calhoun+Refugio, TX" "48CS004" = "Archer+Wichita, TX" "48CS005" = "Atascosa+Live Oak+McMullen, TX" "48CS006" = "Austin+Washington, TX" "48CS007" = "Bandera+Kendall+Kerr, TX" "48CS008" = "Bastrop+Caldwell, TX" "48CS009" = "Bee+Goliad+Karnes, TX" "48CS010" = "Bell, TX" "48CS011" = "Bexar+Wilson, TX" "48CS012" = "Bosque+Hamilton+Hill, TX" "48CS013" = "Bowie+Cass+Marion+Morris, TX" "48CS014" = "Brazoria, TX" "48CS015" = "Brazos+Burleson+Grimes+Robertson, TX" "48CS016" = "Brown+Coleman+Mills, TX" "48CS017" = "Burnet+Lampasas+Llano, TX" "48CS018" = "Callahan and surrounding cos, TX" "48CS019" = "Cameron, TX" "48CS020" = "Chambers+Liberty, TX" "48CS021" = "Cherokee+Nacogdoches, TX" "48CS022" = "Clay+Cooke+Montague, TX" "48CS023" = "Collin, TX" "48CS024" = "Comal, TX" "48CS025" = "Comanche+Erath+Somervell, TX" "48CS026" = "Coryell, TX" "48CS027" = "Crockett+Kinney+Terrell+Val Verde, TX" "48CS028" = "Crosby+Floyd+Hale+Swisher, TX" "48CS029" = "Dallas, TX" "48CS030" = "Denton, TX" "48CS031" = "Dimmit+La Salle+Maverick, TX" "48CS032" = "Duval and surrounding cos, TX" "48CS033" = "E Central Panhandle , TX" "48CS034" = "Ector, TX" "48CS035" = "Ellis, TX" "48CS036" = "El Paso, TX" "48CS037" = "Falls+Lee+Milam, TX" "48CS038" = "Fannin+Lamar+Red River, TX" "48CS039" = "Fort Bend+Waller, TX" "48CS040" = "Freestone+Leon+Limestone+Navarro, TX" "48CS041" = "Frio+Medina+Uvalde+Zavala, TX" "48CS042" = "Gaines and surrounding cos , TX" "48CS043" = "Galveston, TX" "48CS044" = "Grayson, TX" "48CS045" = "Gregg, TX" "48CS046" = "Guadalupe, TX" "48CS047" = "Hardin+Orange, TX" "48CS048" = "Harris, TX" "48CS049" = "Harrison+Upshur, TX" "48CS050" = "Hays, TX" "48CS051" = "Henderson, TX" "48CS052" = "Hidalgo, TX" "48CS053" = "Hood+Parker, TX" "48CS054" = "Hopkins and surrounding cos, TX" "48CS055" = "Hunt+Rockwall, TX" "48CS056" = "Jack+Palo Pinto+Wise+Young, TX" "48CS057" = "Jackson+Matagorda+Wharton, TX" "48CS058" = "Jasper+Newton, TX" "48CS059" = "Jefferson, TX" "48CS060" = "Johnson, TX" "48CS061" = "Kaufman, TX" "48CS062" = "Kenedy+Kleberg+Willacy, TX" "48CS063" = "Lavaca and surrounding cos, TX" "48CS064" = "Lubbock, TX" "48CS065" = "Madison+Trinity+Walker, TX" "48CS066" = "McLennan, TX" "48CS067" = "Menard and surrounding cos , TX" "48CS068" = "Midland, TX" "48CS069" = "Montgomery, TX" "48CS070" = "NE Panhandle , TX" "48CS071" = "NW Panhandle , TX" "48CS072" = "Nueces, TX" "48CS073" = "Polk+San Jacinto+Tyler, TX" "48CS074" = "Potter, TX" "48CS075" = "Rains+Van Zandt, TX" "48CS076" = "Randall, TX" "48CS077" = "San Patricio, TX" "48CS078" = "Scurry and surrounding cos , TX" "48CS079" = "Shelby and surrounding cos, TX" "48CS080" = "Smith, TX" "48CS081" = "Starr, TX" "48CS082" = "Tarrant, TX" "48CS083" = "Taylor, TX" "48CS084" = "Tom Green, TX" "48CS085" = "Travis, TX" "48CS086" = "Victoria, TX" "48CS087" = "Webb, TX" "48CS088" = "W Central Panhandle , TX" "48CS089" = "W TX, exc El Paso Co , TX" "48CS090" = "Williamson, TX" "49CS001" = "Beaver+Iron+Millard, UT" "49CS002" = "Box Elder+Cache+Rich, UT" "49CS003" = "Carbon+Daggett+Duchesne+Uintah, UT" "49CS004" = "Davis, UT" "49CS005" = "Juab+Sanpete+Tooele, UT" "49CS006" = "Morgan+Summit+Wasatch, UT" "49CS007" = "Salt Lake, UT" "49CS008" = "Utah, UT" "49CS009" = "Washington, UT" "49CS010" = "Wayne and surrounding cos, UT" "49CS011" = "Weber, UT" "50CS001" = "Addison+Chittenden, VT" "50CS002" = "Bennington+Windham, VT" "50CS003" = "Caledonia+Essex+Orange, VT" "50CS004" = "Franklin+Grand Isle, VT" "50CS005" = "Lamoille+Orleans+Washington, VT" "50CS006" = "Rutland, VT" "50CS007" = "Windsor, VT" "51CS001" = "Accomack+Northampton, VA" "51CS002" = "Albemarle+Fluvanna+Greene+Charlottesville (city), VA" "51CS003" = "Alexandria (city), VA" "51CS004" = "Alleghany and surrounding cos and independent cities, VA" "51CS005" = "Amelia+Brunswick+Lunenburg+Nottoway, VA" "51CS006" = "Amherst+Nelson+Lynchburg (city), VA" "51CS007" = "Appomattox+Campbell, VA" "51CS008" = "Arlington, VA" "51CS009" = "Augusta+Rockbridge and independent cities , VA" "51CS010" = "Bedford+Bedford (city), VA" "51CS011" = "Bland+Smyth+Wythe, VA" "51CS012" = "Buchanan+Dickenson+Russell+Tazewell, VA" "51CS013" = "Buckingham+Charlotte+Cumberland+Prince Edward, VA" "51CS014" = "Carroll+Grayson+Galax (city), VA" "51CS015" = "Charles City+Goochland+Henrico+New Kent, VA" "51CS016" = "Chesapeake (city), VA" "51CS017" = "Chesterfield+Powhatan+Colonial Heights (city), VA" "51CS018" = "Clarke+Fauquier+Warren, VA" "51CS019" = "Craig+Franklin+Roanoke+Salem (city), VA" "51CS020" = "Culpeper+Madison+Rappahannock, VA" "51CS021" = "Dinwiddie+Petersburg (city), VA" "51CS022" = "Fairfax+Fairfax (city)+Falls Church (city), VA" "51CS023" = "Floyd+Giles+Montgomery, VA" "51CS024" = "Frederick+Winchester (city), VA" "51CS025" = "Halifax+Mecklenburg, VA" "51CS026" = "Hampton (city)+Poquoson (city), VA" "51CS027" = "Hanover, VA" "51CS028" = "Henry+Patrick+Martinsville (city), VA" "51CS029" = "James City+Williamsburg (city), VA" "51CS030" = "King and Queen and surrounding cos , VA" "51CS031" = "Lee+Scott+Wise+Norton (city), VA" "51CS032" = "Loudoun, VA" "51CS033" = "Louisa+Orange, VA" "51CS034" = "Newport News (city), VA" "51CS035" = "Norfolk (city), VA" "51CS036" = "Page+Shenandoah, VA" "51CS037" = "Pittsylvania+Danville (city), VA" "51CS038" = "Portsmouth (city), VA" "51CS039" = "Prince George+Hopewell (city), VA" "51CS040" = "Prince William+Manassas (city)+Manassas Park (city), VA" "51CS041" = "Pulaski+Radford (city), VA" "51CS042" = "Richmond (city), VA" "51CS043" = "Roanoke (city), VA" "51CS044" = "Rockingham+Harrisonburg (city), VA" "51CS045" = "Southampton and surrounding cos and ind cities , VA" "51CS046" = "Spotsylvania+Fredericksburg (city), VA" "51CS047" = "Stafford, VA" "51CS048" = "Suffolk (city), VA" "51CS049" = "Virginia Beach (city), VA" "51CS050" = "Washington+Bristol (city), VA" "51CS051" = "Westmoreland and surrounding cos, VA" "51CS052" = "York, VA" "53CS001" = "Adams+Grant, WA" "53CS002" = "Asotin+Garfield+Whitman, WA" "53CS003" = "Benton+Franklin, WA" "53CS004" = "Chelan+Kittitas, WA" "53CS005" = "Clallam+Jefferson, WA" "53CS006" = "Clark, WA" "53CS007" = "Columbia+Walla Walla, WA" "53CS008" = "Cowlitz+Klickitat+Skamania+Wahkiakum, WA" "53CS009" = "Douglas+Okanogan, WA" "53CS010" = "Ferry+Lincoln+Pend Oreille+Stevens, WA" "53CS011" = "Grays Harbor+Mason+Pacific, WA" "53CS012" = "Island, WA" "53CS013" = "King, WA" "53CS014" = "Kitsap, WA" "53CS015" = "Lewis, WA" "53CS016" = "Pierce, WA" "53CS017" = "San Juan+Skagit, WA" "53CS018" = "Snohomish, WA" "53CS019" = "Spokane, WA" "53CS020" = "Thurston, WA" "53CS021" = "Whatcom, WA" "53CS022" = "Yakima, WA" "54CS001" = "Barbour+Pocahontas+Randolph+Tucker, WV" "54CS002" = "Berkeley+Jefferson+Morgan, WV" "54CS003" = "Boone+Raleigh, WV" "54CS004" = "Braxton+Gilmer+Lewis+Upshur, WV" "54CS005" = "Brooke+Hancock, WV" "54CS006" = "Cabell+Wayne, WV" "54CS007" = "Clay+Fayette+Nicholas+Webster, WV" "54CS008" = "Greenbrier+Monroe+Summers, WV" "54CS009" = "Hardy and surrounding cos , WV" "54CS010" = "Harrison+Taylor, WV" "54CS011" = "Jackson and surrounding cos , WV" "54CS012" = "Kanawha, WV" "54CS013" = "Lincoln+Logan+Mingo, WV" "54CS014" = "Marion, WV" "54CS015" = "Marshall+Ohio, WV" "54CS016" = "McDowell+Wyoming, WV" "54CS017" = "Mercer, WV" "54CS018" = "Monongalia+Preston, WV" "54CS019" = "Putnam, WV" "54CS020" = "Tyler and surrounding cos , WV" "54CS021" = "Wood, WV" "55CS001" = "Adams+Juneau+Monroe+Vernon, WI" "55CS002" = "Ashland+Bayfield+Douglas+Price, WI" "55CS003" = "Barron+Sawyer+Washburn, WI" "55CS004" = "Brown, WI" "55CS005" = "Buffalo+Jackson+Pepin+Trempealeau, WI" "55CS006" = "Burnett+Polk, WI" "55CS007" = "Calumet+Winnebago, WI" "55CS008" = "Chippewa+Rusk, WI" "55CS009" = "Clark+Taylor, WI" "55CS010" = "Columbia, WI" "55CS011" = "Crawford+Grant+Richland, WI" "55CS012" = "Dane, WI" "55CS013" = "Dodge, WI" "55CS014" = "Door+Kewaunee+Manitowoc, WI" "55CS015" = "Dunn+Eau Claire, WI" "55CS016" = "Florence+Forest+Marinette+Oconto, WI" "55CS017" = "Fond du Lac, WI" "55CS018" = "Green+Iowa+Lafayette, WI" "55CS019" = "Green Lake+Marquette+Waushara, WI" "55CS020" = "Iron+Oneida+Vilas, WI" "55CS021" = "Jefferson, WI" "55CS022" = "Kenosha, WI" "55CS023" = "La Crosse, WI" "55CS024" = "Langlade+Lincoln+Menominee+Shawano, WI" "55CS025" = "Marathon, WI" "55CS026" = "Milwaukee, WI" "55CS027" = "Outagamie, WI" "55CS028" = "Ozaukee, WI" "55CS029" = "Pierce+St. Croix, WI" "55CS030" = "Portage, WI" "55CS031" = "Racine, WI" "55CS032" = "Rock, WI" "55CS033" = "Sauk, WI" "55CS034" = "Sheboygan, WI" "55CS035" = "Walworth, WI" "55CS036" = "Washington, WI" "55CS037" = "Waukesha, WI" "55CS038" = "Waupaca, WI" "55CS039" = "Wood, WI" "56CS001" = "Big Horn+Hot Springs+Park+Washakie, WY" "56CS002" = "Fremont+Lincoln+Sublette+Teton, WY" "56CS003" = "Laramie, WY" "56CS004" = "Natrona, WY" "56CS005" = "NE WY , WY" "56CS006" = "SE WY exc Laramie , WY" "56CS007" = "Sweetwater+Uinta, WY"; Run; /*PROGRAM NAME: /cen2k/formatlibrary/fmt_eeo.sas*/ proc format library=library; /******************************************************************************/ /* EEO Occupational Groups and Titles (EEO (14)) */ /******************************************************************************/ value $eeofmt '01' = 'Management, Business and Financial Workers' '02' = 'Science, Engineering and Computer Professionals' '03' = 'Healthcare Practitioner Professionals' '04' = 'Other Professional Workers' '05' = 'Technicians' '06' = 'Sales Workers' '07' = 'Administrative Support Workers' '08' = 'Construction and Extractive Craft Workers' '09' = 'Installation, Maintenance and Repair Craft Workers' '10' = 'Production Operative Workers' '11' = 'Transportation and Material Moving Operative Workers' '12' = 'Laborers and Helpers' '13' = 'Protective Service Workers' '14' = 'Service Workers, except Protective' '15' = 'Unemployed, No Civilian Work Experience Since 1995'; run; /*PROGRAM NAME: fmt_eeo1.sas*/ proc format library=library; /******************************************************************************/ /* EEO-1 Job Categories and Titles (EEO-1 (9)) */ /******************************************************************************/ value $eeo1fm '01' = 'Officials and Managers' '02' = 'Professionals' '03' = 'Technicians' '04' = 'Sales Workers' '05' = 'Administrative Support Workers' '06' = 'Craft Workers' '07' = 'Operatives' '08' = 'Laborers and Helpers' '09' = 'Service Workers' '10' = 'Unemployed, No Civilian Work Experience Since 1995'; run; /*PROGRAM NAME: /cen2k/formatlibrary/fmt_eeo5edu.sas*/ proc format library=library; /********************************************************************************/ /* EDUCATIONAL ATTAINMENT (5) */ /********************************************************************************/ value $eeo5edu '1' = 'Not a high school graduate' '2' = 'High school graduate (including equivalency)' '3' = 'Some college or associate degree' '4' = "Bachelor's degree" '5' = 'Graduate or professional degree'; run; /*PROGRAM NAME: fmt_eeomsapmsa.sas*/ proc format library=library; /***************************************************************************/ /* Format for MSA and PMSA Names */ /***************************************************************************/ value $meteeo '0040' = 'Abilene, TX MSA' '0080' = 'Akron, OH PMSA' '0120' = 'Albany, GA MSA' '0160' = 'Albany-Schenectady-Troy, NY MSA' '0200' = 'Albuquerque, NM MSA' '0220' = 'Alexandria, LA MSA' '0240' = 'Allentown-Bethlehem-Easton, PA MSA' '0280' = 'Altoona, PA MSA' '0320' = 'Amarillo, TX MSA' '0380' = 'Anchorage, AK MSA' '0440' = 'Ann Arbor, MI PMSA' '0450' = 'Anniston, AL MSA' '0460' = 'Appleton-Oshkosh-Neenah, WI MSA' '0480' = 'Asheville, NC MSA' '0500' = 'Athens, GA MSA' '0520' = 'Atlanta, GA MSA' '0560' = 'Atlantic-Cape May, NJ PMSA' '0580' = 'Auburn-Opelika, AL MSA' '0600' = 'Augusta-Aiken, GA-SC MSA' '0640' = 'Austin-San Marcos, TX MSA' '0680' = 'Bakersfield, CA MSA' '0720' = 'Baltimore, MD PMSA' '0730' = 'Bangor, ME MSA' '0740' = 'Barnstable-Yarmouth, MA MSA' '0760' = 'Baton Rouge, LA MSA' '0840' = 'Beaumont-Port Arthur, TX MSA' '0860' = 'Bellingham, WA MSA' '0870' = 'Benton Harbor, MI MSA' '0875' = 'Bergen-Passaic, NJ PMSA' '0880' = 'Billings, MT MSA' '0920' = 'Biloxi-Gulfport-Pascagoula, MS MSA' '0960' = 'Binghamton, NY MSA' '1000' = 'Birmingham, AL MSA' '1010' = 'Bismarck, ND MSA' '1020' = 'Bloomington, IN MSA' '1040' = 'Bloomington-Normal, IL MSA' '1080' = 'Boise City, ID MSA' '1120' = 'Boston, MA-NH PMSA' '1125' = 'Boulder-Longmont, CO PMSA' '1145' = 'Brazoria, TX PMSA' '1150' = 'Bremerton, WA PMSA' '1160' = 'Bridgeport, CT PMSA' '1200' = 'Brockton, MA PMSA' '1240' = 'Brownsville-Harlingen-San Benito, TX MSA' '1260' = 'Bryan-College Station, TX MSA' '1280' = 'Buffalo-Niagara Falls, NY MSA' '1305' = 'Burlington, VT MSA' '1320' = 'Canton-Massillon, OH MSA' '1350' = 'Casper, WY MSA' '1360' = 'Cedar Rapids, IA MSA' '1400' = 'Champaign-Urbana, IL MSA' '1440' = 'Charleston-North Charleston, SC MSA' '1480' = 'Charleston, WV MSA' '1520' = 'Charlotte-Gastonia-Rock Hill, NC-SC MSA' '1540' = 'Charlottesville, VA MSA' '1560' = 'Chattanooga, TN-GA MSA' '1580' = 'Cheyenne, WY MSA' '1600' = 'Chicago, IL PMSA' '1620' = 'Chico-Paradise, CA MSA' '1640' = 'Cincinnati, OH-KY-IN PMSA' '1660' = 'Clarksville-Hopkinsville, TN-KY MSA' '1680' = 'Cleveland-Lorain-Elyria, OH PMSA' '1720' = 'Colorado Springs, CO MSA' '1740' = 'Columbia, MO MSA' '1760' = 'Columbia, SC MSA' '1800' = 'Columbus, GA-AL MSA' '1840' = 'Columbus, OH MSA' '1880' = 'Corpus Christi, TX MSA' '1890' = 'Corvallis, OR MSA' '1900' = 'Cumberland, MD-WV MSA' '1920' = 'Dallas, TX PMSA' '1930' = 'Danbury, CT PMSA' '1950' = 'Danville, VA MSA' '1960' = 'Davenport-Moline-Rock Island, IA-IL MSA' '2000' = 'Dayton-Springfield, OH MSA' '2020' = 'Daytona Beach, FL MSA' '2030' = 'Decatur, AL MSA' '2040' = 'Decatur, IL MSA' '2080' = 'Denver, CO PMSA' '2120' = 'Des Moines, IA MSA' '2160' = 'Detroit, MI PMSA' '2180' = 'Dothan, AL MSA' '2190' = 'Dover, DE MSA' '2200' = 'Dubuque, IA MSA' '2240' = 'Duluth-Superior, MN-WI MSA' '2281' = 'Dutchess County, NY PMSA' '2290' = 'Eau Claire, WI MSA' '2320' = 'El Paso, TX MSA' '2330' = 'Elkhart-Goshen, IN MSA' '2335' = 'Elmira, NY MSA' '2340' = 'Enid, OK MSA' '2360' = 'Erie, PA MSA' '2400' = 'Eugene-Springfield, OR MSA' '2440' = 'Evansville-Henderson, IN-KY MSA' '2520' = 'Fargo-Moorhead, ND-MN MSA' '2560' = 'Fayetteville, NC MSA' '2580' = 'Fayetteville-Springdale-Rogers, AR MSA' '2600' = 'Fitchburg-Leominster, MA PMSA' '2620' = 'Flagstaff, AZ-UT MSA' '2640' = 'Flint, MI PMSA' '2650' = 'Florence, AL MSA' '2655' = 'Florence, SC MSA' '2670' = 'Fort Collins-Loveland, CO MSA' '2680' = 'Fort Lauderdale, FL PMSA' '2700' = 'Fort Myers-Cape Coral, FL MSA' '2710' = 'Fort Pierce-Port St. Lucie, FL MSA' '2720' = 'Fort Smith, AR-OK MSA' '2750' = 'Fort Walton Beach, FL MSA' '2760' = 'Fort Wayne, IN MSA' '2800' = 'Fort Worth-Arlington, TX PMSA' '2840' = 'Fresno, CA MSA' '2880' = 'Gadsden, AL MSA' '2900' = 'Gainesville, FL MSA' '2920' = 'Galveston-Texas City, TX PMSA' '2960' = 'Gary, IN PMSA' '2975' = 'Glens Falls, NY MSA' '2980' = 'Goldsboro, NC MSA' '2985' = 'Grand Forks, ND-MN MSA' '2995' = 'Grand Junction, CO MSA' '3000' = 'Grand Rapids-Muskegon-Holland, MI MSA' '3040' = 'Great Falls, MT MSA' '3060' = 'Greeley, CO PMSA' '3080' = 'Green Bay, WI MSA' '3120' = 'Greensboro--Winston-Salem--High Point, NC MSA' '3150' = 'Greenville, NC MSA' '3160' = 'Greenville-Spartanburg-Anderson, SC MSA' '3180' = 'Hagerstown, MD PMSA' '3200' = 'Hamilton-Middletown, OH PMSA' '3240' = 'Harrisburg-Lebanon-Carlisle, PA MSA' '3280' = 'Hartford, CT MSA' '3285' = 'Hattiesburg, MS MSA' '3290' = 'Hickory-Morganton-Lenoir, NC MSA' '3320' = 'Honolulu, HI MSA' '3350' = 'Houma, LA MSA' '3360' = 'Houston, TX PMSA' '3400' = 'Huntington-Ashland, WV-KY-OH MSA' '3440' = 'Huntsville, AL MSA' '3480' = 'Indianapolis, IN MSA' '3500' = 'Iowa City, IA MSA' '3520' = 'Jackson, MI MSA' '3560' = 'Jackson, MS MSA' '3580' = 'Jackson, TN MSA' '3600' = 'Jacksonville, FL MSA' '3605' = 'Jacksonville, NC MSA' '3610' = 'Jamestown, NY MSA' '3620' = 'Janesville-Beloit, WI MSA' '3640' = 'Jersey City, NJ PMSA' '3660' = 'Johnson City-Kingsport-Bristol, TN-VA MSA' '3680' = 'Johnstown, PA MSA' '3700' = 'Jonesboro, AR MSA' '3710' = 'Joplin, MO MSA' '3720' = 'Kalamazoo-Battle Creek, MI MSA' '3740' = 'Kankakee, IL PMSA' '3760' = 'Kansas City, MO-KS MSA' '3800' = 'Kenosha, WI PMSA' '3810' = 'Killeen-Temple, TX MSA' '3840' = 'Knoxville, TN MSA' '3850' = 'Kokomo, IN MSA' '3870' = 'La Crosse, WI-MN MSA' '3880' = 'Lafayette, LA MSA' '3920' = 'Lafayette, IN MSA' '3960' = 'Lake Charles, LA MSA' '3980' = 'Lakeland-Winter Haven, FL MSA' '4000' = 'Lancaster, PA MSA' '4040' = 'Lansing-East Lansing, MI MSA' '4080' = 'Laredo, TX MSA' '4100' = 'Las Cruces, NM MSA' '4120' = 'Las Vegas, NV-AZ MSA' '4150' = 'Lawrence, KS MSA' '4160' = 'Lawrence, MA-NH PMSA' '4200' = 'Lawton, OK MSA' '4240' = 'Lewiston-Auburn, ME MSA' '4280' = 'Lexington, KY MSA' '4320' = 'Lima, OH MSA' '4360' = 'Lincoln, NE MSA' '4400' = 'Little Rock-North Little Rock, AR MSA' '4420' = 'Longview-Marshall, TX MSA' '4480' = 'Los Angeles-Long Beach, CA PMSA' '4520' = 'Louisville, KY-IN MSA' '4560' = 'Lowell, MA-NH PMSA' '4600' = 'Lubbock, TX MSA' '4640' = 'Lynchburg, VA MSA' '4680' = 'Macon, GA MSA' '4720' = 'Madison, WI MSA' '4760' = 'Manchester, NH PMSA' '4800' = 'Mansfield, OH MSA' '4880' = 'McAllen-Edinburg-Mission, TX MSA' '4890' = 'Medford-Ashland, OR MSA' '4900' = 'Melbourne-Titusville-Palm Bay, FL MSA' '4920' = 'Memphis, TN-AR-MS MSA' '4940' = 'Merced, CA MSA' '5000' = 'Miami, FL PMSA' '5015' = 'Middlesex-Somerset-Hunterdon, NJ PMSA' '5080' = 'Milwaukee-Waukesha, WI PMSA' '5120' = 'Minneapolis-St. Paul, MN-WI MSA' '5140' = 'Missoula, MT MSA' '5160' = 'Mobile, AL MSA' '5170' = 'Modesto, CA MSA' '5190' = 'Monmouth-Ocean, NJ PMSA' '5200' = 'Monroe, LA MSA' '5240' = 'Montgomery, AL MSA' '5280' = 'Muncie, IN MSA' '5330' = 'Myrtle Beach, SC MSA' '5345' = 'Naples, FL MSA' '5350' = 'Nashua, NH PMSA' '5360' = 'Nashville, TN MSA' '5380' = 'Nassau-Suffolk, NY PMSA' '5400' = 'New Bedford, MA PMSA' '5480' = 'New Haven-Meriden, CT PMSA' '5520' = 'New London-Norwich, CT-RI MSA' '5560' = 'New Orleans, LA MSA' '5600' = 'New York, NY PMSA' '5640' = 'Newark, NJ PMSA' '5660' = 'Newburgh, NY-PA PMSA' '5720' = 'Norfolk-Virginia Beach-Newport News, VA-NC MSA' '5775' = 'Oakland, CA PMSA' '5790' = 'Ocala, FL MSA' '5800' = 'Odessa-Midland, TX MSA' '5880' = 'Oklahoma City, OK MSA' '5910' = 'Olympia, WA PMSA' '5920' = 'Omaha, NE-IA MSA' '5945' = 'Orange County, CA PMSA' '5960' = 'Orlando, FL MSA' '5990' = 'Owensboro, KY MSA' '6015' = 'Panama City, FL MSA' '6020' = 'Parkersburg-Marietta, WV-OH MSA' '6080' = 'Pensacola, FL MSA' '6120' = 'Peoria-Pekin, IL MSA' '6160' = 'Philadelphia, PA-NJ PMSA' '6200' = 'Phoenix-Mesa, AZ MSA' '6240' = 'Pine Bluff, AR MSA' '6280' = 'Pittsburgh, PA MSA' '6320' = 'Pittsfield, MA MSA' '6340' = 'Pocatello, ID MSA' '6400' = 'Portland, ME MSA' '6440' = 'Portland-Vancouver, OR-WA PMSA' '6450' = 'Portsmouth-Rochester, NH-ME PMSA' '6480' = 'Providence-Fall River-Warwick, RI-MA MSA' '6520' = 'Provo-Orem, UT MSA' '6560' = 'Pueblo, CO MSA' '6580' = 'Punta Gorda, FL MSA' '6600' = 'Racine, WI PMSA' '6640' = 'Raleigh-Durham-Chapel Hill, NC MSA' '6660' = 'Rapid City, SD MSA' '6680' = 'Reading, PA MSA' '6690' = 'Redding, CA MSA' '6720' = 'Reno, NV MSA' '6740' = 'Richland-Kennewick-Pasco, WA MSA' '6760' = 'Richmond-Petersburg, VA MSA' '6780' = 'Riverside-San Bernardino, CA PMSA' '6800' = 'Roanoke, VA MSA' '6820' = 'Rochester, MN MSA' '6840' = 'Rochester, NY MSA' '6880' = 'Rockford, IL MSA' '6895' = 'Rocky Mount, NC MSA' '6920' = 'Sacramento, CA PMSA' '6960' = 'Saginaw-Bay City-Midland, MI MSA' '6980' = 'St. Cloud, MN MSA' '7000' = 'St. Joseph, MO MSA' '7040' = 'St. Louis, MO-IL MSA' '7080' = 'Salem, OR PMSA' '7120' = 'Salinas, CA MSA' '7160' = 'Salt Lake City-Ogden, UT MSA' '7200' = 'San Angelo, TX MSA' '7240' = 'San Antonio, TX MSA' '7320' = 'San Diego, CA MSA' '7360' = 'San Francisco, CA PMSA' '7400' = 'San Jose, CA PMSA' '7460' = 'San Luis Obispo-Atascadero-Paso Robles, CA MSA' '7480' = 'Santa Barbara-Santa Maria-Lompoc, CA MSA' '7485' = 'Santa Cruz-Watsonville, CA PMSA' '7490' = 'Santa Fe, NM MSA' '7500' = 'Santa Rosa, CA PMSA' '7510' = 'Sarasota-Bradenton, FL MSA' '7520' = 'Savannah, GA MSA' '7560' = 'Scranton--Wilkes-Barre--Hazleton, PA MSA' '7600' = 'Seattle-Bellevue-Everett, WA PMSA' '7610' = 'Sharon, PA MSA' '7620' = 'Sheboygan, WI MSA' '7640' = 'Sherman-Denison, TX MSA' '7680' = 'Shreveport-Bossier City, LA MSA' '7720' = 'Sioux City, IA-NE MSA' '7760' = 'Sioux Falls, SD MSA' '7800' = 'South Bend, IN MSA' '7840' = 'Spokane, WA MSA' '7880' = 'Springfield, IL MSA' '7920' = 'Springfield, MO MSA' '8000' = 'Springfield, MA MSA' '8040' = 'Stamford-Norwalk, CT PMSA' '8050' = 'State College, PA MSA' '8080' = 'Steubenville-Weirton, OH-WV MSA' '8120' = 'Stockton-Lodi, CA MSA' '8140' = 'Sumter, SC MSA' '8160' = 'Syracuse, NY MSA' '8200' = 'Tacoma, WA PMSA' '8240' = 'Tallahassee, FL MSA' '8280' = 'Tampa-St. Petersburg-Clearwater, FL MSA' '8320' = 'Terre Haute, IN MSA' '8360' = 'Texarkana, TX-Texarkana, AR MSA' '8400' = 'Toledo, OH MSA' '8440' = 'Topeka, KS MSA' '8480' = 'Trenton, NJ PMSA' '8520' = 'Tucson, AZ MSA' '8560' = 'Tulsa, OK MSA' '8600' = 'Tuscaloosa, AL MSA' '8640' = 'Tyler, TX MSA' '8680' = 'Utica-Rome, NY MSA' '8720' = 'Vallejo-Fairfield-Napa, CA PMSA' '8735' = 'Ventura, CA PMSA' '8750' = 'Victoria, TX MSA' '8760' = 'Vineland-Millville-Bridgeton, NJ PMSA' '8780' = 'Visalia-Tulare-Porterville, CA MSA' '8800' = 'Waco, TX MSA' '8840' = 'Washington, DC-MD-VA-WV PMSA' '8880' = 'Waterbury, CT PMSA' '8920' = 'Waterloo-Cedar Falls, IA MSA' '8940' = 'Wausau, WI MSA' '8960' = 'West Palm Beach-Boca Raton, FL MSA' '9000' = 'Wheeling, WV-OH MSA' '9040' = 'Wichita, KS MSA' '9080' = 'Wichita Falls, TX MSA' '9140' = 'Williamsport, PA MSA' '9160' = 'Wilmington-Newark, DE-MD PMSA' '9200' = 'Wilmington, NC MSA' '9240' = 'Worcester, MA-CT PMSA' '9260' = 'Yakima, WA MSA' '9270' = 'Yolo, CA PMSA' '9280' = 'York, PA MSA' '9320' = 'Youngstown-Warren, OH MSA' '9340' = 'Yuba City, CA MSA' '9360' = 'Yuma, AZ MSA'; run CANCEL; *<=====; /*PROGRAM NAME: fmt_eeorace.sas*/ proc format library=library; /*******************************************************************************/ /* RACE AND ETHNICITY */ /*******************************************************************************/ value $eeorace '01' = 'White alone not Hispanic or Latino' '02' = 'White alone Hispanic or Latino' '03' = 'Black or African American alone not Hispanic or Latino' '04' = 'Asian alone not Hispanic or Latino' '05' = 'Native Hawaiian and Other Pacific Islander alone not Hispanic or Latino' '06' = 'American Indian or Alaska Native alone not Hispanic or Latino' '07' = 'Black or African American and White not Hispanic or Latino' '08' = 'Asian and White not Hispanic or Latino' '09' = 'American Indian and Alaska Native and White not Hispanic or Latino' '10' = 'American Indian and Alaska Native and Black or African American not Hispanic or Latino' '11' = 'White and Native Hawaiian and Other Pacific Islander not Hispanic or Latino' '12' = 'Asian and Native Hawaiian and Other Pacific Islander not Hispanic or Latino' '13' = 'White and Asian and Native Hawaiian and Other Pacific Islander not Hispanic or Latino' '14' = 'Balance of more than one race not Hispanic or Latino plus some other race alone not Hispanic or Latino' '15' = 'Other Hispanic or Latino'; run; /*PROGRAM NAME: fmt_eeostate.sas*/ proc format library=library ; /**************************************************************************/ /* Format for State Names */ /**************************************************************************/ value $state '01' = 'Alabama' '02' = 'Alaska' '04' = 'Arizona' '05' = 'Arkansas' '06' = 'California' '08' = 'Colorado' '09' = 'Connecticut' '10' = 'Delaware' '11' = 'District of Columbia' '12' = 'Florida' '13' = 'Georgia' '15' = 'Hawaii' '16' = 'Idaho' '17' = 'Illinois' '18' = 'Indiana' '19' = 'Iowa' '20' = 'Kansas' '21' = 'Kentucky' '22' = 'Louisiana' '23' = 'Maine' '24' = 'Maryland' '25' = 'Massachusetts' '26' = 'Michigan' '27' = 'Minnesota' '28' = 'Mississippi' '29' = 'Missouri' '30' = 'Montana' '31' = 'Nebraska' '32' = 'Nevada' '33' = 'New Hampshire' '34' = 'New Jersey' '35' = 'New Mexico' '36' = 'New York' '37' = 'North Carolina' '38' = 'North Dakota' '39' = 'Ohio' '40' = 'Oklahoma' '41' = 'Oregon' '42' = 'Pennsylvania' '44' = 'Rhode Island' '45' = 'South Carolina' '46' = 'South Dakota' '47' = 'Tennessee' '48' = 'Texas' '49' = 'Utah' '50' = 'Vermont' '51' = 'Virginia' '53' = 'Washington' '54' = 'West Virginia' '55' = 'Wisconsin' '56' = 'Wyoming' ; run CANCEL; *<=====; /*PROGRAM NAME: fmt_eeoyng.sas*/ proc format library=library ; /***************************************************************************/ /* YOUNGER AGE GROUPS */ /***************************************************************************/ value $eeoyng '1' = '16-19 years' '2' = '20-34 years' '3' = '35-39 years' '4' = '40 years and over'; run; /*PROGRAM NAME: fmt_opmocc.sas*/ proc format library=library ; /******************************************************************************/ /* OPM Occupations (268) */ /******************************************************************************/ Value $opmocc '010' = 'Administrative Services Managers (010) SOC 11-3011' '014' = 'Industrial Production Managers (014) SOC 11-3051' '022' = 'Construction Managers (022) SOC 11-9021' '032' = 'Funeral Directors (032) SOC 11-9061' '035' = 'Medical and Health Services Managers (035) SOC 11-9111' '041' = 'Property, Real Estate, and Community Association Managers (041) SOC 11-9141' '053' = 'Purchasing Agents, Except Wholesale, Retail, and Farm Products (053) SOC 13-1023' '054' = 'Claims Adjusters, Appraisers, Examiners, and Investigators (054) SOC 13-1030' '056' = 'Compliance Officers, Except Agriculture, Construction, Health and Safety, and Transportation (056) SOC 13-1041' '062' = 'Human Resources, Training, and Labor Relations Specialists (062) SOC 13-1070' '070' = 'Logisticians (070) SOC 13-1081' '071' = 'Management Analysts (071) SOC 13-1111' '073' = 'Other Business Operations Specialists (073) SOC 13-11XX' '080' = 'Accountants and Auditors (080) SOC 13-2011' '081' = 'Appraisers and Assessors of Real Estate (081) SOC 13-2021' '082' = 'Budget Analysts (082) SOC 13-2031' '086' = 'Insurance Underwriters (086) SOC 13-2053' '090' = 'Financial Examiners (090) SOC 13-2061' '091' = 'Loan Counselors and Officers (091) SOC 13-2070' '093' = 'Tax Examiners, Collectors, and Revenue Agents (093) SOC 13-2081' '095' = 'Financial Specialists, All Other (095) SOC 13-2099' '100' = 'Computer Scientists and Systems Analysts (100) SOC 15-10XX' '104' = 'Computer Support Specialists (104) SOC 15-1041' '120' = 'Actuaries (120) SOC 15-2011' '122' = 'Operations Research Analysts (122) SOC 15-2031' '124' = 'Miscellaneous Mathematical Science Occupations, Including Mathematicians and Statisticians (124) SOC 15-20XX' '130' = 'Architects, Except Naval (130) SOC 17-1010' '131' = 'Surveyors, Cartographers, and Photogrammetrists (131) SOC 17-1020' '132' = 'Aerospace Engineers (132) SOC 17-2011' '135' = 'Chemical Engineers (135) SOC 17-2041' '136' = 'Civil Engineers (136) SOC 17-2051' '140' = 'Computer Hardware Engineers (140) SOC 17-2061' '141' = 'Electrical and Electronics Engineers (141) SOC 17-2070' '142' = 'Environmental Engineers (142) SOC 17-2081' '143' = 'Industrial Engineers, Including Health and Safety (143) SOC 17-2110' '144' = 'Marine Engineers and Naval Architects (144) SOC 17-2121' '145' = 'Materials Engineers (145) SOC 17-2131' '146' = 'Mechanical Engineers (146) SOC 17-2141' '151' = 'Nuclear Engineers (151) SOC 17-2161' '152' = 'Petroleum, Mining and Geological Engineers, Including Mining Safety Engineers (152) SOC 17-21XX' '153' = 'Miscellaneous Engineers, Including Agricultural and Biomedical (153) SOC 17-2XXX' '154' = 'Drafters (154) SOC 17-3010' '155' = 'Engineering Technicians, Except Drafters (155) SOC 17-3020' '156' = 'Surveying and Mapping Technicians (156) SOC 17-3031' '160' = 'Agricultural and Food Scientists (160) SOC 19-1010' '161' = 'Biological Scientists (161) SOC 19-1020' '164' = 'Conservation Scientists and Foresters (164) SOC 19-1030' '165' = 'Medical Scientists (165) SOC 19-1040' '170' = 'Astronomers and Physicists (170) SOC 19-2010' '171' = 'Atmospheric and Space Scientists (171) SOC 19-2021' '172' = 'Chemists and Materials Scientists (172) SOC 19-2030' '174' = 'Environmental Scientists and Geoscientists (174) SOC 19-2040' '176' = 'Physical Scientists, All Other (176) SOC 19-2099' '180' = 'Economists (180) SOC 19-3011' '181' = 'Market and Survey Researchers (181) SOC 19-3020' '182' = 'Psychologists (182) SOC 19-3030' '184' = 'Urban and Regional Planners (184) SOC 19-3051' '186' = 'Miscellaneous Social Scientists, Including Sociologists (186) SOC 19-30XX' '191' = 'Biological Technicians (191) SOC 19-4021' '196' = 'Miscellaneous Life, Physical, and Social Science Technicians, Including Social Science Research Assistants & Nuclear Technicians (196) SOC 19-40XX' '201' = 'Social Workers (201) SOC 21-1020' '202' = 'Miscellaneous Community and Social Service Specialists (202) SOC 21-1090' '204' = 'Clergy (204) SOC 21-2011' '210' = 'Lawyers (210) SOC 23-1011' '211' = 'Judges, Magistrates, and Other Judicial Workers (211) SOC 23-1020' '214' = 'Paralegals and Legal Assistants (214) SOC 23-2011' '215' = 'Miscellaneous Legal Support Workers (215) SOC 23-2090' '234' = 'Other Teachers and Instructors (234) SOC 25-3000' '240' = 'Archivists, Curators, and Museum Technicians (240) SOC 25-4010' '243' = 'Librarians (243) SOC 25-4021' '244' = 'Library Technicians (244) SOC 25-4031' '255' = 'Other Education, Training, and Library Workers (255) SOC 25-90XX' '260' = 'Artists and Related Workers (260) SOC 27-1010' '263' = 'Designers (263) SOC 27-1020' '271' = 'Producers and Directors (271) SOC 27-2012' '272' = 'Athletes, Coaches, Umpires, and Related Workers (272) SOC 27-2020' '275' = 'Musicians, Singers, and Related Workers (275) SOC 27-2040' '282' = 'Public Relations Specialists (282) SOC 27-3031' '284' = 'Technical Writers (284) SOC 27-3042' '285' = 'Writers and Authors (285) SOC 27-3043' '286' = 'Miscellaneous Media and Communication Workers (286) SOC 27-3090' '290' = 'Broadcast and Sound Engineering Technicians and Radio Operators and Other Media and Communication Equipment Workers (290) SOC 27-40XX' '291' = 'Photographers (291) SOC 27-4021' '301' = 'Dentists (301) SOC 29-1020' '303' = 'Dietitians and Nutritionists (303) SOC 29-1031' '304' = 'Optometrists (304) SOC 29-1041' '305' = 'Pharmacists (305) SOC 29-1051' '306' = 'Physicians and Surgeons (306) SOC 29-1060' '311' = 'Physician Assistants (311) SOC 29-1071' '312' = 'Podiatrists (312) SOC 29-1081' '313' = 'Registered Nurses (313) SOC 29-1111' '314' = 'Audiologists (314) SOC 29-1121' '315' = 'Occupational Therapists (315) SOC 29-1122' '316' = 'Physical Therapists (316) SOC 29-1123' '321' = 'Recreational Therapists (321) SOC 29-1125' '322' = 'Respiratory Therapists (322) SOC 29-1126' '324' = 'Therapists, All Other (324) SOC 29-1129' '325' = 'Veterinarians (325) SOC 29-1131' '326' = 'Health Diagnosing and Treating Practitioners, All Other (326) SOC 29-1199' '330' = 'Clinical Laboratory Technologists and Technicians (330) SOC 29-2010' '331' = 'Dental Hygienists (331) SOC 29-2021' '332' = 'Diagnostic Related Technologists and Technicians (332) SOC 29-2030' '341' = 'Health Diagnosing and Treating Practitioner Support Technicians (341) SOC 29-2050' '350' = 'Licensed Practical and Licensed Vocational Nurses (350) SOC 29-2061' '351' = 'Medical Records and Health Information Technicians (351) SOC 29-2071' '353' = 'Miscellaneous Health Technologists and Technicians (353) SOC 29-2090' '354' = 'Other Healthcare Practitioners and Technical Occupations (354) SOC 29-9000' '360' = 'Nursing, Psychiatric, and Home Health Aides (360) SOC 31-1010' '364' = 'Dental Assistants (364) SOC 31-9091' '365' = 'Medical Assistants and Other Healthcare Support Occupations (365) SOC 31-909X' '370' = 'First-Line Supervisors/Managers of Correctional Officers (370) SOC 33-1011' '374' = 'Fire Fighters (374) SOC 33-2011' '380' = 'Bailiffs, Correctional Officers, and Jailers (380) SOC 33-3010' '382' = 'Detectives and Criminal Investigators (382) SOC 33-3021' '384' = 'Miscellaneous Law Enforcement Workers (384) SOC 33-30XX' '385' = 'Police Officers (385) SOC 33-3050' '392' = 'Security Guards and Gaming Surveillance Officers (392) SOC 33-9030' '395' = 'Lifeguards and Other Protective Service Workers (395) SOC 33-909X' '401' = 'First-Line Supervisors/Managers of Food Preparation and Serving Workers (401) SOC 35-1012' '402' = 'Cooks (402) SOC 35-2010' '404' = 'Bartenders (404) SOC 35-3011' '411' = 'Waiters and Waitresses (411) SOC 35-3031' '413' = 'Dining Room and Cafeteria Attendants, Bartender Helpers, and Miscellaneous Food Preparation and Serving Related Workers (413) SOC 35-90XX' '420' = 'First-Line Supervisors/Managers of Housekeeping and Janitorial Workers (420) SOC 37-1011' '422' = 'Janitors and Building Cleaners (422) SOC 37-201X' '424' = 'Pest Control Workers (424) SOC 37-2021' '425' = 'Grounds Maintenance Workers (425) SOC 37-3010' '435' = 'Nonfarm Animal Caretakers (435) SOC 39-2021' '441' = 'Motion Picture Projectionists (441) SOC 39-3021' '450' = 'Barbers (450) SOC 39-5011' '451' = 'Hairdressers, Hairstylists, and Cosmetologists (451) SOC 39-5012' '462' = 'Recreation and Fitness Workers (462) SOC 39-9030' '472' = 'Cashiers (472) SOC 41-2010' '476' = 'Retail Salespersons (476) SOC 41-2031' '482' = 'Securities, Commodities, and Financial Services Sales Agents (482) SOC 41-3031' '500' = 'First-Line Supervisors/Managers of Office and Administrative Support Workers (500) SOC 43-1011' '502' = 'Telephone Operators (502) SOC 43-2021' '503' = 'Communications Equipment Operators, All Other (503) SOC 43-2099' '511' = 'Billing and Posting Clerks and Machine Operators (511) SOC 43-3021' '512' = 'Bookkeeping, Accounting, and Auditing Clerks (512) SOC 43-3031' '514' = 'Payroll and Timekeeping Clerks (514) SOC 43-3051' '515' = 'Procurement Clerks (515) SOC 43-3061' '525' = 'Eligibility Interviewers, Government Programs (525) SOC 43-4061' '526' = 'File Clerks (526) SOC 43-4071' '536' = 'Human Resources Assistants, Except Payroll and Timekeeping (536) SOC 43-4161' '540' = 'Receptionists and Information Clerks (540) SOC 43-4171' '542' = 'Information and Record Clerks, All Other (542) SOC 43-4199' '550' = 'Cargo and Freight Agents (550) SOC 43-5011' '551' = 'Couriers and Messengers (551) SOC 43-5021' '552' = 'Dispatchers (552) SOC 43-5030' '560' = 'Production, Planning, and Expediting Clerks (560) SOC 43-5061' '562' = 'Stock Clerks and Order Fillers (562) SOC 43-5081' '563' = 'Weighers, Measurers, Checkers, and Samplers, Recordkeeping (563) SOC 43-5111' '570' = 'Secretaries and Administrative Assistants (570) SOC 43-6010' '580' = 'Computer Operators (580) SOC 43-9011' '581' = 'Data Entry Keyers (581) SOC 43-9021' '582' = 'Word Processors and Typists (582) SOC 43-9022' '584' = 'Insurance Claims and Policy Processing Clerks (584) SOC 43-9041' '586' = 'Office Clerks, General (586) SOC 43-9061' '591' = 'Proofreaders and Copy Markers (591) SOC 43-9081' '592' = 'Statistical Assistants (592) SOC 43-9111' '593' = 'Office and Administrative Support Workers, All Other (593) SOC 43-9199' '601' = 'Agricultural Inspectors (601) SOC 45-2011' '604' = 'Graders and Sorters, Agricultural Products (604) SOC 45-2041' '605' = 'Miscellaneous Agricultural Workers, Including Animal Breeders (605) SOC 45-20XX' '621' = 'Boilermakers (621) SOC 47-2011' '622' = 'Brickmasons, Blockmasons, and Stonemasons (622) SOC 47-2020' '623' = 'Carpenters (623) SOC 47-2031' '624' = 'Carpet, Floor, and Tile Installers and Finishers (624) SOC 47-2040' '625' = 'Cement Masons, Concrete Finishers, and Terrazzo Workers (625) SOC 47-2050' '626' = 'Construction Laborers (626) SOC 47-2061' '635' = 'Electricians (635) SOC 47-2111' '636' = 'Glaziers (636) SOC 47-2121' '640' = 'Insulation Workers (640) SOC 47-2130' '642' = 'Painters, Construction and Maintenance (642) SOC 47-2141' '643' = 'Paperhangers (643) SOC 47-2142' '644' = 'Pipelayers, Plumbers, Pipefitters, and Steamfitters (644) SOC 47-2150' '646' = 'Plasterers and Stucco Masons (646) SOC 47-2161' '651' = 'Roofers (651) SOC 47-2181' '652' = 'Sheet Metal Workers (652) SOC 47-2211' '653' = 'Iron and Steel Workers (653) SOC 47-2XXX' '666' = 'Construction and Building Inspectors (666) SOC 47-4011' '670' = 'Elevator Installers and Repairers (670) SOC 47-4021' '672' = 'Hazardous Materials Removal Workers (672) SOC 47-4041' '674' = 'Rail-Track Laying and Maintenance Equipment Operators (674) SOC 47-4061' '680' = 'Derrick, Rotary Drill, and Service Unit Operators, and Roustabouts, Oil, Gas, and Mining (680) SOC 47-50YY' '683' = 'Explosives Workers, Ordnance Handling Experts, and Blasters (683) SOC 47-5031' '701' = 'Computer, Automated Teller, and Office Machine Repairers (701) SOC 49-2011' '702' = 'Radio and Telecommunications Equipment Installers and Repairers (702) SOC 49-2020' '703' = 'Avionics Technicians (703) SOC 49-2091' '704' = 'Electric Motor, Power Tool, and Related Repairers (704) SOC 49-2092' '710' = 'Electrical and Electronics Repairers, Industrial, Utility, and Transportation Equipment (710) SOC 49-209X' '714' = 'Aircraft Mechanics and Service Technicians (714) SOC 49-3011' '715' = 'Automotive Body and Related Repairers (715) SOC 49-3021' '720' = 'Automotive Service Technicians and Mechanics (720) SOC 49-3023' '722' = 'Heavy Vehicle and Mobile Equipment Service Technicians and Mechanics (722) SOC 49-3040' '724' = 'Small Engine Mechanics (724) SOC 49-3050' '730' = 'Control and Valve Installers and Repairers (730) SOC 49-9010' '731' = 'Heating, Air Conditioning, and Refrigeration Mechanics and Installers (731) SOC 49-9021' '732' = 'Home Appliance Repairers (732) SOC 49-9031' '733' = 'Industrial and Refractory Machinery Mechanics (733) SOC 49-904X' '734' = 'Maintenance and Repair Workers, General (734) SOC 49-9042' '735' = 'Maintenance Workers, Machinery (735) SOC 49-9043' '741' = 'Electrical Power-Line Installers and Repairers (741) SOC 49-9051' '742' = 'Telecommunications Line Installers and Repairers (742) SOC 49-9052' '743' = 'Precision Instrument and Equipment Repairers (743) SOC 49-9060' '751' = 'Coin, Vending, and Amusement Machine Servicers and Repairers (751) SOC 49-9091' '754' = 'Locksmiths and Safe Repairers (754) SOC 49-9094' '756' = 'Riggers (756) SOC 49-9096' '762' = 'Other Installation, Maintenance, and Repair Workers, Including Commercial Divers and Signal and Track Switch Repairers (762) SOC 49-909X' '771' = 'Aircraft Structure, Surfaces, Rigging, and Systems Assemblers (771) SOC 51-2011' '780' = 'Bakers (780) SOC 51-3011' '781' = 'Butchers and Other Meat, Poultry, and Fish Processing Workers (781) SOC 51-3020' '792' = 'Extruding and Drawing Machine Setters, Operators, and Tenders, Metal and Plastic (792) SOC 51-4021' '793' = 'Forging Machine Setters, Operators, and Tenders, Metal and Plastic (793) SOC 51-4022' '800' = 'Grinding, Lapping, Polishing, and Buffing Machine Tool Setters, Operators, and Tenders, Metal and Plastic (800) SOC 51-4033' '803' = 'Machinists (803) SOC 51-4041' '806' = 'Model Makers and Patternmakers, Metal and Plastic (806) SOC 51-4060' '810' = 'Molders and Molding Machine Setters, Operators, and Tenders, Metal and Plastic (810) SOC 51-4070' '813' = 'Tool and Die Makers (813) SOC 51-4111' '814' = 'Welding, Soldering, and Brazing Workers (814) SOC 51-4120' '815' = 'Heat Treating Equipment Setters, Operators, and Tenders, Metal and Plastic (815) SOC 51-4191' '816' = 'Lay-Out Workers, Metal and Plastic (816) SOC 51-4192' '820' = 'Plating and Coating Machine Setters, Operators, and Tenders, Metal and Plastic (820) SOC 51-4193' '821' = 'Tool Grinders, Filers, and Sharpeners (821) SOC 51-4194' '822' = 'Other Metalworkers and Plastic Workers, Including Milling, Planing, and Multiple Machine Tool Operators (822) SOC 51-4XXX' '823' = 'Bookbinders and Bindery Workers (823) SOC 51-5010' '825' = 'Prepress Technicians and Workers (825) SOC 51-5022' '826' = 'Printing Machine Operators (826) SOC 51-5023' '830' = 'Laundry and Dry-Cleaning Workers (830) SOC 51-6011' '831' = 'Pressers, Textile, Garment, and Related Materials (831) SOC 51-6021' '833' = 'Shoe and Leather Workers and Repairers (833) SOC 51-6041' '841' = 'Textile Knitting and Weaving Machine Setters, Operators, and Tenders (841) SOC 51-6063' '845' = 'Upholsterers (845) SOC 51-6093' '846' = 'Miscellaneous Textile, Apparel, and Furnishings Workers, Except Upholsterers (846) SOC 51-609X' '850' = 'Cabinetmakers and Bench Carpenters (850) SOC 51-7011' '853' = 'Sawing Machine Setters, Operators, and Tenders, Wood (853) SOC 51-7041' '855' = 'Miscellaneous Woodworkers, Including Model Makers and Patternmakers (855) SOC 51-70XX' '860' = 'Power Plant Operators, Distributors, and Dispatchers (860) SOC 51-8010' '861' = 'Stationary Engineers and Boiler Operators (861) SOC 51-8021' '862' = 'Water and Liquid Waste Treatment Plant and System Operators (862) SOC 51-8031' '863' = 'Miscellaneous Plant and System Operators (863) SOC 51-8090' '873' = 'Furnace, Kiln, Oven, Drier, and Kettle Operators and Tenders (873) SOC 51-9051' '874' = 'Inspectors, Testers, Sorters, Samplers, and Weighers (874) SOC 51-9061' '876' = 'Medical, Dental, and Ophthalmic Laboratory Technicians (876) SOC 51-9080' '880' = 'Packaging and Filling Machine Operators and Tenders (880) SOC 51-9111' '881' = 'Painting Workers (881) SOC 51-9120' '883' = 'Photographic Process Workers and Processing Machine Operators (883) SOC 51-9130' '891' = 'Etchers and Engravers (891) SOC 51-9194' '892' = 'Molders, Shapers, and Casters, Except Metal and Plastic (892) SOC 51-9195' '893' = 'Paper Goods Machine Setters, Operators, and Tenders (893) SOC 51-9196' '896' = 'Other Production Workers, Including Semiconductor Processors and Cooling and Freezing Equipment Operators (896) SOC 51-91XX' '903' = 'Aircraft Pilots and Flight Engineers (903) SOC 53-2010' '904' = 'Air Traffic Controllers and Airfield Operations Specialists (904) SOC 53-2020' '915' = 'Miscellaneous Motor Vehicle Operators, Including Ambulance Drivers and Attendants (915) SOC 53-30XX' '920' = 'Locomotive Engineers and Operators (920) SOC 53-4010' '923' = 'Railroad Brake, Signal, and Switch Operators (923) SOC 53-4021' '930' = 'Sailors and Marine Oilers (930) SOC 53-5011' '931' = 'Ship and Boat Captains and Operators (931) SOC 53-5020' '941' = 'Transportation Inspectors (941) SOC 53-6051' '942' = 'Miscellaneous Transportation Workers, Including Bridge and Lock Tenders and Traffic Technicians (942) SOC 53-60XX' '951' = 'Crane and Tower Operators (951) SOC 53-7021' '952' = 'Dredge, Excavating, and Loading Machine Operators (952) SOC 53-7030' '960' = 'Industrial Truck and Tractor Operators (960) SOC 53-7051' '961' = 'Cleaners of Vehicles and Equipment (961) SOC 53-7061' '962' = 'Laborers and Freight, Stock, and Material Movers, Hand (962) SOC 53-7062' '964' = 'Packers and Packagers, Hand (964) SOC 53-7064' '975' = 'Miscellaneous Material Moving Workers; Including Conveyor Operators & Tenders; Shuttle Car Operators; & Tank Car, Truck, & Ship Loaders (975) SOC 53-7XXX' '992' = 'Unemployed, No Civilian Work Experience Since 1995 (992)' '998' = 'Non-OPM Occupations (998)'; Run; /*PROGRAM NAME: fmt_plc50000_eeo.sas*/ proc format library=library ; /*****************************************************************************/ /* Format for Places of 50,000 or more for EEO (Does not include Puerto Rico)*/ /*****************************************************************************/ value $pl50eeo '0107000' = "Birmingham city" '0120104' = "Decatur city" '0121184' = "Dothan city" '0135896' = "Hoover city" '0137000' = "Huntsville city" '0150000' = "Mobile city" '0151000' = "Montgomery city" '0177256' = "Tuscaloosa city" '0203000' = "Anchorage municipality" '0410670' = "Casas Adobes CDP" '0411230' = "Catalina Foothills CDP" '0412000' = "Chandler city" '0423620' = "Flagstaff city" '0427400' = "Gilbert town" '0427820' = "Glendale city" '0446000' = "Mesa city" '0454050' = "Peoria city" '0455000' = "Phoenix city" '0465000' = "Scottsdale city" '0473000' = "Tempe city" '0477000' = "Tucson city" '0485540' = "Yuma city" '0523290' = "Fayetteville city" '0524550' = "Fort Smith city" '0535710' = "Jonesboro city" '0541000' = "Little Rock city" '0550450' = "North Little Rock city" '0555310' = "Pine Bluff city" '0600562' = "Alameda city" '0600884' = "Alhambra city" '0602000' = "Anaheim city" '0602252' = "Antioch city" '0602364' = "Apple Valley town" '0602462' = "Arcadia city" '0602553' = "Arden-Arcade CDP" '0603526' = "Bakersfield city" '0603666' = "Baldwin Park city" '0604982' = "Bellflower city" '0606000' = "Berkeley city" '0608786' = "Buena Park city" '0608954' = "Burbank city" '0610046' = "Camarillo city" '0611194' = "Carlsbad city" '0611530' = "Carson city" '0611964' = "Castro Valley CDP" '0612552' = "Cerritos city" '0613014' = "Chico city" '0613210' = "Chino city" '0613214' = "Chino Hills city" '0613392' = "Chula Vista city" '0613588' = "Citrus Heights city" '0614218' = "Clovis city" '0615044' = "Compton city" '0616000' = "Concord city" '0616350' = "Corona city" '0616532' = "Costa Mesa city" '0617610' = "Cupertino city" '0617918' = "Daly City city" '0618100' = "Davis city" '0619192' = "Diamond Bar city" '0619766' = "Downey city" '0620802' = "East Los Angeles CDP" '0621712' = "El Cajon city" '0622020' = "Elk Grove CDP" '0622230' = "El Monte city" '0622678' = "Encinitas city" '0622804' = "Escondido city" '0623182' = "Fairfield city" '0624477' = "Florence-Graham CDP" '0624638' = "Folsom city" '0624680' = "Fontana city" '0625380' = "Fountain Valley city" '0626000' = "Fremont city" '0627000' = "Fresno city" '0628000' = "Fullerton city" '0628168' = "Gardena city" '0629000' = "Garden Grove city" '0630000' = "Glendale city" '0630378' = "Goleta CDP" '0631596' = "Hacienda Heights CDP" '0632548' = "Hawthorne city" '0633000' = "Hayward city" '0633182' = "Hemet city" '0633434' = "Hesperia city" '0636000' = "Huntington Beach city" '0636056' = "Huntington Park city" '0636546' = "Inglewood city" '0636770' = "Irvine city" '0639248' = "Laguna Niguel city" '0639290' = "La Habra city" '0639496' = "Lake Forest city" '0639892' = "Lakewood city" '0640004' = "La Mesa city" '0640130' = "Lancaster city" '0641992' = "Livermore city" '0642202' = "Lodi city" '0643000' = "Long Beach city" '0644000' = "Los Angeles city" '0644574' = "Lynwood city" '0646898' = "Merced city" '0647766' = "Milpitas city" '0648256' = "Mission Viejo city" '0648354' = "Modesto city" '0648816' = "Montebello city" '0648914' = "Monterey Park city" '0649270' = "Moreno Valley city" '0649670' = "Mountain View city" '0650258' = "Napa city" '0650398' = "National City city" '0651182' = "Newport Beach city" '0652526' = "Norwalk city" '0653000' = "Oakland city" '0653322' = "Oceanside city" '0653896' = "Ontario city" '0653980' = "Orange city" '0654652' = "Oxnard city" '0655156' = "Palmdale city" '0655282' = "Palo Alto city" '0655618' = "Paramount city" '0656000' = "Pasadena city" '0656784' = "Petaluma city" '0656924' = "Pico Rivera city" '0657456' = "Pittsburg city" '0657792' = "Pleasanton city" '0658072' = "Pomona city" '0659444' = "Rancho Cordova CDP" '0659451' = "Rancho Cucamonga city" '0659920' = "Redding city" '0659962' = "Redlands city" '0660018' = "Redondo Beach city" '0660102' = "Redwood City city" '0660466' = "Rialto city" '0660620' = "Richmond city" '0662000' = "Riverside city" '0662896' = "Rosemead city" '0662938' = "Roseville city" '0664000' = "Sacramento city" '0664224' = "Salinas city" '0665000' = "San Bernardino city" '0665042' = "San Buenaventura (Ventura) city" '0666000' = "San Diego city" '0667000' = "San Francisco city" '0668000' = "San Jose city" '0668084' = "San Leandro city" '0668196' = "San Marcos city" '0668252' = "San Mateo city" '0668364' = "San Rafael city" '0669000' = "Santa Ana city" '0669070' = "Santa Barbara city" '0669084' = "Santa Clara city" '0669088' = "Santa Clarita city" '0669112' = "Santa Cruz city" '0669196' = "Santa Maria city" '0670000' = "Santa Monica city" '0670098' = "Santa Rosa city" '0670224' = "Santee city" '0672016' = "Simi Valley city" '0673080' = "South Gate city" '0673262' = "South San Francisco city" '0673430' = "South Whittier CDP" '0675000' = "Stockton city" '0677000' = "Sunnyvale city" '0678120' = "Temecula city" '0678582' = "Thousand Oaks city" '0680000' = "Torrance city" '0680238' = "Tracy city" '0680812' = "Turlock city" '0680854' = "Tustin city" '0681204' = "Union City city" '0681344' = "Upland city" '0681554' = "Vacaville city" '0681666' = "Vallejo city" '0682590' = "Victorville city" '0682954' = "Visalia city" '0682996' = "Vista city" '0683346' = "Walnut Creek city" '0684200' = "West Covina city" '0684550' = "Westminster city" '0685292' = "Whittier city" '0686832' = "Yorba Linda city" '0803455' = "Arvada city" '0804000' = "Aurora city" '0807850' = "Boulder city" '0816000' = "Colorado Springs city" '0820000' = "Denver city" '0827425' = "Fort Collins city" '0832155' = "Greeley city" '0836410' = "Highlands Ranch CDP" '0843000' = "Lakewood city" '0845970' = "Longmont city" '0846465' = "Loveland city" '0862000' = "Pueblo city" '0877290' = "Thornton city" '0883835' = "Westminster city" '0908070' = "Bridgeport town" '0908490' = "Bristol town" '0918500' = "Danbury town" '0926620' = "Fairfield town" '0933620' = "Greenwich town" '0935650' = "Hamden town" '0937070' = "Hartford town" '0944700' = "Manchester town" '0946520' = "Meriden town" '0947535' = "Milford town" '0950440' = "New Britain town" '0952070' = "New Haven town" '0956060' = "Norwalk town" '0973070' = "Stamford town" '0980070' = "Waterbury town" '0982590' = "West Hartford town" '0982870' = "West Haven town" '1077580' = "Wilmington city" '1150000' = "Washington city" '1207300' = "Boca Raton city" '1207875' = "Boynton Beach city" '1208150' = "Brandon CDP" '1210275' = "Cape Coral city" '1210650' = "Carol city CDP" '1212875' = "Clearwater city" '1214400' = "Coral Springs city" '1216475' = "Davie town" '1216525' = "Daytona Beach city" '1216725' = "Deerfield Beach city" '1217100' = "Delray Beach city" '1217200' = "Deltona city" '1224000' = "Fort Lauderdale city" '1224562' = "Fountainbleau CDP" '1225175' = "Gainesville city" '1230000' = "Hialeah city" '1232000' = "Hollywood city" '1235000' = "Jacksonville city" '1236062' = "Kendale Lakes CDP" '1236100' = "Kendall CDP" '1238250' = "Lakeland city" '1239425' = "Largo city" '1239550' = "Lauderhill city" '1243125' = "Margate city" '1243975' = "Melbourne city" '1245000' = "Miami city" '1245025' = "Miami Beach city" '1245975' = "Miramar city" '1249450' = "North Miami city" '1253000' = "Orlando city" '1254000' = "Palm Bay city" '1254350' = "Palm Harbor CDP" '1255775' = "Pembroke Pines city" '1255925' = "Pensacola city" '1257425' = "Plantation city" '1258050' = "Pompano Beach city" '1258715' = "Port St. Lucie city" '1263000' = "St. Petersburg city" '1264175' = "Sarasota city" '1268350' = "Spring Hill CDP" '1269700' = "Sunrise city" '1270600' = "Tallahassee city" '1270675' = "Tamarac city" '1270700' = "Tamiami CDP" '1271000' = "Tampa city" '1272145' = "Town 'n' Country CDP" '1276600' = "West Palm Beach city" '1301052' = "Albany city" '1303440' = "Athens-Clarke County (balance)" '1304000' = "Atlanta city" '1304204' = "Augusta-Richmond County (balance)" '1319007' = "Columbus city (balance)" '1349000' = "Macon city" '1349756' = "Marietta city" '1367284' = "Roswell city" '1368516' = "Sandy Springs CDP" '1369000' = "Savannah city" '1517000' = "Honolulu CDP" '1608830' = "Boise City city" '1639700' = "Idaho Falls city" '1656260' = "Nampa city" '1664090' = "Pocatello city" '1702154' = "Arlington Heights village" '1703012' = "Aurora city" '1705573' = "Berwyn city" '1706613' = "Bloomington city" '1707133' = "Bolingbrook village" '1712385' = "Champaign city" '1714000' = "Chicago city" '1714351' = "Cicero town" '1718823' = "Decatur city" '1719642' = "Des Plaines city" '1723074' = "Elgin city" '1724582' = "Evanston city" '1738570' = "Joliet city" '1751089' = "Mount Prospect village" '1751622' = "Naperville city" '1754820' = "Oak Lawn village" '1754885' = "Oak Park village" '1756640' = "Orland Park village" '1757225' = "Palatine village" '1759000' = "Peoria city" '1765000' = "Rockford city" '1768003' = "Schaumburg village" '1770122' = "Skokie village" '1772000' = "Springfield city" '1779293' = "Waukegan city" '1781048' = "Wheaton city" '1801468' = "Anderson city" '1805860' = "Bloomington city" '1820728' = "Elkhart city" '1822000' = "Evansville city" '1825000' = "Fort Wayne city" '1827000' = "Gary city" '1831000' = "Hammond city" '1836003' = "Indianapolis city (balance)" '1840788' = "Lafayette city" '1851876' = "Muncie city" '1871000' = "South Bend city" '1875428' = "Terre Haute city" '1901855' = "Ames city" '1912000' = "Cedar Rapids city" '1916860' = "Council Bluffs city" '1919000' = "Davenport city" '1921000' = "Des Moines city" '1922395' = "Dubuque city" '1938595' = "Iowa City city" '1973335' = "Sioux City city" '1982425' = "Waterloo city" '2036000' = "Kansas City city" '2038900' = "Lawrence city" '2052575' = "Olathe city" '2053775' = "Overland Park city" '2071000' = "Topeka city" '2079000' = "Wichita city" '2146027' = "Lexington-Fayette" '2148000' = "Louisville city" '2158620' = "Owensboro city" '2205000' = "Baton Rouge city" '2208920' = "Bossier City city" '2239475' = "Kenner city" '2240735' = "Lafayette city" '2241155' = "Lake Charles city" '2250115' = "Metairie CDP" '2251410' = "Monroe city" '2255000' = "New Orleans city" '2270000' = "Shreveport city" '2360545' = "Portland city" '2402825' = "Aspen Hill CDP" '2404000' = "Baltimore city" '2407125' = "Bethesda CDP" '2408775' = "Bowie city" '2419125' = "Columbia CDP" '2423975' = "Dundalk CDP" '2426000' = "Ellicott city CDP" '2430325' = "Frederick city" '2431175' = "Gaithersburg city" '2432025' = "Germantown CDP" '2472450' = "Silver Spring CDP" '2478425' = "Towson CDP" '2483837' = "Wheaton-Glenmont CDP" '2507000' = "Boston city" '2509000' = "Brockton city" '2509175' = "Brookline town" '2511000' = "Cambridge city" '2513660' = "Chicopee city" '2523000' = "Fall River city" '2524925' = "Framingham town" '2529405' = "Haverhill city" '2534550' = "Lawrence city" '2537000' = "Lowell city" '2537490' = "Lynn city" '2537875' = "Malden city" '2539835' = "Medford city" '2545000' = "New Bedford city" '2545560' = "Newton city" '2554310' = "Plymouth town" '2555745' = "Quincy city" '2562535' = "Somerville city" '2567000' = "Springfield city" '2569170' = "Taunton city" '2572600' = "Waltham city" '2578865' = "Weymouth town" '2582000' = "Worcester city" '2603000' = "Ann Arbor city" '2605920' = "Battle Creek city" '2613110' = "Canton CDP" '2616510' = "Clinton CDP" '2621000' = "Dearborn city" '2621020' = "Dearborn Heights city" '2622000' = "Detroit city" '2627440' = "Farmington Hills city" '2629000' = "Flint city" '2634000' = "Grand Rapids city" '2642160' = "Kalamazoo city" '2646000' = "Lansing city" '2649000' = "Livonia city" '2665440' = "Pontiac city" '2667620' = "Redford CDP" '2669035' = "Rochester Hills city" '2670040' = "Royal Oak city" '2670520' = "Saginaw city" '2670760' = "St. Clair Shores city" '2672818' = "Shelby CDP" '2674900' = "Southfield city" '2676460' = "Sterling Heights city" '2679000' = "Taylor city" '2680700' = "Troy city" '2684000' = "Warren city" '2684220' = "Waterford CDP" '2685510' = "West Bloomfield Township CDP" '2686000' = "Westland city" '2688940' = "Wyoming city" '2706616' = "Bloomington city" '2707966' = "Brooklyn Park city" '2708794' = "Burnsville city" '2713114' = "Coon Rapids city" '2717000' = "Duluth city" '2717288' = "Eagan city" '2718116' = "Eden Prairie city" '2740166' = "Maple Grove city" '2743000' = "Minneapolis city" '2743252' = "Minnetonka city" '2751730' = "Plymouth city" '2754880' = "Rochester city" '2756896' = "St. Cloud city" '2758000' = "St. Paul city" '2806220' = "Biloxi city" '2829700' = "Gulfport city" '2836000' = "Jackson city" '2915670' = "Columbia city" '2924778' = "Florissant city" '2935000' = "Independence city" '2938000' = "Kansas City city" '2941348' = "Lee's Summit city" '2964082' = "St. Charles city" '2964550' = "St. Joseph city" '2965000' = "St. Louis city" '2965126' = "St. Peters city" '2970000' = "Springfield city" '3006550' = "Billings city" '3032800' = "Great Falls city" '3050200' = "Missoula city" '3128000' = "Lincoln city" '3137000' = "Omaha city" '3209700' = "Carson city" '3231900' = "Henderson city" '3240000' = "Las Vegas city" '3251800' = "North Las Vegas city" '3254600' = "Paradise CDP" '3260600' = "Reno city" '3268400' = "Sparks city" '3268585' = "Spring Valley CDP" '3271400' = "Sunrise Manor CDP" '3345140' = "Manchester city" '3350260' = "Nashua city" '3403580' = "Bayonne city" '3410000' = "Camden city" '3413690' = "Clifton city" '3419390' = "East Orange city" '3420260' = "Edison CDP" '3421000' = "Elizabeth city" '3434440' = "Irvington CDP" '3436000' = "Jersey City city" '3451000' = "Newark city" '3456550' = "Passaic city" '3457000' = "Paterson city" '3473110' = "Toms River CDP" '3474000' = "Trenton city" '3474510' = "Union CDP" '3474630' = "Union City city" '3476070' = "Vineland city" '3477870' = "Wayne CDP" '3502000' = "Albuquerque city" '3539380' = "Las Cruces city" '3563460' = "Rio Rancho city" '3570500' = "Santa Fe city" '3601000' = "Albany city" '3608026' = "Brentwood CDP" '3611000' = "Buffalo city" '3615000' = "Cheektowaga CDP" '3633139' = "Hempstead village" '3637737' = "Irondequoit CDP" '3642081' = "Levittown CDP" '3649121' = "Mount Vernon city" '3650617' = "New Rochelle city" '3651000' = "New York city" '3651055' = "Niagara Falls city" '3663000' = "Rochester city" '3665508' = "Schenectady city" '3673000' = "Syracuse city" '3674183' = "Tonawanda CDP" '3676540' = "Utica city" '3681677' = "White Plains city" '3684000' = "Yonkers city" '3702140' = "Asheville city" '3710740' = "Cary town" '3712000' = "Charlotte city" '3714100' = "Concord city" '3719000' = "Durham city" '3722920' = "Fayetteville city" '3725580' = "Gastonia city" '3728000' = "Greensboro city" '3728080' = "Greenville city" '3731400' = "High Point city" '3734200' = "Jacksonville city" '3755000' = "Raleigh city" '3757500' = "Rocky Mount city" '3774440' = "Wilmington city" '3775000' = "Winston-Salem city" '3807200' = "Bismarck city" '3825700' = "Fargo city" '3901000' = "Akron city" '3912000' = "Canton city" '3915000' = "Cincinnati city" '3916000' = "Cleveland city" '3918000' = "Columbus city" '3921000' = "Dayton city" '3925256' = "Elyria city" '3925704' = "Euclid city" '3933012' = "Hamilton city" '3940040' = "Kettering city" '3941664' = "Lakewood city" '3944856' = "Lorain city" '3949056' = "Mentor city" '3949840' = "Middletown city" '3961000' = "Parma city" '3974118' = "Springfield city" '3977000' = "Toledo city" '3988000' = "Youngstown city" '4009050' = "Broken Arrow city" '4023200' = "Edmond city" '4041850' = "Lawton city" '4048350' = "Midwest City city" '4052500' = "Norman city" '4055000' = "Oklahoma City city" '4075000' = "Tulsa city" '4105350' = "Beaverton city" '4105800' = "Bend city" '4123850' = "Eugene city" '4131250' = "Gresham city" '4134100' = "Hillsboro city" '4147000' = "Medford city" '4159000' = "Portland city" '4164900' = "Salem city" '4169600' = "Springfield city" '4202000' = "Allentown city" '4206088' = "Bethlehem city" '4224000' = "Erie city" '4241216' = "Lancaster city" '4242928' = "Levittown CDP" '4260000' = "Philadelphia city" '4261000' = "Pittsburgh city" '4263624' = "Reading city" '4269000' = "Scranton city" '4419180' = "Cranston city" '4454640' = "Pawtucket city" '4459000' = "Providence city" '4474300' = "Warwick city" '4513330' = "Charleston city" '4516000' = "Columbia city" '4530850' = "Greenville city" '4550875' = "North Charleston city" '4652980' = "Rapid City city" '4659020' = "Sioux Falls city" '4714000' = "Chattanooga city" '4715160' = "Clarksville city" '4737640' = "Jackson city" '4738320' = "Johnson City city" '4740000' = "Knoxville city" '4748000' = "Memphis city" '4751560' = "Murfreesboro city" '4752006' = "Nashville-Davidson (balance)" '4801000' = "Abilene city" '4803000' = "Amarillo city" '4804000' = "Arlington city" '4805000' = "Austin city" '4806128' = "Baytown city" '4807000' = "Beaumont city" '4810768' = "Brownsville city" '4810912' = "Bryan city" '4813024' = "Carrollton city" '4815976' = "College Station city" '4817000' = "Corpus Christi city" '4819000' = "Dallas city" '4819972' = "Denton city" '4824000' = "El Paso city" '4826232' = "Flower Mound town" '4827000' = "Fort Worth city" '4828068' = "Galveston city" '4829000' = "Garland city" '4830464' = "Grand Prairie city" '4832372' = "Harlingen city" '4835000' = "Houston city" '4837000' = "Irving city" '4839148' = "Killeen city" '4841464' = "Laredo city" '4842508' = "Lewisville city" '4843888' = "Longview city" '4845000' = "Lubbock city" '4845384' = "McAllen city" '4845744' = "McKinney city" '4847892' = "Mesquite city" '4848072' = "Midland city" '4848804' = "Missouri City city" '4852356' = "North Richland Hills city" '4853388' = "Odessa city" '4856000' = "Pasadena city" '4858016' = "Plano city" '4858820' = "Port Arthur city" '4861796' = "Richardson city" '4863500' = "Round Rock city" '4864472' = "San Angelo city" '4865000' = "San Antonio city" '4870808' = "Sugar Land city" '4872176' = "Temple city" '4872656' = "The Woodlands CDP" '4874144' = "Tyler city" '4875428' = "Victoria city" '4876000' = "Waco city" '4879000' = "Wichita Falls city" '4943660' = "Layton city" '4955980' = "Ogden city" '4957300' = "Orem city" '4962470' = "Provo city" '4967000' = "Salt Lake City city" '4967440' = "Sandy city" '4975360' = "Taylorsville city" '4982950' = "West Jordan city" '4983470' = "West Valley City city" '5101000' = "Alexandria city" '5101912' = "Annandale CDP" '5103000' = "Arlington CDP" '5111464' = "Burke CDP" '5116000' = "Chesapeake city" '5121088' = "Dale city CDP" '5135000' = "Hampton city" '5147672' = "Lynchburg city" '5156000' = "Newport News city" '5157000' = "Norfolk city" '5164000' = "Portsmouth city" '5166672' = "Reston CDP" '5167000' = "Richmond city" '5168000' = "Roanoke city" '5176432' = "Suffolk city" '5182000' = "Virginia Beach city" '5305210' = "Bellevue city" '5305280' = "Bellingham city" '5322640' = "Everett city" '5323515' = "Federal Way city" '5335275' = "Kennewick city" '5335415' = "Kent city" '5338038' = "Lakewood city" '5357745' = "Renton city" '5363000' = "Seattle city" '5363960' = "Shoreline city" '5367000' = "Spokane city" '5370000' = "Tacoma city" '5374060' = "Vancouver city" '5380010' = "Yakima city" '5414600' = "Charleston city" '5439460' = "Huntington city" '5502375' = "Appleton city" '5522300' = "Eau Claire city" '5531000' = "Green Bay city" '5537825' = "Janesville city" '5539225' = "Kenosha city" '5540775' = "La Crosse city" '5548000' = "Madison city" '5553000' = "Milwaukee city" '5560500' = "Oshkosh city" '5566000' = "Racine city" '5572975' = "Sheboygan city" '5584250' = "Waukesha city" '5585300' = "West Allis city" '5613900' = "Cheyenne city"; run; /*PROGRAM NAME: fmt_sex.sas*/ proc format library=library ; *<=====Changed name from $sex to $eeosex---; value $eeosex '1' = 'Male' '2' = 'Female' ; run; /*PROGRAM NAME: fmt_st_loc.sas*/ proc format library=library; /******************************************************************************/ /* State and Local Government Job Categories */ /******************************************************************************/ value $stloc '01' = 'Officials and Managers' '02' = 'Professional' '03' = 'Technicians' '04' = 'Protective Service: Sworn' '05' = 'Protective Service: Non-Sworn' '06' = 'Administrative Support' '07' = 'Skilled Craft' '08' = 'Service Maintenance' '09' = 'Unemployed, No Civilian Work Experience Since 1995'; run; /*PROGRAM NAME: fmt_workflow.sas*/ proc format library=library; /******************************************************************************/ /* Work Flow Table Formats */ /******************************************************************************/ value $wrkflw '01003BIGB' = 'Baldwin County, AL' '01009BIGB' = 'Blount County, AL' '01043BIGB' = 'Cullman County, AL' '01049BIGB' = 'DeKalb County, AL' '01071BIGB' = 'Jackson County, AL' '01073BIGB' = 'Balance of Jefferson County, AL' '01077BIGB' = 'Lauderdale County, AL' '01083BIGB' = 'Balance of Limestone County, AL' '01089BIGB' = 'Balance of Madison County, AL' '01095BIGB' = 'Marshall County, AL' '010971165' = 'Mobile city, AL' '01097BIGB' = 'Balance of Mobile County, AL' '01103BIGB' = 'Balance of Morgan County, AL' '01115BIGB' = 'St. Clair County, AL' '01117BIGB' = 'Balance of Shelby County, AL' '01121BIGB' = 'Talladega County, AL' '011251720' = 'Tuscaloosa city, AL' '01125BIGB' = 'Balance of Clarke County, AL' '01127BIGB' = 'Walker County, AL' '01MIX0185' = 'Birmingham city, AL' '01MIX0480' = 'Decatur city, AL' '01MIX0927' = 'Hoover city, AL' '01MIX0935' = 'Huntsville city, AL' '020200140' = 'Anchorage municipality, AK' '02170BIGB' = 'Matanuska-Susitna Borough, AK' '04003BIGB' = 'Cochise County, AZ' '040050115' = 'Flagstaff city, AZ' '04005BIGB' = 'Balance of Coconino County, AZ' '040130050' = 'Chandler city, AZ' '040130135' = 'Gilbert town, AZ' '040130140' = 'Glendale city, AZ' '040130215' = 'Mesa city, AZ' '040130260' = 'Phoenix city, AZ' '040130327' = 'Scottsdale city, AZ' '040130368' = 'Tempe city, AZ' '04013BIGB' = 'Balance of Maricopa County, AZ' '04015BIGB' = 'Mohave County, AZ' '040190041' = 'Casas Adobes CDP, AZ' '040190043' = 'Catalina Foothills CDP, AZ' '040190385' = 'Tucson city, AZ' '04019BIGB' = 'Balance of Pima County, AZ' '04021BIGB' = 'Pinal County, AZ' '04025BIGB' = 'Yavapai County, AZ' '040270415' = 'Yuma city, AZ' '04027BIGB' = 'Balance of Yuma County, AZ' '04MIX0255' = 'Peoria city, AZ' '05007BIGB' = 'Benton County, AR' '05031CHGB' = 'Craighead County, AR' '05035BIGB' = 'Crittenden County, AR' '05045BIGB' = 'Faulkner County, AR' '05051BIGB' = 'Garland County, AR' '05069CHGB' = 'Jefferson County, AR' '05085BIGB' = 'Lonoke County, AR' '05093BIGB' = 'Mississippi County, AR' '051191195' = 'Little Rock city, AR' '051191475' = 'North Little Rock city, AR' '05119BIGB' = 'Balance of Pulaski County, AR' '05125BIGB' = 'Saline County, AR' '051430670' = 'Fayetteville city, AR' '05143BIGB' = 'Balance of Washington County, AR' '05145BIGB' = 'White County, AR' '060010010' = 'Alameda city, CA' '060010245' = 'Berkeley city, CA' '060010455' = 'Castro Valley CDP, CA' '060011080' = 'Fremont city, CA' '060011225' = 'Hayward city, CA' '060011570' = 'Livermore city, CA' '060011970' = 'Oakland city, CA' '060012215' = 'Pleasanton city, CA' '060012525' = 'San Leandro city, CA' '060012977' = 'Union City city, CA' '06001BIGB' = 'Balance of Alameda County, CA' '060070500' = 'Chico city, CA' '06007BIGB' = 'Balance of Butte County, CA' '060130085' = 'Antioch city, CA' '060130595' = 'Concord city, CA' '060132175' = 'Pittsburg city, CA' '060132330' = 'Richmond city, CA' '060133030' = 'Walnut Creek city, CA' '06013BIGB' = 'Balance of Contra Costa County, CA' '06017BIGB' = 'El Dorado County, CA' '060190550' = 'Clovis city, CA' '060191090' = 'Fresno city, CA' '06019BIGB' = 'Balance of Fresno County, CA' '06025BIGB' = 'Imperial County, CA' '060290180' = 'Bakersfield city, CA' '06029BIGB' = 'Balance of Kern County, CA' '06031BIGB' = 'Kings County, CA' '06033BIGB' = 'Lake County, CA' '060370025' = 'Alhambra city, CA' '060370105' = 'Arcadia city, CA' '060370185' = 'Baldwin Park city, CA' '060370215' = 'Bellflower city, CA' '060370340' = 'Burbank city, CA' '060370440' = 'Carson city, CA' '060370487' = 'Cerritos city, CA' '060370590' = 'Compton city, CA' '060370771' = 'Diamond Bar city, CA' '060370795' = 'Downey city, CA' '060370820' = 'East Los Angeles CDP, CA' '060370880' = 'El Monte city, CA' '060371020' = 'Florence-Graham CDP, CA' '060371105' = 'Gardena city, CA' '060371130' = 'Glendale city, CA' '060371188' = 'Hacienda Heights CDP, CA' '060371220' = 'Hawthorne city, CA' '060371305' = 'Huntington Park city, CA' '060371340' = 'Inglewood city, CA' '060371459' = 'Lakewood city, CA' '060371476' = 'Lancaster city, CA' '060371610' = 'Long Beach city, CA' '060371630' = 'Los Angeles city, CA' '060371660' = 'Lynwood city, CA' '060371820' = 'Montebello city, CA' '060371830' = 'Monterey Park city, CA' '060371950' = 'Norwalk city, CA' '060372072' = 'Palmdale city, CA' '060372105' = 'Paramount city, CA' '060372125' = 'Pasadena city, CA' '060372145' = 'Pico Rivera city, CA' '060372230' = 'Pomona city, CA' '060372300' = 'Redondo Beach city, CA' '060372400' = 'Rosemead city, CA' '060372583' = 'Santa Clarita city, CA' '060372600' = 'Santa Monica city, CA' '060372730' = 'South Gate city, CA' '060372782' = 'South Whittier CDP, CA' '060372912' = 'Torrance city, CA' '060373070' = 'West Covina city, CA' '060373110' = 'Whittier city, CA' '06037BIGB' = 'Balance of Los Angeles County, CA' '06039BIGB' = 'Madera County, CA' '060412565' = 'San Rafael city, CA' '06041BIGB' = 'Balance of Marin County, CA' '060471750' = 'Merced city, CA' '06047BIGB' = 'Balance of Merced County, CA' '060532435' = 'Salinas city, CA' '06053BIGB' = 'Balance of Modoc County, CA' '060551884' = 'Napa city, CA' '06055BIGB' = 'Balance of Mono County, CA' '06057BIGB' = 'Nevada County, CA' '060590070' = 'Anaheim city, CA' '060590335' = 'Buena Park city, CA' '060590625' = 'Costa Mesa city, CA' '060591065' = 'Fountain Valley city, CA' '060591095' = 'Fullerton city, CA' '060591110' = 'Garden Grove city, CA' '060591300' = 'Huntington Beach city, CA' '060591347' = 'Irvine city, CA' '060591421' = 'Laguna Niguel city, CA' '060591428' = 'La Habra city, CA' '060591439' = 'Lake Forest city, CA' '060591786' = 'Mission Viejo city, CA' '060591912' = 'Newport Beach city, CA' '060592015' = 'Orange city, CA' '060592570' = 'Santa Ana city, CA' '060592965' = 'Tustin city, CA' '060593085' = 'Westminster city, CA' '060593169' = 'Yorba Linda city, CA' '06059BIGB' = 'Balance of Orange County, CA' '060612405' = 'Roseville city, CA' '06061BIGB' = 'Balance of Placer County, CA' '060650610' = 'Corona city, CA' '060651235' = 'Hemet city, CA' '060651849' = 'Moreno Valley city, CA' '060652370' = 'Riverside city, CA' '060652878' = 'Temecula city, CA' '06065BIGB' = 'Balance of Riverside County, CA' '060670115' = 'Arden-Arcade CDP, CA' '060670530' = 'Citrus Heights city, CA' '060670870' = 'Elk Grove CDP, CA' '060671025' = 'Folsom city, CA' '060672277' = 'Rancho Cordova CDP, CA' '060672420' = 'Sacramento city, CA' '06067BIGB' = 'Balance of Sacramento County, CA' '06069BIGB' = 'San Benito County, CA' '060710090' = 'Apple Valley town, CA' '060710510' = 'Chino city, CA' '060710511' = 'Chino Hills city, CA' '060711030' = 'Fontana city, CA' '060711247' = 'Hesperia city, CA' '060712005' = 'Ontario city, CA' '060712278' = 'Rancho Cucamonga city, CA' '060712297' = 'Redlands city, CA' '060712320' = 'Rialto city, CA' '060712450' = 'San Bernardino city, CA' '060712978' = 'Upland city, CA' '060712997' = 'Victorville city, CA' '06071BIGB' = 'Balance of San Bernardino County, CA' '060730405' = 'Carlsbad city, CA' '060730525' = 'Chula Vista city, CA' '060730850' = 'El Cajon city, CA' '060730920' = 'Encinitas city, CA' '060730935' = 'Escondido city, CA' '060731460' = 'La Mesa city, CA' '060731885' = 'National City city, CA' '060731990' = 'Oceanside city, CA' '060732475' = 'San Diego city, CA' '060732537' = 'San Marcos city, CA' '060732623' = 'Santee city, CA' '060733021' = 'Vista city, CA' '06073BIGB' = 'Balance of San Diego County, CA' '060752485' = 'San Francisco city, CA' '060771585' = 'Lodi city, CA' '060772805' = 'Stockton city, CA' '060772915' = 'Tracy city, CA' '06077BIGB' = 'Balance of San Joaquin County, CA' '06079BIGB' = 'San Luis Obispo County, CA' '060810700' = 'Daly City city, CA' '060812305' = 'Redwood City city, CA' '060812555' = 'San Mateo city, CA' '060812765' = 'South San Francisco city, CA' '06081BIGB' = 'Balance of San Mateo County, CA' '060831142' = 'Goleta CDP, CA' '060832575' = 'Santa Barbara city, CA' '060832595' = 'Santa Maria city, CA' '06083BIGB' = 'Balance of Santa Barbara County, CA' '060850670' = 'Cupertino city, CA' '060851770' = 'Milpitas city, CA' '060851863' = 'Mountain View city, CA' '060852090' = 'Palo Alto city, CA' '060852510' = 'San Jose city, CA' '060852580' = 'Santa Clara city, CA' '060852835' = 'Sunnyvale city, CA' '06085BIGB' = 'Balance of Santa Clara County, CA' '060872585' = 'Santa Cruz city, CA' '06087BIGB' = 'Balance of Santa Cruz County, CA' '060892296' = 'Redding city, CA' '06089BIGB' = 'Balance of Shasta County, CA' '060950960' = 'Fairfield city, CA' '060952981' = 'Vacaville city, CA' '060952984' = 'Vallejo city, CA' '06095BIGB' = 'Balance of Solano County, CA' '060972140' = 'Petaluma city, CA' '060972615' = 'Santa Rosa city, CA' '06097BIGB' = 'Balance of Sonoma County, CA' '060991790' = 'Modesto city, CA' '060992960' = 'Turlock city, CA' '06099BIGB' = 'Balance of Stanislaus County, CA' '06103BIGB' = 'Tehama County, CA' '061073019' = 'Visalia city, CA' '06107BIGB' = 'Balance of Tulare County, CA' '06109BIGB' = 'Tuolumne County, CA' '061110379' = 'Camarillo city, CA' '061112050' = 'Oxnard city, CA' '061112460' = 'San Buenaventura (Ventura) city, CA' '061112702' = 'Simi Valley city, CA' '061112897' = 'Thousand Oaks city, CA' '06111BIGB' = 'Balance of Ventura County, CA' '061130715' = 'Davis city, CA' '06113BIGB' = 'Balance of Yolo County, CA' '08001BIGB' = 'Balance of Adams County, CO' '08005BIGB' = 'Balance of Arapahoe County, CO' '080130110' = 'Boulder city, CO' '08013BIGB' = 'Balance of Boulder County, CO' '080310320' = 'Denver city, CO' '080350618' = 'Highlands Ranch CDP, CO' '08035BIGB' = 'Balance of Douglas County, CO' '080410240' = 'Colorado Springs city, CO' '08041BIGB' = 'Balance of El Paso County, CO' '080590760' = 'Lakewood city, CO' '08059BIGB' = 'Balance of Jefferson County, CO' '080690455' = 'Fort Collins city, CO' '080690830' = 'Loveland city, CO' '08069BIGB' = 'Balance of Larimer County, CO' '08101CHGB' = 'Pueblo County, CO' '081230570' = 'Greeley city, CO' '08123BIGB' = 'Balance of Weld County, CO' '08MIX0040' = 'Arvada city, CO' '08MIX0055' = 'Aurora city, CO' '08MIX0820' = 'Longmont city, CO' '08MIX1285' = 'Thornton city, CO' '08MIX1355' = 'Westminster city, CO' '09001010 ' = 'Bridgeport town, CT' '09001020 ' = 'Danbury town, CT' '09001035 ' = 'Fairfield town, CT' '09001040 ' = 'Greenwich town, CT' '09001065 ' = 'Norwalk town, CT' '09001090 ' = 'Stamford town, CT' '09001BIGB' = 'Balance of Fairfield County, CT' '09003020 ' = 'Bristol town, CT' '09003070 ' = 'Hartford town, CT' '09003080 ' = 'Manchester town, CT' '09003090 ' = 'New Britain town, CT' '09003130 ' = 'West Hartford town, CT' '09003BIGB' = 'Balance of Hartford County, CT' '09005BIGB' = 'Litchfield County, CT' '09007BIGB' = 'Middlesex County, CT' '09009045 ' = 'Hamden town, CT' '09009055 ' = 'Meriden town, CT' '09009065 ' = 'Milford town, CT' '09009075 ' = 'New Haven town, CT' '09009120 ' = 'Waterbury town, CT' '09009125 ' = 'West Haven town, CT' '09009BIGB' = 'Balance of New Haven County, CT' '09011BIGB' = 'New London County, CT' '09013BIGB' = 'Tolland County, CT' '09015BIGB' = 'Windham County, CT' '10001BIGB' = 'Kent County, DE' '100030255' = 'Wilmington city, DE' '10003BIGB' = 'Balance of New Castle County, DE' '110010005' = 'District of Columbia' '120010695' = 'Gainesville city, FL' '12001BIGB' = 'Balance of Alachua County, FL' '120091350' = 'Melbourne city, FL' '120091640' = 'Palm Bay city, FL' '12009BIGB' = 'Balance of Brevard County, FL' '120110427' = 'Coral Springs city, FL' '120110477' = 'Davie town, FL' '120110495' = 'Deerfield Beach city, FL' '120110645' = 'Fort Lauderdale city, FL' '120110915' = 'Hollywood city, FL' '120111185' = 'Lauderhill city, FL' '120111300' = 'Margate city, FL' '120111420' = 'Miramar city, FL' '120111700' = 'Pembroke Pines city, FL' '120111771' = 'Plantation city, FL' '120111780' = 'Pompano Beach city, FL' '120112047' = 'Sunrise city, FL' '120112072' = 'Tamarac city, FL' '12011BIGB' = 'Balance of Broward County, FL' '12015BIGB' = 'Charlotte County, FL' '12019BIGB' = 'Clay County, FL' '12023BIGB' = 'Columbia County, FL' '120331715' = 'Pensacola city, FL' '12033BIGB' = 'Balance of Escambia County, FL' '120532029' = 'Spring Hill CDP, FL' '12053BIGB' = 'Balance of Hernando County, FL' '120570225' = 'Brandon CDP, FL' '120572075' = 'Tampa city, FL' '120572111' = "Town 'n' Country CDP, FL" '12057BIGB' = 'Balance of Hillsborough County, FL' '12061BIGB' = 'Indian River County, FL' '12069BIGB' = 'Lake County, FL' '120710293' = 'Cape Coral city, FL' '12071BIGB' = 'Balance of Lee County, FL' '120732070' = 'Tallahassee city, FL' '12073BIGB' = 'Balance of Leon County, FL' '12081BIGB' = 'Manatee County, FL' '12083BIGB' = 'Marion County, FL' '12085BIGB' = 'Martin County, FL' '120860295' = 'Carol City CDP, FL' '120860676' = 'Fountainbleau CDP, FL' '120860860' = 'Hialeah city, FL' '120861047' = 'Kendale Lakes CDP, FL' '120861048' = 'Kendall CDP, FL' '120861370' = 'Miami city, FL' '120861375' = 'Miami Beach city, FL' '120861498' = 'North Miami city, FL' '120862073' = 'Tamiami CDP, FL' '12086BIGB' = 'Balance of Miami-Dade County, FL' '120951600' = 'Orlando city, FL' '12095BIGB' = 'Balance of Orange County, FL' '12097BIGB' = 'Osceola County, FL' '120990180' = 'Boca Raton city, FL' '120990200' = 'Boynton Beach city, FL' '120990510' = 'Delray Beach city, FL' '120992215' = 'West Palm Beach city, FL' '12099BIGB' = 'Balance of Palm Beach County, FL' '12101BIGB' = 'Pasco County, FL' '121030375' = 'Clearwater city, FL' '121031175' = 'Largo city, FL' '121031663' = 'Palm Harbor CDP, FL' '121031900' = 'St. Petersburg city, FL' '12103BIGB' = 'Balance of Pinellas County, FL' '121051136' = 'Lakeland city, FL' '12105BIGB' = 'Balance of Polk County, FL' '12107BIGB' = 'Putnam County, FL' '121111807' = 'Port St. Lucie city, FL' '12111BIGB' = 'Balance of St Lucie County, FL' '12113BIGB' = 'Santa Rosa County, FL' '121151930' = 'Sarasota city, FL' '12115BIGB' = 'Balance of Sarasota County, FL' '12117BIGB' = 'Seminole County, FL' '121270485' = 'Daytona Beach city, FL' '121270512' = 'Deltona city, FL' '12127BIGB' = 'Balance of Volusia County, FL' '13015BIGB' = 'Bartow County, GA' '13021BIGB' = 'Balance of Bibb County, GA' '13031BIGB' = 'Bulloch County, GA' '13047BIGB' = 'Catoosa County, GA' '130512540' = 'Savannah city, GA' '13051BIGB' = 'Balance of Chatham County, GA' '13057BIGB' = 'Cherokee County, GA' '13063BIGB' = 'Clayton County, GA' '130671750' = 'Marietta city, GA' '13067BIGB' = 'Balance of Cobb County, GA' '13089BIGB' = 'Balance of DeKalb County, GA' '13097BIGB' = 'Douglas County, GA' '13117BIGB' = 'Forsyth County, GA' '131212470' = 'Roswell city, GA' '131212518' = 'Sandy Springs CDP, GA' '13121BIGB' = 'Balance of Fulton County, GA' '13135BIGB' = 'Gwinnett County, GA' '13151BIGB' = 'Henry County, GA' '13153BIGB' = 'Houston County, GA' '13179BIGB' = 'Liberty County, GA' '13223BIGB' = 'Paulding County, GA' '13295BIGB' = 'Walker County, GA' '13313BIGB' = 'Whitfield County, GA' '13MIX0150' = 'Atlanta city, GA' '13MIX1725' = 'Macon city, GA' '15001BIGB' = 'Hawaii County, HI' '150030110' = 'Honolulu CDP, HI' '15003BIGB' = 'Balance of Honolulu County, HI' '160010090' = 'Boise City city, ID' '16001BIGB' = 'Balance of Ada County, ID' '160270660' = 'Nampa city, ID' '16027BIGB' = 'Balance of Canyon County, ID' '16055BIGB' = 'Kootenai County, ID' '170190990' = 'Champaign city, IL' '17019BIGB' = 'Balance of Champaign County, IL' '170310495' = 'Berwyn city, IL' '170311085' = 'Cicero town, IL' '170311460' = 'Des Plaines city, IL' '170311845' = 'Evanston city, IL' '170313930' = 'Mount Prospect village, IL' '170314290' = 'Oak Lawn village, IL' '170314295' = 'Oak Park village, IL' '170314465' = 'Palatine village, IL' '170315365' = 'Skokie village, IL' '17031BIGB' = 'Balance of Cook County, IL' '17037BIGB' = 'DeKalb County, IL' '170436190' = 'Wheaton city, IL' '17043BIGB' = 'Balance of DuPage County, IL' '17073BIGB' = 'Edgar County, IL' '17089BIGB' = 'Balance of Kane County, IL' '17091BIGB' = 'Kanakee County, IL' '17093BIGB' = 'Balance of Kendall County, IL' '17095BIGB' = 'Knox County, IL' '170976075' = 'Waukegan city, IL' '17097BIGB' = 'Balance of Lake County, IL' '17099BIGB' = 'La Salle County, IL' '17111BIGB' = 'McHenry County, IL' '171130540' = 'Bloomington city, IL' '17113BIGB' = 'Balance of McLean County, IL' '17115CHGB' = 'Macon County, IL' '17119BIGB' = 'Madison County, IL' '17141BIGB' = 'Ogle County, IL' '171434590' = 'Peoria city, IL' '17143BIGB' = 'Balance of Peoria County, IL' '17161BIGB' = 'Rock Island County, IL' '17163BIGB' = 'St. Clair County, IL' '171675480' = 'Springfield city, IL' '17167BIGB' = 'Balance of Sangamon County, IL' '17179BIGB' = 'Tazewell County, IL' '17183BIGB' = 'Vermillion County, IL' '17195BIGB' = 'Whiteside County, IL' '17197BIGB' = 'Balance of Will County, IL' '172014965' = 'Rockford city, IL' '17201BIGB' = 'Balance of Winnebago County, IL' '17MIX0190' = 'Arlington Heights village, IL' '17MIX0280' = 'Aurora city, IL' '17MIX0563' = 'Bolingbrook village, IL' '17MIX1051' = 'Chicago city, IL' '17MIX1720' = 'Elgin city, IL' '17MIX2865' = 'Joliet city, IL' '17MIX3990' = 'Naperville city, IL' '17MIX4440' = 'Orland Park village, IL' '17MIX5215' = 'Schaumburg village, IL' '180030825' = 'Fort Wayne city, IN' '18003BIGB' = 'Balance of Allen County, IN' '18019BIGB' = 'Clark County, IN' '180351735' = 'Muncie city, IN' '18035BIGB' = 'Balance of Delaware County, IN' '180390740' = 'Elkhart city, IN' '18039BIGB' = 'Balance of Elkhart County, IN' '18043BIGB' = 'Floyd County, IN' '18053BIGB' = 'Grant County, IN' '18057BIGB' = 'Hamiliton County, IN' '18059BIGB' = 'Hancock County, IN' '18063BIGB' = 'Hendricks County, IN' '18081BIGB' = 'Johnson County, IN' '18085BIGB' = 'Kosciusko County, IN' '180890905' = 'Gary city, IN' '180891040' = 'Hammond city, IN' '18089BIGB' = 'Balance of Lake County, IN' '18091BIGB' = 'La Porte County, IN' '180950065' = 'Anderson city, IN' '18095BIGB' = 'Balance of Madison County, IN' '180971145' = 'Indianapolis city (balance), IN' '18097BIGB' = 'Balance of Marion County, IN' '181050195' = 'Bloomington city, IN' '18105BIGB' = 'Balance of Monroe County, IN' '18109BIGB' = 'Morgan County, IN' '18127BIGB' = 'Porter County, IN' '181412375' = 'South Bend city, IN' '18141BIGB' = 'Balance of St Joseph County, IN' '181571285' = 'Lafayette city, IN' '18157BIGB' = 'Balance of Tippecanoe County, IN' '181630775' = 'Evansville city, IN' '18163BIGB' = 'Balance of Vanderburgh County, IN' '18173BIGB' = 'Warrick County, IN' '190134455' = 'Waterloo city, IA' '19013BIGB' = 'Balance of Black Hawk County, IA' '19045BIGB' = 'Clinton County, IA' '19103CHGB' = 'Johnson County, IA' '191130670' = 'Cedar Rapids city, IA' '19113BIGB' = 'Balance of Linn County, IA' '191531130' = 'Des Moines city, IA' '19153BIGB' = 'Balance of Polk County, IA' '19155CHGB' = 'Pottawattamie County, IA' '191631040' = 'Davenport city, IA' '19163BIGB' = 'Balance of Scott County, IA' '19169CHGB' = 'Story County, IA' '20015BIGB' = 'Butler County, KS' '20045CHGB' = 'Douglas County, KS' '200912120' = 'Olathe city, KS' '200912194' = 'Overland Park city, KS' '20091BIGB' = 'Balance of Johnson County, KS' '20103BIGB' = 'Leavenworth County, KS' '20155BIGB' = 'Reno County, KS' '201733040' = 'Wichita city, KS' '20173BIGB' = 'Balance of Sedgwick County, KS' '20209CHGB' = 'Wyandotte County, KS' '21015BIGB' = 'Boone County, KY' '21029BIGB' = 'Bullitt County, KY' '21037BIGB' = 'Campbell County, KY' '21059CHGB' = 'Daviess County, KY' '210671160' = 'Lexington-Fayette, KY' '21093BIGB' = 'Hardin County, KY' '211111230' = 'Louisville city, KY' '21111BIGB' = 'Balance of Jefferson County, KY' '21117BIGB' = 'Kenton County, KY' '21151BIGB' = 'Madison County, KY' '22001BIGB' = 'Acadia Parish, LA' '22005BIGB' = 'Ascension Parish, LA' '22015CHGB' = 'Bossier Parish, LA' '22017BIGB' = 'Balance of Caddo Parish, LA' '220190715' = 'Lake Charles city, LA' '22019BIGB' = 'Balance of Calcasieu Parish, LA' '220330095' = 'Baton Rouge city, LA' '22033BIGB' = 'Balance of East Baton Rouge Parish, LA' '22045BIGB' = 'Iberia Parish, LA' '220510675' = 'Kenner city, LA' '220510882' = 'Metairie CDP, LA' '22051BIGB' = 'Balance of Jefferson Parish, LA' '220550700' = 'Lafayette city, LA' '22055BIGB' = 'Balance of Lafayette Parish, LA' '22057BIGB' = 'Lafourche Parish, LA' '22063BIGB' = 'Livingston Parish, LA' '220710956' = 'New Orleans city, LA' '220730890' = 'Monroe city, LA' '22073BIGB' = 'Balance of Ouachita Parish, LA' '22087BIGB' = 'St. Bernard Parish, LA' '22097BIGB' = 'St. Landry Parish, LA' '22103BIGB' = 'St. Tammany Parish, LA' '22105BIGB' = 'Tangipahoa Parish, LA' '22113BIGB' = 'Vermillion Parish, LA' '22MIX1240' = 'Shreveport city, LA' '23001BIGB' = 'Androscoggin County, ME' '23005085 ' = 'Portland city, ME' '23005BIGB' = 'Balance of Cumberland County, ME' '23011BIGB' = 'Kennebec County, ME' '23017BIGB' = 'Oxford County, ME' '23031BIGB' = 'York County, ME' '24003BIGB' = 'Anne Arundel County, MD' '240050275' = 'Dundalk CDP, MD' '240050975' = 'Towson CDP, MD' '24005BIGB' = 'Balance of Baltimore County, MD' '24013BIGB' = 'Carroll County, MD' '24015BIGB' = 'Cecil County, MD' '240210355' = 'Frederick city, MD' '24021BIGB' = 'Balance of Frederick County, MD' '24025BIGB' = 'Harford County, MD' '240270227' = 'Columbia CDP, MD' '240270325' = 'Ellicott City CDP, MD' '24027BIGB' = 'Balance of Howard County, MD' '240310021' = 'Aspen Hill CDP, MD' '240310065' = 'Bethesda CDP, MD' '240310385' = 'Gaithersburg city, MD' '240310402' = 'Germantown CDP, MD' '240310900' = 'Silver Spring CDP, MD' '240311036' = 'Wheaton-Glenmont CDP, MD' '24031BIGB' = 'Balance of Montgomery County, MD' '240330085' = 'Bowie city, MD' '24033BIGB' = "Balance of Prince George's County, MD" '24043BIGB' = 'Washington County, MD' '245100025' = 'Baltimore city, MD' '25001BIGB' = 'Barnstable County, MA' '25003BIGB' = 'Berkshire County, MA' '25005040 ' = 'Fall River city, MA' '25005055 ' = 'New Bedford city, MA' '25005095 ' = 'Taunton city, MA' '25005BIGB' = 'Balance of Bristol County, MA' '25009055 ' = 'Haverhill city, MA' '25009065 ' = 'Lawrence city, MA' '25009070 ' = 'Lynn city, MA' '25009BIGB' = 'Balance of Essex County, MA' '25011BIGB' = 'Franklin County, MA' '25013025 ' = 'Chicopee city, MA' '25013090 ' = 'Springfield city, MA' '25013BIGB' = 'Balance of Hampden County, MA' '25015BIGB' = 'Hampshire County, MA' '25017055 ' = 'Cambridge city, MA' '25017090 ' = 'Framingham town, MA' '25017130 ' = 'Lowell city, MA' '25017135 ' = 'Malden city, MA' '25017150 ' = 'Medford city, MA' '25017165 ' = 'Newton city, MA' '25017195 ' = 'Somerville city, MA' '25017235 ' = 'Waltham city, MA' '25017BIGB' = 'Balance of Middlesex County, MA' '25021020 ' = 'Brookline town, MA' '25021100 ' = 'Quincy city, MA' '25021135 ' = 'Weymouth town, MA' '25021BIGB' = 'Balance of Norfolk County, MA' '25023015 ' = 'Brockton city, MA' '25023100 ' = 'Plymouth town, MA' '25023BIGB' = 'Balance of Plymouth County, MA' '25025005 ' = 'Boston city, MA' '25025BIGB' = 'Balance of Suffolk County, MA' '25027300 ' = 'Worcester city, MA' '25027BIGB' = 'Balance of Worcester County, MA' '26005BIGB' = 'Allegan County, MI' '26015BIGB' = 'Barry County, MI' '26017BIGB' = 'Bay County, MI' '26021BIGB' = 'Berrien County, MI' '260250160' = 'Battle Creek city, MI' '26025BIGB' = 'Balance of Calhoun County, MI' '26027BIGB' = 'Cass County, MI' '26037BIGB' = 'Clinton County, MI' '26045BIGB' = 'Balance of Eaton County, MI' '260490920' = 'Flint city, MI' '26049BIGB' = 'Balance of Genesee County, MI' '26065BIGB' = 'Balance of Ingham County, MI' '26067BIGB' = 'Ionia County, MI' '26075BIGB' = 'Jackson County, MI' '260771370' = 'Kalamazoo city, MI' '26077BIGB' = 'Balance of Kalamazoo County, MI' '260811085' = 'Grand Rapids city, MI' '260812925' = 'Wyoming city, MI' '26081BIGB' = 'Balance of Kent County, MI' '26087BIGB' = 'Lapeer County, MI' '26091BIGB' = 'Lenawee County, MI' '26093BIGB' = 'Livingston Coungy, MI' '260990557' = 'Clinton CDP, MI' '260992385' = 'St. Clair Shores city, MI' '260992454' = 'Shelby CDP, MI' '260992583' = 'Sterling Heights city, MI' '260992790' = 'Warren city, MI' '26099BIGB' = 'Balance of Macomb County, MI' '26111BIGB' = 'Midland County, MI' '26115BIGB' = 'Monroe County, MI' '26117BIGB' = 'Montcalm County, MI' '26121BIGB' = 'Muskegon County, MI' '261250877' = 'Farmington Hills city, MI' '261252200' = 'Pontiac city, MI' '261252323' = 'Rochester Hills city, MI' '261252365' = 'Royal Oak city, MI' '261252490' = 'Southfield city, MI' '261252675' = 'Troy city, MI' '261252798' = 'Waterford CDP, MI' '261252822' = 'West Bloomfield Township CDP, MI' '26125BIGB' = 'Balance of Oakland County, MI' '26139BIGB' = 'Ottawa County, MI' '261452370' = 'Saginaw city, MI' '26145BIGB' = 'Balance of Saginaw County, MI' '26147BIGB' = 'St. Clair County, MI' '26149BIGB' = 'St. Joseph County, MI' '26155BIGB' = 'Shiawassee County, MI' '26157BIGB' = 'Tuscola County, MI' '26159BIGB' = 'Van Buren County, MI' '261610080' = 'Ann Arbor city, MI' '26161BIGB' = 'Balance of Washtenaw County, MI' '261630404' = 'Canton CDP, MI' '261630655' = 'Dearborn city, MI' '261630658' = 'Dearborn Heights city, MI' '261630680' = 'Detroit city, MI' '261631565' = 'Livonia city, MI' '261632282' = 'Redford CDP, MI' '261632633' = 'Taylor city, MI' '261632827' = 'Westland city, MI' '26163BIGB' = 'Balance of Wayne County, MI' '26MIX1485' = 'Lansing city, MI' '270030820' = 'Coon Rapids city, MN' '27003BIGB' = 'Balance of Anoka County, MN' '27019BIGB' = 'Carver County, MN' '270370537' = 'Burnsville city, MN' '270371063' = 'Eagan city, MN' '27037BIGB' = 'Balance of Dakota County, MN' '270530385' = 'Bloomington city, MN' '270530465' = 'Brooklyn Park city, MN' '270531094' = 'Eden Prairie city, MN' '270532430' = 'Maple Grove city, MN' '270532585' = 'Minneapolis city, MN' '270532610' = 'Minnetonka city, MN' '270533105' = 'Plymouth city, MN' '27053BIGB' = 'Balance of Hennepin County, MN' '271233425' = 'St. Paul city, MN' '27123BIGB' = 'Balance of Ramsey County, MN' '27131BIGB' = 'Rice County, MN' '271371040' = 'Duluth city, MN' '27137BIGB' = 'Balance of St Louis County, MN' '27139BIGB' = 'Scott County, MN' '27141BIGB' = 'Balance of Sherburne County, MN' '27145BIGB' = 'Balance of Stearns County, MN' '27163BIGB' = 'Washington County, MN' '27171BIGB' = 'Wright County, MN' '27MIX3380' = 'St. Cloud city, MN' '28033BIGB' = 'DeSoto County, MS' '280470110' = 'Biloxi city, MS' '280470515' = 'Gulfport city, MS' '28047BIGB' = 'Balance of Harrison County, MS' '28049BIGB' = 'Balance of Hinds County, MS' '28059BIGB' = 'Jackson County, MS' '28089BIGB' = 'Balance of Madison County, MS' '28121BIGB' = 'Rankin County, MS' '28MIX0615' = 'Jackson city, MS' '290190930' = 'Columbia city, MO' '29019BIGB' = 'Balance of Boone County, MO' '29037CHGB' = 'Cass County, MO' '29043BIGB' = 'Balance of Christian County, MO' '29047CHGB' = 'Clay County, MO' '29051BIGB' = 'Cole County, MO' '29071BIGB' = 'Franklin County, MO' '29077BIGB' = 'Balance of Greene County, MO' '29095CHGB' = 'Jackson County, MO' '29099BIGB' = 'Jefferson County, MO' '29165CHGB' = 'Platte County, MO' '291833830' = 'St. Charles city, MO' '291833885' = 'St. Peters city, MO' '29183BIGB' = 'Balance of St. Charles County, MO' '291891465' = 'Florissant city, MO' '29189BIGB' = 'Balance of St. Louis County, MO' '295103875' = 'St. Louis city, MO' '29MIX2125' = 'Independence city, MO' '29MIX2435' = "Lee's Summit city, MO" '29MIX4075' = 'Springfield city, MO' '310551825' = 'Omaha city, NE' '31055BIGB' = 'Balance of Douglas County, NE' '31109CHGB' = 'Lancaster County, NE' '31153BIGB' = 'Sarpy County, NE' '320030058' = 'Henderson city, NV' '320030065' = 'Las Vegas city, NV' '320030085' = 'North Las Vegas city, NV' '320030088' = 'Paradise CDP, NV' '320030104' = 'Spring Valley CDP, NV' '320030110' = 'Sunrise Manor CDP, NV' '32003BIGB' = 'Balance of Clark County, NV' '320310090' = 'Reno city, NV' '320310100' = 'Sparks city, NV' '32031BIGB' = 'Balance of Washoe County, NV' '325100025' = 'Carson City, NV' '33001BIGB' = 'Belknap County, NH' '33011085 ' = 'Manchester city, NH' '33011110 ' = 'Nashua city, NH' '33011BIGB' = 'Balance of Hillsborough County, NH' '33013BIGB' = 'Merrimack County, NH' '33015BIGB' = 'Rockingham County, NH' '33017BIGB' = 'Strafford County, NH' '34001BIGB' = 'Atlantic County, NJ' '34003BIGB' = 'Bergen County, NJ' '34005BIGB' = 'Burlington County, NJ' '340071390' = 'Camden city, NJ' '34007BIGB' = 'Balance of Camden County, NJ' '34009BIGB' = 'Cape May County, NJ' '340113870' = 'Vineland city, NJ' '34011BIGB' = 'Balance of Cumberland County, NJ' '340131665' = 'East Orange city, NJ' '340132265' = 'Irvington CDP, NJ' '340132895' = 'Newark city, NJ' '34013BIGB' = 'Balance of Essex County, NJ' '34015BIGB' = 'Gloucester County, NJ' '340171135' = 'Bayonne city, NJ' '340172290' = 'Jersey City city, NJ' '340173802' = 'Union City city, NJ' '34017BIGB' = 'Balance of Hudson County, NJ' '340213770' = 'Trenton city, NJ' '34021BIGB' = 'Balance of Mercer County, NJ' '340231697' = 'Edison CDP, NJ' '34023BIGB' = 'Balance of Middlesex County, NJ' '34025BIGB' = 'Monmouth County, NJ' '34027BIGB' = 'Morris County, NJ' '340293760' = 'Toms River CDP, NJ' '34029BIGB' = 'Balance of Ocean County, NJ' '340311490' = 'Clifton city, NJ' '340313110' = 'Passaic city, NJ' '340313115' = 'Paterson city, NJ' '340313970' = 'Wayne CDP, NJ' '34031BIGB' = 'Balance of Passaic County, NJ' '34033BIGB' = 'Salem County, NJ' '34035BIGB' = 'Somerset County, NJ' '34037BIGB' = 'Sussex County, NJ' '340391715' = 'Elizabeth city, NJ' '340393787' = 'Union CDP, NJ' '34039BIGB' = 'Balance of Union County, NJ' '350010015' = 'Albuquerque city, NM' '35001CHGB' = 'Bernalillo County, NM' '350130220' = 'Las Cruces city, NM' '35013BIGB' = 'Balance of Dona Ana County, NM' '35035BIGB' = 'Otero County, NM' '35043CHGB' = 'Sandoval County, NM' '350490381' = 'Santa Fe city, NM' '35049BIGB' = 'Balance of Santa Fe County, NM' '35061BIGB' = 'Valencia County, NM' '360010030' = 'Albany city, NY' '36001BIGB' = 'Balance of Albany County, NY' '36009BIGB' = 'Cattaraugus County, NY' '36011BIGB' = 'Cayuga County, NY' '36013BIGB' = 'Chautauqua County, NY' '36021BIGB' = 'Columbia County, NY' '36027BIGB' = 'Dutchess County, NY' '360290450' = 'Buffalo city, NY' '360290655' = 'Cheektowaga CDP, NY' '360293612' = 'Tonawanda CDP, NY' '36029BIGB' = 'Balance of Erie County, NY' '36035BIGB' = 'Fulton County, NY' '36037BIGB' = 'Genesee County, NY' '36043BIGB' = 'Herkimer County, NY' '36045BIGB' = 'Jefferson County, NY' '36051BIGB' = 'Livingston County, NY' '36053BIGB' = 'Madison County, NY' '360551733' = 'Irondequoit CDP, NY' '360553100' = 'Rochester city, NY' '36055BIGB' = 'Balance of Monroe County, NY' '360591545' = 'Hempstead village, NY' '360591950' = 'Levittown CDP, NY' '36059BIGB' = 'Balance of Nassau County, NY' '360632515' = 'Niagara Falls city, NY' '36063BIGB' = 'Balance of Niagara County, NY' '360653690' = 'Utica city, NY' '36065BIGB' = 'Balance of Oneida County, NY' '360673565' = 'Syracuse city, NY' '36067BIGB' = 'Balance of Onondaga County, NY' '36069BIGB' = 'Ontario County, NY' '36075BIGB' = 'Oswego County, NY' '36077BIGB' = 'Otsego County, NY' '36079BIGB' = 'Putnam County, NY' '36083BIGB' = 'Rensselaer County, NY' '36087BIGB' = 'Rockland County, NY' '36091BIGB' = 'Saratoga County, NY' '360933285' = 'Schenectady city, NY' '36093BIGB' = 'Balance of Schenectady County, NY' '36101BIGB' = 'Steuben County, NY' '361030370' = 'Brentwood CDP, NY' '36103BIGB' = 'Balance of Suffolk County, NY' '36115BIGB' = 'Washington County, NY' '36117BIGB' = 'Wayne Couhty, NY' '361192390' = 'Mount Vernon city, NY' '361192495' = 'New Rochelle city, NY' '361193970' = 'White Plains city, NY' '361194075' = 'Yonkers city, NY' '36119BIGB' = 'Balance of Westchester County, NY' '36MIX2505' = 'New York city, NY' '37001BIGB' = 'Alamance County, NC' '37019BIGB' = 'Brunswick County, NC' '370210095' = 'Asheville city, NC' '37021BIGB' = 'Balance of Buncombe County, NC' '370250565' = 'Concord city, NC' '37025BIGB' = 'Balance of Cabarrus County, NC' '37031BIGB' = 'Carteret County, NC' '37045BIGB' = 'Cleveland County, NC' '37047BIGB' = 'Columbus County, NC' '37049BIGB' = 'Craven County, NC' '370510910' = 'Fayetteville city, NC' '37051BIGB' = 'Balance of Cumberland County, NC' '37057BIGB' = 'Balance of Davidson County, NC' '37063CHGB' = 'Durham County, NC' '37065CHGB' = 'Edgecombe County, NC' '370672785' = 'Winston-Salem city, NC' '37067BIGB' = 'Balance of Forsyth County, NC' '370710990' = 'Gastonia city, NC' '37071BIGB' = 'Balance of Gaston County, NC' '370811065' = 'Greensboro city, NC' '37081BIGB' = 'Balance of Guilford County, NC' '37085BIGB' = 'Harnett County, NC' '37087BIGB' = 'Haywood County, NC' '37089BIGB' = 'Henderson County, NC' '37097BIGB' = 'Iredell County, NC' '37101BIGB' = 'Johnston County, NC' '37107BIGB' = 'Lenoir County, NC' '37109BIGB' = 'Lincoln County, NC' '371190480' = 'Charlotte city, NC' '37119BIGB' = 'Balance of Mecklenburg County, NC' '37125BIGB' = 'Moore County, NC' '37127CHGB' = 'Nash County, NC' '371292755' = 'Wilmington city, NC' '37129BIGB' = 'Balance of New Hanover County, NC' '371331280' = 'Jacksonville city, NC' '37133BIGB' = 'Balance of Onslow County, NC' '37135CHGB' = 'Orange County, NC' '371471070' = 'Greenville city, NC' '37147BIGB' = 'Balance of Pitt County, NC' '37151BIGB' = 'Balance of Randolph County, NC' '37155BIGB' = 'Robeson County, NC' '37157BIGB' = 'Rockingham County, NC' '37159BIGB' = 'Rowan County, NC' '37163BIGB' = 'Sampson County, NC' '37167BIGB' = 'Stanly County, NC' '37171BIGB' = 'Surry County, NC' '37179BIGB' = 'Union County, NC' '37183CHGB' = 'Wake County, NC' '37191BIGB' = 'Wayne County, NC' '37MIX0445' = 'Cary town, NC' '37MIX1195' = 'High Point city, NC' '37MIX2020' = 'Raleigh city, NC' '39007BIGB' = 'Ashtabula County, OH' '390171705' = 'Hamilton city, OH' '39017BIGB' = 'Balance of Butler County, OH' '390234100' = 'Springfield city, OH' '39023BIGB' = 'Balance of Clark County, OH' '39025BIGB' = 'Clermont County, OH' '39029BIGB' = 'Columbiana County, OH' '390350900' = 'Cleveland city, OH' '390351320' = 'Euclid city, OH' '390352120' = 'Lakewood city, OH' '390353360' = 'Parma city, OH' '39035BIGB' = 'Balance of Cuyahoga County, OH' '39037BIGB' = 'Darke County, OH' '39041BIGB' = 'Balance of Delaware County, OH' '39043BIGB' = 'Erie County, OH' '39045BIGB' = 'Balance of Fairfield County, OH' '39049BIGB' = 'Balance of Franklin County, OH' '39055BIGB' = 'Geauga County, OH' '39057BIGB' = 'Greene County, OH' '390610865' = 'Cincinnati city, OH' '39061BIGB' = 'Balance of Hamilton County, OH' '39063BIGB' = 'Hancock County, OH' '39077BIGB' = 'Huron County, OH' '39083BIGB' = 'Knox County, OH' '390852580' = 'Mentor city, OH' '39085BIGB' = 'Balance of Lake County, OH' '39089BIGB' = 'Licking County, OH' '390931300' = 'Elyria city, OH' '390932285' = 'Lorain city, OH' '39093BIGB' = 'Balance of Lorain County, OH' '390954265' = 'Toledo city, OH' '39095BIGB' = 'Balance of Lucas County, OH' '39099BIGB' = 'Balance of Mahoning County, OH' '39103BIGB' = 'Medina County, OH' '39109BIGB' = 'Miami County, OH' '391131110' = 'Dayton city, OH' '39113BIGB' = 'Balance of Montgomery County, OH' '39119BIGB' = 'Muskingum County, OH' '39129BIGB' = 'Pickaway County, OH' '39133BIGB' = 'Portage County, OH' '39141BIGB' = 'Ross County, OH' '39143BIGB' = 'Sandusky County, OH' '39147BIGB' = 'Seneca County, OH' '391510705' = 'Canton city, OH' '39151BIGB' = 'Balance of Stark County, OH' '391530035' = 'Akron city, OH' '39153BIGB' = 'Balance of Summit County, OH' '39155BIGB' = 'Trumbull County, OH' '39157BIGB' = 'Tuscarawas County, OH' '39165BIGB' = 'Balance of Warren County, OH' '39169BIGB' = 'Wayne County, OH' '39173BIGB' = 'Wood County, OH' '39MIX0960' = 'Columbus city, OH' '39MIX2025' = 'Kettering city, OH' '39MIX2635' = 'Middletown city, OH' '39MIX4845' = 'Youngstown city, OH' '40017BIGB' = 'Balance of Canadian County, OK' '400271755' = 'Norman city, OK' '40027BIGB' = 'Balance of Cleveland County, OK' '40037BIGB' = 'Creek County, OK' '40101BIGB' = 'Muskogee County, OK' '401090755' = 'Edmond city, OK' '401091630' = 'Midwest City city, OK' '40109BIGB' = 'Balance of Oklahoma County, OK' '40119BIGB' = 'Payne County, OK' '40125BIGB' = 'Balance of Pottawatomie County, OK' '40131BIGB' = 'Rogers County, OK' '40143BIGB' = 'Balance of Tulsa County, OK' '40145BIGB' = 'Balance of Wagoner County, OK' '40MIX0290' = 'Broken Arrow city, OK' '40MIX1815' = 'Oklahoma City city, OK' '40MIX2465' = 'Tulsa city, OK' '41003BIGB' = 'Benton County, OR' '41005BIGB' = 'Balance of Clackamas County, OR' '410170100' = 'Bend city, OR' '41017BIGB' = 'Balance of Deschutes County, OR' '41019BIGB' = 'Douglas County, OR' '410290720' = 'Medford city, OR' '41029BIGB' = 'Balance of Jackson County, OR' '41033BIGB' = 'Josephine County, OR' '410390360' = 'Eugene city, OR' '410391085' = 'Springfield city, OR' '41039BIGB' = 'Balance of Lane County, OR' '41043BIGB' = 'Linn County, OR' '41047CHGB' = 'Marion County, OR' '41051CHGB' = 'Multnomah County, OR' '410670095' = 'Beaverton city, OR' '410670520' = 'Hillsboro city, OR' '41067BIGB' = 'Balance of Washington County, OR' '41071BIGB' = 'Yamhill County, OR' '41MIX0905' = 'Portland city, OR' '42001BIGB' = 'Adams County, PA' '420037234' = 'Pittsburgh city, PA' '42003BIGB' = 'Balance of Allegheny County, PA' '42005BIGB' = 'Armstrong County, PA' '42007BIGB' = 'Beaver County, PA' '420117418' = 'Reading city, PA' '42011BIGB' = 'Balance of Berks County, PA' '420175795' = 'Levittown CDP, PA' '42017BIGB' = 'Balance of Bucks County, PA' '42019BIGB' = 'Butler County, PA' '42025BIGB' = 'Carbon County, PA' '42029BIGB' = 'Chester County, PA' '42039BIGB' = 'Crawford County, PA' '42043BIGB' = 'Dauphin County, PA' '42045BIGB' = 'Delaware County, PA' '420493685' = 'Erie city, PA' '42049BIGB' = 'Balance of Erie County, PA' '42051BIGB' = 'Fayette County, PA' '42055BIGB' = 'Franklin County, PA' '420697698' = 'Scranton city, PA' '42069BIGB' = 'Balance of Lackawanna County, PA' '420715624' = 'Lancaster city, PA' '42071BIGB' = 'Balance of Lancaster County, PA' '42073BIGB' = 'Lawrence County, PA' '42075BIGB' = 'Lebanon County, PA' '420770165' = 'Allentown city, PA' '42077BIGB' = 'Balance of Lehigh County, PA' '42079BIGB' = 'Luzerne County, PA' '42085BIGB' = 'Mercer County, PA' '42089BIGB' = 'Monroe County, PA' '42091BIGB' = 'Montgomery County, PA' '42095BIGB' = 'Balance of Northampton County, PA' '421017180' = 'Philadelphia city, PA' '42107BIGB' = 'Schuylkill County, PA' '42125BIGB' = 'Washington County, PA' '42129BIGB' = 'Westmoreland County, PA' '42133BIGB' = 'York County, PA' '42MIX0855' = 'Bethlehem city, PA' '44001BIGB' = 'Bristol County, RI' '44003015 ' = 'Warwick city, RI' '44003BIGB' = 'Balance of Kent County, RI' '44005BIGB' = 'Newport County, RI' '44007015 ' = 'Cranston city, RI' '44007060 ' = 'Pawtucket city, RI' '44007065 ' = 'Providence city, RI' '44007BIGB' = 'Balance of Providence County, RI' '44009BIGB' = 'Washington County, RI' '45003BIGB' = 'Aiken County, SC' '45007BIGB' = 'Anderson County, SC' '45013BIGB' = 'Beaufort County, SC' '45015BIGB' = 'Balance of Berkeley County, SC' '45019BIGB' = 'Balance of Charleston County, SC' '45035BIGB' = 'Balance of Dorchester County, SC' '450450565' = 'Greenville city, SC' '45045BIGB' = 'Balance of Greenville County, SC' '45055BIGB' = 'Kershaw County, SC' '45059BIGB' = 'Laurens County, SC' '45063BIGB' = 'Lexington County, SC' '45073BIGB' = 'Oconee County, SC' '45075BIGB' = 'Orangeburg County, SC' '45077BIGB' = 'Pickens County, SC' '45079BIGB' = 'Balance of Richland County, SC' '45083BIGB' = 'Spartanburg County, SC' '45085BIGB' = 'Sumter County, SC' '45091BIGB' = 'York County, SC' '45MIX0245' = 'Charleston city, SC' '45MIX0305' = 'Columbia city, SC' '45MIX0987' = 'North Charleston city, SC' '47001BIGB' = 'Anderson County, TN' '47009BIGB' = 'Blount County, TN' '47011BIGB' = 'Bradley County, TN' '47019BIGB' = 'Balance of Carter County, TN' '47037CHGB' = 'Davidson County, TN' '47059BIGB' = 'Greene County, TN' '47063BIGB' = 'Hamblen County, TN' '47065BIGB' = 'Balance of Hamilton County, TN' '47073BIGB' = 'Hawkins County, TN' '470930760' = 'Knoxville city, TN' '47093BIGB' = 'Balance of Knox County, TN' '47113CHGB' = 'Madison County, TN' '47145BIGB' = 'Roane County, TN' '471491010' = 'Murfreesboro city, TN' '47149BIGB' = 'Balance of Rutherford County, TN' '47155BIGB' = 'Sevier County, TN' '471570940' = 'Memphis city, TN' '47157BIGB' = 'Balance of Shelby County, TN' '47163BIGB' = 'Balance of Sullivan County, TN' '47167BIGB' = 'Tipton County, TN' '47179BIGB' = 'Balance of Washington County, TN' '47187BIGB' = 'Williamson County, TN' '47189BIGB' = 'Wilson County, TN' '47MIX0245' = 'Chattanooga city, TN' '47MIX0730' = 'Johnson City city, TN' '48001BIGB' = 'Anderson County, TX' '48021BIGB' = 'Bastrop County, TX' '480272230' = 'Killeen city, TX' '480274205' = 'Temple city, TX' '48027BIGB' = 'Balance of Bell County, TX' '48029BIGB' = 'Balance of Bexar County, TX' '48039BIGB' = 'Brazoria County, TX' '480410905' = 'College Station city, TX' '48041CHGB' = 'Brazos County, TX' '480610595' = 'Brownsville city, TX' '480611820' = 'Harlingen city, TX' '48061BIGB' = 'Balance of Cameron County, TX' '480852610' = 'McKinney city, TX' '48085BIGB' = 'Balance of Collin County, TX' '48091BIGB' = 'Comal County, TX' '48099BIGB' = 'Coryell County, TX' '481132060' = 'Irving city, TX' '48113BIGB' = 'Balance of Dallas County, TX' '481211140' = 'Denton city, TX' '48121BIGB' = 'Balance of Denton County, TX' '48139BIGB' = 'Balance of Ellis County, TX' '481411340' = 'El Paso city, TX' '48141BIGB' = 'Balance of El Paso County, TX' '481574115' = 'Sugar Land city, TX' '48157BIGB' = 'Balance of Fort Bend County, TX' '481671570' = 'Galveston city, TX' '48167BIGB' = 'Balance of Galveston County, TX' '48181BIGB' = 'Grayson County, TX' '48183CHGB' = 'Gregg County, TX' '48187BIGB' = 'Guadalupe County, TX' '482013200' = 'Pasadena city, TX' '48201BIGB' = 'Balance of Harris County, TX' '48203CHGB' = 'Harrison County, TX' '48209BIGB' = 'Hays County, TX' '48213BIGB' = 'Henderson County, TX' '482152595' = 'McAllen city, TX' '48215BIGB' = 'Balance of Hidalgo County, TX' '48231BIGB' = 'Hunt County, TX' '482450320' = 'Beaumont city, TX' '48245BIGB' = 'Balance of Jefferson County, TX' '48251BIGB' = 'Johnson County, TX' '48257BIGB' = 'Kaufman County, TX' '48291BIGB' = 'Liberty County, TX' '483094415' = 'Waco city, TX' '48309BIGB' = 'Balance of McLennan County, TX' '483394243' = 'The Woodlands CDP, TX' '48339BIGB' = 'Balance of Montgomery County, TX' '48361BIGB' = 'Orange County, TX' '48367BIGB' = 'Parker County, TX' '484234347' = 'Tyler city, TX' '48423BIGB' = 'Balance of Smith County, TX' '48427BIGB' = 'Starr County, TX' '484390175' = 'Arlington city, TX' '484393050' = 'North Richland Hills city, TX' '48439BIGB' = 'Balance of Tarrant County, TX' '48453BIGB' = 'Balance of Travis County, TX' '48491BIGB' = 'Balance of Williamson County, TX' '48MIX0210' = 'Austin city, TX' '48MIX0315' = 'Baytown city, TX' '48MIX0740' = 'Carrollton city, TX' '48MIX1085' = 'Dallas city, TX' '48MIX1467' = 'Flower Mound town, TX' '48MIX1500' = 'Fort Worth city, TX' '48MIX1580' = 'Garland city, TX' '48MIX1695' = 'Grand Prairie city, TX' '48MIX1975' = 'Houston city, TX' '48MIX2450' = 'Lewisville city, TX' '48MIX2795' = 'Mesquite city, TX' '48MIX2855' = 'Missouri City city, TX' '48MIX3310' = 'Plano city, TX' '48MIX3335' = 'Port Arthur city, TX' '48MIX3520' = 'Richardson city, TX' '48MIX3675' = 'Round Rock city, TX' '48MIX3745' = 'San Antonio city, TX' '49005BIGB' = 'Zapata County, UT' '490110480' = 'Layton city, UT' '49011BIGB' = 'Balance of Davis County, UT' '490350870' = 'Salt Lake City city, UT' '490350875' = 'Sandy city, UT' '490350986' = 'Taylorsville city, UT' '490351075' = 'West Jordan city, UT' '490351082' = 'West Valley City city, UT' '49035BIGB' = 'Balance of Salt Lake County, UT' '490490720' = 'Orem city, UT' '490490800' = 'Provo city, UT' '49049BIGB' = 'Balance of Utah County, UT' '490570695' = 'Ogden city, UT' '49057BIGB' = 'Balance of Weber County, UT' '510130056' = 'Arlington CDP, VA' '51019BIGB' = 'Bedford County, VA' '51031BIGB' = 'Campbell County, VA' '51041BIGB' = 'Chesterfield County, VA' '510590042' = 'Annandale city, VA' '510590194' = 'Burke CDP, VA' '510591022' = 'Reston CDP, VA' '51059BIGB' = 'Balance of Fairfax County, VA' '51085BIGB' = 'Hanover County, VA' '51087BIGB' = 'Henrico County, VA' '51107BIGB' = 'Loudoun County, VA' '51121BIGB' = 'Montgomery County, VA' '51143BIGB' = 'Pittsylvania County, VA' '511530357' = 'Dale City CDP, VA' '51153BIGB' = 'Balance of Prince William County, VA' '51161BIGB' = 'Roanoke County, VA' '51177BIGB' = 'Spotsylvania County, VA' '51179BIGB' = 'Stafford County, VA' '51199BIGB' = 'York County, VA' '515100025' = 'Alexandria city, VA' '515500242' = 'Chesapeake city, VA' '516500590' = 'Hampton city, VA' '516800760' = 'Lynchburg city, VA' '517000860' = 'Newport News city, VA' '517100875' = 'Norfolk city, VA' '517400990' = 'Portsmouth city, VA' '517601035' = 'Richmond city, VA' '517701045' = 'Roanoke city, VA' '518001200' = 'Suffolk city, VA' '518101280' = 'Virginia Beach city, VA' '530050610' = 'Kennewick city, WA' '53005BIGB' = 'Balance of Benton County, WA' '530111347' = 'Vancouver city, WA' '53011BIGB' = 'Balance of Clark County, WA' '53015BIGB' = 'Cowlitz County, WA' '53029BIGB' = 'Island County, WA' '530330075' = 'Bellevue city, WA' '530330443' = 'Federal Way city, WA' '530330615' = 'Kent city, WA' '530331070' = 'Renton city, WA' '530331140' = 'Seattle city, WA' '530331169' = 'Shoreline city, WA' '53033BIGB' = 'Balance of King County, WA' '53035BIGB' = 'Kitsap County, WA' '530530667' = 'Lakewood city, WA' '530531280' = 'Tacoma city, WA' '53053BIGB' = 'Balance of Pierce County, WA' '53057BIGB' = 'Skagit County, WA' '530610420' = 'Everett city, WA' '53061BIGB' = 'Balance of Snohomish County, WA' '530631220' = 'Spokane city, WA' '53063BIGB' = 'Balance of Spokane County, WA' '53067BIGB' = 'Thurston County, WA' '53071BIGB' = 'Walla Walla County, WA' '530730080' = 'Bellingham city, WA' '53073BIGB' = 'Balance of Whatcom County, WA' '530771485' = 'Yakima city, WA' '53077BIGB' = 'Balance of Yakima County, WA' '54003BIGB' = 'Berkeley County, WV' '54011CHGB' = 'Cabell County, WV' '540390280' = 'Charleston city, WV' '54039BIGB' = 'Balance of Kanawha County, WV' '54079BIGB' = 'Putnam County, WV' '54081BIGB' = 'Raleigh County, WV' '550091055' = 'Green Bay city, WI' '55009BIGB' = 'Balance of Brown County, WI' '55021BIGB' = 'Columbia County, WI' '550251475' = 'Madison city, WI' '55025BIGB' = 'Balance of Dane County, WI' '55027BIGB' = 'Dodge County, WI' '55039BIGB' = 'Fond du Lac County, WI' '55055BIGB' = 'Jefferson County, WI' '550591280' = 'Kenosha city, WI' '55059BIGB' = 'Balance of Kenosha County, WI' '550631325' = 'La Crosse city, WI' '55063BIGB' = 'Balance of La Crosse County, WI' '55071BIGB' = 'Manitowoc County, WI' '550792720' = 'West Allis city, WI' '55079BIGB' = 'Balance of Milwaukee County, WI' '55087BIGB' = 'Balance of Outagamie County, WI' '55089BIGB' = 'Ozaukee County, WI' '551012105' = 'Racine city, WI' '55101BIGB' = 'Balance of Racine County, WI' '551051235' = 'Janesville city, WI' '55105BIGB' = 'Balance of Rock County, WI' '55109BIGB' = 'St. Croix County, WI' '55111BIGB' = 'Sauk County, WI' '551172300' = 'Sheboygan city, WI' '55117BIGB' = 'Balance of Sheboygan County, WI' '55127BIGB' = 'Walworth County, WI' '55131BIGB' = 'Washington County, WI' '551332665' = 'Waukesha city, WI' '55133BIGB' = 'Balance of Waukesha County, WI' '55135BIGB' = 'Waupaca County, WI' '551391930' = 'Oshkosh city, WI' '55139BIGB' = 'Balance of Winnebago County, WI' '55MIX0080' = 'Appleton city, WI' '55MIX1645' = 'Milwaukee city, WI' 'USBALANCE' = 'Balance of the US'; Run; *---In this step we have SAS go into the formats catalog and pull out all the valid geocodes for the 4 levels of geography we want to handle. We are lucky that none of the codes occur for more than one geographic level. ----; proc format cntlout=geocodes(keep=fmtname start hlo) library=library; select $msapmsa $csarea $pl50eeo $state $cenplc; run; proc freq data=geocodes; table fmtname; run; *<---just to reassure ourselves that all is well-; proc sql noprint; *---we generate macro variables that contain the various codes for the 4 specified formats. We shall use these macro vars (&states, &csareas, &places and &metros) to build our new format code in the following proc format step.----; select start into :states separated by '","' from geocodes where fmtname='STATE' ; select start into :csareas separated by '","' from geocodes where fmtname='CSAREA'; select start into :places separated by '","' from geocodes where fmtname='PL50EEO'; select start into :ceplaces separated by '","' from geocodes where fmtname='CENPLC'; select start into :metros separated by '","' from geocodes where fmtname='MSAPMSA'; quit; options symbolgen; proc format library=library; *---We make use of the value stmt feature that allows us to direct SAS to use another format code for specified argument values. So we give it the list of all FIPS state codes (for example) and tell it to resolve these (i.e. retrieve the label value) using the $state format code.---*; value $eeogeo " "="United States Totals" "&states" =[$state20.] "&csareas"=[$csarea64.] "&places"=[$pl50eeo64.] "&ceplaces"=[$cenplc.] "&metros"=[$msapmsa64.] other=[$county40.]; *<----We use our own $msapmsa and $county codes instead of the ones that came with eeo. You can substitute meteeo and eeocnty for our names---; run; *---Test it----*; *---(This may not work if you have not already created the ustable1 dataset. Just move this test step to the cnvttbls run, or - just delete it. It is only a test.----*; data test; set eeo2000.ustable1(keep=sumlev geocode); by sumlev notsorted; if first.sumlev; put sumlev= geocode= geocode $eeogeo64.; run; options nosymbolgen; %include sascode(notify);