@terreno/ui 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +203 -0
- package/README.md +160 -0
- package/dist/Accordion.d.ts +3 -0
- package/dist/Accordion.js +30 -0
- package/dist/Accordion.js.map +1 -0
- package/dist/ActionSheet.d.ts +169 -0
- package/dist/ActionSheet.js +637 -0
- package/dist/ActionSheet.js.map +1 -0
- package/dist/AddressField.d.ts +3 -0
- package/dist/AddressField.js +18 -0
- package/dist/AddressField.js.map +1 -0
- package/dist/Avatar.d.ts +3 -0
- package/dist/Avatar.js +189 -0
- package/dist/Avatar.js.map +1 -0
- package/dist/Badge.d.ts +3 -0
- package/dist/Badge.js +100 -0
- package/dist/Badge.js.map +1 -0
- package/dist/Banner.d.ts +4 -0
- package/dist/Banner.js +103 -0
- package/dist/Banner.js.map +1 -0
- package/dist/Body.d.ts +3 -0
- package/dist/Body.js +17 -0
- package/dist/Body.js.map +1 -0
- package/dist/BooleanField.d.ts +3 -0
- package/dist/BooleanField.js +89 -0
- package/dist/BooleanField.js.map +1 -0
- package/dist/Box.d.ts +3 -0
- package/dist/Box.js +289 -0
- package/dist/Box.js.map +1 -0
- package/dist/Button.d.ts +3 -0
- package/dist/Button.js +105 -0
- package/dist/Button.js.map +1 -0
- package/dist/Card.d.ts +2 -0
- package/dist/Card.js +18 -0
- package/dist/Card.js.map +1 -0
- package/dist/CheckBox.d.ts +3 -0
- package/dist/CheckBox.js +28 -0
- package/dist/CheckBox.js.map +1 -0
- package/dist/Common.d.ts +2325 -0
- package/dist/Common.js +47 -0
- package/dist/Common.js.map +1 -0
- package/dist/CommonIconTypes.d.ts +3 -0
- package/dist/CommonIconTypes.js +2 -0
- package/dist/CommonIconTypes.js.map +1 -0
- package/dist/Constants.d.ts +12685 -0
- package/dist/Constants.js +3310 -0
- package/dist/Constants.js.map +1 -0
- package/dist/CustomSelectField.d.ts +3 -0
- package/dist/CustomSelectField.js +59 -0
- package/dist/CustomSelectField.js.map +1 -0
- package/dist/DataTable.d.ts +3 -0
- package/dist/DataTable.js +190 -0
- package/dist/DataTable.js.map +1 -0
- package/dist/DateTimeActionSheet.d.ts +2 -0
- package/dist/DateTimeActionSheet.js +270 -0
- package/dist/DateTimeActionSheet.js.map +1 -0
- package/dist/DateTimeField.d.ts +3 -0
- package/dist/DateTimeField.js +514 -0
- package/dist/DateTimeField.js.map +1 -0
- package/dist/DateUtilities.d.ts +57 -0
- package/dist/DateUtilities.js +308 -0
- package/dist/DateUtilities.js.map +1 -0
- package/dist/DecimalRangeActionSheet.d.ts +6 -0
- package/dist/DecimalRangeActionSheet.js +45 -0
- package/dist/DecimalRangeActionSheet.js.map +1 -0
- package/dist/DismissButton.d.ts +3 -0
- package/dist/DismissButton.js +12 -0
- package/dist/DismissButton.js.map +1 -0
- package/dist/EmailField.d.ts +3 -0
- package/dist/EmailField.js +48 -0
- package/dist/EmailField.js.map +1 -0
- package/dist/EmojiSelector.d.ts +113 -0
- package/dist/EmojiSelector.js +322 -0
- package/dist/EmojiSelector.js.map +1 -0
- package/dist/ErrorBoundary.d.ts +19 -0
- package/dist/ErrorBoundary.js +30 -0
- package/dist/ErrorBoundary.js.map +1 -0
- package/dist/ErrorPage.d.ts +6 -0
- package/dist/ErrorPage.js +15 -0
- package/dist/ErrorPage.js.map +1 -0
- package/dist/Field.d.ts +3 -0
- package/dist/Field.js +80 -0
- package/dist/Field.js.map +1 -0
- package/dist/FlatList.d.ts +2 -0
- package/dist/FlatList.js +3 -0
- package/dist/FlatList.js.map +1 -0
- package/dist/Heading.d.ts +3 -0
- package/dist/Heading.js +43 -0
- package/dist/Heading.js.map +1 -0
- package/dist/HeightActionSheet.d.ts +11 -0
- package/dist/HeightActionSheet.js +46 -0
- package/dist/HeightActionSheet.js.map +1 -0
- package/dist/Hyperlink.d.ts +30 -0
- package/dist/Hyperlink.js +144 -0
- package/dist/Hyperlink.js.map +1 -0
- package/dist/Icon.d.ts +3 -0
- package/dist/Icon.js +15 -0
- package/dist/Icon.js.map +1 -0
- package/dist/IconButton.d.ts +3 -0
- package/dist/IconButton.js +111 -0
- package/dist/IconButton.js.map +1 -0
- package/dist/Image.d.ts +8 -0
- package/dist/Image.js +37 -0
- package/dist/Image.js.map +1 -0
- package/dist/ImageBackground.d.ts +10 -0
- package/dist/ImageBackground.js +9 -0
- package/dist/ImageBackground.js.map +1 -0
- package/dist/InfoModalIcon.d.ts +3 -0
- package/dist/InfoModalIcon.js +10 -0
- package/dist/InfoModalIcon.js.map +1 -0
- package/dist/InfoTooltipButton.d.ts +3 -0
- package/dist/InfoTooltipButton.js +6 -0
- package/dist/InfoTooltipButton.js.map +1 -0
- package/dist/Link.d.ts +3 -0
- package/dist/Link.js +10 -0
- package/dist/Link.js.map +1 -0
- package/dist/MarkdownView.d.ts +5 -0
- package/dist/MarkdownView.js +44 -0
- package/dist/MarkdownView.js.map +1 -0
- package/dist/MediaQuery.d.ts +4 -0
- package/dist/MediaQuery.js +52 -0
- package/dist/MediaQuery.js.map +1 -0
- package/dist/MobileAddressAutoComplete.d.ts +2 -0
- package/dist/MobileAddressAutoComplete.js +54 -0
- package/dist/MobileAddressAutoComplete.js.map +1 -0
- package/dist/Modal.d.ts +3 -0
- package/dist/Modal.js +127 -0
- package/dist/Modal.js.map +1 -0
- package/dist/ModalSheet.d.ts +6 -0
- package/dist/ModalSheet.js +42 -0
- package/dist/ModalSheet.js.map +1 -0
- package/dist/MultiselectField.d.ts +3 -0
- package/dist/MultiselectField.js +45 -0
- package/dist/MultiselectField.js.map +1 -0
- package/dist/NumberField.d.ts +3 -0
- package/dist/NumberField.js +60 -0
- package/dist/NumberField.js.map +1 -0
- package/dist/NumberPickerActionSheet.d.ts +7 -0
- package/dist/NumberPickerActionSheet.js +22 -0
- package/dist/NumberPickerActionSheet.js.map +1 -0
- package/dist/OpenAPIContext.d.ts +4 -0
- package/dist/OpenAPIContext.js +53 -0
- package/dist/OpenAPIContext.js.map +1 -0
- package/dist/Page.d.ts +7 -0
- package/dist/Page.js +24 -0
- package/dist/Page.js.map +1 -0
- package/dist/Pagination.d.ts +3 -0
- package/dist/Pagination.js +106 -0
- package/dist/Pagination.js.map +1 -0
- package/dist/PasswordField.d.ts +2 -0
- package/dist/PasswordField.js +6 -0
- package/dist/PasswordField.js.map +1 -0
- package/dist/Permissions.d.ts +2 -0
- package/dist/Permissions.js +35 -0
- package/dist/Permissions.js.map +1 -0
- package/dist/PhoneNumberField.d.ts +3 -0
- package/dist/PhoneNumberField.js +83 -0
- package/dist/PhoneNumberField.js.map +1 -0
- package/dist/PickerSelect.d.ts +46 -0
- package/dist/PickerSelect.js +306 -0
- package/dist/PickerSelect.js.map +1 -0
- package/dist/Radio.d.ts +3 -0
- package/dist/Radio.js +21 -0
- package/dist/Radio.js.map +1 -0
- package/dist/RadioField.d.ts +3 -0
- package/dist/RadioField.js +16 -0
- package/dist/RadioField.js.map +1 -0
- package/dist/ScrollView.d.ts +2 -0
- package/dist/ScrollView.js +3 -0
- package/dist/ScrollView.js.map +1 -0
- package/dist/SectionDivider.d.ts +2 -0
- package/dist/SectionDivider.js +12 -0
- package/dist/SectionDivider.js.map +1 -0
- package/dist/SegmentedControl.d.ts +3 -0
- package/dist/SegmentedControl.js +65 -0
- package/dist/SegmentedControl.js.map +1 -0
- package/dist/SelectBadge.d.ts +3 -0
- package/dist/SelectBadge.js +166 -0
- package/dist/SelectBadge.js.map +1 -0
- package/dist/SelectField.d.ts +3 -0
- package/dist/SelectField.js +16 -0
- package/dist/SelectField.js.map +1 -0
- package/dist/SideDrawer.d.ts +3 -0
- package/dist/SideDrawer.js +32 -0
- package/dist/SideDrawer.js.map +1 -0
- package/dist/Signature.d.ts +8 -0
- package/dist/Signature.js +21 -0
- package/dist/Signature.js.map +1 -0
- package/dist/Signature.native.d.ts +8 -0
- package/dist/Signature.native.js +26 -0
- package/dist/Signature.native.js.map +1 -0
- package/dist/SignatureField.d.ts +3 -0
- package/dist/SignatureField.js +42 -0
- package/dist/SignatureField.js.map +1 -0
- package/dist/Slider.d.ts +3 -0
- package/dist/Slider.js +78 -0
- package/dist/Slider.js.map +1 -0
- package/dist/Spinner.d.ts +3 -0
- package/dist/Spinner.js +33 -0
- package/dist/Spinner.js.map +1 -0
- package/dist/SplitPage.d.ts +2 -0
- package/dist/SplitPage.js +139 -0
- package/dist/SplitPage.js.map +1 -0
- package/dist/SplitPage.native.d.ts +2 -0
- package/dist/SplitPage.native.js +75 -0
- package/dist/SplitPage.native.js.map +1 -0
- package/dist/TapToEdit.d.ts +4 -0
- package/dist/TapToEdit.js +170 -0
- package/dist/TapToEdit.js.map +1 -0
- package/dist/TerrenoProvider.d.ts +6 -0
- package/dist/TerrenoProvider.js +10 -0
- package/dist/TerrenoProvider.js.map +1 -0
- package/dist/Text.d.ts +3 -0
- package/dist/Text.js +95 -0
- package/dist/Text.js.map +1 -0
- package/dist/TextArea.d.ts +3 -0
- package/dist/TextArea.js +6 -0
- package/dist/TextArea.js.map +1 -0
- package/dist/TextField.d.ts +3 -0
- package/dist/TextField.js +144 -0
- package/dist/TextField.js.map +1 -0
- package/dist/TextFieldNumberActionSheet.d.ts +7 -0
- package/dist/TextFieldNumberActionSheet.js +20 -0
- package/dist/TextFieldNumberActionSheet.js.map +1 -0
- package/dist/Theme.d.ts +96 -0
- package/dist/Theme.js +213 -0
- package/dist/Theme.js.map +1 -0
- package/dist/TimezonePicker.d.ts +11 -0
- package/dist/TimezonePicker.js +27 -0
- package/dist/TimezonePicker.js.map +1 -0
- package/dist/Toast.d.ts +23 -0
- package/dist/Toast.js +157 -0
- package/dist/Toast.js.map +1 -0
- package/dist/Tooltip.d.ts +3 -0
- package/dist/Tooltip.js +289 -0
- package/dist/Tooltip.js.map +1 -0
- package/dist/UnifiedAddressAutoComplete.d.ts +2 -0
- package/dist/UnifiedAddressAutoComplete.js +23 -0
- package/dist/UnifiedAddressAutoComplete.js.map +1 -0
- package/dist/Unifier.d.ts +43 -0
- package/dist/Unifier.js +154 -0
- package/dist/Unifier.js.map +1 -0
- package/dist/Utilities.d.ts +56 -0
- package/dist/Utilities.js +193 -0
- package/dist/Utilities.js.map +1 -0
- package/dist/WebAddressAutocomplete.d.ts +3 -0
- package/dist/WebAddressAutocomplete.js +61 -0
- package/dist/WebAddressAutocomplete.js.map +1 -0
- package/dist/fieldElements/FieldError.d.ts +6 -0
- package/dist/fieldElements/FieldError.js +9 -0
- package/dist/fieldElements/FieldError.js.map +1 -0
- package/dist/fieldElements/FieldHelperText.d.ts +6 -0
- package/dist/fieldElements/FieldHelperText.js +8 -0
- package/dist/fieldElements/FieldHelperText.js.map +1 -0
- package/dist/fieldElements/FieldTitle.d.ts +6 -0
- package/dist/fieldElements/FieldTitle.js +16 -0
- package/dist/fieldElements/FieldTitle.js.map +1 -0
- package/dist/fieldElements/index.d.ts +3 -0
- package/dist/fieldElements/index.js +4 -0
- package/dist/fieldElements/index.js.map +1 -0
- package/dist/icons/MobileIcon.d.ts +2 -0
- package/dist/icons/MobileIcon.js +18 -0
- package/dist/icons/MobileIcon.js.map +1 -0
- package/dist/icons/OfflineIcon.d.ts +2 -0
- package/dist/icons/OfflineIcon.js +18 -0
- package/dist/icons/OfflineIcon.js.map +1 -0
- package/dist/icons/OnlineIcon.d.ts +2 -0
- package/dist/icons/OnlineIcon.js +19 -0
- package/dist/icons/OnlineIcon.js.map +1 -0
- package/dist/icons/OutOfficeIcon.d.ts +2 -0
- package/dist/icons/OutOfficeIcon.js +18 -0
- package/dist/icons/OutOfficeIcon.js.map +1 -0
- package/dist/icons/index.d.ts +4 -0
- package/dist/icons/index.js +5 -0
- package/dist/icons/index.js.map +1 -0
- package/dist/index.d.ts +1328 -0
- package/dist/index.js +89 -0
- package/dist/index.js.map +1 -0
- package/dist/table/Table.d.ts +3 -0
- package/dist/table/Table.js +53 -0
- package/dist/table/Table.js.map +1 -0
- package/dist/table/TableBadge.d.ts +6 -0
- package/dist/table/TableBadge.js +23 -0
- package/dist/table/TableBadge.js.map +1 -0
- package/dist/table/TableBoolean.d.ts +6 -0
- package/dist/table/TableBoolean.js +37 -0
- package/dist/table/TableBoolean.js.map +1 -0
- package/dist/table/TableDate.d.ts +3 -0
- package/dist/table/TableDate.js +27 -0
- package/dist/table/TableDate.js.map +1 -0
- package/dist/table/TableHeader.d.ts +6 -0
- package/dist/table/TableHeader.js +10 -0
- package/dist/table/TableHeader.js.map +1 -0
- package/dist/table/TableHeaderCell.d.ts +6 -0
- package/dist/table/TableHeaderCell.js +54 -0
- package/dist/table/TableHeaderCell.js.map +1 -0
- package/dist/table/TableIconButton.d.ts +3 -0
- package/dist/table/TableIconButton.js +39 -0
- package/dist/table/TableIconButton.js.map +1 -0
- package/dist/table/TableNumber.d.ts +3 -0
- package/dist/table/TableNumber.js +18 -0
- package/dist/table/TableNumber.js.map +1 -0
- package/dist/table/TableRow.d.ts +6 -0
- package/dist/table/TableRow.js +22 -0
- package/dist/table/TableRow.js.map +1 -0
- package/dist/table/TableText.d.ts +3 -0
- package/dist/table/TableText.js +18 -0
- package/dist/table/TableText.js.map +1 -0
- package/dist/table/TableTitle.d.ts +3 -0
- package/dist/table/TableTitle.js +21 -0
- package/dist/table/TableTitle.js.map +1 -0
- package/dist/table/tableContext.d.ts +5 -0
- package/dist/table/tableContext.js +38 -0
- package/dist/table/tableContext.js.map +1 -0
- package/dist/useStoredState.d.ts +1 -0
- package/dist/useStoredState.js +49 -0
- package/dist/useStoredState.js.map +1 -0
- package/package.json +123 -0
- package/src/Accordion.test.tsx +104 -0
- package/src/Accordion.tsx +81 -0
- package/src/ActionSheet.tsx +881 -0
- package/src/AddressField.test.tsx +120 -0
- package/src/AddressField.tsx +122 -0
- package/src/Avatar.test.tsx +163 -0
- package/src/Avatar.tsx +298 -0
- package/src/Badge.test.tsx +116 -0
- package/src/Badge.tsx +136 -0
- package/src/Banner.tsx +200 -0
- package/src/Body.tsx +34 -0
- package/src/BooleanField.tsx +141 -0
- package/src/Box.test.tsx +662 -0
- package/src/Box.tsx +368 -0
- package/src/Button.tsx +196 -0
- package/src/Card.tsx +19 -0
- package/src/CheckBox.tsx +45 -0
- package/src/Common.ts +2787 -0
- package/src/CommonIconTypes.ts +2030 -0
- package/src/Constants.ts +3311 -0
- package/src/CustomSelectField.tsx +115 -0
- package/src/DataTable.tsx +674 -0
- package/src/DateTimeActionSheet.tsx +559 -0
- package/src/DateTimeField.test.tsx +393 -0
- package/src/DateTimeField.tsx +777 -0
- package/src/DateUtilities.test.ts +440 -0
- package/src/DateUtilities.tsx +370 -0
- package/src/DecimalRangeActionSheet.tsx +85 -0
- package/src/DismissButton.tsx +31 -0
- package/src/EmailField.tsx +66 -0
- package/src/EmojiSelector.test.tsx +61 -0
- package/src/EmojiSelector.tsx +510 -0
- package/src/ErrorBoundary.tsx +37 -0
- package/src/ErrorPage.tsx +41 -0
- package/src/Field.tsx +101 -0
- package/src/FlatList.tsx +2 -0
- package/src/Heading.tsx +66 -0
- package/src/HeightActionSheet.tsx +91 -0
- package/src/Hyperlink.tsx +179 -0
- package/src/Icon.tsx +36 -0
- package/src/IconButton.tsx +217 -0
- package/src/Image.tsx +51 -0
- package/src/ImageBackground.tsx +14 -0
- package/src/InfoModalIcon.tsx +42 -0
- package/src/InfoTooltipButton.tsx +16 -0
- package/src/Link.tsx +22 -0
- package/src/MarkdownView.tsx +67 -0
- package/src/MediaQuery.ts +46 -0
- package/src/MobileAddressAutoComplete.tsx +126 -0
- package/src/Modal.tsx +300 -0
- package/src/ModalSheet.tsx +58 -0
- package/src/MultiselectField.tsx +112 -0
- package/src/NumberField.tsx +67 -0
- package/src/NumberPickerActionSheet.tsx +51 -0
- package/src/OpenAPIContext.tsx +74 -0
- package/src/Page.tsx +105 -0
- package/src/Pagination.tsx +169 -0
- package/src/PasswordField.tsx +7 -0
- package/src/Permissions.ts +43 -0
- package/src/PhoneNumberField.tsx +109 -0
- package/src/PickerSelect.tsx +571 -0
- package/src/Radio.tsx +33 -0
- package/src/RadioField.tsx +43 -0
- package/src/ScrollView.tsx +2 -0
- package/src/SectionDivider.tsx +18 -0
- package/src/SegmentedControl.tsx +126 -0
- package/src/SelectBadge.tsx +280 -0
- package/src/SelectField.tsx +41 -0
- package/src/SideDrawer.tsx +56 -0
- package/src/Signature.native.tsx +57 -0
- package/src/Signature.tsx +44 -0
- package/src/SignatureField.tsx +92 -0
- package/src/Slider.tsx +199 -0
- package/src/Spinner.tsx +35 -0
- package/src/SplitPage.native.tsx +163 -0
- package/src/SplitPage.tsx +304 -0
- package/src/TapToEdit.tsx +292 -0
- package/src/TerrenoProvider.tsx +31 -0
- package/src/Text.tsx +123 -0
- package/src/TextArea.test.tsx +255 -0
- package/src/TextArea.tsx +8 -0
- package/src/TextField.test.tsx +487 -0
- package/src/TextField.tsx +260 -0
- package/src/TextFieldNumberActionSheet.tsx +46 -0
- package/src/Theme.tsx +248 -0
- package/src/TimezonePicker.tsx +45 -0
- package/src/Toast.tsx +234 -0
- package/src/Tooltip.tsx +407 -0
- package/src/UnifiedAddressAutoComplete.tsx +66 -0
- package/src/Unifier.ts +172 -0
- package/src/Utilities.tsx +329 -0
- package/src/WebAddressAutocomplete.tsx +84 -0
- package/src/__snapshots__/Accordion.test.tsx.snap +126 -0
- package/src/__snapshots__/AddressField.test.tsx.snap +1197 -0
- package/src/__snapshots__/Avatar.test.tsx.snap +57 -0
- package/src/__snapshots__/Badge.test.tsx.snap +55 -0
- package/src/__snapshots__/Box.test.tsx.snap +162 -0
- package/src/__snapshots__/EmojiSelector.test.tsx.snap +422 -0
- package/src/__snapshots__/TextArea.test.tsx.snap +521 -0
- package/src/__snapshots__/TextField.test.tsx.snap +569 -0
- package/src/bunSetup.ts +1235 -0
- package/src/fieldElements/FieldError.tsx +24 -0
- package/src/fieldElements/FieldHelperText.tsx +20 -0
- package/src/fieldElements/FieldTitle.tsx +31 -0
- package/src/fieldElements/index.tsx +3 -0
- package/src/icons/MobileIcon.tsx +40 -0
- package/src/icons/OfflineIcon.tsx +37 -0
- package/src/icons/OnlineIcon.tsx +39 -0
- package/src/icons/OutOfficeIcon.tsx +36 -0
- package/src/icons/index.ts +4 -0
- package/src/index.tsx +1375 -0
- package/src/polyfill.d.ts +11 -0
- package/src/table/Table.tsx +109 -0
- package/src/table/TableBadge.tsx +46 -0
- package/src/table/TableBoolean.tsx +70 -0
- package/src/table/TableDate.tsx +38 -0
- package/src/table/TableHeader.tsx +20 -0
- package/src/table/TableHeaderCell.tsx +94 -0
- package/src/table/TableIconButton.tsx +61 -0
- package/src/table/TableNumber.tsx +29 -0
- package/src/table/TableRow.tsx +67 -0
- package/src/table/TableText.tsx +29 -0
- package/src/table/TableTitle.tsx +31 -0
- package/src/table/tableContext.tsx +67 -0
- package/src/test-utils.tsx +27 -0
- package/src/types/react-native-swiper-flatlist.d.ts +56 -0
- package/src/useStoredState.test.tsx +143 -0
- package/src/useStoredState.ts +56 -0
package/src/Constants.ts
ADDED
|
@@ -0,0 +1,3311 @@
|
|
|
1
|
+
export const COUNTY_AND_COUNTY_EQUIVALENT_ENTITIES = {
|
|
2
|
+
alabama: {
|
|
3
|
+
autaugacounty: {countyFP: "001", stateFP: "01"},
|
|
4
|
+
baldwincounty: {countyFP: "003", stateFP: "01"},
|
|
5
|
+
barbourcounty: {countyFP: "005", stateFP: "01"},
|
|
6
|
+
bibbcounty: {countyFP: "007", stateFP: "01"},
|
|
7
|
+
blountcounty: {countyFP: "009", stateFP: "01"},
|
|
8
|
+
bullockcounty: {countyFP: "011", stateFP: "01"},
|
|
9
|
+
butlercounty: {countyFP: "013", stateFP: "01"},
|
|
10
|
+
calhouncounty: {countyFP: "015", stateFP: "01"},
|
|
11
|
+
chamberscounty: {countyFP: "017", stateFP: "01"},
|
|
12
|
+
cherokeecounty: {countyFP: "019", stateFP: "01"},
|
|
13
|
+
chiltoncounty: {countyFP: "021", stateFP: "01"},
|
|
14
|
+
choctawcounty: {countyFP: "023", stateFP: "01"},
|
|
15
|
+
clarkecounty: {countyFP: "025", stateFP: "01"},
|
|
16
|
+
claycounty: {countyFP: "027", stateFP: "01"},
|
|
17
|
+
cleburnecounty: {countyFP: "029", stateFP: "01"},
|
|
18
|
+
coffeecounty: {countyFP: "031", stateFP: "01"},
|
|
19
|
+
colbertcounty: {countyFP: "033", stateFP: "01"},
|
|
20
|
+
conecuhcounty: {countyFP: "035", stateFP: "01"},
|
|
21
|
+
coosacounty: {countyFP: "037", stateFP: "01"},
|
|
22
|
+
covingtoncounty: {countyFP: "039", stateFP: "01"},
|
|
23
|
+
crenshawcounty: {countyFP: "041", stateFP: "01"},
|
|
24
|
+
cullmancounty: {countyFP: "043", stateFP: "01"},
|
|
25
|
+
dalecounty: {countyFP: "045", stateFP: "01"},
|
|
26
|
+
dallascounty: {countyFP: "047", stateFP: "01"},
|
|
27
|
+
dekalbcounty: {countyFP: "049", stateFP: "01"},
|
|
28
|
+
elmorecounty: {countyFP: "051", stateFP: "01"},
|
|
29
|
+
escambiacounty: {countyFP: "053", stateFP: "01"},
|
|
30
|
+
etowahcounty: {countyFP: "055", stateFP: "01"},
|
|
31
|
+
fayettecounty: {countyFP: "057", stateFP: "01"},
|
|
32
|
+
franklincounty: {countyFP: "059", stateFP: "01"},
|
|
33
|
+
genevacounty: {countyFP: "061", stateFP: "01"},
|
|
34
|
+
greenecounty: {countyFP: "063", stateFP: "01"},
|
|
35
|
+
halecounty: {countyFP: "065", stateFP: "01"},
|
|
36
|
+
henrycounty: {countyFP: "067", stateFP: "01"},
|
|
37
|
+
houstoncounty: {countyFP: "069", stateFP: "01"},
|
|
38
|
+
jacksoncounty: {countyFP: "071", stateFP: "01"},
|
|
39
|
+
jeffersoncounty: {countyFP: "073", stateFP: "01"},
|
|
40
|
+
lamarcounty: {countyFP: "075", stateFP: "01"},
|
|
41
|
+
lauderdalecounty: {countyFP: "077", stateFP: "01"},
|
|
42
|
+
lawrencecounty: {countyFP: "079", stateFP: "01"},
|
|
43
|
+
leecounty: {countyFP: "081", stateFP: "01"},
|
|
44
|
+
limestonecounty: {countyFP: "083", stateFP: "01"},
|
|
45
|
+
lowndescounty: {countyFP: "085", stateFP: "01"},
|
|
46
|
+
maconcounty: {countyFP: "087", stateFP: "01"},
|
|
47
|
+
madisoncounty: {countyFP: "089", stateFP: "01"},
|
|
48
|
+
marengocounty: {countyFP: "091", stateFP: "01"},
|
|
49
|
+
marioncounty: {countyFP: "093", stateFP: "01"},
|
|
50
|
+
marshallcounty: {countyFP: "095", stateFP: "01"},
|
|
51
|
+
mobilecounty: {countyFP: "097", stateFP: "01"},
|
|
52
|
+
monroecounty: {countyFP: "099", stateFP: "01"},
|
|
53
|
+
montgomerycounty: {countyFP: "101", stateFP: "01"},
|
|
54
|
+
morgancounty: {countyFP: "103", stateFP: "01"},
|
|
55
|
+
perrycounty: {countyFP: "105", stateFP: "01"},
|
|
56
|
+
pickenscounty: {countyFP: "107", stateFP: "01"},
|
|
57
|
+
pikecounty: {countyFP: "109", stateFP: "01"},
|
|
58
|
+
randolphcounty: {countyFP: "111", stateFP: "01"},
|
|
59
|
+
russellcounty: {countyFP: "113", stateFP: "01"},
|
|
60
|
+
shelbycounty: {countyFP: "117", stateFP: "01"},
|
|
61
|
+
stclaircounty: {countyFP: "115", stateFP: "01"},
|
|
62
|
+
sumtercounty: {countyFP: "119", stateFP: "01"},
|
|
63
|
+
talladegacounty: {countyFP: "121", stateFP: "01"},
|
|
64
|
+
tallapoosacounty: {countyFP: "123", stateFP: "01"},
|
|
65
|
+
tuscaloosacounty: {countyFP: "125", stateFP: "01"},
|
|
66
|
+
walkercounty: {countyFP: "127", stateFP: "01"},
|
|
67
|
+
washingtoncounty: {countyFP: "129", stateFP: "01"},
|
|
68
|
+
wilcoxcounty: {countyFP: "131", stateFP: "01"},
|
|
69
|
+
winstoncounty: {countyFP: "133", stateFP: "01"},
|
|
70
|
+
},
|
|
71
|
+
alaska: {
|
|
72
|
+
aleutianseastborough: {countyFP: "013", stateFP: "02"},
|
|
73
|
+
aleutianswestcensusarea: {countyFP: "016", stateFP: "02"},
|
|
74
|
+
anchoragemunicipality: {countyFP: "020", stateFP: "02"},
|
|
75
|
+
bethelcensusarea: {countyFP: "050", stateFP: "02"},
|
|
76
|
+
bristolbayborough: {countyFP: "060", stateFP: "02"},
|
|
77
|
+
chugachcensusarea: {countyFP: "063", stateFP: "02"},
|
|
78
|
+
copperrivercensusarea: {countyFP: "066", stateFP: "02"},
|
|
79
|
+
denaliborough: {countyFP: "068", stateFP: "02"},
|
|
80
|
+
dillinghamcensusarea: {countyFP: "070", stateFP: "02"},
|
|
81
|
+
fairbanksnorthstarborough: {countyFP: "090", stateFP: "02"},
|
|
82
|
+
hainesborough: {countyFP: "100", stateFP: "02"},
|
|
83
|
+
hoonahangooncensusarea: {countyFP: "105", stateFP: "02"},
|
|
84
|
+
juneaucityandborough: {countyFP: "110", stateFP: "02"},
|
|
85
|
+
kenaipeninsulaborough: {countyFP: "122", stateFP: "02"},
|
|
86
|
+
ketchikangatewayborough: {countyFP: "130", stateFP: "02"},
|
|
87
|
+
kodiakislandborough: {countyFP: "150", stateFP: "02"},
|
|
88
|
+
kusilvakcensusarea: {countyFP: "158", stateFP: "02"},
|
|
89
|
+
lakeandpeninsulaborough: {countyFP: "164", stateFP: "02"},
|
|
90
|
+
matanuskasusitnaborough: {countyFP: "170", stateFP: "02"},
|
|
91
|
+
nomecensusarea: {countyFP: "180", stateFP: "02"},
|
|
92
|
+
northslopeborough: {countyFP: "185", stateFP: "02"},
|
|
93
|
+
northwestarcticborough: {countyFP: "188", stateFP: "02"},
|
|
94
|
+
petersburgborough: {countyFP: "195", stateFP: "02"},
|
|
95
|
+
princeofwaleshydercensusarea: {countyFP: "198", stateFP: "02"},
|
|
96
|
+
sitkacityandborough: {countyFP: "220", stateFP: "02"},
|
|
97
|
+
skagwaymunicipality: {countyFP: "230", stateFP: "02"},
|
|
98
|
+
southeastfairbankscensusarea: {countyFP: "240", stateFP: "02"},
|
|
99
|
+
wrangellcityandborough: {countyFP: "275", stateFP: "02"},
|
|
100
|
+
yakutatcityandborough: {countyFP: "282", stateFP: "02"},
|
|
101
|
+
yukonkoyukukcensusarea: {countyFP: "290", stateFP: "02"},
|
|
102
|
+
},
|
|
103
|
+
arizona: {
|
|
104
|
+
apachecounty: {countyFP: "001", stateFP: "04"},
|
|
105
|
+
cochisecounty: {countyFP: "003", stateFP: "04"},
|
|
106
|
+
coconinocounty: {countyFP: "005", stateFP: "04"},
|
|
107
|
+
gilacounty: {countyFP: "007", stateFP: "04"},
|
|
108
|
+
grahamcounty: {countyFP: "009", stateFP: "04"},
|
|
109
|
+
greenleecounty: {countyFP: "011", stateFP: "04"},
|
|
110
|
+
lapazcounty: {countyFP: "012", stateFP: "04"},
|
|
111
|
+
maricopacounty: {countyFP: "013", stateFP: "04"},
|
|
112
|
+
mohavecounty: {countyFP: "015", stateFP: "04"},
|
|
113
|
+
navajocounty: {countyFP: "017", stateFP: "04"},
|
|
114
|
+
pimacounty: {countyFP: "019", stateFP: "04"},
|
|
115
|
+
pinalcounty: {countyFP: "021", stateFP: "04"},
|
|
116
|
+
santacruzcounty: {countyFP: "023", stateFP: "04"},
|
|
117
|
+
yavapaicounty: {countyFP: "025", stateFP: "04"},
|
|
118
|
+
yumacounty: {countyFP: "027", stateFP: "04"},
|
|
119
|
+
},
|
|
120
|
+
arkansas: {
|
|
121
|
+
arkansascounty: {countyFP: "001", stateFP: "05"},
|
|
122
|
+
ashleycounty: {countyFP: "003", stateFP: "05"},
|
|
123
|
+
baxtercounty: {countyFP: "005", stateFP: "05"},
|
|
124
|
+
bentoncounty: {countyFP: "007", stateFP: "05"},
|
|
125
|
+
boonecounty: {countyFP: "009", stateFP: "05"},
|
|
126
|
+
bradleycounty: {countyFP: "011", stateFP: "05"},
|
|
127
|
+
calhouncounty: {countyFP: "013", stateFP: "05"},
|
|
128
|
+
carrollcounty: {countyFP: "015", stateFP: "05"},
|
|
129
|
+
chicotcounty: {countyFP: "017", stateFP: "05"},
|
|
130
|
+
clarkcounty: {countyFP: "019", stateFP: "05"},
|
|
131
|
+
claycounty: {countyFP: "021", stateFP: "05"},
|
|
132
|
+
cleburnecounty: {countyFP: "023", stateFP: "05"},
|
|
133
|
+
clevelandcounty: {countyFP: "025", stateFP: "05"},
|
|
134
|
+
columbiacounty: {countyFP: "027", stateFP: "05"},
|
|
135
|
+
conwaycounty: {countyFP: "029", stateFP: "05"},
|
|
136
|
+
craigheadcounty: {countyFP: "031", stateFP: "05"},
|
|
137
|
+
crawfordcounty: {countyFP: "033", stateFP: "05"},
|
|
138
|
+
crittendencounty: {countyFP: "035", stateFP: "05"},
|
|
139
|
+
crosscounty: {countyFP: "037", stateFP: "05"},
|
|
140
|
+
dallascounty: {countyFP: "039", stateFP: "05"},
|
|
141
|
+
deshacounty: {countyFP: "041", stateFP: "05"},
|
|
142
|
+
drewcounty: {countyFP: "043", stateFP: "05"},
|
|
143
|
+
faulknercounty: {countyFP: "045", stateFP: "05"},
|
|
144
|
+
franklincounty: {countyFP: "047", stateFP: "05"},
|
|
145
|
+
fultoncounty: {countyFP: "049", stateFP: "05"},
|
|
146
|
+
garlandcounty: {countyFP: "051", stateFP: "05"},
|
|
147
|
+
grantcounty: {countyFP: "053", stateFP: "05"},
|
|
148
|
+
greenecounty: {countyFP: "055", stateFP: "05"},
|
|
149
|
+
hempsteadcounty: {countyFP: "057", stateFP: "05"},
|
|
150
|
+
hotspringcounty: {countyFP: "059", stateFP: "05"},
|
|
151
|
+
howardcounty: {countyFP: "061", stateFP: "05"},
|
|
152
|
+
independencecounty: {countyFP: "063", stateFP: "05"},
|
|
153
|
+
izardcounty: {countyFP: "065", stateFP: "05"},
|
|
154
|
+
jacksoncounty: {countyFP: "067", stateFP: "05"},
|
|
155
|
+
jeffersoncounty: {countyFP: "069", stateFP: "05"},
|
|
156
|
+
johnsoncounty: {countyFP: "071", stateFP: "05"},
|
|
157
|
+
lafayettecounty: {countyFP: "073", stateFP: "05"},
|
|
158
|
+
lawrencecounty: {countyFP: "075", stateFP: "05"},
|
|
159
|
+
leecounty: {countyFP: "077", stateFP: "05"},
|
|
160
|
+
lincolncounty: {countyFP: "079", stateFP: "05"},
|
|
161
|
+
littlerivercounty: {countyFP: "081", stateFP: "05"},
|
|
162
|
+
logancounty: {countyFP: "083", stateFP: "05"},
|
|
163
|
+
lonokecounty: {countyFP: "085", stateFP: "05"},
|
|
164
|
+
madisoncounty: {countyFP: "087", stateFP: "05"},
|
|
165
|
+
marioncounty: {countyFP: "089", stateFP: "05"},
|
|
166
|
+
millercounty: {countyFP: "091", stateFP: "05"},
|
|
167
|
+
mississippicounty: {countyFP: "093", stateFP: "05"},
|
|
168
|
+
monroecounty: {countyFP: "095", stateFP: "05"},
|
|
169
|
+
montgomerycounty: {countyFP: "097", stateFP: "05"},
|
|
170
|
+
nevadacounty: {countyFP: "099", stateFP: "05"},
|
|
171
|
+
newtoncounty: {countyFP: "101", stateFP: "05"},
|
|
172
|
+
ouachitacounty: {countyFP: "103", stateFP: "05"},
|
|
173
|
+
perrycounty: {countyFP: "105", stateFP: "05"},
|
|
174
|
+
phillipscounty: {countyFP: "107", stateFP: "05"},
|
|
175
|
+
pikecounty: {countyFP: "109", stateFP: "05"},
|
|
176
|
+
poinsettcounty: {countyFP: "111", stateFP: "05"},
|
|
177
|
+
polkcounty: {countyFP: "113", stateFP: "05"},
|
|
178
|
+
popecounty: {countyFP: "115", stateFP: "05"},
|
|
179
|
+
prairiecounty: {countyFP: "117", stateFP: "05"},
|
|
180
|
+
pulaskicounty: {countyFP: "119", stateFP: "05"},
|
|
181
|
+
randolphcounty: {countyFP: "121", stateFP: "05"},
|
|
182
|
+
salinecounty: {countyFP: "125", stateFP: "05"},
|
|
183
|
+
scottcounty: {countyFP: "127", stateFP: "05"},
|
|
184
|
+
searcycounty: {countyFP: "129", stateFP: "05"},
|
|
185
|
+
sebastiancounty: {countyFP: "131", stateFP: "05"},
|
|
186
|
+
seviercounty: {countyFP: "133", stateFP: "05"},
|
|
187
|
+
sharpcounty: {countyFP: "135", stateFP: "05"},
|
|
188
|
+
stfranciscounty: {countyFP: "123", stateFP: "05"},
|
|
189
|
+
stonecounty: {countyFP: "137", stateFP: "05"},
|
|
190
|
+
unioncounty: {countyFP: "139", stateFP: "05"},
|
|
191
|
+
vanburencounty: {countyFP: "141", stateFP: "05"},
|
|
192
|
+
washingtoncounty: {countyFP: "143", stateFP: "05"},
|
|
193
|
+
whitecounty: {countyFP: "145", stateFP: "05"},
|
|
194
|
+
woodruffcounty: {countyFP: "147", stateFP: "05"},
|
|
195
|
+
yellcounty: {countyFP: "149", stateFP: "05"},
|
|
196
|
+
},
|
|
197
|
+
california: {
|
|
198
|
+
alamedacounty: {countyFP: "001", stateFP: "06"},
|
|
199
|
+
alpinecounty: {countyFP: "003", stateFP: "06"},
|
|
200
|
+
amadorcounty: {countyFP: "005", stateFP: "06"},
|
|
201
|
+
buttecounty: {countyFP: "007", stateFP: "06"},
|
|
202
|
+
calaverascounty: {countyFP: "009", stateFP: "06"},
|
|
203
|
+
colusacounty: {countyFP: "011", stateFP: "06"},
|
|
204
|
+
contracostacounty: {countyFP: "013", stateFP: "06"},
|
|
205
|
+
delnortecounty: {countyFP: "015", stateFP: "06"},
|
|
206
|
+
eldoradocounty: {countyFP: "017", stateFP: "06"},
|
|
207
|
+
fresnocounty: {countyFP: "019", stateFP: "06"},
|
|
208
|
+
glenncounty: {countyFP: "021", stateFP: "06"},
|
|
209
|
+
humboldtcounty: {countyFP: "023", stateFP: "06"},
|
|
210
|
+
imperialcounty: {countyFP: "025", stateFP: "06"},
|
|
211
|
+
inyocounty: {countyFP: "027", stateFP: "06"},
|
|
212
|
+
kerncounty: {countyFP: "029", stateFP: "06"},
|
|
213
|
+
kingscounty: {countyFP: "031", stateFP: "06"},
|
|
214
|
+
lakecounty: {countyFP: "033", stateFP: "06"},
|
|
215
|
+
lassencounty: {countyFP: "035", stateFP: "06"},
|
|
216
|
+
losangelescounty: {countyFP: "037", stateFP: "06"},
|
|
217
|
+
maderacounty: {countyFP: "039", stateFP: "06"},
|
|
218
|
+
marincounty: {countyFP: "041", stateFP: "06"},
|
|
219
|
+
mariposacounty: {countyFP: "043", stateFP: "06"},
|
|
220
|
+
mendocinocounty: {countyFP: "045", stateFP: "06"},
|
|
221
|
+
mercedcounty: {countyFP: "047", stateFP: "06"},
|
|
222
|
+
modoccounty: {countyFP: "049", stateFP: "06"},
|
|
223
|
+
monocounty: {countyFP: "051", stateFP: "06"},
|
|
224
|
+
montereycounty: {countyFP: "053", stateFP: "06"},
|
|
225
|
+
napacounty: {countyFP: "055", stateFP: "06"},
|
|
226
|
+
nevadacounty: {countyFP: "057", stateFP: "06"},
|
|
227
|
+
orangecounty: {countyFP: "059", stateFP: "06"},
|
|
228
|
+
placercounty: {countyFP: "061", stateFP: "06"},
|
|
229
|
+
plumascounty: {countyFP: "063", stateFP: "06"},
|
|
230
|
+
riversidecounty: {countyFP: "065", stateFP: "06"},
|
|
231
|
+
sacramentocounty: {countyFP: "067", stateFP: "06"},
|
|
232
|
+
sanbenitocounty: {countyFP: "069", stateFP: "06"},
|
|
233
|
+
sanbernardinocounty: {countyFP: "071", stateFP: "06"},
|
|
234
|
+
sandiegocounty: {countyFP: "073", stateFP: "06"},
|
|
235
|
+
sanfranciscocounty: {countyFP: "075", stateFP: "06"},
|
|
236
|
+
sanjoaquincounty: {countyFP: "077", stateFP: "06"},
|
|
237
|
+
sanluisobispocounty: {countyFP: "079", stateFP: "06"},
|
|
238
|
+
sanmateocounty: {countyFP: "081", stateFP: "06"},
|
|
239
|
+
santabarbaracounty: {countyFP: "083", stateFP: "06"},
|
|
240
|
+
santaclaracounty: {countyFP: "085", stateFP: "06"},
|
|
241
|
+
santacruzcounty: {countyFP: "087", stateFP: "06"},
|
|
242
|
+
shastacounty: {countyFP: "089", stateFP: "06"},
|
|
243
|
+
sierracounty: {countyFP: "091", stateFP: "06"},
|
|
244
|
+
siskiyoucounty: {countyFP: "093", stateFP: "06"},
|
|
245
|
+
solanocounty: {countyFP: "095", stateFP: "06"},
|
|
246
|
+
sonomacounty: {countyFP: "097", stateFP: "06"},
|
|
247
|
+
stanislauscounty: {countyFP: "099", stateFP: "06"},
|
|
248
|
+
suttercounty: {countyFP: "101", stateFP: "06"},
|
|
249
|
+
tehamacounty: {countyFP: "103", stateFP: "06"},
|
|
250
|
+
trinitycounty: {countyFP: "105", stateFP: "06"},
|
|
251
|
+
tularecounty: {countyFP: "107", stateFP: "06"},
|
|
252
|
+
tuolumnecounty: {countyFP: "109", stateFP: "06"},
|
|
253
|
+
venturacounty: {countyFP: "111", stateFP: "06"},
|
|
254
|
+
yolocounty: {countyFP: "113", stateFP: "06"},
|
|
255
|
+
yubacounty: {countyFP: "115", stateFP: "06"},
|
|
256
|
+
},
|
|
257
|
+
colorado: {
|
|
258
|
+
adamscounty: {countyFP: "001", stateFP: "08"},
|
|
259
|
+
alamosacounty: {countyFP: "003", stateFP: "08"},
|
|
260
|
+
arapahoecounty: {countyFP: "005", stateFP: "08"},
|
|
261
|
+
archuletacounty: {countyFP: "007", stateFP: "08"},
|
|
262
|
+
bacacounty: {countyFP: "009", stateFP: "08"},
|
|
263
|
+
bentcounty: {countyFP: "011", stateFP: "08"},
|
|
264
|
+
bouldercounty: {countyFP: "013", stateFP: "08"},
|
|
265
|
+
broomfieldcounty: {countyFP: "014", stateFP: "08"},
|
|
266
|
+
chaffeecounty: {countyFP: "015", stateFP: "08"},
|
|
267
|
+
cheyennecounty: {countyFP: "017", stateFP: "08"},
|
|
268
|
+
clearcreekcounty: {countyFP: "019", stateFP: "08"},
|
|
269
|
+
conejoscounty: {countyFP: "021", stateFP: "08"},
|
|
270
|
+
costillacounty: {countyFP: "023", stateFP: "08"},
|
|
271
|
+
crowleycounty: {countyFP: "025", stateFP: "08"},
|
|
272
|
+
custercounty: {countyFP: "027", stateFP: "08"},
|
|
273
|
+
deltacounty: {countyFP: "029", stateFP: "08"},
|
|
274
|
+
denvercounty: {countyFP: "031", stateFP: "08"},
|
|
275
|
+
dolorescounty: {countyFP: "033", stateFP: "08"},
|
|
276
|
+
douglascounty: {countyFP: "035", stateFP: "08"},
|
|
277
|
+
eaglecounty: {countyFP: "037", stateFP: "08"},
|
|
278
|
+
elbertcounty: {countyFP: "039", stateFP: "08"},
|
|
279
|
+
elpasocounty: {countyFP: "041", stateFP: "08"},
|
|
280
|
+
fremontcounty: {countyFP: "043", stateFP: "08"},
|
|
281
|
+
garfieldcounty: {countyFP: "045", stateFP: "08"},
|
|
282
|
+
gilpincounty: {countyFP: "047", stateFP: "08"},
|
|
283
|
+
grandcounty: {countyFP: "049", stateFP: "08"},
|
|
284
|
+
gunnisoncounty: {countyFP: "051", stateFP: "08"},
|
|
285
|
+
hinsdalecounty: {countyFP: "053", stateFP: "08"},
|
|
286
|
+
huerfanocounty: {countyFP: "055", stateFP: "08"},
|
|
287
|
+
jacksoncounty: {countyFP: "057", stateFP: "08"},
|
|
288
|
+
jeffersoncounty: {countyFP: "059", stateFP: "08"},
|
|
289
|
+
kiowacounty: {countyFP: "061", stateFP: "08"},
|
|
290
|
+
kitcarsoncounty: {countyFP: "063", stateFP: "08"},
|
|
291
|
+
lakecounty: {countyFP: "065", stateFP: "08"},
|
|
292
|
+
laplatacounty: {countyFP: "067", stateFP: "08"},
|
|
293
|
+
larimercounty: {countyFP: "069", stateFP: "08"},
|
|
294
|
+
lasanimascounty: {countyFP: "071", stateFP: "08"},
|
|
295
|
+
lincolncounty: {countyFP: "073", stateFP: "08"},
|
|
296
|
+
logancounty: {countyFP: "075", stateFP: "08"},
|
|
297
|
+
mesacounty: {countyFP: "077", stateFP: "08"},
|
|
298
|
+
mineralcounty: {countyFP: "079", stateFP: "08"},
|
|
299
|
+
moffatcounty: {countyFP: "081", stateFP: "08"},
|
|
300
|
+
montezumacounty: {countyFP: "083", stateFP: "08"},
|
|
301
|
+
montrosecounty: {countyFP: "085", stateFP: "08"},
|
|
302
|
+
morgancounty: {countyFP: "087", stateFP: "08"},
|
|
303
|
+
oterocounty: {countyFP: "089", stateFP: "08"},
|
|
304
|
+
ouraycounty: {countyFP: "091", stateFP: "08"},
|
|
305
|
+
parkcounty: {countyFP: "093", stateFP: "08"},
|
|
306
|
+
phillipscounty: {countyFP: "095", stateFP: "08"},
|
|
307
|
+
pitkincounty: {countyFP: "097", stateFP: "08"},
|
|
308
|
+
prowerscounty: {countyFP: "099", stateFP: "08"},
|
|
309
|
+
pueblocounty: {countyFP: "101", stateFP: "08"},
|
|
310
|
+
rioblancocounty: {countyFP: "103", stateFP: "08"},
|
|
311
|
+
riograndecounty: {countyFP: "105", stateFP: "08"},
|
|
312
|
+
routtcounty: {countyFP: "107", stateFP: "08"},
|
|
313
|
+
saguachecounty: {countyFP: "109", stateFP: "08"},
|
|
314
|
+
sanjuancounty: {countyFP: "111", stateFP: "08"},
|
|
315
|
+
sanmiguelcounty: {countyFP: "113", stateFP: "08"},
|
|
316
|
+
sedgwickcounty: {countyFP: "115", stateFP: "08"},
|
|
317
|
+
summitcounty: {countyFP: "117", stateFP: "08"},
|
|
318
|
+
tellercounty: {countyFP: "119", stateFP: "08"},
|
|
319
|
+
washingtoncounty: {countyFP: "121", stateFP: "08"},
|
|
320
|
+
weldcounty: {countyFP: "123", stateFP: "08"},
|
|
321
|
+
yumacounty: {countyFP: "125", stateFP: "08"},
|
|
322
|
+
},
|
|
323
|
+
connecticut: {
|
|
324
|
+
fairfieldcounty: {countyFP: "001", stateFP: "09"},
|
|
325
|
+
hartfordcounty: {countyFP: "003", stateFP: "09"},
|
|
326
|
+
litchfieldcounty: {countyFP: "005", stateFP: "09"},
|
|
327
|
+
middlesexcounty: {countyFP: "007", stateFP: "09"},
|
|
328
|
+
newhavencounty: {countyFP: "009", stateFP: "09"},
|
|
329
|
+
newlondoncounty: {countyFP: "011", stateFP: "09"},
|
|
330
|
+
tollandcounty: {countyFP: "013", stateFP: "09"},
|
|
331
|
+
windhamcounty: {countyFP: "015", stateFP: "09"},
|
|
332
|
+
},
|
|
333
|
+
delaware: {
|
|
334
|
+
kentcounty: {countyFP: "001", stateFP: "10"},
|
|
335
|
+
newcastlecounty: {countyFP: "003", stateFP: "10"},
|
|
336
|
+
sussexcounty: {countyFP: "005", stateFP: "10"},
|
|
337
|
+
},
|
|
338
|
+
districtofcolumbia: {
|
|
339
|
+
districtofcolumbia: {countyFP: "001", stateFP: "11"},
|
|
340
|
+
},
|
|
341
|
+
florida: {
|
|
342
|
+
alachuacounty: {countyFP: "001", stateFP: "12"},
|
|
343
|
+
bakercounty: {countyFP: "003", stateFP: "12"},
|
|
344
|
+
baycounty: {countyFP: "005", stateFP: "12"},
|
|
345
|
+
bradfordcounty: {countyFP: "007", stateFP: "12"},
|
|
346
|
+
brevardcounty: {countyFP: "009", stateFP: "12"},
|
|
347
|
+
browardcounty: {countyFP: "011", stateFP: "12"},
|
|
348
|
+
calhouncounty: {countyFP: "013", stateFP: "12"},
|
|
349
|
+
charlottecounty: {countyFP: "015", stateFP: "12"},
|
|
350
|
+
citruscounty: {countyFP: "017", stateFP: "12"},
|
|
351
|
+
claycounty: {countyFP: "019", stateFP: "12"},
|
|
352
|
+
colliercounty: {countyFP: "021", stateFP: "12"},
|
|
353
|
+
columbiacounty: {countyFP: "023", stateFP: "12"},
|
|
354
|
+
desotocounty: {countyFP: "027", stateFP: "12"},
|
|
355
|
+
dixiecounty: {countyFP: "029", stateFP: "12"},
|
|
356
|
+
duvalcounty: {countyFP: "031", stateFP: "12"},
|
|
357
|
+
escambiacounty: {countyFP: "033", stateFP: "12"},
|
|
358
|
+
flaglercounty: {countyFP: "035", stateFP: "12"},
|
|
359
|
+
franklincounty: {countyFP: "037", stateFP: "12"},
|
|
360
|
+
gadsdencounty: {countyFP: "039", stateFP: "12"},
|
|
361
|
+
gilchristcounty: {countyFP: "041", stateFP: "12"},
|
|
362
|
+
gladescounty: {countyFP: "043", stateFP: "12"},
|
|
363
|
+
gulfcounty: {countyFP: "045", stateFP: "12"},
|
|
364
|
+
hamiltoncounty: {countyFP: "047", stateFP: "12"},
|
|
365
|
+
hardeecounty: {countyFP: "049", stateFP: "12"},
|
|
366
|
+
hendrycounty: {countyFP: "051", stateFP: "12"},
|
|
367
|
+
hernandocounty: {countyFP: "053", stateFP: "12"},
|
|
368
|
+
highlandscounty: {countyFP: "055", stateFP: "12"},
|
|
369
|
+
hillsboroughcounty: {countyFP: "057", stateFP: "12"},
|
|
370
|
+
holmescounty: {countyFP: "059", stateFP: "12"},
|
|
371
|
+
indianrivercounty: {countyFP: "061", stateFP: "12"},
|
|
372
|
+
jacksoncounty: {countyFP: "063", stateFP: "12"},
|
|
373
|
+
jeffersoncounty: {countyFP: "065", stateFP: "12"},
|
|
374
|
+
lafayettecounty: {countyFP: "067", stateFP: "12"},
|
|
375
|
+
lakecounty: {countyFP: "069", stateFP: "12"},
|
|
376
|
+
leecounty: {countyFP: "071", stateFP: "12"},
|
|
377
|
+
leoncounty: {countyFP: "073", stateFP: "12"},
|
|
378
|
+
levycounty: {countyFP: "075", stateFP: "12"},
|
|
379
|
+
libertycounty: {countyFP: "077", stateFP: "12"},
|
|
380
|
+
madisoncounty: {countyFP: "079", stateFP: "12"},
|
|
381
|
+
manateecounty: {countyFP: "081", stateFP: "12"},
|
|
382
|
+
marioncounty: {countyFP: "083", stateFP: "12"},
|
|
383
|
+
martincounty: {countyFP: "085", stateFP: "12"},
|
|
384
|
+
miamidadecounty: {countyFP: "086", stateFP: "12"},
|
|
385
|
+
monroecounty: {countyFP: "087", stateFP: "12"},
|
|
386
|
+
nassaucounty: {countyFP: "089", stateFP: "12"},
|
|
387
|
+
okaloosacounty: {countyFP: "091", stateFP: "12"},
|
|
388
|
+
okeechobeecounty: {countyFP: "093", stateFP: "12"},
|
|
389
|
+
orangecounty: {countyFP: "095", stateFP: "12"},
|
|
390
|
+
osceolacounty: {countyFP: "097", stateFP: "12"},
|
|
391
|
+
palmbeachcounty: {countyFP: "099", stateFP: "12"},
|
|
392
|
+
pascocounty: {countyFP: "101", stateFP: "12"},
|
|
393
|
+
pinellascounty: {countyFP: "103", stateFP: "12"},
|
|
394
|
+
polkcounty: {countyFP: "105", stateFP: "12"},
|
|
395
|
+
putnamcounty: {countyFP: "107", stateFP: "12"},
|
|
396
|
+
santarosacounty: {countyFP: "113", stateFP: "12"},
|
|
397
|
+
sarasotacounty: {countyFP: "115", stateFP: "12"},
|
|
398
|
+
seminolecounty: {countyFP: "117", stateFP: "12"},
|
|
399
|
+
stjohnscounty: {countyFP: "109", stateFP: "12"},
|
|
400
|
+
stluciecounty: {countyFP: "111", stateFP: "12"},
|
|
401
|
+
sumtercounty: {countyFP: "119", stateFP: "12"},
|
|
402
|
+
suwanneecounty: {countyFP: "121", stateFP: "12"},
|
|
403
|
+
taylorcounty: {countyFP: "123", stateFP: "12"},
|
|
404
|
+
unioncounty: {countyFP: "125", stateFP: "12"},
|
|
405
|
+
volusiacounty: {countyFP: "127", stateFP: "12"},
|
|
406
|
+
wakullacounty: {countyFP: "129", stateFP: "12"},
|
|
407
|
+
waltoncounty: {countyFP: "131", stateFP: "12"},
|
|
408
|
+
washingtoncounty: {countyFP: "133", stateFP: "12"},
|
|
409
|
+
},
|
|
410
|
+
georgia: {
|
|
411
|
+
applingcounty: {countyFP: "001", stateFP: "13"},
|
|
412
|
+
atkinsoncounty: {countyFP: "003", stateFP: "13"},
|
|
413
|
+
baconcounty: {countyFP: "005", stateFP: "13"},
|
|
414
|
+
bakercounty: {countyFP: "007", stateFP: "13"},
|
|
415
|
+
baldwincounty: {countyFP: "009", stateFP: "13"},
|
|
416
|
+
bankscounty: {countyFP: "011", stateFP: "13"},
|
|
417
|
+
barrowcounty: {countyFP: "013", stateFP: "13"},
|
|
418
|
+
bartowcounty: {countyFP: "015", stateFP: "13"},
|
|
419
|
+
benhillcounty: {countyFP: "017", stateFP: "13"},
|
|
420
|
+
berriencounty: {countyFP: "019", stateFP: "13"},
|
|
421
|
+
bibbcounty: {countyFP: "021", stateFP: "13"},
|
|
422
|
+
bleckleycounty: {countyFP: "023", stateFP: "13"},
|
|
423
|
+
brantleycounty: {countyFP: "025", stateFP: "13"},
|
|
424
|
+
brookscounty: {countyFP: "027", stateFP: "13"},
|
|
425
|
+
bryancounty: {countyFP: "029", stateFP: "13"},
|
|
426
|
+
bullochcounty: {countyFP: "031", stateFP: "13"},
|
|
427
|
+
burkecounty: {countyFP: "033", stateFP: "13"},
|
|
428
|
+
buttscounty: {countyFP: "035", stateFP: "13"},
|
|
429
|
+
calhouncounty: {countyFP: "037", stateFP: "13"},
|
|
430
|
+
camdencounty: {countyFP: "039", stateFP: "13"},
|
|
431
|
+
candlercounty: {countyFP: "043", stateFP: "13"},
|
|
432
|
+
carrollcounty: {countyFP: "045", stateFP: "13"},
|
|
433
|
+
catoosacounty: {countyFP: "047", stateFP: "13"},
|
|
434
|
+
charltoncounty: {countyFP: "049", stateFP: "13"},
|
|
435
|
+
chathamcounty: {countyFP: "051", stateFP: "13"},
|
|
436
|
+
chattahoocheecounty: {countyFP: "053", stateFP: "13"},
|
|
437
|
+
chattoogacounty: {countyFP: "055", stateFP: "13"},
|
|
438
|
+
cherokeecounty: {countyFP: "057", stateFP: "13"},
|
|
439
|
+
clarkecounty: {countyFP: "059", stateFP: "13"},
|
|
440
|
+
claycounty: {countyFP: "061", stateFP: "13"},
|
|
441
|
+
claytoncounty: {countyFP: "063", stateFP: "13"},
|
|
442
|
+
clinchcounty: {countyFP: "065", stateFP: "13"},
|
|
443
|
+
cobbcounty: {countyFP: "067", stateFP: "13"},
|
|
444
|
+
coffeecounty: {countyFP: "069", stateFP: "13"},
|
|
445
|
+
colquittcounty: {countyFP: "071", stateFP: "13"},
|
|
446
|
+
columbiacounty: {countyFP: "073", stateFP: "13"},
|
|
447
|
+
cookcounty: {countyFP: "075", stateFP: "13"},
|
|
448
|
+
cowetacounty: {countyFP: "077", stateFP: "13"},
|
|
449
|
+
crawfordcounty: {countyFP: "079", stateFP: "13"},
|
|
450
|
+
crispcounty: {countyFP: "081", stateFP: "13"},
|
|
451
|
+
dadecounty: {countyFP: "083", stateFP: "13"},
|
|
452
|
+
dawsoncounty: {countyFP: "085", stateFP: "13"},
|
|
453
|
+
decaturcounty: {countyFP: "087", stateFP: "13"},
|
|
454
|
+
dekalbcounty: {countyFP: "089", stateFP: "13"},
|
|
455
|
+
dodgecounty: {countyFP: "091", stateFP: "13"},
|
|
456
|
+
doolycounty: {countyFP: "093", stateFP: "13"},
|
|
457
|
+
doughertycounty: {countyFP: "095", stateFP: "13"},
|
|
458
|
+
douglascounty: {countyFP: "097", stateFP: "13"},
|
|
459
|
+
earlycounty: {countyFP: "099", stateFP: "13"},
|
|
460
|
+
echolscounty: {countyFP: "101", stateFP: "13"},
|
|
461
|
+
effinghamcounty: {countyFP: "103", stateFP: "13"},
|
|
462
|
+
elbertcounty: {countyFP: "105", stateFP: "13"},
|
|
463
|
+
emanuelcounty: {countyFP: "107", stateFP: "13"},
|
|
464
|
+
evanscounty: {countyFP: "109", stateFP: "13"},
|
|
465
|
+
fannincounty: {countyFP: "111", stateFP: "13"},
|
|
466
|
+
fayettecounty: {countyFP: "113", stateFP: "13"},
|
|
467
|
+
floydcounty: {countyFP: "115", stateFP: "13"},
|
|
468
|
+
forsythcounty: {countyFP: "117", stateFP: "13"},
|
|
469
|
+
franklincounty: {countyFP: "119", stateFP: "13"},
|
|
470
|
+
fultoncounty: {countyFP: "121", stateFP: "13"},
|
|
471
|
+
gilmercounty: {countyFP: "123", stateFP: "13"},
|
|
472
|
+
glascockcounty: {countyFP: "125", stateFP: "13"},
|
|
473
|
+
glynncounty: {countyFP: "127", stateFP: "13"},
|
|
474
|
+
gordoncounty: {countyFP: "129", stateFP: "13"},
|
|
475
|
+
gradycounty: {countyFP: "131", stateFP: "13"},
|
|
476
|
+
greenecounty: {countyFP: "133", stateFP: "13"},
|
|
477
|
+
gwinnettcounty: {countyFP: "135", stateFP: "13"},
|
|
478
|
+
habershamcounty: {countyFP: "137", stateFP: "13"},
|
|
479
|
+
hallcounty: {countyFP: "139", stateFP: "13"},
|
|
480
|
+
hancockcounty: {countyFP: "141", stateFP: "13"},
|
|
481
|
+
haralsoncounty: {countyFP: "143", stateFP: "13"},
|
|
482
|
+
harriscounty: {countyFP: "145", stateFP: "13"},
|
|
483
|
+
hartcounty: {countyFP: "147", stateFP: "13"},
|
|
484
|
+
heardcounty: {countyFP: "149", stateFP: "13"},
|
|
485
|
+
henrycounty: {countyFP: "151", stateFP: "13"},
|
|
486
|
+
houstoncounty: {countyFP: "153", stateFP: "13"},
|
|
487
|
+
irwincounty: {countyFP: "155", stateFP: "13"},
|
|
488
|
+
jacksoncounty: {countyFP: "157", stateFP: "13"},
|
|
489
|
+
jaspercounty: {countyFP: "159", stateFP: "13"},
|
|
490
|
+
jeffdaviscounty: {countyFP: "161", stateFP: "13"},
|
|
491
|
+
jeffersoncounty: {countyFP: "163", stateFP: "13"},
|
|
492
|
+
jenkinscounty: {countyFP: "165", stateFP: "13"},
|
|
493
|
+
johnsoncounty: {countyFP: "167", stateFP: "13"},
|
|
494
|
+
jonescounty: {countyFP: "169", stateFP: "13"},
|
|
495
|
+
lamarcounty: {countyFP: "171", stateFP: "13"},
|
|
496
|
+
laniercounty: {countyFP: "173", stateFP: "13"},
|
|
497
|
+
laurenscounty: {countyFP: "175", stateFP: "13"},
|
|
498
|
+
leecounty: {countyFP: "177", stateFP: "13"},
|
|
499
|
+
libertycounty: {countyFP: "179", stateFP: "13"},
|
|
500
|
+
lincolncounty: {countyFP: "181", stateFP: "13"},
|
|
501
|
+
longcounty: {countyFP: "183", stateFP: "13"},
|
|
502
|
+
lowndescounty: {countyFP: "185", stateFP: "13"},
|
|
503
|
+
lumpkincounty: {countyFP: "187", stateFP: "13"},
|
|
504
|
+
maconcounty: {countyFP: "193", stateFP: "13"},
|
|
505
|
+
madisoncounty: {countyFP: "195", stateFP: "13"},
|
|
506
|
+
marioncounty: {countyFP: "197", stateFP: "13"},
|
|
507
|
+
mcduffiecounty: {countyFP: "189", stateFP: "13"},
|
|
508
|
+
mcintoshcounty: {countyFP: "191", stateFP: "13"},
|
|
509
|
+
meriwethercounty: {countyFP: "199", stateFP: "13"},
|
|
510
|
+
millercounty: {countyFP: "201", stateFP: "13"},
|
|
511
|
+
mitchellcounty: {countyFP: "205", stateFP: "13"},
|
|
512
|
+
monroecounty: {countyFP: "207", stateFP: "13"},
|
|
513
|
+
montgomerycounty: {countyFP: "209", stateFP: "13"},
|
|
514
|
+
morgancounty: {countyFP: "211", stateFP: "13"},
|
|
515
|
+
murraycounty: {countyFP: "213", stateFP: "13"},
|
|
516
|
+
muscogeecounty: {countyFP: "215", stateFP: "13"},
|
|
517
|
+
newtoncounty: {countyFP: "217", stateFP: "13"},
|
|
518
|
+
oconeecounty: {countyFP: "219", stateFP: "13"},
|
|
519
|
+
oglethorpecounty: {countyFP: "221", stateFP: "13"},
|
|
520
|
+
pauldingcounty: {countyFP: "223", stateFP: "13"},
|
|
521
|
+
peachcounty: {countyFP: "225", stateFP: "13"},
|
|
522
|
+
pickenscounty: {countyFP: "227", stateFP: "13"},
|
|
523
|
+
piercecounty: {countyFP: "229", stateFP: "13"},
|
|
524
|
+
pikecounty: {countyFP: "231", stateFP: "13"},
|
|
525
|
+
polkcounty: {countyFP: "233", stateFP: "13"},
|
|
526
|
+
pulaskicounty: {countyFP: "235", stateFP: "13"},
|
|
527
|
+
putnamcounty: {countyFP: "237", stateFP: "13"},
|
|
528
|
+
quitmancounty: {countyFP: "239", stateFP: "13"},
|
|
529
|
+
rabuncounty: {countyFP: "241", stateFP: "13"},
|
|
530
|
+
randolphcounty: {countyFP: "243", stateFP: "13"},
|
|
531
|
+
richmondcounty: {countyFP: "245", stateFP: "13"},
|
|
532
|
+
rockdalecounty: {countyFP: "247", stateFP: "13"},
|
|
533
|
+
schleycounty: {countyFP: "249", stateFP: "13"},
|
|
534
|
+
screvencounty: {countyFP: "251", stateFP: "13"},
|
|
535
|
+
seminolecounty: {countyFP: "253", stateFP: "13"},
|
|
536
|
+
spaldingcounty: {countyFP: "255", stateFP: "13"},
|
|
537
|
+
stephenscounty: {countyFP: "257", stateFP: "13"},
|
|
538
|
+
stewartcounty: {countyFP: "259", stateFP: "13"},
|
|
539
|
+
sumtercounty: {countyFP: "261", stateFP: "13"},
|
|
540
|
+
talbotcounty: {countyFP: "263", stateFP: "13"},
|
|
541
|
+
taliaferrocounty: {countyFP: "265", stateFP: "13"},
|
|
542
|
+
tattnallcounty: {countyFP: "267", stateFP: "13"},
|
|
543
|
+
taylorcounty: {countyFP: "269", stateFP: "13"},
|
|
544
|
+
telfaircounty: {countyFP: "271", stateFP: "13"},
|
|
545
|
+
terrellcounty: {countyFP: "273", stateFP: "13"},
|
|
546
|
+
thomascounty: {countyFP: "275", stateFP: "13"},
|
|
547
|
+
tiftcounty: {countyFP: "277", stateFP: "13"},
|
|
548
|
+
toombscounty: {countyFP: "279", stateFP: "13"},
|
|
549
|
+
townscounty: {countyFP: "281", stateFP: "13"},
|
|
550
|
+
treutlencounty: {countyFP: "283", stateFP: "13"},
|
|
551
|
+
troupcounty: {countyFP: "285", stateFP: "13"},
|
|
552
|
+
turnercounty: {countyFP: "287", stateFP: "13"},
|
|
553
|
+
twiggscounty: {countyFP: "289", stateFP: "13"},
|
|
554
|
+
unioncounty: {countyFP: "291", stateFP: "13"},
|
|
555
|
+
upsoncounty: {countyFP: "293", stateFP: "13"},
|
|
556
|
+
walkercounty: {countyFP: "295", stateFP: "13"},
|
|
557
|
+
waltoncounty: {countyFP: "297", stateFP: "13"},
|
|
558
|
+
warecounty: {countyFP: "299", stateFP: "13"},
|
|
559
|
+
warrencounty: {countyFP: "301", stateFP: "13"},
|
|
560
|
+
washingtoncounty: {countyFP: "303", stateFP: "13"},
|
|
561
|
+
waynecounty: {countyFP: "305", stateFP: "13"},
|
|
562
|
+
webstercounty: {countyFP: "307", stateFP: "13"},
|
|
563
|
+
wheelercounty: {countyFP: "309", stateFP: "13"},
|
|
564
|
+
whitecounty: {countyFP: "311", stateFP: "13"},
|
|
565
|
+
whitfieldcounty: {countyFP: "313", stateFP: "13"},
|
|
566
|
+
wilcoxcounty: {countyFP: "315", stateFP: "13"},
|
|
567
|
+
wilkescounty: {countyFP: "317", stateFP: "13"},
|
|
568
|
+
wilkinsoncounty: {countyFP: "319", stateFP: "13"},
|
|
569
|
+
worthcounty: {countyFP: "321", stateFP: "13"},
|
|
570
|
+
},
|
|
571
|
+
hawaii: {
|
|
572
|
+
hawaiicounty: {countyFP: "001", stateFP: "15"},
|
|
573
|
+
honolulucounty: {countyFP: "003", stateFP: "15"},
|
|
574
|
+
kalawaocounty: {countyFP: "005", stateFP: "15"},
|
|
575
|
+
kauaicounty: {countyFP: "007", stateFP: "15"},
|
|
576
|
+
mauicounty: {countyFP: "009", stateFP: "15"},
|
|
577
|
+
},
|
|
578
|
+
idaho: {
|
|
579
|
+
adacounty: {countyFP: "001", stateFP: "16"},
|
|
580
|
+
adamscounty: {countyFP: "003", stateFP: "16"},
|
|
581
|
+
bannockcounty: {countyFP: "005", stateFP: "16"},
|
|
582
|
+
bearlakecounty: {countyFP: "007", stateFP: "16"},
|
|
583
|
+
benewahcounty: {countyFP: "009", stateFP: "16"},
|
|
584
|
+
binghamcounty: {countyFP: "011", stateFP: "16"},
|
|
585
|
+
blainecounty: {countyFP: "013", stateFP: "16"},
|
|
586
|
+
boisecounty: {countyFP: "015", stateFP: "16"},
|
|
587
|
+
bonnercounty: {countyFP: "017", stateFP: "16"},
|
|
588
|
+
bonnevillecounty: {countyFP: "019", stateFP: "16"},
|
|
589
|
+
boundarycounty: {countyFP: "021", stateFP: "16"},
|
|
590
|
+
buttecounty: {countyFP: "023", stateFP: "16"},
|
|
591
|
+
camascounty: {countyFP: "025", stateFP: "16"},
|
|
592
|
+
canyoncounty: {countyFP: "027", stateFP: "16"},
|
|
593
|
+
cariboucounty: {countyFP: "029", stateFP: "16"},
|
|
594
|
+
cassiacounty: {countyFP: "031", stateFP: "16"},
|
|
595
|
+
clarkcounty: {countyFP: "033", stateFP: "16"},
|
|
596
|
+
clearwatercounty: {countyFP: "035", stateFP: "16"},
|
|
597
|
+
custercounty: {countyFP: "037", stateFP: "16"},
|
|
598
|
+
elmorecounty: {countyFP: "039", stateFP: "16"},
|
|
599
|
+
franklincounty: {countyFP: "041", stateFP: "16"},
|
|
600
|
+
fremontcounty: {countyFP: "043", stateFP: "16"},
|
|
601
|
+
gemcounty: {countyFP: "045", stateFP: "16"},
|
|
602
|
+
goodingcounty: {countyFP: "047", stateFP: "16"},
|
|
603
|
+
idahocounty: {countyFP: "049", stateFP: "16"},
|
|
604
|
+
jeffersoncounty: {countyFP: "051", stateFP: "16"},
|
|
605
|
+
jeromecounty: {countyFP: "053", stateFP: "16"},
|
|
606
|
+
kootenaicounty: {countyFP: "055", stateFP: "16"},
|
|
607
|
+
latahcounty: {countyFP: "057", stateFP: "16"},
|
|
608
|
+
lemhicounty: {countyFP: "059", stateFP: "16"},
|
|
609
|
+
lewiscounty: {countyFP: "061", stateFP: "16"},
|
|
610
|
+
lincolncounty: {countyFP: "063", stateFP: "16"},
|
|
611
|
+
madisoncounty: {countyFP: "065", stateFP: "16"},
|
|
612
|
+
minidokacounty: {countyFP: "067", stateFP: "16"},
|
|
613
|
+
nezpercecounty: {countyFP: "069", stateFP: "16"},
|
|
614
|
+
oneidacounty: {countyFP: "071", stateFP: "16"},
|
|
615
|
+
owyheecounty: {countyFP: "073", stateFP: "16"},
|
|
616
|
+
payettecounty: {countyFP: "075", stateFP: "16"},
|
|
617
|
+
powercounty: {countyFP: "077", stateFP: "16"},
|
|
618
|
+
shoshonecounty: {countyFP: "079", stateFP: "16"},
|
|
619
|
+
tetoncounty: {countyFP: "081", stateFP: "16"},
|
|
620
|
+
twinfallscounty: {countyFP: "083", stateFP: "16"},
|
|
621
|
+
valleycounty: {countyFP: "085", stateFP: "16"},
|
|
622
|
+
washingtoncounty: {countyFP: "087", stateFP: "16"},
|
|
623
|
+
},
|
|
624
|
+
illinois: {
|
|
625
|
+
adamscounty: {countyFP: "001", stateFP: "17"},
|
|
626
|
+
alexandercounty: {countyFP: "003", stateFP: "17"},
|
|
627
|
+
bondcounty: {countyFP: "005", stateFP: "17"},
|
|
628
|
+
boonecounty: {countyFP: "007", stateFP: "17"},
|
|
629
|
+
browncounty: {countyFP: "009", stateFP: "17"},
|
|
630
|
+
bureaucounty: {countyFP: "011", stateFP: "17"},
|
|
631
|
+
calhouncounty: {countyFP: "013", stateFP: "17"},
|
|
632
|
+
carrollcounty: {countyFP: "015", stateFP: "17"},
|
|
633
|
+
casscounty: {countyFP: "017", stateFP: "17"},
|
|
634
|
+
champaigncounty: {countyFP: "019", stateFP: "17"},
|
|
635
|
+
christiancounty: {countyFP: "021", stateFP: "17"},
|
|
636
|
+
clarkcounty: {countyFP: "023", stateFP: "17"},
|
|
637
|
+
claycounty: {countyFP: "025", stateFP: "17"},
|
|
638
|
+
clintoncounty: {countyFP: "027", stateFP: "17"},
|
|
639
|
+
colescounty: {countyFP: "029", stateFP: "17"},
|
|
640
|
+
cookcounty: {countyFP: "031", stateFP: "17"},
|
|
641
|
+
crawfordcounty: {countyFP: "033", stateFP: "17"},
|
|
642
|
+
cumberlandcounty: {countyFP: "035", stateFP: "17"},
|
|
643
|
+
dekalbcounty: {countyFP: "037", stateFP: "17"},
|
|
644
|
+
dewittcounty: {countyFP: "039", stateFP: "17"},
|
|
645
|
+
douglascounty: {countyFP: "041", stateFP: "17"},
|
|
646
|
+
dupagecounty: {countyFP: "043", stateFP: "17"},
|
|
647
|
+
edgarcounty: {countyFP: "045", stateFP: "17"},
|
|
648
|
+
edwardscounty: {countyFP: "047", stateFP: "17"},
|
|
649
|
+
effinghamcounty: {countyFP: "049", stateFP: "17"},
|
|
650
|
+
fayettecounty: {countyFP: "051", stateFP: "17"},
|
|
651
|
+
fordcounty: {countyFP: "053", stateFP: "17"},
|
|
652
|
+
franklincounty: {countyFP: "055", stateFP: "17"},
|
|
653
|
+
fultoncounty: {countyFP: "057", stateFP: "17"},
|
|
654
|
+
gallatincounty: {countyFP: "059", stateFP: "17"},
|
|
655
|
+
greenecounty: {countyFP: "061", stateFP: "17"},
|
|
656
|
+
grundycounty: {countyFP: "063", stateFP: "17"},
|
|
657
|
+
hamiltoncounty: {countyFP: "065", stateFP: "17"},
|
|
658
|
+
hancockcounty: {countyFP: "067", stateFP: "17"},
|
|
659
|
+
hardincounty: {countyFP: "069", stateFP: "17"},
|
|
660
|
+
hendersoncounty: {countyFP: "071", stateFP: "17"},
|
|
661
|
+
henrycounty: {countyFP: "073", stateFP: "17"},
|
|
662
|
+
iroquoiscounty: {countyFP: "075", stateFP: "17"},
|
|
663
|
+
jacksoncounty: {countyFP: "077", stateFP: "17"},
|
|
664
|
+
jaspercounty: {countyFP: "079", stateFP: "17"},
|
|
665
|
+
jeffersoncounty: {countyFP: "081", stateFP: "17"},
|
|
666
|
+
jerseycounty: {countyFP: "083", stateFP: "17"},
|
|
667
|
+
jodaviesscounty: {countyFP: "085", stateFP: "17"},
|
|
668
|
+
johnsoncounty: {countyFP: "087", stateFP: "17"},
|
|
669
|
+
kanecounty: {countyFP: "089", stateFP: "17"},
|
|
670
|
+
kankakeecounty: {countyFP: "091", stateFP: "17"},
|
|
671
|
+
kendallcounty: {countyFP: "093", stateFP: "17"},
|
|
672
|
+
knoxcounty: {countyFP: "095", stateFP: "17"},
|
|
673
|
+
lakecounty: {countyFP: "097", stateFP: "17"},
|
|
674
|
+
lasallecounty: {countyFP: "099", stateFP: "17"},
|
|
675
|
+
lawrencecounty: {countyFP: "101", stateFP: "17"},
|
|
676
|
+
leecounty: {countyFP: "103", stateFP: "17"},
|
|
677
|
+
livingstoncounty: {countyFP: "105", stateFP: "17"},
|
|
678
|
+
logancounty: {countyFP: "107", stateFP: "17"},
|
|
679
|
+
maconcounty: {countyFP: "115", stateFP: "17"},
|
|
680
|
+
macoupincounty: {countyFP: "117", stateFP: "17"},
|
|
681
|
+
madisoncounty: {countyFP: "119", stateFP: "17"},
|
|
682
|
+
marioncounty: {countyFP: "121", stateFP: "17"},
|
|
683
|
+
marshallcounty: {countyFP: "123", stateFP: "17"},
|
|
684
|
+
masoncounty: {countyFP: "125", stateFP: "17"},
|
|
685
|
+
massaccounty: {countyFP: "127", stateFP: "17"},
|
|
686
|
+
mcdonoughcounty: {countyFP: "109", stateFP: "17"},
|
|
687
|
+
mchenrycounty: {countyFP: "111", stateFP: "17"},
|
|
688
|
+
mcleancounty: {countyFP: "113", stateFP: "17"},
|
|
689
|
+
menardcounty: {countyFP: "129", stateFP: "17"},
|
|
690
|
+
mercercounty: {countyFP: "131", stateFP: "17"},
|
|
691
|
+
monroecounty: {countyFP: "133", stateFP: "17"},
|
|
692
|
+
montgomerycounty: {countyFP: "135", stateFP: "17"},
|
|
693
|
+
morgancounty: {countyFP: "137", stateFP: "17"},
|
|
694
|
+
moultriecounty: {countyFP: "139", stateFP: "17"},
|
|
695
|
+
oglecounty: {countyFP: "141", stateFP: "17"},
|
|
696
|
+
peoriacounty: {countyFP: "143", stateFP: "17"},
|
|
697
|
+
perrycounty: {countyFP: "145", stateFP: "17"},
|
|
698
|
+
piattcounty: {countyFP: "147", stateFP: "17"},
|
|
699
|
+
pikecounty: {countyFP: "149", stateFP: "17"},
|
|
700
|
+
popecounty: {countyFP: "151", stateFP: "17"},
|
|
701
|
+
pulaskicounty: {countyFP: "153", stateFP: "17"},
|
|
702
|
+
putnamcounty: {countyFP: "155", stateFP: "17"},
|
|
703
|
+
randolphcounty: {countyFP: "157", stateFP: "17"},
|
|
704
|
+
richlandcounty: {countyFP: "159", stateFP: "17"},
|
|
705
|
+
rockislandcounty: {countyFP: "161", stateFP: "17"},
|
|
706
|
+
salinecounty: {countyFP: "165", stateFP: "17"},
|
|
707
|
+
sangamoncounty: {countyFP: "167", stateFP: "17"},
|
|
708
|
+
schuylercounty: {countyFP: "169", stateFP: "17"},
|
|
709
|
+
scottcounty: {countyFP: "171", stateFP: "17"},
|
|
710
|
+
shelbycounty: {countyFP: "173", stateFP: "17"},
|
|
711
|
+
starkcounty: {countyFP: "175", stateFP: "17"},
|
|
712
|
+
stclaircounty: {countyFP: "163", stateFP: "17"},
|
|
713
|
+
stephensoncounty: {countyFP: "177", stateFP: "17"},
|
|
714
|
+
tazewellcounty: {countyFP: "179", stateFP: "17"},
|
|
715
|
+
unioncounty: {countyFP: "181", stateFP: "17"},
|
|
716
|
+
vermilioncounty: {countyFP: "183", stateFP: "17"},
|
|
717
|
+
wabashcounty: {countyFP: "185", stateFP: "17"},
|
|
718
|
+
warrencounty: {countyFP: "187", stateFP: "17"},
|
|
719
|
+
washingtoncounty: {countyFP: "189", stateFP: "17"},
|
|
720
|
+
waynecounty: {countyFP: "191", stateFP: "17"},
|
|
721
|
+
whitecounty: {countyFP: "193", stateFP: "17"},
|
|
722
|
+
whitesidecounty: {countyFP: "195", stateFP: "17"},
|
|
723
|
+
willcounty: {countyFP: "197", stateFP: "17"},
|
|
724
|
+
williamsoncounty: {countyFP: "199", stateFP: "17"},
|
|
725
|
+
winnebagocounty: {countyFP: "201", stateFP: "17"},
|
|
726
|
+
woodfordcounty: {countyFP: "203", stateFP: "17"},
|
|
727
|
+
},
|
|
728
|
+
indiana: {
|
|
729
|
+
adamscounty: {countyFP: "001", stateFP: "18"},
|
|
730
|
+
allencounty: {countyFP: "003", stateFP: "18"},
|
|
731
|
+
bartholomewcounty: {countyFP: "005", stateFP: "18"},
|
|
732
|
+
bentoncounty: {countyFP: "007", stateFP: "18"},
|
|
733
|
+
blackfordcounty: {countyFP: "009", stateFP: "18"},
|
|
734
|
+
boonecounty: {countyFP: "011", stateFP: "18"},
|
|
735
|
+
browncounty: {countyFP: "013", stateFP: "18"},
|
|
736
|
+
carrollcounty: {countyFP: "015", stateFP: "18"},
|
|
737
|
+
casscounty: {countyFP: "017", stateFP: "18"},
|
|
738
|
+
clarkcounty: {countyFP: "019", stateFP: "18"},
|
|
739
|
+
claycounty: {countyFP: "021", stateFP: "18"},
|
|
740
|
+
clintoncounty: {countyFP: "023", stateFP: "18"},
|
|
741
|
+
crawfordcounty: {countyFP: "025", stateFP: "18"},
|
|
742
|
+
daviesscounty: {countyFP: "027", stateFP: "18"},
|
|
743
|
+
dearborncounty: {countyFP: "029", stateFP: "18"},
|
|
744
|
+
decaturcounty: {countyFP: "031", stateFP: "18"},
|
|
745
|
+
dekalbcounty: {countyFP: "033", stateFP: "18"},
|
|
746
|
+
delawarecounty: {countyFP: "035", stateFP: "18"},
|
|
747
|
+
duboiscounty: {countyFP: "037", stateFP: "18"},
|
|
748
|
+
elkhartcounty: {countyFP: "039", stateFP: "18"},
|
|
749
|
+
fayettecounty: {countyFP: "041", stateFP: "18"},
|
|
750
|
+
floydcounty: {countyFP: "043", stateFP: "18"},
|
|
751
|
+
fountaincounty: {countyFP: "045", stateFP: "18"},
|
|
752
|
+
franklincounty: {countyFP: "047", stateFP: "18"},
|
|
753
|
+
fultoncounty: {countyFP: "049", stateFP: "18"},
|
|
754
|
+
gibsoncounty: {countyFP: "051", stateFP: "18"},
|
|
755
|
+
grantcounty: {countyFP: "053", stateFP: "18"},
|
|
756
|
+
greenecounty: {countyFP: "055", stateFP: "18"},
|
|
757
|
+
hamiltoncounty: {countyFP: "057", stateFP: "18"},
|
|
758
|
+
hancockcounty: {countyFP: "059", stateFP: "18"},
|
|
759
|
+
harrisoncounty: {countyFP: "061", stateFP: "18"},
|
|
760
|
+
hendrickscounty: {countyFP: "063", stateFP: "18"},
|
|
761
|
+
henrycounty: {countyFP: "065", stateFP: "18"},
|
|
762
|
+
howardcounty: {countyFP: "067", stateFP: "18"},
|
|
763
|
+
huntingtoncounty: {countyFP: "069", stateFP: "18"},
|
|
764
|
+
jacksoncounty: {countyFP: "071", stateFP: "18"},
|
|
765
|
+
jaspercounty: {countyFP: "073", stateFP: "18"},
|
|
766
|
+
jaycounty: {countyFP: "075", stateFP: "18"},
|
|
767
|
+
jeffersoncounty: {countyFP: "077", stateFP: "18"},
|
|
768
|
+
jenningscounty: {countyFP: "079", stateFP: "18"},
|
|
769
|
+
johnsoncounty: {countyFP: "081", stateFP: "18"},
|
|
770
|
+
knoxcounty: {countyFP: "083", stateFP: "18"},
|
|
771
|
+
kosciuskocounty: {countyFP: "085", stateFP: "18"},
|
|
772
|
+
lagrangecounty: {countyFP: "087", stateFP: "18"},
|
|
773
|
+
lakecounty: {countyFP: "089", stateFP: "18"},
|
|
774
|
+
laportecounty: {countyFP: "091", stateFP: "18"},
|
|
775
|
+
lawrencecounty: {countyFP: "093", stateFP: "18"},
|
|
776
|
+
madisoncounty: {countyFP: "095", stateFP: "18"},
|
|
777
|
+
marioncounty: {countyFP: "097", stateFP: "18"},
|
|
778
|
+
marshallcounty: {countyFP: "099", stateFP: "18"},
|
|
779
|
+
martincounty: {countyFP: "101", stateFP: "18"},
|
|
780
|
+
miamicounty: {countyFP: "103", stateFP: "18"},
|
|
781
|
+
monroecounty: {countyFP: "105", stateFP: "18"},
|
|
782
|
+
montgomerycounty: {countyFP: "107", stateFP: "18"},
|
|
783
|
+
morgancounty: {countyFP: "109", stateFP: "18"},
|
|
784
|
+
newtoncounty: {countyFP: "111", stateFP: "18"},
|
|
785
|
+
noblecounty: {countyFP: "113", stateFP: "18"},
|
|
786
|
+
ohiocounty: {countyFP: "115", stateFP: "18"},
|
|
787
|
+
orangecounty: {countyFP: "117", stateFP: "18"},
|
|
788
|
+
owencounty: {countyFP: "119", stateFP: "18"},
|
|
789
|
+
parkecounty: {countyFP: "121", stateFP: "18"},
|
|
790
|
+
perrycounty: {countyFP: "123", stateFP: "18"},
|
|
791
|
+
pikecounty: {countyFP: "125", stateFP: "18"},
|
|
792
|
+
portercounty: {countyFP: "127", stateFP: "18"},
|
|
793
|
+
poseycounty: {countyFP: "129", stateFP: "18"},
|
|
794
|
+
pulaskicounty: {countyFP: "131", stateFP: "18"},
|
|
795
|
+
putnamcounty: {countyFP: "133", stateFP: "18"},
|
|
796
|
+
randolphcounty: {countyFP: "135", stateFP: "18"},
|
|
797
|
+
ripleycounty: {countyFP: "137", stateFP: "18"},
|
|
798
|
+
rushcounty: {countyFP: "139", stateFP: "18"},
|
|
799
|
+
scottcounty: {countyFP: "143", stateFP: "18"},
|
|
800
|
+
shelbycounty: {countyFP: "145", stateFP: "18"},
|
|
801
|
+
spencercounty: {countyFP: "147", stateFP: "18"},
|
|
802
|
+
starkecounty: {countyFP: "149", stateFP: "18"},
|
|
803
|
+
steubencounty: {countyFP: "151", stateFP: "18"},
|
|
804
|
+
stjosephcounty: {countyFP: "141", stateFP: "18"},
|
|
805
|
+
sullivancounty: {countyFP: "153", stateFP: "18"},
|
|
806
|
+
switzerlandcounty: {countyFP: "155", stateFP: "18"},
|
|
807
|
+
tippecanoecounty: {countyFP: "157", stateFP: "18"},
|
|
808
|
+
tiptoncounty: {countyFP: "159", stateFP: "18"},
|
|
809
|
+
unioncounty: {countyFP: "161", stateFP: "18"},
|
|
810
|
+
vanderburghcounty: {countyFP: "163", stateFP: "18"},
|
|
811
|
+
vermillioncounty: {countyFP: "165", stateFP: "18"},
|
|
812
|
+
vigocounty: {countyFP: "167", stateFP: "18"},
|
|
813
|
+
wabashcounty: {countyFP: "169", stateFP: "18"},
|
|
814
|
+
warrencounty: {countyFP: "171", stateFP: "18"},
|
|
815
|
+
warrickcounty: {countyFP: "173", stateFP: "18"},
|
|
816
|
+
washingtoncounty: {countyFP: "175", stateFP: "18"},
|
|
817
|
+
waynecounty: {countyFP: "177", stateFP: "18"},
|
|
818
|
+
wellscounty: {countyFP: "179", stateFP: "18"},
|
|
819
|
+
whitecounty: {countyFP: "181", stateFP: "18"},
|
|
820
|
+
whitleycounty: {countyFP: "183", stateFP: "18"},
|
|
821
|
+
},
|
|
822
|
+
iowa: {
|
|
823
|
+
adaircounty: {countyFP: "001", stateFP: "19"},
|
|
824
|
+
adamscounty: {countyFP: "003", stateFP: "19"},
|
|
825
|
+
allamakeecounty: {countyFP: "005", stateFP: "19"},
|
|
826
|
+
appanoosecounty: {countyFP: "007", stateFP: "19"},
|
|
827
|
+
auduboncounty: {countyFP: "009", stateFP: "19"},
|
|
828
|
+
bentoncounty: {countyFP: "011", stateFP: "19"},
|
|
829
|
+
blackhawkcounty: {countyFP: "013", stateFP: "19"},
|
|
830
|
+
boonecounty: {countyFP: "015", stateFP: "19"},
|
|
831
|
+
bremercounty: {countyFP: "017", stateFP: "19"},
|
|
832
|
+
buchanancounty: {countyFP: "019", stateFP: "19"},
|
|
833
|
+
buenavistacounty: {countyFP: "021", stateFP: "19"},
|
|
834
|
+
butlercounty: {countyFP: "023", stateFP: "19"},
|
|
835
|
+
calhouncounty: {countyFP: "025", stateFP: "19"},
|
|
836
|
+
carrollcounty: {countyFP: "027", stateFP: "19"},
|
|
837
|
+
casscounty: {countyFP: "029", stateFP: "19"},
|
|
838
|
+
cedarcounty: {countyFP: "031", stateFP: "19"},
|
|
839
|
+
cerrogordocounty: {countyFP: "033", stateFP: "19"},
|
|
840
|
+
cherokeecounty: {countyFP: "035", stateFP: "19"},
|
|
841
|
+
chickasawcounty: {countyFP: "037", stateFP: "19"},
|
|
842
|
+
clarkecounty: {countyFP: "039", stateFP: "19"},
|
|
843
|
+
claycounty: {countyFP: "041", stateFP: "19"},
|
|
844
|
+
claytoncounty: {countyFP: "043", stateFP: "19"},
|
|
845
|
+
clintoncounty: {countyFP: "045", stateFP: "19"},
|
|
846
|
+
crawfordcounty: {countyFP: "047", stateFP: "19"},
|
|
847
|
+
dallascounty: {countyFP: "049", stateFP: "19"},
|
|
848
|
+
daviscounty: {countyFP: "051", stateFP: "19"},
|
|
849
|
+
decaturcounty: {countyFP: "053", stateFP: "19"},
|
|
850
|
+
delawarecounty: {countyFP: "055", stateFP: "19"},
|
|
851
|
+
desmoinescounty: {countyFP: "057", stateFP: "19"},
|
|
852
|
+
dickinsoncounty: {countyFP: "059", stateFP: "19"},
|
|
853
|
+
dubuquecounty: {countyFP: "061", stateFP: "19"},
|
|
854
|
+
emmetcounty: {countyFP: "063", stateFP: "19"},
|
|
855
|
+
fayettecounty: {countyFP: "065", stateFP: "19"},
|
|
856
|
+
floydcounty: {countyFP: "067", stateFP: "19"},
|
|
857
|
+
franklincounty: {countyFP: "069", stateFP: "19"},
|
|
858
|
+
fremontcounty: {countyFP: "071", stateFP: "19"},
|
|
859
|
+
greenecounty: {countyFP: "073", stateFP: "19"},
|
|
860
|
+
grundycounty: {countyFP: "075", stateFP: "19"},
|
|
861
|
+
guthriecounty: {countyFP: "077", stateFP: "19"},
|
|
862
|
+
hamiltoncounty: {countyFP: "079", stateFP: "19"},
|
|
863
|
+
hancockcounty: {countyFP: "081", stateFP: "19"},
|
|
864
|
+
hardincounty: {countyFP: "083", stateFP: "19"},
|
|
865
|
+
harrisoncounty: {countyFP: "085", stateFP: "19"},
|
|
866
|
+
henrycounty: {countyFP: "087", stateFP: "19"},
|
|
867
|
+
howardcounty: {countyFP: "089", stateFP: "19"},
|
|
868
|
+
humboldtcounty: {countyFP: "091", stateFP: "19"},
|
|
869
|
+
idacounty: {countyFP: "093", stateFP: "19"},
|
|
870
|
+
iowacounty: {countyFP: "095", stateFP: "19"},
|
|
871
|
+
jacksoncounty: {countyFP: "097", stateFP: "19"},
|
|
872
|
+
jaspercounty: {countyFP: "099", stateFP: "19"},
|
|
873
|
+
jeffersoncounty: {countyFP: "101", stateFP: "19"},
|
|
874
|
+
johnsoncounty: {countyFP: "103", stateFP: "19"},
|
|
875
|
+
jonescounty: {countyFP: "105", stateFP: "19"},
|
|
876
|
+
keokukcounty: {countyFP: "107", stateFP: "19"},
|
|
877
|
+
kossuthcounty: {countyFP: "109", stateFP: "19"},
|
|
878
|
+
leecounty: {countyFP: "111", stateFP: "19"},
|
|
879
|
+
linncounty: {countyFP: "113", stateFP: "19"},
|
|
880
|
+
louisacounty: {countyFP: "115", stateFP: "19"},
|
|
881
|
+
lucascounty: {countyFP: "117", stateFP: "19"},
|
|
882
|
+
lyoncounty: {countyFP: "119", stateFP: "19"},
|
|
883
|
+
madisoncounty: {countyFP: "121", stateFP: "19"},
|
|
884
|
+
mahaskacounty: {countyFP: "123", stateFP: "19"},
|
|
885
|
+
marioncounty: {countyFP: "125", stateFP: "19"},
|
|
886
|
+
marshallcounty: {countyFP: "127", stateFP: "19"},
|
|
887
|
+
millscounty: {countyFP: "129", stateFP: "19"},
|
|
888
|
+
mitchellcounty: {countyFP: "131", stateFP: "19"},
|
|
889
|
+
mononacounty: {countyFP: "133", stateFP: "19"},
|
|
890
|
+
monroecounty: {countyFP: "135", stateFP: "19"},
|
|
891
|
+
montgomerycounty: {countyFP: "137", stateFP: "19"},
|
|
892
|
+
muscatinecounty: {countyFP: "139", stateFP: "19"},
|
|
893
|
+
obriencounty: {countyFP: "141", stateFP: "19"},
|
|
894
|
+
osceolacounty: {countyFP: "143", stateFP: "19"},
|
|
895
|
+
pagecounty: {countyFP: "145", stateFP: "19"},
|
|
896
|
+
paloaltocounty: {countyFP: "147", stateFP: "19"},
|
|
897
|
+
plymouthcounty: {countyFP: "149", stateFP: "19"},
|
|
898
|
+
pocahontascounty: {countyFP: "151", stateFP: "19"},
|
|
899
|
+
polkcounty: {countyFP: "153", stateFP: "19"},
|
|
900
|
+
pottawattamiecounty: {countyFP: "155", stateFP: "19"},
|
|
901
|
+
poweshiekcounty: {countyFP: "157", stateFP: "19"},
|
|
902
|
+
ringgoldcounty: {countyFP: "159", stateFP: "19"},
|
|
903
|
+
saccounty: {countyFP: "161", stateFP: "19"},
|
|
904
|
+
scottcounty: {countyFP: "163", stateFP: "19"},
|
|
905
|
+
shelbycounty: {countyFP: "165", stateFP: "19"},
|
|
906
|
+
siouxcounty: {countyFP: "167", stateFP: "19"},
|
|
907
|
+
storycounty: {countyFP: "169", stateFP: "19"},
|
|
908
|
+
tamacounty: {countyFP: "171", stateFP: "19"},
|
|
909
|
+
taylorcounty: {countyFP: "173", stateFP: "19"},
|
|
910
|
+
unioncounty: {countyFP: "175", stateFP: "19"},
|
|
911
|
+
vanburencounty: {countyFP: "177", stateFP: "19"},
|
|
912
|
+
wapellocounty: {countyFP: "179", stateFP: "19"},
|
|
913
|
+
warrencounty: {countyFP: "181", stateFP: "19"},
|
|
914
|
+
washingtoncounty: {countyFP: "183", stateFP: "19"},
|
|
915
|
+
waynecounty: {countyFP: "185", stateFP: "19"},
|
|
916
|
+
webstercounty: {countyFP: "187", stateFP: "19"},
|
|
917
|
+
winnebagocounty: {countyFP: "189", stateFP: "19"},
|
|
918
|
+
winneshiekcounty: {countyFP: "191", stateFP: "19"},
|
|
919
|
+
woodburycounty: {countyFP: "193", stateFP: "19"},
|
|
920
|
+
worthcounty: {countyFP: "195", stateFP: "19"},
|
|
921
|
+
wrightcounty: {countyFP: "197", stateFP: "19"},
|
|
922
|
+
},
|
|
923
|
+
kansas: {
|
|
924
|
+
allencounty: {countyFP: "001", stateFP: "20"},
|
|
925
|
+
andersoncounty: {countyFP: "003", stateFP: "20"},
|
|
926
|
+
atchisoncounty: {countyFP: "005", stateFP: "20"},
|
|
927
|
+
barbercounty: {countyFP: "007", stateFP: "20"},
|
|
928
|
+
bartoncounty: {countyFP: "009", stateFP: "20"},
|
|
929
|
+
bourboncounty: {countyFP: "011", stateFP: "20"},
|
|
930
|
+
browncounty: {countyFP: "013", stateFP: "20"},
|
|
931
|
+
butlercounty: {countyFP: "015", stateFP: "20"},
|
|
932
|
+
chasecounty: {countyFP: "017", stateFP: "20"},
|
|
933
|
+
chautauquacounty: {countyFP: "019", stateFP: "20"},
|
|
934
|
+
cherokeecounty: {countyFP: "021", stateFP: "20"},
|
|
935
|
+
cheyennecounty: {countyFP: "023", stateFP: "20"},
|
|
936
|
+
clarkcounty: {countyFP: "025", stateFP: "20"},
|
|
937
|
+
claycounty: {countyFP: "027", stateFP: "20"},
|
|
938
|
+
cloudcounty: {countyFP: "029", stateFP: "20"},
|
|
939
|
+
coffeycounty: {countyFP: "031", stateFP: "20"},
|
|
940
|
+
comanchecounty: {countyFP: "033", stateFP: "20"},
|
|
941
|
+
cowleycounty: {countyFP: "035", stateFP: "20"},
|
|
942
|
+
crawfordcounty: {countyFP: "037", stateFP: "20"},
|
|
943
|
+
decaturcounty: {countyFP: "039", stateFP: "20"},
|
|
944
|
+
dickinsoncounty: {countyFP: "041", stateFP: "20"},
|
|
945
|
+
doniphancounty: {countyFP: "043", stateFP: "20"},
|
|
946
|
+
douglascounty: {countyFP: "045", stateFP: "20"},
|
|
947
|
+
edwardscounty: {countyFP: "047", stateFP: "20"},
|
|
948
|
+
elkcounty: {countyFP: "049", stateFP: "20"},
|
|
949
|
+
elliscounty: {countyFP: "051", stateFP: "20"},
|
|
950
|
+
ellsworthcounty: {countyFP: "053", stateFP: "20"},
|
|
951
|
+
finneycounty: {countyFP: "055", stateFP: "20"},
|
|
952
|
+
fordcounty: {countyFP: "057", stateFP: "20"},
|
|
953
|
+
franklincounty: {countyFP: "059", stateFP: "20"},
|
|
954
|
+
gearycounty: {countyFP: "061", stateFP: "20"},
|
|
955
|
+
govecounty: {countyFP: "063", stateFP: "20"},
|
|
956
|
+
grahamcounty: {countyFP: "065", stateFP: "20"},
|
|
957
|
+
grantcounty: {countyFP: "067", stateFP: "20"},
|
|
958
|
+
graycounty: {countyFP: "069", stateFP: "20"},
|
|
959
|
+
greeleycounty: {countyFP: "071", stateFP: "20"},
|
|
960
|
+
greenwoodcounty: {countyFP: "073", stateFP: "20"},
|
|
961
|
+
hamiltoncounty: {countyFP: "075", stateFP: "20"},
|
|
962
|
+
harpercounty: {countyFP: "077", stateFP: "20"},
|
|
963
|
+
harveycounty: {countyFP: "079", stateFP: "20"},
|
|
964
|
+
haskellcounty: {countyFP: "081", stateFP: "20"},
|
|
965
|
+
hodgemancounty: {countyFP: "083", stateFP: "20"},
|
|
966
|
+
jacksoncounty: {countyFP: "085", stateFP: "20"},
|
|
967
|
+
jeffersoncounty: {countyFP: "087", stateFP: "20"},
|
|
968
|
+
jewellcounty: {countyFP: "089", stateFP: "20"},
|
|
969
|
+
johnsoncounty: {countyFP: "091", stateFP: "20"},
|
|
970
|
+
kearnycounty: {countyFP: "093", stateFP: "20"},
|
|
971
|
+
kingmancounty: {countyFP: "095", stateFP: "20"},
|
|
972
|
+
kiowacounty: {countyFP: "097", stateFP: "20"},
|
|
973
|
+
labettecounty: {countyFP: "099", stateFP: "20"},
|
|
974
|
+
lanecounty: {countyFP: "101", stateFP: "20"},
|
|
975
|
+
leavenworthcounty: {countyFP: "103", stateFP: "20"},
|
|
976
|
+
lincolncounty: {countyFP: "105", stateFP: "20"},
|
|
977
|
+
linncounty: {countyFP: "107", stateFP: "20"},
|
|
978
|
+
logancounty: {countyFP: "109", stateFP: "20"},
|
|
979
|
+
lyoncounty: {countyFP: "111", stateFP: "20"},
|
|
980
|
+
marioncounty: {countyFP: "115", stateFP: "20"},
|
|
981
|
+
marshallcounty: {countyFP: "117", stateFP: "20"},
|
|
982
|
+
mcphersoncounty: {countyFP: "113", stateFP: "20"},
|
|
983
|
+
meadecounty: {countyFP: "119", stateFP: "20"},
|
|
984
|
+
miamicounty: {countyFP: "121", stateFP: "20"},
|
|
985
|
+
mitchellcounty: {countyFP: "123", stateFP: "20"},
|
|
986
|
+
montgomerycounty: {countyFP: "125", stateFP: "20"},
|
|
987
|
+
morriscounty: {countyFP: "127", stateFP: "20"},
|
|
988
|
+
mortoncounty: {countyFP: "129", stateFP: "20"},
|
|
989
|
+
nemahacounty: {countyFP: "131", stateFP: "20"},
|
|
990
|
+
neoshocounty: {countyFP: "133", stateFP: "20"},
|
|
991
|
+
nesscounty: {countyFP: "135", stateFP: "20"},
|
|
992
|
+
nortoncounty: {countyFP: "137", stateFP: "20"},
|
|
993
|
+
osagecounty: {countyFP: "139", stateFP: "20"},
|
|
994
|
+
osbornecounty: {countyFP: "141", stateFP: "20"},
|
|
995
|
+
ottawacounty: {countyFP: "143", stateFP: "20"},
|
|
996
|
+
pawneecounty: {countyFP: "145", stateFP: "20"},
|
|
997
|
+
phillipscounty: {countyFP: "147", stateFP: "20"},
|
|
998
|
+
pottawatomiecounty: {countyFP: "149", stateFP: "20"},
|
|
999
|
+
prattcounty: {countyFP: "151", stateFP: "20"},
|
|
1000
|
+
rawlinscounty: {countyFP: "153", stateFP: "20"},
|
|
1001
|
+
renocounty: {countyFP: "155", stateFP: "20"},
|
|
1002
|
+
republiccounty: {countyFP: "157", stateFP: "20"},
|
|
1003
|
+
ricecounty: {countyFP: "159", stateFP: "20"},
|
|
1004
|
+
rileycounty: {countyFP: "161", stateFP: "20"},
|
|
1005
|
+
rookscounty: {countyFP: "163", stateFP: "20"},
|
|
1006
|
+
rushcounty: {countyFP: "165", stateFP: "20"},
|
|
1007
|
+
russellcounty: {countyFP: "167", stateFP: "20"},
|
|
1008
|
+
salinecounty: {countyFP: "169", stateFP: "20"},
|
|
1009
|
+
scottcounty: {countyFP: "171", stateFP: "20"},
|
|
1010
|
+
sedgwickcounty: {countyFP: "173", stateFP: "20"},
|
|
1011
|
+
sewardcounty: {countyFP: "175", stateFP: "20"},
|
|
1012
|
+
shawneecounty: {countyFP: "177", stateFP: "20"},
|
|
1013
|
+
sheridancounty: {countyFP: "179", stateFP: "20"},
|
|
1014
|
+
shermancounty: {countyFP: "181", stateFP: "20"},
|
|
1015
|
+
smithcounty: {countyFP: "183", stateFP: "20"},
|
|
1016
|
+
staffordcounty: {countyFP: "185", stateFP: "20"},
|
|
1017
|
+
stantoncounty: {countyFP: "187", stateFP: "20"},
|
|
1018
|
+
stevenscounty: {countyFP: "189", stateFP: "20"},
|
|
1019
|
+
sumnercounty: {countyFP: "191", stateFP: "20"},
|
|
1020
|
+
thomascounty: {countyFP: "193", stateFP: "20"},
|
|
1021
|
+
tregocounty: {countyFP: "195", stateFP: "20"},
|
|
1022
|
+
wabaunseecounty: {countyFP: "197", stateFP: "20"},
|
|
1023
|
+
wallacecounty: {countyFP: "199", stateFP: "20"},
|
|
1024
|
+
washingtoncounty: {countyFP: "201", stateFP: "20"},
|
|
1025
|
+
wichitacounty: {countyFP: "203", stateFP: "20"},
|
|
1026
|
+
wilsoncounty: {countyFP: "205", stateFP: "20"},
|
|
1027
|
+
woodsoncounty: {countyFP: "207", stateFP: "20"},
|
|
1028
|
+
wyandottecounty: {countyFP: "209", stateFP: "20"},
|
|
1029
|
+
},
|
|
1030
|
+
kentucky: {
|
|
1031
|
+
adaircounty: {countyFP: "001", stateFP: "21"},
|
|
1032
|
+
allencounty: {countyFP: "003", stateFP: "21"},
|
|
1033
|
+
andersoncounty: {countyFP: "005", stateFP: "21"},
|
|
1034
|
+
ballardcounty: {countyFP: "007", stateFP: "21"},
|
|
1035
|
+
barrencounty: {countyFP: "009", stateFP: "21"},
|
|
1036
|
+
bathcounty: {countyFP: "011", stateFP: "21"},
|
|
1037
|
+
bellcounty: {countyFP: "013", stateFP: "21"},
|
|
1038
|
+
boonecounty: {countyFP: "015", stateFP: "21"},
|
|
1039
|
+
bourboncounty: {countyFP: "017", stateFP: "21"},
|
|
1040
|
+
boydcounty: {countyFP: "019", stateFP: "21"},
|
|
1041
|
+
boylecounty: {countyFP: "021", stateFP: "21"},
|
|
1042
|
+
brackencounty: {countyFP: "023", stateFP: "21"},
|
|
1043
|
+
breathittcounty: {countyFP: "025", stateFP: "21"},
|
|
1044
|
+
breckinridgecounty: {countyFP: "027", stateFP: "21"},
|
|
1045
|
+
bullittcounty: {countyFP: "029", stateFP: "21"},
|
|
1046
|
+
butlercounty: {countyFP: "031", stateFP: "21"},
|
|
1047
|
+
caldwellcounty: {countyFP: "033", stateFP: "21"},
|
|
1048
|
+
callowaycounty: {countyFP: "035", stateFP: "21"},
|
|
1049
|
+
campbellcounty: {countyFP: "037", stateFP: "21"},
|
|
1050
|
+
carlislecounty: {countyFP: "039", stateFP: "21"},
|
|
1051
|
+
carrollcounty: {countyFP: "041", stateFP: "21"},
|
|
1052
|
+
cartercounty: {countyFP: "043", stateFP: "21"},
|
|
1053
|
+
caseycounty: {countyFP: "045", stateFP: "21"},
|
|
1054
|
+
christiancounty: {countyFP: "047", stateFP: "21"},
|
|
1055
|
+
clarkcounty: {countyFP: "049", stateFP: "21"},
|
|
1056
|
+
claycounty: {countyFP: "051", stateFP: "21"},
|
|
1057
|
+
clintoncounty: {countyFP: "053", stateFP: "21"},
|
|
1058
|
+
crittendencounty: {countyFP: "055", stateFP: "21"},
|
|
1059
|
+
cumberlandcounty: {countyFP: "057", stateFP: "21"},
|
|
1060
|
+
daviesscounty: {countyFP: "059", stateFP: "21"},
|
|
1061
|
+
edmonsoncounty: {countyFP: "061", stateFP: "21"},
|
|
1062
|
+
elliottcounty: {countyFP: "063", stateFP: "21"},
|
|
1063
|
+
estillcounty: {countyFP: "065", stateFP: "21"},
|
|
1064
|
+
fayettecounty: {countyFP: "067", stateFP: "21"},
|
|
1065
|
+
flemingcounty: {countyFP: "069", stateFP: "21"},
|
|
1066
|
+
floydcounty: {countyFP: "071", stateFP: "21"},
|
|
1067
|
+
franklincounty: {countyFP: "073", stateFP: "21"},
|
|
1068
|
+
fultoncounty: {countyFP: "075", stateFP: "21"},
|
|
1069
|
+
gallatincounty: {countyFP: "077", stateFP: "21"},
|
|
1070
|
+
garrardcounty: {countyFP: "079", stateFP: "21"},
|
|
1071
|
+
grantcounty: {countyFP: "081", stateFP: "21"},
|
|
1072
|
+
gravescounty: {countyFP: "083", stateFP: "21"},
|
|
1073
|
+
graysoncounty: {countyFP: "085", stateFP: "21"},
|
|
1074
|
+
greencounty: {countyFP: "087", stateFP: "21"},
|
|
1075
|
+
greenupcounty: {countyFP: "089", stateFP: "21"},
|
|
1076
|
+
hancockcounty: {countyFP: "091", stateFP: "21"},
|
|
1077
|
+
hardincounty: {countyFP: "093", stateFP: "21"},
|
|
1078
|
+
harlancounty: {countyFP: "095", stateFP: "21"},
|
|
1079
|
+
harrisoncounty: {countyFP: "097", stateFP: "21"},
|
|
1080
|
+
hartcounty: {countyFP: "099", stateFP: "21"},
|
|
1081
|
+
hendersoncounty: {countyFP: "101", stateFP: "21"},
|
|
1082
|
+
henrycounty: {countyFP: "103", stateFP: "21"},
|
|
1083
|
+
hickmancounty: {countyFP: "105", stateFP: "21"},
|
|
1084
|
+
hopkinscounty: {countyFP: "107", stateFP: "21"},
|
|
1085
|
+
jacksoncounty: {countyFP: "109", stateFP: "21"},
|
|
1086
|
+
jeffersoncounty: {countyFP: "111", stateFP: "21"},
|
|
1087
|
+
jessaminecounty: {countyFP: "113", stateFP: "21"},
|
|
1088
|
+
johnsoncounty: {countyFP: "115", stateFP: "21"},
|
|
1089
|
+
kentoncounty: {countyFP: "117", stateFP: "21"},
|
|
1090
|
+
knottcounty: {countyFP: "119", stateFP: "21"},
|
|
1091
|
+
knoxcounty: {countyFP: "121", stateFP: "21"},
|
|
1092
|
+
laruecounty: {countyFP: "123", stateFP: "21"},
|
|
1093
|
+
laurelcounty: {countyFP: "125", stateFP: "21"},
|
|
1094
|
+
lawrencecounty: {countyFP: "127", stateFP: "21"},
|
|
1095
|
+
leecounty: {countyFP: "129", stateFP: "21"},
|
|
1096
|
+
lesliecounty: {countyFP: "131", stateFP: "21"},
|
|
1097
|
+
letchercounty: {countyFP: "133", stateFP: "21"},
|
|
1098
|
+
lewiscounty: {countyFP: "135", stateFP: "21"},
|
|
1099
|
+
lincolncounty: {countyFP: "137", stateFP: "21"},
|
|
1100
|
+
livingstoncounty: {countyFP: "139", stateFP: "21"},
|
|
1101
|
+
logancounty: {countyFP: "141", stateFP: "21"},
|
|
1102
|
+
lyoncounty: {countyFP: "143", stateFP: "21"},
|
|
1103
|
+
madisoncounty: {countyFP: "151", stateFP: "21"},
|
|
1104
|
+
magoffincounty: {countyFP: "153", stateFP: "21"},
|
|
1105
|
+
marioncounty: {countyFP: "155", stateFP: "21"},
|
|
1106
|
+
marshallcounty: {countyFP: "157", stateFP: "21"},
|
|
1107
|
+
martincounty: {countyFP: "159", stateFP: "21"},
|
|
1108
|
+
masoncounty: {countyFP: "161", stateFP: "21"},
|
|
1109
|
+
mccrackencounty: {countyFP: "145", stateFP: "21"},
|
|
1110
|
+
mccrearycounty: {countyFP: "147", stateFP: "21"},
|
|
1111
|
+
mcleancounty: {countyFP: "149", stateFP: "21"},
|
|
1112
|
+
meadecounty: {countyFP: "163", stateFP: "21"},
|
|
1113
|
+
menifeecounty: {countyFP: "165", stateFP: "21"},
|
|
1114
|
+
mercercounty: {countyFP: "167", stateFP: "21"},
|
|
1115
|
+
metcalfecounty: {countyFP: "169", stateFP: "21"},
|
|
1116
|
+
monroecounty: {countyFP: "171", stateFP: "21"},
|
|
1117
|
+
montgomerycounty: {countyFP: "173", stateFP: "21"},
|
|
1118
|
+
morgancounty: {countyFP: "175", stateFP: "21"},
|
|
1119
|
+
muhlenbergcounty: {countyFP: "177", stateFP: "21"},
|
|
1120
|
+
nelsoncounty: {countyFP: "179", stateFP: "21"},
|
|
1121
|
+
nicholascounty: {countyFP: "181", stateFP: "21"},
|
|
1122
|
+
ohiocounty: {countyFP: "183", stateFP: "21"},
|
|
1123
|
+
oldhamcounty: {countyFP: "185", stateFP: "21"},
|
|
1124
|
+
owencounty: {countyFP: "187", stateFP: "21"},
|
|
1125
|
+
owsleycounty: {countyFP: "189", stateFP: "21"},
|
|
1126
|
+
pendletoncounty: {countyFP: "191", stateFP: "21"},
|
|
1127
|
+
perrycounty: {countyFP: "193", stateFP: "21"},
|
|
1128
|
+
pikecounty: {countyFP: "195", stateFP: "21"},
|
|
1129
|
+
powellcounty: {countyFP: "197", stateFP: "21"},
|
|
1130
|
+
pulaskicounty: {countyFP: "199", stateFP: "21"},
|
|
1131
|
+
robertsoncounty: {countyFP: "201", stateFP: "21"},
|
|
1132
|
+
rockcastlecounty: {countyFP: "203", stateFP: "21"},
|
|
1133
|
+
rowancounty: {countyFP: "205", stateFP: "21"},
|
|
1134
|
+
russellcounty: {countyFP: "207", stateFP: "21"},
|
|
1135
|
+
scottcounty: {countyFP: "209", stateFP: "21"},
|
|
1136
|
+
shelbycounty: {countyFP: "211", stateFP: "21"},
|
|
1137
|
+
simpsoncounty: {countyFP: "213", stateFP: "21"},
|
|
1138
|
+
spencercounty: {countyFP: "215", stateFP: "21"},
|
|
1139
|
+
taylorcounty: {countyFP: "217", stateFP: "21"},
|
|
1140
|
+
toddcounty: {countyFP: "219", stateFP: "21"},
|
|
1141
|
+
triggcounty: {countyFP: "221", stateFP: "21"},
|
|
1142
|
+
trimblecounty: {countyFP: "223", stateFP: "21"},
|
|
1143
|
+
unioncounty: {countyFP: "225", stateFP: "21"},
|
|
1144
|
+
warrencounty: {countyFP: "227", stateFP: "21"},
|
|
1145
|
+
washingtoncounty: {countyFP: "229", stateFP: "21"},
|
|
1146
|
+
waynecounty: {countyFP: "231", stateFP: "21"},
|
|
1147
|
+
webstercounty: {countyFP: "233", stateFP: "21"},
|
|
1148
|
+
whitleycounty: {countyFP: "235", stateFP: "21"},
|
|
1149
|
+
wolfecounty: {countyFP: "237", stateFP: "21"},
|
|
1150
|
+
woodfordcounty: {countyFP: "239", stateFP: "21"},
|
|
1151
|
+
},
|
|
1152
|
+
louisiana: {
|
|
1153
|
+
acadiaparish: {countyFP: "001", stateFP: "22"},
|
|
1154
|
+
allenparish: {countyFP: "003", stateFP: "22"},
|
|
1155
|
+
ascensionparish: {countyFP: "005", stateFP: "22"},
|
|
1156
|
+
assumptionparish: {countyFP: "007", stateFP: "22"},
|
|
1157
|
+
avoyellesparish: {countyFP: "009", stateFP: "22"},
|
|
1158
|
+
beauregardparish: {countyFP: "011", stateFP: "22"},
|
|
1159
|
+
bienvilleparish: {countyFP: "013", stateFP: "22"},
|
|
1160
|
+
bossierparish: {countyFP: "015", stateFP: "22"},
|
|
1161
|
+
caddoparish: {countyFP: "017", stateFP: "22"},
|
|
1162
|
+
calcasieuparish: {countyFP: "019", stateFP: "22"},
|
|
1163
|
+
caldwellparish: {countyFP: "021", stateFP: "22"},
|
|
1164
|
+
cameronparish: {countyFP: "023", stateFP: "22"},
|
|
1165
|
+
catahoulaparish: {countyFP: "025", stateFP: "22"},
|
|
1166
|
+
claiborneparish: {countyFP: "027", stateFP: "22"},
|
|
1167
|
+
concordiaparish: {countyFP: "029", stateFP: "22"},
|
|
1168
|
+
desotoparish: {countyFP: "031", stateFP: "22"},
|
|
1169
|
+
eastbatonrougeparish: {countyFP: "033", stateFP: "22"},
|
|
1170
|
+
eastcarrollparish: {countyFP: "035", stateFP: "22"},
|
|
1171
|
+
eastfelicianaparish: {countyFP: "037", stateFP: "22"},
|
|
1172
|
+
evangelineparish: {countyFP: "039", stateFP: "22"},
|
|
1173
|
+
franklinparish: {countyFP: "041", stateFP: "22"},
|
|
1174
|
+
grantparish: {countyFP: "043", stateFP: "22"},
|
|
1175
|
+
iberiaparish: {countyFP: "045", stateFP: "22"},
|
|
1176
|
+
ibervilleparish: {countyFP: "047", stateFP: "22"},
|
|
1177
|
+
jacksonparish: {countyFP: "049", stateFP: "22"},
|
|
1178
|
+
jeffersondavisparish: {countyFP: "053", stateFP: "22"},
|
|
1179
|
+
jeffersonparish: {countyFP: "051", stateFP: "22"},
|
|
1180
|
+
lafayetteparish: {countyFP: "055", stateFP: "22"},
|
|
1181
|
+
lafourcheparish: {countyFP: "057", stateFP: "22"},
|
|
1182
|
+
lasalleparish: {countyFP: "059", stateFP: "22"},
|
|
1183
|
+
lincolnparish: {countyFP: "061", stateFP: "22"},
|
|
1184
|
+
livingstonparish: {countyFP: "063", stateFP: "22"},
|
|
1185
|
+
madisonparish: {countyFP: "065", stateFP: "22"},
|
|
1186
|
+
morehouseparish: {countyFP: "067", stateFP: "22"},
|
|
1187
|
+
natchitochesparish: {countyFP: "069", stateFP: "22"},
|
|
1188
|
+
orleansparish: {countyFP: "071", stateFP: "22"},
|
|
1189
|
+
ouachitaparish: {countyFP: "073", stateFP: "22"},
|
|
1190
|
+
plaqueminesparish: {countyFP: "075", stateFP: "22"},
|
|
1191
|
+
pointecoupeeparish: {countyFP: "077", stateFP: "22"},
|
|
1192
|
+
rapidesparish: {countyFP: "079", stateFP: "22"},
|
|
1193
|
+
redriverparish: {countyFP: "081", stateFP: "22"},
|
|
1194
|
+
richlandparish: {countyFP: "083", stateFP: "22"},
|
|
1195
|
+
sabineparish: {countyFP: "085", stateFP: "22"},
|
|
1196
|
+
stbernardparish: {countyFP: "087", stateFP: "22"},
|
|
1197
|
+
stcharlesparish: {countyFP: "089", stateFP: "22"},
|
|
1198
|
+
sthelenaparish: {countyFP: "091", stateFP: "22"},
|
|
1199
|
+
stjamesparish: {countyFP: "093", stateFP: "22"},
|
|
1200
|
+
stjohnthebaptistparish: {countyFP: "095", stateFP: "22"},
|
|
1201
|
+
stlandryparish: {countyFP: "097", stateFP: "22"},
|
|
1202
|
+
stmartinparish: {countyFP: "099", stateFP: "22"},
|
|
1203
|
+
stmaryparish: {countyFP: "101", stateFP: "22"},
|
|
1204
|
+
sttammanyparish: {countyFP: "103", stateFP: "22"},
|
|
1205
|
+
tangipahoaparish: {countyFP: "105", stateFP: "22"},
|
|
1206
|
+
tensasparish: {countyFP: "107", stateFP: "22"},
|
|
1207
|
+
terrebonneparish: {countyFP: "109", stateFP: "22"},
|
|
1208
|
+
unionparish: {countyFP: "111", stateFP: "22"},
|
|
1209
|
+
vermilionparish: {countyFP: "113", stateFP: "22"},
|
|
1210
|
+
vernonparish: {countyFP: "115", stateFP: "22"},
|
|
1211
|
+
washingtonparish: {countyFP: "117", stateFP: "22"},
|
|
1212
|
+
websterparish: {countyFP: "119", stateFP: "22"},
|
|
1213
|
+
westbatonrougeparish: {countyFP: "121", stateFP: "22"},
|
|
1214
|
+
westcarrollparish: {countyFP: "123", stateFP: "22"},
|
|
1215
|
+
westfelicianaparish: {countyFP: "125", stateFP: "22"},
|
|
1216
|
+
winnparish: {countyFP: "127", stateFP: "22"},
|
|
1217
|
+
},
|
|
1218
|
+
maine: {
|
|
1219
|
+
androscoggincounty: {countyFP: "001", stateFP: "23"},
|
|
1220
|
+
aroostookcounty: {countyFP: "003", stateFP: "23"},
|
|
1221
|
+
cumberlandcounty: {countyFP: "005", stateFP: "23"},
|
|
1222
|
+
franklincounty: {countyFP: "007", stateFP: "23"},
|
|
1223
|
+
hancockcounty: {countyFP: "009", stateFP: "23"},
|
|
1224
|
+
kennebeccounty: {countyFP: "011", stateFP: "23"},
|
|
1225
|
+
knoxcounty: {countyFP: "013", stateFP: "23"},
|
|
1226
|
+
lincolncounty: {countyFP: "015", stateFP: "23"},
|
|
1227
|
+
oxfordcounty: {countyFP: "017", stateFP: "23"},
|
|
1228
|
+
penobscotcounty: {countyFP: "019", stateFP: "23"},
|
|
1229
|
+
piscataquiscounty: {countyFP: "021", stateFP: "23"},
|
|
1230
|
+
sagadahoccounty: {countyFP: "023", stateFP: "23"},
|
|
1231
|
+
somersetcounty: {countyFP: "025", stateFP: "23"},
|
|
1232
|
+
waldocounty: {countyFP: "027", stateFP: "23"},
|
|
1233
|
+
washingtoncounty: {countyFP: "029", stateFP: "23"},
|
|
1234
|
+
yorkcounty: {countyFP: "031", stateFP: "23"},
|
|
1235
|
+
},
|
|
1236
|
+
maryland: {
|
|
1237
|
+
alleganycounty: {countyFP: "001", stateFP: "24"},
|
|
1238
|
+
annearundelcounty: {countyFP: "003", stateFP: "24"},
|
|
1239
|
+
baltimorecity: {countyFP: "510", stateFP: "24"},
|
|
1240
|
+
baltimorecounty: {countyFP: "005", stateFP: "24"},
|
|
1241
|
+
calvertcounty: {countyFP: "009", stateFP: "24"},
|
|
1242
|
+
carolinecounty: {countyFP: "011", stateFP: "24"},
|
|
1243
|
+
carrollcounty: {countyFP: "013", stateFP: "24"},
|
|
1244
|
+
cecilcounty: {countyFP: "015", stateFP: "24"},
|
|
1245
|
+
charlescounty: {countyFP: "017", stateFP: "24"},
|
|
1246
|
+
dorchestercounty: {countyFP: "019", stateFP: "24"},
|
|
1247
|
+
frederickcounty: {countyFP: "021", stateFP: "24"},
|
|
1248
|
+
garrettcounty: {countyFP: "023", stateFP: "24"},
|
|
1249
|
+
harfordcounty: {countyFP: "025", stateFP: "24"},
|
|
1250
|
+
howardcounty: {countyFP: "027", stateFP: "24"},
|
|
1251
|
+
kentcounty: {countyFP: "029", stateFP: "24"},
|
|
1252
|
+
montgomerycounty: {countyFP: "031", stateFP: "24"},
|
|
1253
|
+
princegeorgescounty: {countyFP: "033", stateFP: "24"},
|
|
1254
|
+
queenannescounty: {countyFP: "035", stateFP: "24"},
|
|
1255
|
+
somersetcounty: {countyFP: "039", stateFP: "24"},
|
|
1256
|
+
stmaryscounty: {countyFP: "037", stateFP: "24"},
|
|
1257
|
+
talbotcounty: {countyFP: "041", stateFP: "24"},
|
|
1258
|
+
washingtoncounty: {countyFP: "043", stateFP: "24"},
|
|
1259
|
+
wicomicocounty: {countyFP: "045", stateFP: "24"},
|
|
1260
|
+
worcestercounty: {countyFP: "047", stateFP: "24"},
|
|
1261
|
+
},
|
|
1262
|
+
massachusetts: {
|
|
1263
|
+
barnstablecounty: {countyFP: "001", stateFP: "25"},
|
|
1264
|
+
berkshirecounty: {countyFP: "003", stateFP: "25"},
|
|
1265
|
+
bristolcounty: {countyFP: "005", stateFP: "25"},
|
|
1266
|
+
dukescounty: {countyFP: "007", stateFP: "25"},
|
|
1267
|
+
essexcounty: {countyFP: "009", stateFP: "25"},
|
|
1268
|
+
franklincounty: {countyFP: "011", stateFP: "25"},
|
|
1269
|
+
hampdencounty: {countyFP: "013", stateFP: "25"},
|
|
1270
|
+
hampshirecounty: {countyFP: "015", stateFP: "25"},
|
|
1271
|
+
middlesexcounty: {countyFP: "017", stateFP: "25"},
|
|
1272
|
+
nantucketcounty: {countyFP: "019", stateFP: "25"},
|
|
1273
|
+
norfolkcounty: {countyFP: "021", stateFP: "25"},
|
|
1274
|
+
plymouthcounty: {countyFP: "023", stateFP: "25"},
|
|
1275
|
+
suffolkcounty: {countyFP: "025", stateFP: "25"},
|
|
1276
|
+
worcestercounty: {countyFP: "027", stateFP: "25"},
|
|
1277
|
+
},
|
|
1278
|
+
michigan: {
|
|
1279
|
+
alconacounty: {countyFP: "001", stateFP: "26"},
|
|
1280
|
+
algercounty: {countyFP: "003", stateFP: "26"},
|
|
1281
|
+
allegancounty: {countyFP: "005", stateFP: "26"},
|
|
1282
|
+
alpenacounty: {countyFP: "007", stateFP: "26"},
|
|
1283
|
+
antrimcounty: {countyFP: "009", stateFP: "26"},
|
|
1284
|
+
arenaccounty: {countyFP: "011", stateFP: "26"},
|
|
1285
|
+
baragacounty: {countyFP: "013", stateFP: "26"},
|
|
1286
|
+
barrycounty: {countyFP: "015", stateFP: "26"},
|
|
1287
|
+
baycounty: {countyFP: "017", stateFP: "26"},
|
|
1288
|
+
benziecounty: {countyFP: "019", stateFP: "26"},
|
|
1289
|
+
berriencounty: {countyFP: "021", stateFP: "26"},
|
|
1290
|
+
branchcounty: {countyFP: "023", stateFP: "26"},
|
|
1291
|
+
calhouncounty: {countyFP: "025", stateFP: "26"},
|
|
1292
|
+
casscounty: {countyFP: "027", stateFP: "26"},
|
|
1293
|
+
charlevoixcounty: {countyFP: "029", stateFP: "26"},
|
|
1294
|
+
cheboygancounty: {countyFP: "031", stateFP: "26"},
|
|
1295
|
+
chippewacounty: {countyFP: "033", stateFP: "26"},
|
|
1296
|
+
clarecounty: {countyFP: "035", stateFP: "26"},
|
|
1297
|
+
clintoncounty: {countyFP: "037", stateFP: "26"},
|
|
1298
|
+
crawfordcounty: {countyFP: "039", stateFP: "26"},
|
|
1299
|
+
deltacounty: {countyFP: "041", stateFP: "26"},
|
|
1300
|
+
dickinsoncounty: {countyFP: "043", stateFP: "26"},
|
|
1301
|
+
eatoncounty: {countyFP: "045", stateFP: "26"},
|
|
1302
|
+
emmetcounty: {countyFP: "047", stateFP: "26"},
|
|
1303
|
+
geneseecounty: {countyFP: "049", stateFP: "26"},
|
|
1304
|
+
gladwincounty: {countyFP: "051", stateFP: "26"},
|
|
1305
|
+
gogebiccounty: {countyFP: "053", stateFP: "26"},
|
|
1306
|
+
grandtraversecounty: {countyFP: "055", stateFP: "26"},
|
|
1307
|
+
gratiotcounty: {countyFP: "057", stateFP: "26"},
|
|
1308
|
+
hillsdalecounty: {countyFP: "059", stateFP: "26"},
|
|
1309
|
+
houghtoncounty: {countyFP: "061", stateFP: "26"},
|
|
1310
|
+
huroncounty: {countyFP: "063", stateFP: "26"},
|
|
1311
|
+
inghamcounty: {countyFP: "065", stateFP: "26"},
|
|
1312
|
+
ioniacounty: {countyFP: "067", stateFP: "26"},
|
|
1313
|
+
ioscocounty: {countyFP: "069", stateFP: "26"},
|
|
1314
|
+
ironcounty: {countyFP: "071", stateFP: "26"},
|
|
1315
|
+
isabellacounty: {countyFP: "073", stateFP: "26"},
|
|
1316
|
+
jacksoncounty: {countyFP: "075", stateFP: "26"},
|
|
1317
|
+
kalamazoocounty: {countyFP: "077", stateFP: "26"},
|
|
1318
|
+
kalkaskacounty: {countyFP: "079", stateFP: "26"},
|
|
1319
|
+
kentcounty: {countyFP: "081", stateFP: "26"},
|
|
1320
|
+
keweenawcounty: {countyFP: "083", stateFP: "26"},
|
|
1321
|
+
lakecounty: {countyFP: "085", stateFP: "26"},
|
|
1322
|
+
lapeercounty: {countyFP: "087", stateFP: "26"},
|
|
1323
|
+
leelanaucounty: {countyFP: "089", stateFP: "26"},
|
|
1324
|
+
lenaweecounty: {countyFP: "091", stateFP: "26"},
|
|
1325
|
+
livingstoncounty: {countyFP: "093", stateFP: "26"},
|
|
1326
|
+
lucecounty: {countyFP: "095", stateFP: "26"},
|
|
1327
|
+
mackinaccounty: {countyFP: "097", stateFP: "26"},
|
|
1328
|
+
macombcounty: {countyFP: "099", stateFP: "26"},
|
|
1329
|
+
manisteecounty: {countyFP: "101", stateFP: "26"},
|
|
1330
|
+
marquettecounty: {countyFP: "103", stateFP: "26"},
|
|
1331
|
+
masoncounty: {countyFP: "105", stateFP: "26"},
|
|
1332
|
+
mecostacounty: {countyFP: "107", stateFP: "26"},
|
|
1333
|
+
menomineecounty: {countyFP: "109", stateFP: "26"},
|
|
1334
|
+
midlandcounty: {countyFP: "111", stateFP: "26"},
|
|
1335
|
+
missaukeecounty: {countyFP: "113", stateFP: "26"},
|
|
1336
|
+
monroecounty: {countyFP: "115", stateFP: "26"},
|
|
1337
|
+
montcalmcounty: {countyFP: "117", stateFP: "26"},
|
|
1338
|
+
montmorencycounty: {countyFP: "119", stateFP: "26"},
|
|
1339
|
+
muskegoncounty: {countyFP: "121", stateFP: "26"},
|
|
1340
|
+
newaygocounty: {countyFP: "123", stateFP: "26"},
|
|
1341
|
+
oaklandcounty: {countyFP: "125", stateFP: "26"},
|
|
1342
|
+
oceanacounty: {countyFP: "127", stateFP: "26"},
|
|
1343
|
+
ogemawcounty: {countyFP: "129", stateFP: "26"},
|
|
1344
|
+
ontonagoncounty: {countyFP: "131", stateFP: "26"},
|
|
1345
|
+
osceolacounty: {countyFP: "133", stateFP: "26"},
|
|
1346
|
+
oscodacounty: {countyFP: "135", stateFP: "26"},
|
|
1347
|
+
otsegocounty: {countyFP: "137", stateFP: "26"},
|
|
1348
|
+
ottawacounty: {countyFP: "139", stateFP: "26"},
|
|
1349
|
+
presqueislecounty: {countyFP: "141", stateFP: "26"},
|
|
1350
|
+
roscommoncounty: {countyFP: "143", stateFP: "26"},
|
|
1351
|
+
saginawcounty: {countyFP: "145", stateFP: "26"},
|
|
1352
|
+
sanilaccounty: {countyFP: "151", stateFP: "26"},
|
|
1353
|
+
schoolcraftcounty: {countyFP: "153", stateFP: "26"},
|
|
1354
|
+
shiawasseecounty: {countyFP: "155", stateFP: "26"},
|
|
1355
|
+
stclaircounty: {countyFP: "147", stateFP: "26"},
|
|
1356
|
+
stjosephcounty: {countyFP: "149", stateFP: "26"},
|
|
1357
|
+
tuscolacounty: {countyFP: "157", stateFP: "26"},
|
|
1358
|
+
vanburencounty: {countyFP: "159", stateFP: "26"},
|
|
1359
|
+
washtenawcounty: {countyFP: "161", stateFP: "26"},
|
|
1360
|
+
waynecounty: {countyFP: "163", stateFP: "26"},
|
|
1361
|
+
wexfordcounty: {countyFP: "165", stateFP: "26"},
|
|
1362
|
+
},
|
|
1363
|
+
minnesota: {
|
|
1364
|
+
aitkincounty: {countyFP: "001", stateFP: "27"},
|
|
1365
|
+
anokacounty: {countyFP: "003", stateFP: "27"},
|
|
1366
|
+
beckercounty: {countyFP: "005", stateFP: "27"},
|
|
1367
|
+
beltramicounty: {countyFP: "007", stateFP: "27"},
|
|
1368
|
+
bentoncounty: {countyFP: "009", stateFP: "27"},
|
|
1369
|
+
bigstonecounty: {countyFP: "011", stateFP: "27"},
|
|
1370
|
+
blueearthcounty: {countyFP: "013", stateFP: "27"},
|
|
1371
|
+
browncounty: {countyFP: "015", stateFP: "27"},
|
|
1372
|
+
carltoncounty: {countyFP: "017", stateFP: "27"},
|
|
1373
|
+
carvercounty: {countyFP: "019", stateFP: "27"},
|
|
1374
|
+
casscounty: {countyFP: "021", stateFP: "27"},
|
|
1375
|
+
chippewacounty: {countyFP: "023", stateFP: "27"},
|
|
1376
|
+
chisagocounty: {countyFP: "025", stateFP: "27"},
|
|
1377
|
+
claycounty: {countyFP: "027", stateFP: "27"},
|
|
1378
|
+
clearwatercounty: {countyFP: "029", stateFP: "27"},
|
|
1379
|
+
cookcounty: {countyFP: "031", stateFP: "27"},
|
|
1380
|
+
cottonwoodcounty: {countyFP: "033", stateFP: "27"},
|
|
1381
|
+
crowwingcounty: {countyFP: "035", stateFP: "27"},
|
|
1382
|
+
dakotacounty: {countyFP: "037", stateFP: "27"},
|
|
1383
|
+
dodgecounty: {countyFP: "039", stateFP: "27"},
|
|
1384
|
+
douglascounty: {countyFP: "041", stateFP: "27"},
|
|
1385
|
+
faribaultcounty: {countyFP: "043", stateFP: "27"},
|
|
1386
|
+
fillmorecounty: {countyFP: "045", stateFP: "27"},
|
|
1387
|
+
freeborncounty: {countyFP: "047", stateFP: "27"},
|
|
1388
|
+
goodhuecounty: {countyFP: "049", stateFP: "27"},
|
|
1389
|
+
grantcounty: {countyFP: "051", stateFP: "27"},
|
|
1390
|
+
hennepincounty: {countyFP: "053", stateFP: "27"},
|
|
1391
|
+
houstoncounty: {countyFP: "055", stateFP: "27"},
|
|
1392
|
+
hubbardcounty: {countyFP: "057", stateFP: "27"},
|
|
1393
|
+
isanticounty: {countyFP: "059", stateFP: "27"},
|
|
1394
|
+
itascacounty: {countyFP: "061", stateFP: "27"},
|
|
1395
|
+
jacksoncounty: {countyFP: "063", stateFP: "27"},
|
|
1396
|
+
kanabeccounty: {countyFP: "065", stateFP: "27"},
|
|
1397
|
+
kandiyohicounty: {countyFP: "067", stateFP: "27"},
|
|
1398
|
+
kittsoncounty: {countyFP: "069", stateFP: "27"},
|
|
1399
|
+
koochichingcounty: {countyFP: "071", stateFP: "27"},
|
|
1400
|
+
lacquiparlecounty: {countyFP: "073", stateFP: "27"},
|
|
1401
|
+
lakecounty: {countyFP: "075", stateFP: "27"},
|
|
1402
|
+
lakeofthewoodscounty: {countyFP: "077", stateFP: "27"},
|
|
1403
|
+
lesueurcounty: {countyFP: "079", stateFP: "27"},
|
|
1404
|
+
lincolncounty: {countyFP: "081", stateFP: "27"},
|
|
1405
|
+
lyoncounty: {countyFP: "083", stateFP: "27"},
|
|
1406
|
+
mahnomencounty: {countyFP: "087", stateFP: "27"},
|
|
1407
|
+
marshallcounty: {countyFP: "089", stateFP: "27"},
|
|
1408
|
+
martincounty: {countyFP: "091", stateFP: "27"},
|
|
1409
|
+
mcleodcounty: {countyFP: "085", stateFP: "27"},
|
|
1410
|
+
meekercounty: {countyFP: "093", stateFP: "27"},
|
|
1411
|
+
millelacscounty: {countyFP: "095", stateFP: "27"},
|
|
1412
|
+
morrisoncounty: {countyFP: "097", stateFP: "27"},
|
|
1413
|
+
mowercounty: {countyFP: "099", stateFP: "27"},
|
|
1414
|
+
murraycounty: {countyFP: "101", stateFP: "27"},
|
|
1415
|
+
nicolletcounty: {countyFP: "103", stateFP: "27"},
|
|
1416
|
+
noblescounty: {countyFP: "105", stateFP: "27"},
|
|
1417
|
+
normancounty: {countyFP: "107", stateFP: "27"},
|
|
1418
|
+
olmstedcounty: {countyFP: "109", stateFP: "27"},
|
|
1419
|
+
ottertailcounty: {countyFP: "111", stateFP: "27"},
|
|
1420
|
+
penningtoncounty: {countyFP: "113", stateFP: "27"},
|
|
1421
|
+
pinecounty: {countyFP: "115", stateFP: "27"},
|
|
1422
|
+
pipestonecounty: {countyFP: "117", stateFP: "27"},
|
|
1423
|
+
polkcounty: {countyFP: "119", stateFP: "27"},
|
|
1424
|
+
popecounty: {countyFP: "121", stateFP: "27"},
|
|
1425
|
+
ramseycounty: {countyFP: "123", stateFP: "27"},
|
|
1426
|
+
redlakecounty: {countyFP: "125", stateFP: "27"},
|
|
1427
|
+
redwoodcounty: {countyFP: "127", stateFP: "27"},
|
|
1428
|
+
renvillecounty: {countyFP: "129", stateFP: "27"},
|
|
1429
|
+
ricecounty: {countyFP: "131", stateFP: "27"},
|
|
1430
|
+
rockcounty: {countyFP: "133", stateFP: "27"},
|
|
1431
|
+
roseaucounty: {countyFP: "135", stateFP: "27"},
|
|
1432
|
+
scottcounty: {countyFP: "139", stateFP: "27"},
|
|
1433
|
+
sherburnecounty: {countyFP: "141", stateFP: "27"},
|
|
1434
|
+
sibleycounty: {countyFP: "143", stateFP: "27"},
|
|
1435
|
+
stearnscounty: {countyFP: "145", stateFP: "27"},
|
|
1436
|
+
steelecounty: {countyFP: "147", stateFP: "27"},
|
|
1437
|
+
stevenscounty: {countyFP: "149", stateFP: "27"},
|
|
1438
|
+
stlouiscounty: {countyFP: "137", stateFP: "27"},
|
|
1439
|
+
swiftcounty: {countyFP: "151", stateFP: "27"},
|
|
1440
|
+
toddcounty: {countyFP: "153", stateFP: "27"},
|
|
1441
|
+
traversecounty: {countyFP: "155", stateFP: "27"},
|
|
1442
|
+
wabashacounty: {countyFP: "157", stateFP: "27"},
|
|
1443
|
+
wadenacounty: {countyFP: "159", stateFP: "27"},
|
|
1444
|
+
wasecacounty: {countyFP: "161", stateFP: "27"},
|
|
1445
|
+
washingtoncounty: {countyFP: "163", stateFP: "27"},
|
|
1446
|
+
watonwancounty: {countyFP: "165", stateFP: "27"},
|
|
1447
|
+
wilkincounty: {countyFP: "167", stateFP: "27"},
|
|
1448
|
+
winonacounty: {countyFP: "169", stateFP: "27"},
|
|
1449
|
+
wrightcounty: {countyFP: "171", stateFP: "27"},
|
|
1450
|
+
yellowmedicinecounty: {countyFP: "173", stateFP: "27"},
|
|
1451
|
+
},
|
|
1452
|
+
mississippi: {
|
|
1453
|
+
adamscounty: {countyFP: "001", stateFP: "28"},
|
|
1454
|
+
alcorncounty: {countyFP: "003", stateFP: "28"},
|
|
1455
|
+
amitecounty: {countyFP: "005", stateFP: "28"},
|
|
1456
|
+
attalacounty: {countyFP: "007", stateFP: "28"},
|
|
1457
|
+
bentoncounty: {countyFP: "009", stateFP: "28"},
|
|
1458
|
+
bolivarcounty: {countyFP: "011", stateFP: "28"},
|
|
1459
|
+
calhouncounty: {countyFP: "013", stateFP: "28"},
|
|
1460
|
+
carrollcounty: {countyFP: "015", stateFP: "28"},
|
|
1461
|
+
chickasawcounty: {countyFP: "017", stateFP: "28"},
|
|
1462
|
+
choctawcounty: {countyFP: "019", stateFP: "28"},
|
|
1463
|
+
claibornecounty: {countyFP: "021", stateFP: "28"},
|
|
1464
|
+
clarkecounty: {countyFP: "023", stateFP: "28"},
|
|
1465
|
+
claycounty: {countyFP: "025", stateFP: "28"},
|
|
1466
|
+
coahomacounty: {countyFP: "027", stateFP: "28"},
|
|
1467
|
+
copiahcounty: {countyFP: "029", stateFP: "28"},
|
|
1468
|
+
covingtoncounty: {countyFP: "031", stateFP: "28"},
|
|
1469
|
+
desotocounty: {countyFP: "033", stateFP: "28"},
|
|
1470
|
+
forrestcounty: {countyFP: "035", stateFP: "28"},
|
|
1471
|
+
franklincounty: {countyFP: "037", stateFP: "28"},
|
|
1472
|
+
georgecounty: {countyFP: "039", stateFP: "28"},
|
|
1473
|
+
greenecounty: {countyFP: "041", stateFP: "28"},
|
|
1474
|
+
grenadacounty: {countyFP: "043", stateFP: "28"},
|
|
1475
|
+
hancockcounty: {countyFP: "045", stateFP: "28"},
|
|
1476
|
+
harrisoncounty: {countyFP: "047", stateFP: "28"},
|
|
1477
|
+
hindscounty: {countyFP: "049", stateFP: "28"},
|
|
1478
|
+
holmescounty: {countyFP: "051", stateFP: "28"},
|
|
1479
|
+
humphreyscounty: {countyFP: "053", stateFP: "28"},
|
|
1480
|
+
issaquenacounty: {countyFP: "055", stateFP: "28"},
|
|
1481
|
+
itawambacounty: {countyFP: "057", stateFP: "28"},
|
|
1482
|
+
jacksoncounty: {countyFP: "059", stateFP: "28"},
|
|
1483
|
+
jaspercounty: {countyFP: "061", stateFP: "28"},
|
|
1484
|
+
jeffersoncounty: {countyFP: "063", stateFP: "28"},
|
|
1485
|
+
jeffersondaviscounty: {countyFP: "065", stateFP: "28"},
|
|
1486
|
+
jonescounty: {countyFP: "067", stateFP: "28"},
|
|
1487
|
+
kempercounty: {countyFP: "069", stateFP: "28"},
|
|
1488
|
+
lafayettecounty: {countyFP: "071", stateFP: "28"},
|
|
1489
|
+
lamarcounty: {countyFP: "073", stateFP: "28"},
|
|
1490
|
+
lauderdalecounty: {countyFP: "075", stateFP: "28"},
|
|
1491
|
+
lawrencecounty: {countyFP: "077", stateFP: "28"},
|
|
1492
|
+
leakecounty: {countyFP: "079", stateFP: "28"},
|
|
1493
|
+
leecounty: {countyFP: "081", stateFP: "28"},
|
|
1494
|
+
leflorecounty: {countyFP: "083", stateFP: "28"},
|
|
1495
|
+
lincolncounty: {countyFP: "085", stateFP: "28"},
|
|
1496
|
+
lowndescounty: {countyFP: "087", stateFP: "28"},
|
|
1497
|
+
madisoncounty: {countyFP: "089", stateFP: "28"},
|
|
1498
|
+
marioncounty: {countyFP: "091", stateFP: "28"},
|
|
1499
|
+
marshallcounty: {countyFP: "093", stateFP: "28"},
|
|
1500
|
+
monroecounty: {countyFP: "095", stateFP: "28"},
|
|
1501
|
+
montgomerycounty: {countyFP: "097", stateFP: "28"},
|
|
1502
|
+
neshobacounty: {countyFP: "099", stateFP: "28"},
|
|
1503
|
+
newtoncounty: {countyFP: "101", stateFP: "28"},
|
|
1504
|
+
noxubeecounty: {countyFP: "103", stateFP: "28"},
|
|
1505
|
+
oktibbehacounty: {countyFP: "105", stateFP: "28"},
|
|
1506
|
+
panolacounty: {countyFP: "107", stateFP: "28"},
|
|
1507
|
+
pearlrivercounty: {countyFP: "109", stateFP: "28"},
|
|
1508
|
+
perrycounty: {countyFP: "111", stateFP: "28"},
|
|
1509
|
+
pikecounty: {countyFP: "113", stateFP: "28"},
|
|
1510
|
+
pontotoccounty: {countyFP: "115", stateFP: "28"},
|
|
1511
|
+
prentisscounty: {countyFP: "117", stateFP: "28"},
|
|
1512
|
+
quitmancounty: {countyFP: "119", stateFP: "28"},
|
|
1513
|
+
rankincounty: {countyFP: "121", stateFP: "28"},
|
|
1514
|
+
scottcounty: {countyFP: "123", stateFP: "28"},
|
|
1515
|
+
sharkeycounty: {countyFP: "125", stateFP: "28"},
|
|
1516
|
+
simpsoncounty: {countyFP: "127", stateFP: "28"},
|
|
1517
|
+
smithcounty: {countyFP: "129", stateFP: "28"},
|
|
1518
|
+
stonecounty: {countyFP: "131", stateFP: "28"},
|
|
1519
|
+
sunflowercounty: {countyFP: "133", stateFP: "28"},
|
|
1520
|
+
tallahatchiecounty: {countyFP: "135", stateFP: "28"},
|
|
1521
|
+
tatecounty: {countyFP: "137", stateFP: "28"},
|
|
1522
|
+
tippahcounty: {countyFP: "139", stateFP: "28"},
|
|
1523
|
+
tishomingocounty: {countyFP: "141", stateFP: "28"},
|
|
1524
|
+
tunicacounty: {countyFP: "143", stateFP: "28"},
|
|
1525
|
+
unioncounty: {countyFP: "145", stateFP: "28"},
|
|
1526
|
+
walthallcounty: {countyFP: "147", stateFP: "28"},
|
|
1527
|
+
warrencounty: {countyFP: "149", stateFP: "28"},
|
|
1528
|
+
washingtoncounty: {countyFP: "151", stateFP: "28"},
|
|
1529
|
+
waynecounty: {countyFP: "153", stateFP: "28"},
|
|
1530
|
+
webstercounty: {countyFP: "155", stateFP: "28"},
|
|
1531
|
+
wilkinsoncounty: {countyFP: "157", stateFP: "28"},
|
|
1532
|
+
winstoncounty: {countyFP: "159", stateFP: "28"},
|
|
1533
|
+
yalobushacounty: {countyFP: "161", stateFP: "28"},
|
|
1534
|
+
yazoocounty: {countyFP: "163", stateFP: "28"},
|
|
1535
|
+
},
|
|
1536
|
+
missouri: {
|
|
1537
|
+
adaircounty: {countyFP: "001", stateFP: "29"},
|
|
1538
|
+
andrewcounty: {countyFP: "003", stateFP: "29"},
|
|
1539
|
+
atchisoncounty: {countyFP: "005", stateFP: "29"},
|
|
1540
|
+
audraincounty: {countyFP: "007", stateFP: "29"},
|
|
1541
|
+
barrycounty: {countyFP: "009", stateFP: "29"},
|
|
1542
|
+
bartoncounty: {countyFP: "011", stateFP: "29"},
|
|
1543
|
+
batescounty: {countyFP: "013", stateFP: "29"},
|
|
1544
|
+
bentoncounty: {countyFP: "015", stateFP: "29"},
|
|
1545
|
+
bollingercounty: {countyFP: "017", stateFP: "29"},
|
|
1546
|
+
boonecounty: {countyFP: "019", stateFP: "29"},
|
|
1547
|
+
buchanancounty: {countyFP: "021", stateFP: "29"},
|
|
1548
|
+
butlercounty: {countyFP: "023", stateFP: "29"},
|
|
1549
|
+
caldwellcounty: {countyFP: "025", stateFP: "29"},
|
|
1550
|
+
callawaycounty: {countyFP: "027", stateFP: "29"},
|
|
1551
|
+
camdencounty: {countyFP: "029", stateFP: "29"},
|
|
1552
|
+
capegirardeaucounty: {countyFP: "031", stateFP: "29"},
|
|
1553
|
+
carrollcounty: {countyFP: "033", stateFP: "29"},
|
|
1554
|
+
cartercounty: {countyFP: "035", stateFP: "29"},
|
|
1555
|
+
casscounty: {countyFP: "037", stateFP: "29"},
|
|
1556
|
+
cedarcounty: {countyFP: "039", stateFP: "29"},
|
|
1557
|
+
charitoncounty: {countyFP: "041", stateFP: "29"},
|
|
1558
|
+
christiancounty: {countyFP: "043", stateFP: "29"},
|
|
1559
|
+
clarkcounty: {countyFP: "045", stateFP: "29"},
|
|
1560
|
+
claycounty: {countyFP: "047", stateFP: "29"},
|
|
1561
|
+
clintoncounty: {countyFP: "049", stateFP: "29"},
|
|
1562
|
+
colecounty: {countyFP: "051", stateFP: "29"},
|
|
1563
|
+
coopercounty: {countyFP: "053", stateFP: "29"},
|
|
1564
|
+
crawfordcounty: {countyFP: "055", stateFP: "29"},
|
|
1565
|
+
dadecounty: {countyFP: "057", stateFP: "29"},
|
|
1566
|
+
dallascounty: {countyFP: "059", stateFP: "29"},
|
|
1567
|
+
daviesscounty: {countyFP: "061", stateFP: "29"},
|
|
1568
|
+
dekalbcounty: {countyFP: "063", stateFP: "29"},
|
|
1569
|
+
dentcounty: {countyFP: "065", stateFP: "29"},
|
|
1570
|
+
douglascounty: {countyFP: "067", stateFP: "29"},
|
|
1571
|
+
dunklincounty: {countyFP: "069", stateFP: "29"},
|
|
1572
|
+
franklincounty: {countyFP: "071", stateFP: "29"},
|
|
1573
|
+
gasconadecounty: {countyFP: "073", stateFP: "29"},
|
|
1574
|
+
gentrycounty: {countyFP: "075", stateFP: "29"},
|
|
1575
|
+
greenecounty: {countyFP: "077", stateFP: "29"},
|
|
1576
|
+
grundycounty: {countyFP: "079", stateFP: "29"},
|
|
1577
|
+
harrisoncounty: {countyFP: "081", stateFP: "29"},
|
|
1578
|
+
henrycounty: {countyFP: "083", stateFP: "29"},
|
|
1579
|
+
hickorycounty: {countyFP: "085", stateFP: "29"},
|
|
1580
|
+
holtcounty: {countyFP: "087", stateFP: "29"},
|
|
1581
|
+
howardcounty: {countyFP: "089", stateFP: "29"},
|
|
1582
|
+
howellcounty: {countyFP: "091", stateFP: "29"},
|
|
1583
|
+
ironcounty: {countyFP: "093", stateFP: "29"},
|
|
1584
|
+
jacksoncounty: {countyFP: "095", stateFP: "29"},
|
|
1585
|
+
jaspercounty: {countyFP: "097", stateFP: "29"},
|
|
1586
|
+
jeffersoncounty: {countyFP: "099", stateFP: "29"},
|
|
1587
|
+
johnsoncounty: {countyFP: "101", stateFP: "29"},
|
|
1588
|
+
knoxcounty: {countyFP: "103", stateFP: "29"},
|
|
1589
|
+
lacledecounty: {countyFP: "105", stateFP: "29"},
|
|
1590
|
+
lafayettecounty: {countyFP: "107", stateFP: "29"},
|
|
1591
|
+
lawrencecounty: {countyFP: "109", stateFP: "29"},
|
|
1592
|
+
lewiscounty: {countyFP: "111", stateFP: "29"},
|
|
1593
|
+
lincolncounty: {countyFP: "113", stateFP: "29"},
|
|
1594
|
+
linncounty: {countyFP: "115", stateFP: "29"},
|
|
1595
|
+
livingstoncounty: {countyFP: "117", stateFP: "29"},
|
|
1596
|
+
maconcounty: {countyFP: "121", stateFP: "29"},
|
|
1597
|
+
madisoncounty: {countyFP: "123", stateFP: "29"},
|
|
1598
|
+
mariescounty: {countyFP: "125", stateFP: "29"},
|
|
1599
|
+
marioncounty: {countyFP: "127", stateFP: "29"},
|
|
1600
|
+
mcdonaldcounty: {countyFP: "119", stateFP: "29"},
|
|
1601
|
+
mercercounty: {countyFP: "129", stateFP: "29"},
|
|
1602
|
+
millercounty: {countyFP: "131", stateFP: "29"},
|
|
1603
|
+
mississippicounty: {countyFP: "133", stateFP: "29"},
|
|
1604
|
+
moniteaucounty: {countyFP: "135", stateFP: "29"},
|
|
1605
|
+
monroecounty: {countyFP: "137", stateFP: "29"},
|
|
1606
|
+
montgomerycounty: {countyFP: "139", stateFP: "29"},
|
|
1607
|
+
morgancounty: {countyFP: "141", stateFP: "29"},
|
|
1608
|
+
newmadridcounty: {countyFP: "143", stateFP: "29"},
|
|
1609
|
+
newtoncounty: {countyFP: "145", stateFP: "29"},
|
|
1610
|
+
nodawaycounty: {countyFP: "147", stateFP: "29"},
|
|
1611
|
+
oregoncounty: {countyFP: "149", stateFP: "29"},
|
|
1612
|
+
osagecounty: {countyFP: "151", stateFP: "29"},
|
|
1613
|
+
ozarkcounty: {countyFP: "153", stateFP: "29"},
|
|
1614
|
+
pemiscotcounty: {countyFP: "155", stateFP: "29"},
|
|
1615
|
+
perrycounty: {countyFP: "157", stateFP: "29"},
|
|
1616
|
+
pettiscounty: {countyFP: "159", stateFP: "29"},
|
|
1617
|
+
phelpscounty: {countyFP: "161", stateFP: "29"},
|
|
1618
|
+
pikecounty: {countyFP: "163", stateFP: "29"},
|
|
1619
|
+
plattecounty: {countyFP: "165", stateFP: "29"},
|
|
1620
|
+
polkcounty: {countyFP: "167", stateFP: "29"},
|
|
1621
|
+
pulaskicounty: {countyFP: "169", stateFP: "29"},
|
|
1622
|
+
putnamcounty: {countyFP: "171", stateFP: "29"},
|
|
1623
|
+
rallscounty: {countyFP: "173", stateFP: "29"},
|
|
1624
|
+
randolphcounty: {countyFP: "175", stateFP: "29"},
|
|
1625
|
+
raycounty: {countyFP: "177", stateFP: "29"},
|
|
1626
|
+
reynoldscounty: {countyFP: "179", stateFP: "29"},
|
|
1627
|
+
ripleycounty: {countyFP: "181", stateFP: "29"},
|
|
1628
|
+
salinecounty: {countyFP: "195", stateFP: "29"},
|
|
1629
|
+
schuylercounty: {countyFP: "197", stateFP: "29"},
|
|
1630
|
+
scotlandcounty: {countyFP: "199", stateFP: "29"},
|
|
1631
|
+
scottcounty: {countyFP: "201", stateFP: "29"},
|
|
1632
|
+
shannoncounty: {countyFP: "203", stateFP: "29"},
|
|
1633
|
+
shelbycounty: {countyFP: "205", stateFP: "29"},
|
|
1634
|
+
stcharlescounty: {countyFP: "183", stateFP: "29"},
|
|
1635
|
+
stclaircounty: {countyFP: "185", stateFP: "29"},
|
|
1636
|
+
stegenevievecounty: {countyFP: "186", stateFP: "29"},
|
|
1637
|
+
stfrancoiscounty: {countyFP: "187", stateFP: "29"},
|
|
1638
|
+
stlouiscity: {countyFP: "510", stateFP: "29"},
|
|
1639
|
+
stlouiscounty: {countyFP: "189", stateFP: "29"},
|
|
1640
|
+
stoddardcounty: {countyFP: "207", stateFP: "29"},
|
|
1641
|
+
stonecounty: {countyFP: "209", stateFP: "29"},
|
|
1642
|
+
sullivancounty: {countyFP: "211", stateFP: "29"},
|
|
1643
|
+
taneycounty: {countyFP: "213", stateFP: "29"},
|
|
1644
|
+
texascounty: {countyFP: "215", stateFP: "29"},
|
|
1645
|
+
vernoncounty: {countyFP: "217", stateFP: "29"},
|
|
1646
|
+
warrencounty: {countyFP: "219", stateFP: "29"},
|
|
1647
|
+
washingtoncounty: {countyFP: "221", stateFP: "29"},
|
|
1648
|
+
waynecounty: {countyFP: "223", stateFP: "29"},
|
|
1649
|
+
webstercounty: {countyFP: "225", stateFP: "29"},
|
|
1650
|
+
worthcounty: {countyFP: "227", stateFP: "29"},
|
|
1651
|
+
wrightcounty: {countyFP: "229", stateFP: "29"},
|
|
1652
|
+
},
|
|
1653
|
+
montana: {
|
|
1654
|
+
beaverheadcounty: {countyFP: "001", stateFP: "30"},
|
|
1655
|
+
bighorncounty: {countyFP: "003", stateFP: "30"},
|
|
1656
|
+
blainecounty: {countyFP: "005", stateFP: "30"},
|
|
1657
|
+
broadwatercounty: {countyFP: "007", stateFP: "30"},
|
|
1658
|
+
carboncounty: {countyFP: "009", stateFP: "30"},
|
|
1659
|
+
cartercounty: {countyFP: "011", stateFP: "30"},
|
|
1660
|
+
cascadecounty: {countyFP: "013", stateFP: "30"},
|
|
1661
|
+
chouteaucounty: {countyFP: "015", stateFP: "30"},
|
|
1662
|
+
custercounty: {countyFP: "017", stateFP: "30"},
|
|
1663
|
+
danielscounty: {countyFP: "019", stateFP: "30"},
|
|
1664
|
+
dawsoncounty: {countyFP: "021", stateFP: "30"},
|
|
1665
|
+
deerlodgecounty: {countyFP: "023", stateFP: "30"},
|
|
1666
|
+
falloncounty: {countyFP: "025", stateFP: "30"},
|
|
1667
|
+
ferguscounty: {countyFP: "027", stateFP: "30"},
|
|
1668
|
+
flatheadcounty: {countyFP: "029", stateFP: "30"},
|
|
1669
|
+
gallatincounty: {countyFP: "031", stateFP: "30"},
|
|
1670
|
+
garfieldcounty: {countyFP: "033", stateFP: "30"},
|
|
1671
|
+
glaciercounty: {countyFP: "035", stateFP: "30"},
|
|
1672
|
+
goldenvalleycounty: {countyFP: "037", stateFP: "30"},
|
|
1673
|
+
granitecounty: {countyFP: "039", stateFP: "30"},
|
|
1674
|
+
hillcounty: {countyFP: "041", stateFP: "30"},
|
|
1675
|
+
jeffersoncounty: {countyFP: "043", stateFP: "30"},
|
|
1676
|
+
judithbasincounty: {countyFP: "045", stateFP: "30"},
|
|
1677
|
+
lakecounty: {countyFP: "047", stateFP: "30"},
|
|
1678
|
+
lewisandclarkcounty: {countyFP: "049", stateFP: "30"},
|
|
1679
|
+
libertycounty: {countyFP: "051", stateFP: "30"},
|
|
1680
|
+
lincolncounty: {countyFP: "053", stateFP: "30"},
|
|
1681
|
+
madisoncounty: {countyFP: "057", stateFP: "30"},
|
|
1682
|
+
mcconecounty: {countyFP: "055", stateFP: "30"},
|
|
1683
|
+
meaghercounty: {countyFP: "059", stateFP: "30"},
|
|
1684
|
+
mineralcounty: {countyFP: "061", stateFP: "30"},
|
|
1685
|
+
missoulacounty: {countyFP: "063", stateFP: "30"},
|
|
1686
|
+
musselshellcounty: {countyFP: "065", stateFP: "30"},
|
|
1687
|
+
parkcounty: {countyFP: "067", stateFP: "30"},
|
|
1688
|
+
petroleumcounty: {countyFP: "069", stateFP: "30"},
|
|
1689
|
+
phillipscounty: {countyFP: "071", stateFP: "30"},
|
|
1690
|
+
ponderacounty: {countyFP: "073", stateFP: "30"},
|
|
1691
|
+
powderrivercounty: {countyFP: "075", stateFP: "30"},
|
|
1692
|
+
powellcounty: {countyFP: "077", stateFP: "30"},
|
|
1693
|
+
prairiecounty: {countyFP: "079", stateFP: "30"},
|
|
1694
|
+
ravallicounty: {countyFP: "081", stateFP: "30"},
|
|
1695
|
+
richlandcounty: {countyFP: "083", stateFP: "30"},
|
|
1696
|
+
rooseveltcounty: {countyFP: "085", stateFP: "30"},
|
|
1697
|
+
rosebudcounty: {countyFP: "087", stateFP: "30"},
|
|
1698
|
+
sanderscounty: {countyFP: "089", stateFP: "30"},
|
|
1699
|
+
sheridancounty: {countyFP: "091", stateFP: "30"},
|
|
1700
|
+
silverbowcounty: {countyFP: "093", stateFP: "30"},
|
|
1701
|
+
stillwatercounty: {countyFP: "095", stateFP: "30"},
|
|
1702
|
+
sweetgrasscounty: {countyFP: "097", stateFP: "30"},
|
|
1703
|
+
tetoncounty: {countyFP: "099", stateFP: "30"},
|
|
1704
|
+
toolecounty: {countyFP: "101", stateFP: "30"},
|
|
1705
|
+
treasurecounty: {countyFP: "103", stateFP: "30"},
|
|
1706
|
+
valleycounty: {countyFP: "105", stateFP: "30"},
|
|
1707
|
+
wheatlandcounty: {countyFP: "107", stateFP: "30"},
|
|
1708
|
+
wibauxcounty: {countyFP: "109", stateFP: "30"},
|
|
1709
|
+
yellowstonecounty: {countyFP: "111", stateFP: "30"},
|
|
1710
|
+
},
|
|
1711
|
+
nebraska: {
|
|
1712
|
+
adamscounty: {countyFP: "001", stateFP: "31"},
|
|
1713
|
+
antelopecounty: {countyFP: "003", stateFP: "31"},
|
|
1714
|
+
arthurcounty: {countyFP: "005", stateFP: "31"},
|
|
1715
|
+
bannercounty: {countyFP: "007", stateFP: "31"},
|
|
1716
|
+
blainecounty: {countyFP: "009", stateFP: "31"},
|
|
1717
|
+
boonecounty: {countyFP: "011", stateFP: "31"},
|
|
1718
|
+
boxbuttecounty: {countyFP: "013", stateFP: "31"},
|
|
1719
|
+
boydcounty: {countyFP: "015", stateFP: "31"},
|
|
1720
|
+
browncounty: {countyFP: "017", stateFP: "31"},
|
|
1721
|
+
buffalocounty: {countyFP: "019", stateFP: "31"},
|
|
1722
|
+
burtcounty: {countyFP: "021", stateFP: "31"},
|
|
1723
|
+
butlercounty: {countyFP: "023", stateFP: "31"},
|
|
1724
|
+
casscounty: {countyFP: "025", stateFP: "31"},
|
|
1725
|
+
cedarcounty: {countyFP: "027", stateFP: "31"},
|
|
1726
|
+
chasecounty: {countyFP: "029", stateFP: "31"},
|
|
1727
|
+
cherrycounty: {countyFP: "031", stateFP: "31"},
|
|
1728
|
+
cheyennecounty: {countyFP: "033", stateFP: "31"},
|
|
1729
|
+
claycounty: {countyFP: "035", stateFP: "31"},
|
|
1730
|
+
colfaxcounty: {countyFP: "037", stateFP: "31"},
|
|
1731
|
+
cumingcounty: {countyFP: "039", stateFP: "31"},
|
|
1732
|
+
custercounty: {countyFP: "041", stateFP: "31"},
|
|
1733
|
+
dakotacounty: {countyFP: "043", stateFP: "31"},
|
|
1734
|
+
dawescounty: {countyFP: "045", stateFP: "31"},
|
|
1735
|
+
dawsoncounty: {countyFP: "047", stateFP: "31"},
|
|
1736
|
+
deuelcounty: {countyFP: "049", stateFP: "31"},
|
|
1737
|
+
dixoncounty: {countyFP: "051", stateFP: "31"},
|
|
1738
|
+
dodgecounty: {countyFP: "053", stateFP: "31"},
|
|
1739
|
+
douglascounty: {countyFP: "055", stateFP: "31"},
|
|
1740
|
+
dundycounty: {countyFP: "057", stateFP: "31"},
|
|
1741
|
+
fillmorecounty: {countyFP: "059", stateFP: "31"},
|
|
1742
|
+
franklincounty: {countyFP: "061", stateFP: "31"},
|
|
1743
|
+
frontiercounty: {countyFP: "063", stateFP: "31"},
|
|
1744
|
+
furnascounty: {countyFP: "065", stateFP: "31"},
|
|
1745
|
+
gagecounty: {countyFP: "067", stateFP: "31"},
|
|
1746
|
+
gardencounty: {countyFP: "069", stateFP: "31"},
|
|
1747
|
+
garfieldcounty: {countyFP: "071", stateFP: "31"},
|
|
1748
|
+
gospercounty: {countyFP: "073", stateFP: "31"},
|
|
1749
|
+
grantcounty: {countyFP: "075", stateFP: "31"},
|
|
1750
|
+
greeleycounty: {countyFP: "077", stateFP: "31"},
|
|
1751
|
+
hallcounty: {countyFP: "079", stateFP: "31"},
|
|
1752
|
+
hamiltoncounty: {countyFP: "081", stateFP: "31"},
|
|
1753
|
+
harlancounty: {countyFP: "083", stateFP: "31"},
|
|
1754
|
+
hayescounty: {countyFP: "085", stateFP: "31"},
|
|
1755
|
+
hitchcockcounty: {countyFP: "087", stateFP: "31"},
|
|
1756
|
+
holtcounty: {countyFP: "089", stateFP: "31"},
|
|
1757
|
+
hookercounty: {countyFP: "091", stateFP: "31"},
|
|
1758
|
+
howardcounty: {countyFP: "093", stateFP: "31"},
|
|
1759
|
+
jeffersoncounty: {countyFP: "095", stateFP: "31"},
|
|
1760
|
+
johnsoncounty: {countyFP: "097", stateFP: "31"},
|
|
1761
|
+
kearneycounty: {countyFP: "099", stateFP: "31"},
|
|
1762
|
+
keithcounty: {countyFP: "101", stateFP: "31"},
|
|
1763
|
+
keyapahacounty: {countyFP: "103", stateFP: "31"},
|
|
1764
|
+
kimballcounty: {countyFP: "105", stateFP: "31"},
|
|
1765
|
+
knoxcounty: {countyFP: "107", stateFP: "31"},
|
|
1766
|
+
lancastercounty: {countyFP: "109", stateFP: "31"},
|
|
1767
|
+
lincolncounty: {countyFP: "111", stateFP: "31"},
|
|
1768
|
+
logancounty: {countyFP: "113", stateFP: "31"},
|
|
1769
|
+
loupcounty: {countyFP: "115", stateFP: "31"},
|
|
1770
|
+
madisoncounty: {countyFP: "119", stateFP: "31"},
|
|
1771
|
+
mcphersoncounty: {countyFP: "117", stateFP: "31"},
|
|
1772
|
+
merrickcounty: {countyFP: "121", stateFP: "31"},
|
|
1773
|
+
morrillcounty: {countyFP: "123", stateFP: "31"},
|
|
1774
|
+
nancecounty: {countyFP: "125", stateFP: "31"},
|
|
1775
|
+
nemahacounty: {countyFP: "127", stateFP: "31"},
|
|
1776
|
+
nuckollscounty: {countyFP: "129", stateFP: "31"},
|
|
1777
|
+
otoecounty: {countyFP: "131", stateFP: "31"},
|
|
1778
|
+
pawneecounty: {countyFP: "133", stateFP: "31"},
|
|
1779
|
+
perkinscounty: {countyFP: "135", stateFP: "31"},
|
|
1780
|
+
phelpscounty: {countyFP: "137", stateFP: "31"},
|
|
1781
|
+
piercecounty: {countyFP: "139", stateFP: "31"},
|
|
1782
|
+
plattecounty: {countyFP: "141", stateFP: "31"},
|
|
1783
|
+
polkcounty: {countyFP: "143", stateFP: "31"},
|
|
1784
|
+
redwillowcounty: {countyFP: "145", stateFP: "31"},
|
|
1785
|
+
richardsoncounty: {countyFP: "147", stateFP: "31"},
|
|
1786
|
+
rockcounty: {countyFP: "149", stateFP: "31"},
|
|
1787
|
+
salinecounty: {countyFP: "151", stateFP: "31"},
|
|
1788
|
+
sarpycounty: {countyFP: "153", stateFP: "31"},
|
|
1789
|
+
saunderscounty: {countyFP: "155", stateFP: "31"},
|
|
1790
|
+
scottsbluffcounty: {countyFP: "157", stateFP: "31"},
|
|
1791
|
+
sewardcounty: {countyFP: "159", stateFP: "31"},
|
|
1792
|
+
sheridancounty: {countyFP: "161", stateFP: "31"},
|
|
1793
|
+
shermancounty: {countyFP: "163", stateFP: "31"},
|
|
1794
|
+
siouxcounty: {countyFP: "165", stateFP: "31"},
|
|
1795
|
+
stantoncounty: {countyFP: "167", stateFP: "31"},
|
|
1796
|
+
thayercounty: {countyFP: "169", stateFP: "31"},
|
|
1797
|
+
thomascounty: {countyFP: "171", stateFP: "31"},
|
|
1798
|
+
thurstoncounty: {countyFP: "173", stateFP: "31"},
|
|
1799
|
+
valleycounty: {countyFP: "175", stateFP: "31"},
|
|
1800
|
+
washingtoncounty: {countyFP: "177", stateFP: "31"},
|
|
1801
|
+
waynecounty: {countyFP: "179", stateFP: "31"},
|
|
1802
|
+
webstercounty: {countyFP: "181", stateFP: "31"},
|
|
1803
|
+
wheelercounty: {countyFP: "183", stateFP: "31"},
|
|
1804
|
+
yorkcounty: {countyFP: "185", stateFP: "31"},
|
|
1805
|
+
},
|
|
1806
|
+
nevada: {
|
|
1807
|
+
carsoncity: {countyFP: "510", stateFP: "32"},
|
|
1808
|
+
churchillcounty: {countyFP: "001", stateFP: "32"},
|
|
1809
|
+
clarkcounty: {countyFP: "003", stateFP: "32"},
|
|
1810
|
+
douglascounty: {countyFP: "005", stateFP: "32"},
|
|
1811
|
+
elkocounty: {countyFP: "007", stateFP: "32"},
|
|
1812
|
+
esmeraldacounty: {countyFP: "009", stateFP: "32"},
|
|
1813
|
+
eurekacounty: {countyFP: "011", stateFP: "32"},
|
|
1814
|
+
humboldtcounty: {countyFP: "013", stateFP: "32"},
|
|
1815
|
+
landercounty: {countyFP: "015", stateFP: "32"},
|
|
1816
|
+
lincolncounty: {countyFP: "017", stateFP: "32"},
|
|
1817
|
+
lyoncounty: {countyFP: "019", stateFP: "32"},
|
|
1818
|
+
mineralcounty: {countyFP: "021", stateFP: "32"},
|
|
1819
|
+
nyecounty: {countyFP: "023", stateFP: "32"},
|
|
1820
|
+
pershingcounty: {countyFP: "027", stateFP: "32"},
|
|
1821
|
+
storeycounty: {countyFP: "029", stateFP: "32"},
|
|
1822
|
+
washoecounty: {countyFP: "031", stateFP: "32"},
|
|
1823
|
+
whitepinecounty: {countyFP: "033", stateFP: "32"},
|
|
1824
|
+
},
|
|
1825
|
+
newhampshire: {
|
|
1826
|
+
belknapcounty: {countyFP: "001", stateFP: "33"},
|
|
1827
|
+
carrollcounty: {countyFP: "003", stateFP: "33"},
|
|
1828
|
+
cheshirecounty: {countyFP: "005", stateFP: "33"},
|
|
1829
|
+
cooscounty: {countyFP: "007", stateFP: "33"},
|
|
1830
|
+
graftoncounty: {countyFP: "009", stateFP: "33"},
|
|
1831
|
+
hillsboroughcounty: {countyFP: "011", stateFP: "33"},
|
|
1832
|
+
merrimackcounty: {countyFP: "013", stateFP: "33"},
|
|
1833
|
+
rockinghamcounty: {countyFP: "015", stateFP: "33"},
|
|
1834
|
+
straffordcounty: {countyFP: "017", stateFP: "33"},
|
|
1835
|
+
sullivancounty: {countyFP: "019", stateFP: "33"},
|
|
1836
|
+
},
|
|
1837
|
+
newjersey: {
|
|
1838
|
+
atlanticcounty: {countyFP: "001", stateFP: "34"},
|
|
1839
|
+
bergencounty: {countyFP: "003", stateFP: "34"},
|
|
1840
|
+
burlingtoncounty: {countyFP: "005", stateFP: "34"},
|
|
1841
|
+
camdencounty: {countyFP: "007", stateFP: "34"},
|
|
1842
|
+
capemaycounty: {countyFP: "009", stateFP: "34"},
|
|
1843
|
+
cumberlandcounty: {countyFP: "011", stateFP: "34"},
|
|
1844
|
+
essexcounty: {countyFP: "013", stateFP: "34"},
|
|
1845
|
+
gloucestercounty: {countyFP: "015", stateFP: "34"},
|
|
1846
|
+
hudsoncounty: {countyFP: "017", stateFP: "34"},
|
|
1847
|
+
hunterdoncounty: {countyFP: "019", stateFP: "34"},
|
|
1848
|
+
mercercounty: {countyFP: "021", stateFP: "34"},
|
|
1849
|
+
middlesexcounty: {countyFP: "023", stateFP: "34"},
|
|
1850
|
+
monmouthcounty: {countyFP: "025", stateFP: "34"},
|
|
1851
|
+
morriscounty: {countyFP: "027", stateFP: "34"},
|
|
1852
|
+
oceancounty: {countyFP: "029", stateFP: "34"},
|
|
1853
|
+
passaiccounty: {countyFP: "031", stateFP: "34"},
|
|
1854
|
+
salemcounty: {countyFP: "033", stateFP: "34"},
|
|
1855
|
+
somersetcounty: {countyFP: "035", stateFP: "34"},
|
|
1856
|
+
sussexcounty: {countyFP: "037", stateFP: "34"},
|
|
1857
|
+
unioncounty: {countyFP: "039", stateFP: "34"},
|
|
1858
|
+
warrencounty: {countyFP: "041", stateFP: "34"},
|
|
1859
|
+
},
|
|
1860
|
+
newmexico: {
|
|
1861
|
+
bernalillocounty: {countyFP: "001", stateFP: "35"},
|
|
1862
|
+
catroncounty: {countyFP: "003", stateFP: "35"},
|
|
1863
|
+
chavescounty: {countyFP: "005", stateFP: "35"},
|
|
1864
|
+
cibolacounty: {countyFP: "006", stateFP: "35"},
|
|
1865
|
+
colfaxcounty: {countyFP: "007", stateFP: "35"},
|
|
1866
|
+
currycounty: {countyFP: "009", stateFP: "35"},
|
|
1867
|
+
debacacounty: {countyFP: "011", stateFP: "35"},
|
|
1868
|
+
// TODO: standardize this county name
|
|
1869
|
+
// doã±aanacounty: { stateFP: "35", countyFP: "013" },
|
|
1870
|
+
eddycounty: {countyFP: "015", stateFP: "35"},
|
|
1871
|
+
grantcounty: {countyFP: "017", stateFP: "35"},
|
|
1872
|
+
guadalupecounty: {countyFP: "019", stateFP: "35"},
|
|
1873
|
+
hardingcounty: {countyFP: "021", stateFP: "35"},
|
|
1874
|
+
hidalgocounty: {countyFP: "023", stateFP: "35"},
|
|
1875
|
+
leacounty: {countyFP: "025", stateFP: "35"},
|
|
1876
|
+
lincolncounty: {countyFP: "027", stateFP: "35"},
|
|
1877
|
+
losalamoscounty: {countyFP: "028", stateFP: "35"},
|
|
1878
|
+
lunacounty: {countyFP: "029", stateFP: "35"},
|
|
1879
|
+
mckinleycounty: {countyFP: "031", stateFP: "35"},
|
|
1880
|
+
moracounty: {countyFP: "033", stateFP: "35"},
|
|
1881
|
+
oterocounty: {countyFP: "035", stateFP: "35"},
|
|
1882
|
+
quaycounty: {countyFP: "037", stateFP: "35"},
|
|
1883
|
+
rioarribacounty: {countyFP: "039", stateFP: "35"},
|
|
1884
|
+
rooseveltcounty: {countyFP: "041", stateFP: "35"},
|
|
1885
|
+
sandovalcounty: {countyFP: "043", stateFP: "35"},
|
|
1886
|
+
sanjuancounty: {countyFP: "045", stateFP: "35"},
|
|
1887
|
+
sanmiguelcounty: {countyFP: "047", stateFP: "35"},
|
|
1888
|
+
santafecounty: {countyFP: "049", stateFP: "35"},
|
|
1889
|
+
sierracounty: {countyFP: "051", stateFP: "35"},
|
|
1890
|
+
socorrocounty: {countyFP: "053", stateFP: "35"},
|
|
1891
|
+
taoscounty: {countyFP: "055", stateFP: "35"},
|
|
1892
|
+
torrancecounty: {countyFP: "057", stateFP: "35"},
|
|
1893
|
+
unioncounty: {countyFP: "059", stateFP: "35"},
|
|
1894
|
+
valenciacounty: {countyFP: "061", stateFP: "35"},
|
|
1895
|
+
},
|
|
1896
|
+
newyork: {
|
|
1897
|
+
albanycounty: {countyFP: "001", stateFP: "36"},
|
|
1898
|
+
alleganycounty: {countyFP: "003", stateFP: "36"},
|
|
1899
|
+
bronxcounty: {countyFP: "005", stateFP: "36"},
|
|
1900
|
+
broomecounty: {countyFP: "007", stateFP: "36"},
|
|
1901
|
+
cattarauguscounty: {countyFP: "009", stateFP: "36"},
|
|
1902
|
+
cayugacounty: {countyFP: "011", stateFP: "36"},
|
|
1903
|
+
chautauquacounty: {countyFP: "013", stateFP: "36"},
|
|
1904
|
+
chemungcounty: {countyFP: "015", stateFP: "36"},
|
|
1905
|
+
chenangocounty: {countyFP: "017", stateFP: "36"},
|
|
1906
|
+
clintoncounty: {countyFP: "019", stateFP: "36"},
|
|
1907
|
+
columbiacounty: {countyFP: "021", stateFP: "36"},
|
|
1908
|
+
cortlandcounty: {countyFP: "023", stateFP: "36"},
|
|
1909
|
+
delawarecounty: {countyFP: "025", stateFP: "36"},
|
|
1910
|
+
dutchesscounty: {countyFP: "027", stateFP: "36"},
|
|
1911
|
+
eriecounty: {countyFP: "029", stateFP: "36"},
|
|
1912
|
+
essexcounty: {countyFP: "031", stateFP: "36"},
|
|
1913
|
+
franklincounty: {countyFP: "033", stateFP: "36"},
|
|
1914
|
+
fultoncounty: {countyFP: "035", stateFP: "36"},
|
|
1915
|
+
geneseecounty: {countyFP: "037", stateFP: "36"},
|
|
1916
|
+
greenecounty: {countyFP: "039", stateFP: "36"},
|
|
1917
|
+
hamiltoncounty: {countyFP: "041", stateFP: "36"},
|
|
1918
|
+
herkimercounty: {countyFP: "043", stateFP: "36"},
|
|
1919
|
+
jeffersoncounty: {countyFP: "045", stateFP: "36"},
|
|
1920
|
+
kingscounty: {countyFP: "047", stateFP: "36"},
|
|
1921
|
+
lewiscounty: {countyFP: "049", stateFP: "36"},
|
|
1922
|
+
livingstoncounty: {countyFP: "051", stateFP: "36"},
|
|
1923
|
+
madisoncounty: {countyFP: "053", stateFP: "36"},
|
|
1924
|
+
monroecounty: {countyFP: "055", stateFP: "36"},
|
|
1925
|
+
montgomerycounty: {countyFP: "057", stateFP: "36"},
|
|
1926
|
+
nassaucounty: {countyFP: "059", stateFP: "36"},
|
|
1927
|
+
newyorkcounty: {countyFP: "061", stateFP: "36"},
|
|
1928
|
+
niagaracounty: {countyFP: "063", stateFP: "36"},
|
|
1929
|
+
oneidacounty: {countyFP: "065", stateFP: "36"},
|
|
1930
|
+
onondagacounty: {countyFP: "067", stateFP: "36"},
|
|
1931
|
+
ontariocounty: {countyFP: "069", stateFP: "36"},
|
|
1932
|
+
orangecounty: {countyFP: "071", stateFP: "36"},
|
|
1933
|
+
orleanscounty: {countyFP: "073", stateFP: "36"},
|
|
1934
|
+
oswegocounty: {countyFP: "075", stateFP: "36"},
|
|
1935
|
+
otsegocounty: {countyFP: "077", stateFP: "36"},
|
|
1936
|
+
putnamcounty: {countyFP: "079", stateFP: "36"},
|
|
1937
|
+
queenscounty: {countyFP: "081", stateFP: "36"},
|
|
1938
|
+
rensselaercounty: {countyFP: "083", stateFP: "36"},
|
|
1939
|
+
richmondcounty: {countyFP: "085", stateFP: "36"},
|
|
1940
|
+
rocklandcounty: {countyFP: "087", stateFP: "36"},
|
|
1941
|
+
saratogacounty: {countyFP: "091", stateFP: "36"},
|
|
1942
|
+
schenectadycounty: {countyFP: "093", stateFP: "36"},
|
|
1943
|
+
schohariecounty: {countyFP: "095", stateFP: "36"},
|
|
1944
|
+
schuylercounty: {countyFP: "097", stateFP: "36"},
|
|
1945
|
+
senecacounty: {countyFP: "099", stateFP: "36"},
|
|
1946
|
+
steubencounty: {countyFP: "101", stateFP: "36"},
|
|
1947
|
+
stlawrencecounty: {countyFP: "089", stateFP: "36"},
|
|
1948
|
+
suffolkcounty: {countyFP: "103", stateFP: "36"},
|
|
1949
|
+
sullivancounty: {countyFP: "105", stateFP: "36"},
|
|
1950
|
+
tiogacounty: {countyFP: "107", stateFP: "36"},
|
|
1951
|
+
tompkinscounty: {countyFP: "109", stateFP: "36"},
|
|
1952
|
+
ulstercounty: {countyFP: "111", stateFP: "36"},
|
|
1953
|
+
warrencounty: {countyFP: "113", stateFP: "36"},
|
|
1954
|
+
washingtoncounty: {countyFP: "115", stateFP: "36"},
|
|
1955
|
+
waynecounty: {countyFP: "117", stateFP: "36"},
|
|
1956
|
+
westchestercounty: {countyFP: "119", stateFP: "36"},
|
|
1957
|
+
wyomingcounty: {countyFP: "121", stateFP: "36"},
|
|
1958
|
+
yatescounty: {countyFP: "123", stateFP: "36"},
|
|
1959
|
+
},
|
|
1960
|
+
northcarolina: {
|
|
1961
|
+
alamancecounty: {countyFP: "001", stateFP: "37"},
|
|
1962
|
+
alexandercounty: {countyFP: "003", stateFP: "37"},
|
|
1963
|
+
alleghanycounty: {countyFP: "005", stateFP: "37"},
|
|
1964
|
+
ansoncounty: {countyFP: "007", stateFP: "37"},
|
|
1965
|
+
ashecounty: {countyFP: "009", stateFP: "37"},
|
|
1966
|
+
averycounty: {countyFP: "011", stateFP: "37"},
|
|
1967
|
+
beaufortcounty: {countyFP: "013", stateFP: "37"},
|
|
1968
|
+
bertiecounty: {countyFP: "015", stateFP: "37"},
|
|
1969
|
+
bladencounty: {countyFP: "017", stateFP: "37"},
|
|
1970
|
+
brunswickcounty: {countyFP: "019", stateFP: "37"},
|
|
1971
|
+
buncombecounty: {countyFP: "021", stateFP: "37"},
|
|
1972
|
+
burkecounty: {countyFP: "023", stateFP: "37"},
|
|
1973
|
+
cabarruscounty: {countyFP: "025", stateFP: "37"},
|
|
1974
|
+
caldwellcounty: {countyFP: "027", stateFP: "37"},
|
|
1975
|
+
camdencounty: {countyFP: "029", stateFP: "37"},
|
|
1976
|
+
carteretcounty: {countyFP: "031", stateFP: "37"},
|
|
1977
|
+
caswellcounty: {countyFP: "033", stateFP: "37"},
|
|
1978
|
+
catawbacounty: {countyFP: "035", stateFP: "37"},
|
|
1979
|
+
chathamcounty: {countyFP: "037", stateFP: "37"},
|
|
1980
|
+
cherokeecounty: {countyFP: "039", stateFP: "37"},
|
|
1981
|
+
chowancounty: {countyFP: "041", stateFP: "37"},
|
|
1982
|
+
claycounty: {countyFP: "043", stateFP: "37"},
|
|
1983
|
+
clevelandcounty: {countyFP: "045", stateFP: "37"},
|
|
1984
|
+
columbuscounty: {countyFP: "047", stateFP: "37"},
|
|
1985
|
+
cravencounty: {countyFP: "049", stateFP: "37"},
|
|
1986
|
+
cumberlandcounty: {countyFP: "051", stateFP: "37"},
|
|
1987
|
+
currituckcounty: {countyFP: "053", stateFP: "37"},
|
|
1988
|
+
darecounty: {countyFP: "055", stateFP: "37"},
|
|
1989
|
+
davidsoncounty: {countyFP: "057", stateFP: "37"},
|
|
1990
|
+
daviecounty: {countyFP: "059", stateFP: "37"},
|
|
1991
|
+
duplincounty: {countyFP: "061", stateFP: "37"},
|
|
1992
|
+
durhamcounty: {countyFP: "063", stateFP: "37"},
|
|
1993
|
+
edgecombecounty: {countyFP: "065", stateFP: "37"},
|
|
1994
|
+
forsythcounty: {countyFP: "067", stateFP: "37"},
|
|
1995
|
+
franklincounty: {countyFP: "069", stateFP: "37"},
|
|
1996
|
+
gastoncounty: {countyFP: "071", stateFP: "37"},
|
|
1997
|
+
gatescounty: {countyFP: "073", stateFP: "37"},
|
|
1998
|
+
grahamcounty: {countyFP: "075", stateFP: "37"},
|
|
1999
|
+
granvillecounty: {countyFP: "077", stateFP: "37"},
|
|
2000
|
+
greenecounty: {countyFP: "079", stateFP: "37"},
|
|
2001
|
+
guilfordcounty: {countyFP: "081", stateFP: "37"},
|
|
2002
|
+
halifaxcounty: {countyFP: "083", stateFP: "37"},
|
|
2003
|
+
harnettcounty: {countyFP: "085", stateFP: "37"},
|
|
2004
|
+
haywoodcounty: {countyFP: "087", stateFP: "37"},
|
|
2005
|
+
hendersoncounty: {countyFP: "089", stateFP: "37"},
|
|
2006
|
+
hertfordcounty: {countyFP: "091", stateFP: "37"},
|
|
2007
|
+
hokecounty: {countyFP: "093", stateFP: "37"},
|
|
2008
|
+
hydecounty: {countyFP: "095", stateFP: "37"},
|
|
2009
|
+
iredellcounty: {countyFP: "097", stateFP: "37"},
|
|
2010
|
+
jacksoncounty: {countyFP: "099", stateFP: "37"},
|
|
2011
|
+
johnstoncounty: {countyFP: "101", stateFP: "37"},
|
|
2012
|
+
jonescounty: {countyFP: "103", stateFP: "37"},
|
|
2013
|
+
leecounty: {countyFP: "105", stateFP: "37"},
|
|
2014
|
+
lenoircounty: {countyFP: "107", stateFP: "37"},
|
|
2015
|
+
lincolncounty: {countyFP: "109", stateFP: "37"},
|
|
2016
|
+
maconcounty: {countyFP: "113", stateFP: "37"},
|
|
2017
|
+
madisoncounty: {countyFP: "115", stateFP: "37"},
|
|
2018
|
+
martincounty: {countyFP: "117", stateFP: "37"},
|
|
2019
|
+
mcdowellcounty: {countyFP: "111", stateFP: "37"},
|
|
2020
|
+
mecklenburgcounty: {countyFP: "119", stateFP: "37"},
|
|
2021
|
+
mitchellcounty: {countyFP: "121", stateFP: "37"},
|
|
2022
|
+
montgomerycounty: {countyFP: "123", stateFP: "37"},
|
|
2023
|
+
moorecounty: {countyFP: "125", stateFP: "37"},
|
|
2024
|
+
nashcounty: {countyFP: "127", stateFP: "37"},
|
|
2025
|
+
newhanovercounty: {countyFP: "129", stateFP: "37"},
|
|
2026
|
+
northamptoncounty: {countyFP: "131", stateFP: "37"},
|
|
2027
|
+
onslowcounty: {countyFP: "133", stateFP: "37"},
|
|
2028
|
+
orangecounty: {countyFP: "135", stateFP: "37"},
|
|
2029
|
+
pamlicocounty: {countyFP: "137", stateFP: "37"},
|
|
2030
|
+
pasquotankcounty: {countyFP: "139", stateFP: "37"},
|
|
2031
|
+
pendercounty: {countyFP: "141", stateFP: "37"},
|
|
2032
|
+
perquimanscounty: {countyFP: "143", stateFP: "37"},
|
|
2033
|
+
personcounty: {countyFP: "145", stateFP: "37"},
|
|
2034
|
+
pittcounty: {countyFP: "147", stateFP: "37"},
|
|
2035
|
+
polkcounty: {countyFP: "149", stateFP: "37"},
|
|
2036
|
+
randolphcounty: {countyFP: "151", stateFP: "37"},
|
|
2037
|
+
richmondcounty: {countyFP: "153", stateFP: "37"},
|
|
2038
|
+
robesoncounty: {countyFP: "155", stateFP: "37"},
|
|
2039
|
+
rockinghamcounty: {countyFP: "157", stateFP: "37"},
|
|
2040
|
+
rowancounty: {countyFP: "159", stateFP: "37"},
|
|
2041
|
+
rutherfordcounty: {countyFP: "161", stateFP: "37"},
|
|
2042
|
+
sampsoncounty: {countyFP: "163", stateFP: "37"},
|
|
2043
|
+
scotlandcounty: {countyFP: "165", stateFP: "37"},
|
|
2044
|
+
stanlycounty: {countyFP: "167", stateFP: "37"},
|
|
2045
|
+
stokescounty: {countyFP: "169", stateFP: "37"},
|
|
2046
|
+
surrycounty: {countyFP: "171", stateFP: "37"},
|
|
2047
|
+
swaincounty: {countyFP: "173", stateFP: "37"},
|
|
2048
|
+
transylvaniacounty: {countyFP: "175", stateFP: "37"},
|
|
2049
|
+
tyrrellcounty: {countyFP: "177", stateFP: "37"},
|
|
2050
|
+
unioncounty: {countyFP: "179", stateFP: "37"},
|
|
2051
|
+
vancecounty: {countyFP: "181", stateFP: "37"},
|
|
2052
|
+
wakecounty: {countyFP: "183", stateFP: "37"},
|
|
2053
|
+
warrencounty: {countyFP: "185", stateFP: "37"},
|
|
2054
|
+
washingtoncounty: {countyFP: "187", stateFP: "37"},
|
|
2055
|
+
wataugacounty: {countyFP: "189", stateFP: "37"},
|
|
2056
|
+
waynecounty: {countyFP: "191", stateFP: "37"},
|
|
2057
|
+
wilkescounty: {countyFP: "193", stateFP: "37"},
|
|
2058
|
+
wilsoncounty: {countyFP: "195", stateFP: "37"},
|
|
2059
|
+
yadkincounty: {countyFP: "197", stateFP: "37"},
|
|
2060
|
+
yanceycounty: {countyFP: "199", stateFP: "37"},
|
|
2061
|
+
},
|
|
2062
|
+
northdakota: {
|
|
2063
|
+
adamscounty: {countyFP: "001", stateFP: "38"},
|
|
2064
|
+
barnescounty: {countyFP: "003", stateFP: "38"},
|
|
2065
|
+
bensoncounty: {countyFP: "005", stateFP: "38"},
|
|
2066
|
+
billingscounty: {countyFP: "007", stateFP: "38"},
|
|
2067
|
+
bottineaucounty: {countyFP: "009", stateFP: "38"},
|
|
2068
|
+
bowmancounty: {countyFP: "011", stateFP: "38"},
|
|
2069
|
+
burkecounty: {countyFP: "013", stateFP: "38"},
|
|
2070
|
+
burleighcounty: {countyFP: "015", stateFP: "38"},
|
|
2071
|
+
casscounty: {countyFP: "017", stateFP: "38"},
|
|
2072
|
+
cavaliercounty: {countyFP: "019", stateFP: "38"},
|
|
2073
|
+
dickeycounty: {countyFP: "021", stateFP: "38"},
|
|
2074
|
+
dividecounty: {countyFP: "023", stateFP: "38"},
|
|
2075
|
+
dunncounty: {countyFP: "025", stateFP: "38"},
|
|
2076
|
+
eddycounty: {countyFP: "027", stateFP: "38"},
|
|
2077
|
+
emmonscounty: {countyFP: "029", stateFP: "38"},
|
|
2078
|
+
fostercounty: {countyFP: "031", stateFP: "38"},
|
|
2079
|
+
goldenvalleycounty: {countyFP: "033", stateFP: "38"},
|
|
2080
|
+
grandforkscounty: {countyFP: "035", stateFP: "38"},
|
|
2081
|
+
grantcounty: {countyFP: "037", stateFP: "38"},
|
|
2082
|
+
griggscounty: {countyFP: "039", stateFP: "38"},
|
|
2083
|
+
hettingercounty: {countyFP: "041", stateFP: "38"},
|
|
2084
|
+
kiddercounty: {countyFP: "043", stateFP: "38"},
|
|
2085
|
+
lamourecounty: {countyFP: "045", stateFP: "38"},
|
|
2086
|
+
logancounty: {countyFP: "047", stateFP: "38"},
|
|
2087
|
+
mchenrycounty: {countyFP: "049", stateFP: "38"},
|
|
2088
|
+
mcintoshcounty: {countyFP: "051", stateFP: "38"},
|
|
2089
|
+
mckenziecounty: {countyFP: "053", stateFP: "38"},
|
|
2090
|
+
mcleancounty: {countyFP: "055", stateFP: "38"},
|
|
2091
|
+
mercercounty: {countyFP: "057", stateFP: "38"},
|
|
2092
|
+
mortoncounty: {countyFP: "059", stateFP: "38"},
|
|
2093
|
+
mountrailcounty: {countyFP: "061", stateFP: "38"},
|
|
2094
|
+
nelsoncounty: {countyFP: "063", stateFP: "38"},
|
|
2095
|
+
olivercounty: {countyFP: "065", stateFP: "38"},
|
|
2096
|
+
pembinacounty: {countyFP: "067", stateFP: "38"},
|
|
2097
|
+
piercecounty: {countyFP: "069", stateFP: "38"},
|
|
2098
|
+
ramseycounty: {countyFP: "071", stateFP: "38"},
|
|
2099
|
+
ransomcounty: {countyFP: "073", stateFP: "38"},
|
|
2100
|
+
renvillecounty: {countyFP: "075", stateFP: "38"},
|
|
2101
|
+
richlandcounty: {countyFP: "077", stateFP: "38"},
|
|
2102
|
+
rolettecounty: {countyFP: "079", stateFP: "38"},
|
|
2103
|
+
sargentcounty: {countyFP: "081", stateFP: "38"},
|
|
2104
|
+
sheridancounty: {countyFP: "083", stateFP: "38"},
|
|
2105
|
+
siouxcounty: {countyFP: "085", stateFP: "38"},
|
|
2106
|
+
slopecounty: {countyFP: "087", stateFP: "38"},
|
|
2107
|
+
starkcounty: {countyFP: "089", stateFP: "38"},
|
|
2108
|
+
steelecounty: {countyFP: "091", stateFP: "38"},
|
|
2109
|
+
stutsmancounty: {countyFP: "093", stateFP: "38"},
|
|
2110
|
+
townercounty: {countyFP: "095", stateFP: "38"},
|
|
2111
|
+
traillcounty: {countyFP: "097", stateFP: "38"},
|
|
2112
|
+
walshcounty: {countyFP: "099", stateFP: "38"},
|
|
2113
|
+
wardcounty: {countyFP: "101", stateFP: "38"},
|
|
2114
|
+
wellscounty: {countyFP: "103", stateFP: "38"},
|
|
2115
|
+
williamscounty: {countyFP: "105", stateFP: "38"},
|
|
2116
|
+
},
|
|
2117
|
+
ohio: {
|
|
2118
|
+
adamscounty: {countyFP: "001", stateFP: "39"},
|
|
2119
|
+
allencounty: {countyFP: "003", stateFP: "39"},
|
|
2120
|
+
ashlandcounty: {countyFP: "005", stateFP: "39"},
|
|
2121
|
+
ashtabulacounty: {countyFP: "007", stateFP: "39"},
|
|
2122
|
+
athenscounty: {countyFP: "009", stateFP: "39"},
|
|
2123
|
+
auglaizecounty: {countyFP: "011", stateFP: "39"},
|
|
2124
|
+
belmontcounty: {countyFP: "013", stateFP: "39"},
|
|
2125
|
+
browncounty: {countyFP: "015", stateFP: "39"},
|
|
2126
|
+
butlercounty: {countyFP: "017", stateFP: "39"},
|
|
2127
|
+
carrollcounty: {countyFP: "019", stateFP: "39"},
|
|
2128
|
+
champaigncounty: {countyFP: "021", stateFP: "39"},
|
|
2129
|
+
clarkcounty: {countyFP: "023", stateFP: "39"},
|
|
2130
|
+
clermontcounty: {countyFP: "025", stateFP: "39"},
|
|
2131
|
+
clintoncounty: {countyFP: "027", stateFP: "39"},
|
|
2132
|
+
columbianacounty: {countyFP: "029", stateFP: "39"},
|
|
2133
|
+
coshoctoncounty: {countyFP: "031", stateFP: "39"},
|
|
2134
|
+
crawfordcounty: {countyFP: "033", stateFP: "39"},
|
|
2135
|
+
cuyahogacounty: {countyFP: "035", stateFP: "39"},
|
|
2136
|
+
darkecounty: {countyFP: "037", stateFP: "39"},
|
|
2137
|
+
defiancecounty: {countyFP: "039", stateFP: "39"},
|
|
2138
|
+
delawarecounty: {countyFP: "041", stateFP: "39"},
|
|
2139
|
+
eriecounty: {countyFP: "043", stateFP: "39"},
|
|
2140
|
+
fairfieldcounty: {countyFP: "045", stateFP: "39"},
|
|
2141
|
+
fayettecounty: {countyFP: "047", stateFP: "39"},
|
|
2142
|
+
franklincounty: {countyFP: "049", stateFP: "39"},
|
|
2143
|
+
fultoncounty: {countyFP: "051", stateFP: "39"},
|
|
2144
|
+
galliacounty: {countyFP: "053", stateFP: "39"},
|
|
2145
|
+
geaugacounty: {countyFP: "055", stateFP: "39"},
|
|
2146
|
+
greenecounty: {countyFP: "057", stateFP: "39"},
|
|
2147
|
+
guernseycounty: {countyFP: "059", stateFP: "39"},
|
|
2148
|
+
hamiltoncounty: {countyFP: "061", stateFP: "39"},
|
|
2149
|
+
hancockcounty: {countyFP: "063", stateFP: "39"},
|
|
2150
|
+
hardincounty: {countyFP: "065", stateFP: "39"},
|
|
2151
|
+
harrisoncounty: {countyFP: "067", stateFP: "39"},
|
|
2152
|
+
henrycounty: {countyFP: "069", stateFP: "39"},
|
|
2153
|
+
highlandcounty: {countyFP: "071", stateFP: "39"},
|
|
2154
|
+
hockingcounty: {countyFP: "073", stateFP: "39"},
|
|
2155
|
+
holmescounty: {countyFP: "075", stateFP: "39"},
|
|
2156
|
+
huroncounty: {countyFP: "077", stateFP: "39"},
|
|
2157
|
+
jacksoncounty: {countyFP: "079", stateFP: "39"},
|
|
2158
|
+
jeffersoncounty: {countyFP: "081", stateFP: "39"},
|
|
2159
|
+
knoxcounty: {countyFP: "083", stateFP: "39"},
|
|
2160
|
+
lakecounty: {countyFP: "085", stateFP: "39"},
|
|
2161
|
+
lawrencecounty: {countyFP: "087", stateFP: "39"},
|
|
2162
|
+
lickingcounty: {countyFP: "089", stateFP: "39"},
|
|
2163
|
+
logancounty: {countyFP: "091", stateFP: "39"},
|
|
2164
|
+
loraincounty: {countyFP: "093", stateFP: "39"},
|
|
2165
|
+
lucascounty: {countyFP: "095", stateFP: "39"},
|
|
2166
|
+
madisoncounty: {countyFP: "097", stateFP: "39"},
|
|
2167
|
+
mahoningcounty: {countyFP: "099", stateFP: "39"},
|
|
2168
|
+
marioncounty: {countyFP: "101", stateFP: "39"},
|
|
2169
|
+
medinacounty: {countyFP: "103", stateFP: "39"},
|
|
2170
|
+
meigscounty: {countyFP: "105", stateFP: "39"},
|
|
2171
|
+
mercercounty: {countyFP: "107", stateFP: "39"},
|
|
2172
|
+
miamicounty: {countyFP: "109", stateFP: "39"},
|
|
2173
|
+
monroecounty: {countyFP: "111", stateFP: "39"},
|
|
2174
|
+
montgomerycounty: {countyFP: "113", stateFP: "39"},
|
|
2175
|
+
morgancounty: {countyFP: "115", stateFP: "39"},
|
|
2176
|
+
morrowcounty: {countyFP: "117", stateFP: "39"},
|
|
2177
|
+
muskingumcounty: {countyFP: "119", stateFP: "39"},
|
|
2178
|
+
noblecounty: {countyFP: "121", stateFP: "39"},
|
|
2179
|
+
ottawacounty: {countyFP: "123", stateFP: "39"},
|
|
2180
|
+
pauldingcounty: {countyFP: "125", stateFP: "39"},
|
|
2181
|
+
perrycounty: {countyFP: "127", stateFP: "39"},
|
|
2182
|
+
pickawaycounty: {countyFP: "129", stateFP: "39"},
|
|
2183
|
+
pikecounty: {countyFP: "131", stateFP: "39"},
|
|
2184
|
+
portagecounty: {countyFP: "133", stateFP: "39"},
|
|
2185
|
+
preblecounty: {countyFP: "135", stateFP: "39"},
|
|
2186
|
+
putnamcounty: {countyFP: "137", stateFP: "39"},
|
|
2187
|
+
richlandcounty: {countyFP: "139", stateFP: "39"},
|
|
2188
|
+
rosscounty: {countyFP: "141", stateFP: "39"},
|
|
2189
|
+
sanduskycounty: {countyFP: "143", stateFP: "39"},
|
|
2190
|
+
sciotocounty: {countyFP: "145", stateFP: "39"},
|
|
2191
|
+
senecacounty: {countyFP: "147", stateFP: "39"},
|
|
2192
|
+
shelbycounty: {countyFP: "149", stateFP: "39"},
|
|
2193
|
+
starkcounty: {countyFP: "151", stateFP: "39"},
|
|
2194
|
+
summitcounty: {countyFP: "153", stateFP: "39"},
|
|
2195
|
+
trumbullcounty: {countyFP: "155", stateFP: "39"},
|
|
2196
|
+
tuscarawascounty: {countyFP: "157", stateFP: "39"},
|
|
2197
|
+
unioncounty: {countyFP: "159", stateFP: "39"},
|
|
2198
|
+
vanwertcounty: {countyFP: "161", stateFP: "39"},
|
|
2199
|
+
vintoncounty: {countyFP: "163", stateFP: "39"},
|
|
2200
|
+
warrencounty: {countyFP: "165", stateFP: "39"},
|
|
2201
|
+
washingtoncounty: {countyFP: "167", stateFP: "39"},
|
|
2202
|
+
waynecounty: {countyFP: "169", stateFP: "39"},
|
|
2203
|
+
williamscounty: {countyFP: "171", stateFP: "39"},
|
|
2204
|
+
woodcounty: {countyFP: "173", stateFP: "39"},
|
|
2205
|
+
wyandotcounty: {countyFP: "175", stateFP: "39"},
|
|
2206
|
+
},
|
|
2207
|
+
oklahoma: {
|
|
2208
|
+
adaircounty: {countyFP: "001", stateFP: "40"},
|
|
2209
|
+
alfalfacounty: {countyFP: "003", stateFP: "40"},
|
|
2210
|
+
atokacounty: {countyFP: "005", stateFP: "40"},
|
|
2211
|
+
beavercounty: {countyFP: "007", stateFP: "40"},
|
|
2212
|
+
beckhamcounty: {countyFP: "009", stateFP: "40"},
|
|
2213
|
+
blainecounty: {countyFP: "011", stateFP: "40"},
|
|
2214
|
+
bryancounty: {countyFP: "013", stateFP: "40"},
|
|
2215
|
+
caddocounty: {countyFP: "015", stateFP: "40"},
|
|
2216
|
+
canadiancounty: {countyFP: "017", stateFP: "40"},
|
|
2217
|
+
cartercounty: {countyFP: "019", stateFP: "40"},
|
|
2218
|
+
cherokeecounty: {countyFP: "021", stateFP: "40"},
|
|
2219
|
+
choctawcounty: {countyFP: "023", stateFP: "40"},
|
|
2220
|
+
cimarroncounty: {countyFP: "025", stateFP: "40"},
|
|
2221
|
+
clevelandcounty: {countyFP: "027", stateFP: "40"},
|
|
2222
|
+
coalcounty: {countyFP: "029", stateFP: "40"},
|
|
2223
|
+
comanchecounty: {countyFP: "031", stateFP: "40"},
|
|
2224
|
+
cottoncounty: {countyFP: "033", stateFP: "40"},
|
|
2225
|
+
craigcounty: {countyFP: "035", stateFP: "40"},
|
|
2226
|
+
creekcounty: {countyFP: "037", stateFP: "40"},
|
|
2227
|
+
custercounty: {countyFP: "039", stateFP: "40"},
|
|
2228
|
+
delawarecounty: {countyFP: "041", stateFP: "40"},
|
|
2229
|
+
deweycounty: {countyFP: "043", stateFP: "40"},
|
|
2230
|
+
elliscounty: {countyFP: "045", stateFP: "40"},
|
|
2231
|
+
garfieldcounty: {countyFP: "047", stateFP: "40"},
|
|
2232
|
+
garvincounty: {countyFP: "049", stateFP: "40"},
|
|
2233
|
+
gradycounty: {countyFP: "051", stateFP: "40"},
|
|
2234
|
+
grantcounty: {countyFP: "053", stateFP: "40"},
|
|
2235
|
+
greercounty: {countyFP: "055", stateFP: "40"},
|
|
2236
|
+
harmoncounty: {countyFP: "057", stateFP: "40"},
|
|
2237
|
+
harpercounty: {countyFP: "059", stateFP: "40"},
|
|
2238
|
+
haskellcounty: {countyFP: "061", stateFP: "40"},
|
|
2239
|
+
hughescounty: {countyFP: "063", stateFP: "40"},
|
|
2240
|
+
jacksoncounty: {countyFP: "065", stateFP: "40"},
|
|
2241
|
+
jeffersoncounty: {countyFP: "067", stateFP: "40"},
|
|
2242
|
+
johnstoncounty: {countyFP: "069", stateFP: "40"},
|
|
2243
|
+
kaycounty: {countyFP: "071", stateFP: "40"},
|
|
2244
|
+
kingfishercounty: {countyFP: "073", stateFP: "40"},
|
|
2245
|
+
kiowacounty: {countyFP: "075", stateFP: "40"},
|
|
2246
|
+
latimercounty: {countyFP: "077", stateFP: "40"},
|
|
2247
|
+
leflorecounty: {countyFP: "079", stateFP: "40"},
|
|
2248
|
+
lincolncounty: {countyFP: "081", stateFP: "40"},
|
|
2249
|
+
logancounty: {countyFP: "083", stateFP: "40"},
|
|
2250
|
+
lovecounty: {countyFP: "085", stateFP: "40"},
|
|
2251
|
+
majorcounty: {countyFP: "093", stateFP: "40"},
|
|
2252
|
+
marshallcounty: {countyFP: "095", stateFP: "40"},
|
|
2253
|
+
mayescounty: {countyFP: "097", stateFP: "40"},
|
|
2254
|
+
mcclaincounty: {countyFP: "087", stateFP: "40"},
|
|
2255
|
+
mccurtaincounty: {countyFP: "089", stateFP: "40"},
|
|
2256
|
+
mcintoshcounty: {countyFP: "091", stateFP: "40"},
|
|
2257
|
+
murraycounty: {countyFP: "099", stateFP: "40"},
|
|
2258
|
+
muskogeecounty: {countyFP: "101", stateFP: "40"},
|
|
2259
|
+
noblecounty: {countyFP: "103", stateFP: "40"},
|
|
2260
|
+
nowatacounty: {countyFP: "105", stateFP: "40"},
|
|
2261
|
+
okfuskeecounty: {countyFP: "107", stateFP: "40"},
|
|
2262
|
+
oklahomacounty: {countyFP: "109", stateFP: "40"},
|
|
2263
|
+
okmulgeecounty: {countyFP: "111", stateFP: "40"},
|
|
2264
|
+
osagecounty: {countyFP: "113", stateFP: "40"},
|
|
2265
|
+
ottawacounty: {countyFP: "115", stateFP: "40"},
|
|
2266
|
+
pawneecounty: {countyFP: "117", stateFP: "40"},
|
|
2267
|
+
paynecounty: {countyFP: "119", stateFP: "40"},
|
|
2268
|
+
pittsburgcounty: {countyFP: "121", stateFP: "40"},
|
|
2269
|
+
pontotoccounty: {countyFP: "123", stateFP: "40"},
|
|
2270
|
+
pottawatomiecounty: {countyFP: "125", stateFP: "40"},
|
|
2271
|
+
pushmatahacounty: {countyFP: "127", stateFP: "40"},
|
|
2272
|
+
rogermillscounty: {countyFP: "129", stateFP: "40"},
|
|
2273
|
+
rogerscounty: {countyFP: "131", stateFP: "40"},
|
|
2274
|
+
seminolecounty: {countyFP: "133", stateFP: "40"},
|
|
2275
|
+
sequoyahcounty: {countyFP: "135", stateFP: "40"},
|
|
2276
|
+
stephenscounty: {countyFP: "137", stateFP: "40"},
|
|
2277
|
+
texascounty: {countyFP: "139", stateFP: "40"},
|
|
2278
|
+
tillmancounty: {countyFP: "141", stateFP: "40"},
|
|
2279
|
+
tulsacounty: {countyFP: "143", stateFP: "40"},
|
|
2280
|
+
wagonercounty: {countyFP: "145", stateFP: "40"},
|
|
2281
|
+
washingtoncounty: {countyFP: "147", stateFP: "40"},
|
|
2282
|
+
washitacounty: {countyFP: "149", stateFP: "40"},
|
|
2283
|
+
woodscounty: {countyFP: "151", stateFP: "40"},
|
|
2284
|
+
woodwardcounty: {countyFP: "153", stateFP: "40"},
|
|
2285
|
+
},
|
|
2286
|
+
oregon: {
|
|
2287
|
+
bakercounty: {countyFP: "001", stateFP: "41"},
|
|
2288
|
+
bentoncounty: {countyFP: "003", stateFP: "41"},
|
|
2289
|
+
clackamascounty: {countyFP: "005", stateFP: "41"},
|
|
2290
|
+
clatsopcounty: {countyFP: "007", stateFP: "41"},
|
|
2291
|
+
columbiacounty: {countyFP: "009", stateFP: "41"},
|
|
2292
|
+
cooscounty: {countyFP: "011", stateFP: "41"},
|
|
2293
|
+
crookcounty: {countyFP: "013", stateFP: "41"},
|
|
2294
|
+
currycounty: {countyFP: "015", stateFP: "41"},
|
|
2295
|
+
deschutescounty: {countyFP: "017", stateFP: "41"},
|
|
2296
|
+
douglascounty: {countyFP: "019", stateFP: "41"},
|
|
2297
|
+
gilliamcounty: {countyFP: "021", stateFP: "41"},
|
|
2298
|
+
grantcounty: {countyFP: "023", stateFP: "41"},
|
|
2299
|
+
harneycounty: {countyFP: "025", stateFP: "41"},
|
|
2300
|
+
hoodrivercounty: {countyFP: "027", stateFP: "41"},
|
|
2301
|
+
jacksoncounty: {countyFP: "029", stateFP: "41"},
|
|
2302
|
+
jeffersoncounty: {countyFP: "031", stateFP: "41"},
|
|
2303
|
+
josephinecounty: {countyFP: "033", stateFP: "41"},
|
|
2304
|
+
klamathcounty: {countyFP: "035", stateFP: "41"},
|
|
2305
|
+
lakecounty: {countyFP: "037", stateFP: "41"},
|
|
2306
|
+
lanecounty: {countyFP: "039", stateFP: "41"},
|
|
2307
|
+
lincolncounty: {countyFP: "041", stateFP: "41"},
|
|
2308
|
+
linncounty: {countyFP: "043", stateFP: "41"},
|
|
2309
|
+
malheurcounty: {countyFP: "045", stateFP: "41"},
|
|
2310
|
+
marioncounty: {countyFP: "047", stateFP: "41"},
|
|
2311
|
+
morrowcounty: {countyFP: "049", stateFP: "41"},
|
|
2312
|
+
multnomahcounty: {countyFP: "051", stateFP: "41"},
|
|
2313
|
+
polkcounty: {countyFP: "053", stateFP: "41"},
|
|
2314
|
+
shermancounty: {countyFP: "055", stateFP: "41"},
|
|
2315
|
+
tillamookcounty: {countyFP: "057", stateFP: "41"},
|
|
2316
|
+
umatillacounty: {countyFP: "059", stateFP: "41"},
|
|
2317
|
+
unioncounty: {countyFP: "061", stateFP: "41"},
|
|
2318
|
+
wallowacounty: {countyFP: "063", stateFP: "41"},
|
|
2319
|
+
wascocounty: {countyFP: "065", stateFP: "41"},
|
|
2320
|
+
washingtoncounty: {countyFP: "067", stateFP: "41"},
|
|
2321
|
+
wheelercounty: {countyFP: "069", stateFP: "41"},
|
|
2322
|
+
yamhillcounty: {countyFP: "071", stateFP: "41"},
|
|
2323
|
+
},
|
|
2324
|
+
pennsylvania: {
|
|
2325
|
+
adamscounty: {countyFP: "001", stateFP: "42"},
|
|
2326
|
+
alleghenycounty: {countyFP: "003", stateFP: "42"},
|
|
2327
|
+
armstrongcounty: {countyFP: "005", stateFP: "42"},
|
|
2328
|
+
beavercounty: {countyFP: "007", stateFP: "42"},
|
|
2329
|
+
bedfordcounty: {countyFP: "009", stateFP: "42"},
|
|
2330
|
+
berkscounty: {countyFP: "011", stateFP: "42"},
|
|
2331
|
+
blaircounty: {countyFP: "013", stateFP: "42"},
|
|
2332
|
+
bradfordcounty: {countyFP: "015", stateFP: "42"},
|
|
2333
|
+
buckscounty: {countyFP: "017", stateFP: "42"},
|
|
2334
|
+
butlercounty: {countyFP: "019", stateFP: "42"},
|
|
2335
|
+
cambriacounty: {countyFP: "021", stateFP: "42"},
|
|
2336
|
+
cameroncounty: {countyFP: "023", stateFP: "42"},
|
|
2337
|
+
carboncounty: {countyFP: "025", stateFP: "42"},
|
|
2338
|
+
centrecounty: {countyFP: "027", stateFP: "42"},
|
|
2339
|
+
chestercounty: {countyFP: "029", stateFP: "42"},
|
|
2340
|
+
clarioncounty: {countyFP: "031", stateFP: "42"},
|
|
2341
|
+
clearfieldcounty: {countyFP: "033", stateFP: "42"},
|
|
2342
|
+
clintoncounty: {countyFP: "035", stateFP: "42"},
|
|
2343
|
+
columbiacounty: {countyFP: "037", stateFP: "42"},
|
|
2344
|
+
crawfordcounty: {countyFP: "039", stateFP: "42"},
|
|
2345
|
+
cumberlandcounty: {countyFP: "041", stateFP: "42"},
|
|
2346
|
+
dauphincounty: {countyFP: "043", stateFP: "42"},
|
|
2347
|
+
delawarecounty: {countyFP: "045", stateFP: "42"},
|
|
2348
|
+
elkcounty: {countyFP: "047", stateFP: "42"},
|
|
2349
|
+
eriecounty: {countyFP: "049", stateFP: "42"},
|
|
2350
|
+
fayettecounty: {countyFP: "051", stateFP: "42"},
|
|
2351
|
+
forestcounty: {countyFP: "053", stateFP: "42"},
|
|
2352
|
+
franklincounty: {countyFP: "055", stateFP: "42"},
|
|
2353
|
+
fultoncounty: {countyFP: "057", stateFP: "42"},
|
|
2354
|
+
greenecounty: {countyFP: "059", stateFP: "42"},
|
|
2355
|
+
huntingdoncounty: {countyFP: "061", stateFP: "42"},
|
|
2356
|
+
indianacounty: {countyFP: "063", stateFP: "42"},
|
|
2357
|
+
jeffersoncounty: {countyFP: "065", stateFP: "42"},
|
|
2358
|
+
juniatacounty: {countyFP: "067", stateFP: "42"},
|
|
2359
|
+
lackawannacounty: {countyFP: "069", stateFP: "42"},
|
|
2360
|
+
lancastercounty: {countyFP: "071", stateFP: "42"},
|
|
2361
|
+
lawrencecounty: {countyFP: "073", stateFP: "42"},
|
|
2362
|
+
lebanoncounty: {countyFP: "075", stateFP: "42"},
|
|
2363
|
+
lehighcounty: {countyFP: "077", stateFP: "42"},
|
|
2364
|
+
luzernecounty: {countyFP: "079", stateFP: "42"},
|
|
2365
|
+
lycomingcounty: {countyFP: "081", stateFP: "42"},
|
|
2366
|
+
mckeancounty: {countyFP: "083", stateFP: "42"},
|
|
2367
|
+
mercercounty: {countyFP: "085", stateFP: "42"},
|
|
2368
|
+
mifflincounty: {countyFP: "087", stateFP: "42"},
|
|
2369
|
+
monroecounty: {countyFP: "089", stateFP: "42"},
|
|
2370
|
+
montgomerycounty: {countyFP: "091", stateFP: "42"},
|
|
2371
|
+
montourcounty: {countyFP: "093", stateFP: "42"},
|
|
2372
|
+
northamptoncounty: {countyFP: "095", stateFP: "42"},
|
|
2373
|
+
northumberlandcounty: {countyFP: "097", stateFP: "42"},
|
|
2374
|
+
perrycounty: {countyFP: "099", stateFP: "42"},
|
|
2375
|
+
philadelphiacounty: {countyFP: "101", stateFP: "42"},
|
|
2376
|
+
pikecounty: {countyFP: "103", stateFP: "42"},
|
|
2377
|
+
pottercounty: {countyFP: "105", stateFP: "42"},
|
|
2378
|
+
schuylkillcounty: {countyFP: "107", stateFP: "42"},
|
|
2379
|
+
snydercounty: {countyFP: "109", stateFP: "42"},
|
|
2380
|
+
somersetcounty: {countyFP: "111", stateFP: "42"},
|
|
2381
|
+
sullivancounty: {countyFP: "113", stateFP: "42"},
|
|
2382
|
+
susquehannacounty: {countyFP: "115", stateFP: "42"},
|
|
2383
|
+
tiogacounty: {countyFP: "117", stateFP: "42"},
|
|
2384
|
+
unioncounty: {countyFP: "119", stateFP: "42"},
|
|
2385
|
+
venangocounty: {countyFP: "121", stateFP: "42"},
|
|
2386
|
+
warrencounty: {countyFP: "123", stateFP: "42"},
|
|
2387
|
+
washingtoncounty: {countyFP: "125", stateFP: "42"},
|
|
2388
|
+
waynecounty: {countyFP: "127", stateFP: "42"},
|
|
2389
|
+
westmorelandcounty: {countyFP: "129", stateFP: "42"},
|
|
2390
|
+
wyomingcounty: {countyFP: "131", stateFP: "42"},
|
|
2391
|
+
yorkcounty: {countyFP: "133", stateFP: "42"},
|
|
2392
|
+
},
|
|
2393
|
+
rhodeisland: {
|
|
2394
|
+
bristolcounty: {countyFP: "001", stateFP: "44"},
|
|
2395
|
+
kentcounty: {countyFP: "003", stateFP: "44"},
|
|
2396
|
+
newportcounty: {countyFP: "005", stateFP: "44"},
|
|
2397
|
+
providencecounty: {countyFP: "007", stateFP: "44"},
|
|
2398
|
+
washingtoncounty: {countyFP: "009", stateFP: "44"},
|
|
2399
|
+
},
|
|
2400
|
+
southcarolina: {
|
|
2401
|
+
abbevillecounty: {countyFP: "001", stateFP: "45"},
|
|
2402
|
+
aikencounty: {countyFP: "003", stateFP: "45"},
|
|
2403
|
+
allendalecounty: {countyFP: "005", stateFP: "45"},
|
|
2404
|
+
andersoncounty: {countyFP: "007", stateFP: "45"},
|
|
2405
|
+
bambergcounty: {countyFP: "009", stateFP: "45"},
|
|
2406
|
+
barnwellcounty: {countyFP: "011", stateFP: "45"},
|
|
2407
|
+
beaufortcounty: {countyFP: "013", stateFP: "45"},
|
|
2408
|
+
berkeleycounty: {countyFP: "015", stateFP: "45"},
|
|
2409
|
+
calhouncounty: {countyFP: "017", stateFP: "45"},
|
|
2410
|
+
charlestoncounty: {countyFP: "019", stateFP: "45"},
|
|
2411
|
+
cherokeecounty: {countyFP: "021", stateFP: "45"},
|
|
2412
|
+
chestercounty: {countyFP: "023", stateFP: "45"},
|
|
2413
|
+
chesterfieldcounty: {countyFP: "025", stateFP: "45"},
|
|
2414
|
+
clarendoncounty: {countyFP: "027", stateFP: "45"},
|
|
2415
|
+
colletoncounty: {countyFP: "029", stateFP: "45"},
|
|
2416
|
+
darlingtoncounty: {countyFP: "031", stateFP: "45"},
|
|
2417
|
+
dilloncounty: {countyFP: "033", stateFP: "45"},
|
|
2418
|
+
dorchestercounty: {countyFP: "035", stateFP: "45"},
|
|
2419
|
+
edgefieldcounty: {countyFP: "037", stateFP: "45"},
|
|
2420
|
+
fairfieldcounty: {countyFP: "039", stateFP: "45"},
|
|
2421
|
+
florencecounty: {countyFP: "041", stateFP: "45"},
|
|
2422
|
+
georgetowncounty: {countyFP: "043", stateFP: "45"},
|
|
2423
|
+
greenvillecounty: {countyFP: "045", stateFP: "45"},
|
|
2424
|
+
greenwoodcounty: {countyFP: "047", stateFP: "45"},
|
|
2425
|
+
hamptoncounty: {countyFP: "049", stateFP: "45"},
|
|
2426
|
+
horrycounty: {countyFP: "051", stateFP: "45"},
|
|
2427
|
+
jaspercounty: {countyFP: "053", stateFP: "45"},
|
|
2428
|
+
kershawcounty: {countyFP: "055", stateFP: "45"},
|
|
2429
|
+
lancastercounty: {countyFP: "057", stateFP: "45"},
|
|
2430
|
+
laurenscounty: {countyFP: "059", stateFP: "45"},
|
|
2431
|
+
leecounty: {countyFP: "061", stateFP: "45"},
|
|
2432
|
+
lexingtoncounty: {countyFP: "063", stateFP: "45"},
|
|
2433
|
+
marioncounty: {countyFP: "067", stateFP: "45"},
|
|
2434
|
+
marlborocounty: {countyFP: "069", stateFP: "45"},
|
|
2435
|
+
mccormickcounty: {countyFP: "065", stateFP: "45"},
|
|
2436
|
+
newberrycounty: {countyFP: "071", stateFP: "45"},
|
|
2437
|
+
oconeecounty: {countyFP: "073", stateFP: "45"},
|
|
2438
|
+
orangeburgcounty: {countyFP: "075", stateFP: "45"},
|
|
2439
|
+
pickenscounty: {countyFP: "077", stateFP: "45"},
|
|
2440
|
+
richlandcounty: {countyFP: "079", stateFP: "45"},
|
|
2441
|
+
saludacounty: {countyFP: "081", stateFP: "45"},
|
|
2442
|
+
spartanburgcounty: {countyFP: "083", stateFP: "45"},
|
|
2443
|
+
sumtercounty: {countyFP: "085", stateFP: "45"},
|
|
2444
|
+
unioncounty: {countyFP: "087", stateFP: "45"},
|
|
2445
|
+
williamsburgcounty: {countyFP: "089", stateFP: "45"},
|
|
2446
|
+
yorkcounty: {countyFP: "091", stateFP: "45"},
|
|
2447
|
+
},
|
|
2448
|
+
southdakota: {
|
|
2449
|
+
auroracounty: {countyFP: "003", stateFP: "46"},
|
|
2450
|
+
beadlecounty: {countyFP: "005", stateFP: "46"},
|
|
2451
|
+
bennettcounty: {countyFP: "007", stateFP: "46"},
|
|
2452
|
+
bonhommecounty: {countyFP: "009", stateFP: "46"},
|
|
2453
|
+
brookingscounty: {countyFP: "011", stateFP: "46"},
|
|
2454
|
+
browncounty: {countyFP: "013", stateFP: "46"},
|
|
2455
|
+
brulecounty: {countyFP: "015", stateFP: "46"},
|
|
2456
|
+
buffalocounty: {countyFP: "017", stateFP: "46"},
|
|
2457
|
+
buttecounty: {countyFP: "019", stateFP: "46"},
|
|
2458
|
+
campbellcounty: {countyFP: "021", stateFP: "46"},
|
|
2459
|
+
charlesmixcounty: {countyFP: "023", stateFP: "46"},
|
|
2460
|
+
clarkcounty: {countyFP: "025", stateFP: "46"},
|
|
2461
|
+
claycounty: {countyFP: "027", stateFP: "46"},
|
|
2462
|
+
codingtoncounty: {countyFP: "029", stateFP: "46"},
|
|
2463
|
+
corsoncounty: {countyFP: "031", stateFP: "46"},
|
|
2464
|
+
custercounty: {countyFP: "033", stateFP: "46"},
|
|
2465
|
+
davisoncounty: {countyFP: "035", stateFP: "46"},
|
|
2466
|
+
daycounty: {countyFP: "037", stateFP: "46"},
|
|
2467
|
+
deuelcounty: {countyFP: "039", stateFP: "46"},
|
|
2468
|
+
deweycounty: {countyFP: "041", stateFP: "46"},
|
|
2469
|
+
douglascounty: {countyFP: "043", stateFP: "46"},
|
|
2470
|
+
edmundscounty: {countyFP: "045", stateFP: "46"},
|
|
2471
|
+
fallrivercounty: {countyFP: "047", stateFP: "46"},
|
|
2472
|
+
faulkcounty: {countyFP: "049", stateFP: "46"},
|
|
2473
|
+
grantcounty: {countyFP: "051", stateFP: "46"},
|
|
2474
|
+
gregorycounty: {countyFP: "053", stateFP: "46"},
|
|
2475
|
+
haakoncounty: {countyFP: "055", stateFP: "46"},
|
|
2476
|
+
hamlincounty: {countyFP: "057", stateFP: "46"},
|
|
2477
|
+
handcounty: {countyFP: "059", stateFP: "46"},
|
|
2478
|
+
hansoncounty: {countyFP: "061", stateFP: "46"},
|
|
2479
|
+
hardingcounty: {countyFP: "063", stateFP: "46"},
|
|
2480
|
+
hughescounty: {countyFP: "065", stateFP: "46"},
|
|
2481
|
+
hutchinsoncounty: {countyFP: "067", stateFP: "46"},
|
|
2482
|
+
hydecounty: {countyFP: "069", stateFP: "46"},
|
|
2483
|
+
jacksoncounty: {countyFP: "071", stateFP: "46"},
|
|
2484
|
+
jerauldcounty: {countyFP: "073", stateFP: "46"},
|
|
2485
|
+
jonescounty: {countyFP: "075", stateFP: "46"},
|
|
2486
|
+
kingsburycounty: {countyFP: "077", stateFP: "46"},
|
|
2487
|
+
lakecounty: {countyFP: "079", stateFP: "46"},
|
|
2488
|
+
lawrencecounty: {countyFP: "081", stateFP: "46"},
|
|
2489
|
+
lincolncounty: {countyFP: "083", stateFP: "46"},
|
|
2490
|
+
lymancounty: {countyFP: "085", stateFP: "46"},
|
|
2491
|
+
marshallcounty: {countyFP: "091", stateFP: "46"},
|
|
2492
|
+
mccookcounty: {countyFP: "087", stateFP: "46"},
|
|
2493
|
+
mcphersoncounty: {countyFP: "089", stateFP: "46"},
|
|
2494
|
+
meadecounty: {countyFP: "093", stateFP: "46"},
|
|
2495
|
+
mellettecounty: {countyFP: "095", stateFP: "46"},
|
|
2496
|
+
minercounty: {countyFP: "097", stateFP: "46"},
|
|
2497
|
+
minnehahacounty: {countyFP: "099", stateFP: "46"},
|
|
2498
|
+
moodycounty: {countyFP: "101", stateFP: "46"},
|
|
2499
|
+
oglalalakotacounty: {countyFP: "102", stateFP: "46"},
|
|
2500
|
+
penningtoncounty: {countyFP: "103", stateFP: "46"},
|
|
2501
|
+
perkinscounty: {countyFP: "105", stateFP: "46"},
|
|
2502
|
+
pottercounty: {countyFP: "107", stateFP: "46"},
|
|
2503
|
+
robertscounty: {countyFP: "109", stateFP: "46"},
|
|
2504
|
+
sanborncounty: {countyFP: "111", stateFP: "46"},
|
|
2505
|
+
spinkcounty: {countyFP: "115", stateFP: "46"},
|
|
2506
|
+
stanleycounty: {countyFP: "117", stateFP: "46"},
|
|
2507
|
+
sullycounty: {countyFP: "119", stateFP: "46"},
|
|
2508
|
+
toddcounty: {countyFP: "121", stateFP: "46"},
|
|
2509
|
+
trippcounty: {countyFP: "123", stateFP: "46"},
|
|
2510
|
+
turnercounty: {countyFP: "125", stateFP: "46"},
|
|
2511
|
+
unioncounty: {countyFP: "127", stateFP: "46"},
|
|
2512
|
+
walworthcounty: {countyFP: "129", stateFP: "46"},
|
|
2513
|
+
yanktoncounty: {countyFP: "135", stateFP: "46"},
|
|
2514
|
+
ziebachcounty: {countyFP: "137", stateFP: "46"},
|
|
2515
|
+
},
|
|
2516
|
+
tennessee: {
|
|
2517
|
+
andersoncounty: {countyFP: "001", stateFP: "47"},
|
|
2518
|
+
bedfordcounty: {countyFP: "003", stateFP: "47"},
|
|
2519
|
+
bentoncounty: {countyFP: "005", stateFP: "47"},
|
|
2520
|
+
bledsoecounty: {countyFP: "007", stateFP: "47"},
|
|
2521
|
+
blountcounty: {countyFP: "009", stateFP: "47"},
|
|
2522
|
+
bradleycounty: {countyFP: "011", stateFP: "47"},
|
|
2523
|
+
campbellcounty: {countyFP: "013", stateFP: "47"},
|
|
2524
|
+
cannoncounty: {countyFP: "015", stateFP: "47"},
|
|
2525
|
+
carrollcounty: {countyFP: "017", stateFP: "47"},
|
|
2526
|
+
cartercounty: {countyFP: "019", stateFP: "47"},
|
|
2527
|
+
cheathamcounty: {countyFP: "021", stateFP: "47"},
|
|
2528
|
+
chestercounty: {countyFP: "023", stateFP: "47"},
|
|
2529
|
+
claibornecounty: {countyFP: "025", stateFP: "47"},
|
|
2530
|
+
claycounty: {countyFP: "027", stateFP: "47"},
|
|
2531
|
+
cockecounty: {countyFP: "029", stateFP: "47"},
|
|
2532
|
+
coffeecounty: {countyFP: "031", stateFP: "47"},
|
|
2533
|
+
crockettcounty: {countyFP: "033", stateFP: "47"},
|
|
2534
|
+
cumberlandcounty: {countyFP: "035", stateFP: "47"},
|
|
2535
|
+
davidsoncounty: {countyFP: "037", stateFP: "47"},
|
|
2536
|
+
decaturcounty: {countyFP: "039", stateFP: "47"},
|
|
2537
|
+
dekalbcounty: {countyFP: "041", stateFP: "47"},
|
|
2538
|
+
dicksoncounty: {countyFP: "043", stateFP: "47"},
|
|
2539
|
+
dyercounty: {countyFP: "045", stateFP: "47"},
|
|
2540
|
+
fayettecounty: {countyFP: "047", stateFP: "47"},
|
|
2541
|
+
fentresscounty: {countyFP: "049", stateFP: "47"},
|
|
2542
|
+
franklincounty: {countyFP: "051", stateFP: "47"},
|
|
2543
|
+
gibsoncounty: {countyFP: "053", stateFP: "47"},
|
|
2544
|
+
gilescounty: {countyFP: "055", stateFP: "47"},
|
|
2545
|
+
graingercounty: {countyFP: "057", stateFP: "47"},
|
|
2546
|
+
greenecounty: {countyFP: "059", stateFP: "47"},
|
|
2547
|
+
grundycounty: {countyFP: "061", stateFP: "47"},
|
|
2548
|
+
hamblencounty: {countyFP: "063", stateFP: "47"},
|
|
2549
|
+
hamiltoncounty: {countyFP: "065", stateFP: "47"},
|
|
2550
|
+
hancockcounty: {countyFP: "067", stateFP: "47"},
|
|
2551
|
+
hardemancounty: {countyFP: "069", stateFP: "47"},
|
|
2552
|
+
hardincounty: {countyFP: "071", stateFP: "47"},
|
|
2553
|
+
hawkinscounty: {countyFP: "073", stateFP: "47"},
|
|
2554
|
+
haywoodcounty: {countyFP: "075", stateFP: "47"},
|
|
2555
|
+
hendersoncounty: {countyFP: "077", stateFP: "47"},
|
|
2556
|
+
henrycounty: {countyFP: "079", stateFP: "47"},
|
|
2557
|
+
hickmancounty: {countyFP: "081", stateFP: "47"},
|
|
2558
|
+
houstoncounty: {countyFP: "083", stateFP: "47"},
|
|
2559
|
+
humphreyscounty: {countyFP: "085", stateFP: "47"},
|
|
2560
|
+
jacksoncounty: {countyFP: "087", stateFP: "47"},
|
|
2561
|
+
jeffersoncounty: {countyFP: "089", stateFP: "47"},
|
|
2562
|
+
johnsoncounty: {countyFP: "091", stateFP: "47"},
|
|
2563
|
+
knoxcounty: {countyFP: "093", stateFP: "47"},
|
|
2564
|
+
lakecounty: {countyFP: "095", stateFP: "47"},
|
|
2565
|
+
lauderdalecounty: {countyFP: "097", stateFP: "47"},
|
|
2566
|
+
lawrencecounty: {countyFP: "099", stateFP: "47"},
|
|
2567
|
+
lewiscounty: {countyFP: "101", stateFP: "47"},
|
|
2568
|
+
lincolncounty: {countyFP: "103", stateFP: "47"},
|
|
2569
|
+
loudoncounty: {countyFP: "105", stateFP: "47"},
|
|
2570
|
+
maconcounty: {countyFP: "111", stateFP: "47"},
|
|
2571
|
+
madisoncounty: {countyFP: "113", stateFP: "47"},
|
|
2572
|
+
marioncounty: {countyFP: "115", stateFP: "47"},
|
|
2573
|
+
marshallcounty: {countyFP: "117", stateFP: "47"},
|
|
2574
|
+
maurycounty: {countyFP: "119", stateFP: "47"},
|
|
2575
|
+
mcminncounty: {countyFP: "107", stateFP: "47"},
|
|
2576
|
+
mcnairycounty: {countyFP: "109", stateFP: "47"},
|
|
2577
|
+
meigscounty: {countyFP: "121", stateFP: "47"},
|
|
2578
|
+
monroecounty: {countyFP: "123", stateFP: "47"},
|
|
2579
|
+
montgomerycounty: {countyFP: "125", stateFP: "47"},
|
|
2580
|
+
moorecounty: {countyFP: "127", stateFP: "47"},
|
|
2581
|
+
morgancounty: {countyFP: "129", stateFP: "47"},
|
|
2582
|
+
obioncounty: {countyFP: "131", stateFP: "47"},
|
|
2583
|
+
overtoncounty: {countyFP: "133", stateFP: "47"},
|
|
2584
|
+
perrycounty: {countyFP: "135", stateFP: "47"},
|
|
2585
|
+
pickettcounty: {countyFP: "137", stateFP: "47"},
|
|
2586
|
+
polkcounty: {countyFP: "139", stateFP: "47"},
|
|
2587
|
+
putnamcounty: {countyFP: "141", stateFP: "47"},
|
|
2588
|
+
rheacounty: {countyFP: "143", stateFP: "47"},
|
|
2589
|
+
roanecounty: {countyFP: "145", stateFP: "47"},
|
|
2590
|
+
robertsoncounty: {countyFP: "147", stateFP: "47"},
|
|
2591
|
+
rutherfordcounty: {countyFP: "149", stateFP: "47"},
|
|
2592
|
+
scottcounty: {countyFP: "151", stateFP: "47"},
|
|
2593
|
+
sequatchiecounty: {countyFP: "153", stateFP: "47"},
|
|
2594
|
+
seviercounty: {countyFP: "155", stateFP: "47"},
|
|
2595
|
+
shelbycounty: {countyFP: "157", stateFP: "47"},
|
|
2596
|
+
smithcounty: {countyFP: "159", stateFP: "47"},
|
|
2597
|
+
stewartcounty: {countyFP: "161", stateFP: "47"},
|
|
2598
|
+
sullivancounty: {countyFP: "163", stateFP: "47"},
|
|
2599
|
+
sumnercounty: {countyFP: "165", stateFP: "47"},
|
|
2600
|
+
tiptoncounty: {countyFP: "167", stateFP: "47"},
|
|
2601
|
+
trousdalecounty: {countyFP: "169", stateFP: "47"},
|
|
2602
|
+
unicoicounty: {countyFP: "171", stateFP: "47"},
|
|
2603
|
+
unioncounty: {countyFP: "173", stateFP: "47"},
|
|
2604
|
+
vanburencounty: {countyFP: "175", stateFP: "47"},
|
|
2605
|
+
warrencounty: {countyFP: "177", stateFP: "47"},
|
|
2606
|
+
washingtoncounty: {countyFP: "179", stateFP: "47"},
|
|
2607
|
+
waynecounty: {countyFP: "181", stateFP: "47"},
|
|
2608
|
+
weakleycounty: {countyFP: "183", stateFP: "47"},
|
|
2609
|
+
whitecounty: {countyFP: "185", stateFP: "47"},
|
|
2610
|
+
williamsoncounty: {countyFP: "187", stateFP: "47"},
|
|
2611
|
+
wilsoncounty: {countyFP: "189", stateFP: "47"},
|
|
2612
|
+
},
|
|
2613
|
+
texas: {
|
|
2614
|
+
andersoncounty: {countyFP: "001", stateFP: "48"},
|
|
2615
|
+
andrewscounty: {countyFP: "003", stateFP: "48"},
|
|
2616
|
+
angelinacounty: {countyFP: "005", stateFP: "48"},
|
|
2617
|
+
aransascounty: {countyFP: "007", stateFP: "48"},
|
|
2618
|
+
archercounty: {countyFP: "009", stateFP: "48"},
|
|
2619
|
+
armstrongcounty: {countyFP: "011", stateFP: "48"},
|
|
2620
|
+
atascosacounty: {countyFP: "013", stateFP: "48"},
|
|
2621
|
+
austincounty: {countyFP: "015", stateFP: "48"},
|
|
2622
|
+
baileycounty: {countyFP: "017", stateFP: "48"},
|
|
2623
|
+
banderacounty: {countyFP: "019", stateFP: "48"},
|
|
2624
|
+
bastropcounty: {countyFP: "021", stateFP: "48"},
|
|
2625
|
+
baylorcounty: {countyFP: "023", stateFP: "48"},
|
|
2626
|
+
beecounty: {countyFP: "025", stateFP: "48"},
|
|
2627
|
+
bellcounty: {countyFP: "027", stateFP: "48"},
|
|
2628
|
+
bexarcounty: {countyFP: "029", stateFP: "48"},
|
|
2629
|
+
blancocounty: {countyFP: "031", stateFP: "48"},
|
|
2630
|
+
bordencounty: {countyFP: "033", stateFP: "48"},
|
|
2631
|
+
bosquecounty: {countyFP: "035", stateFP: "48"},
|
|
2632
|
+
bowiecounty: {countyFP: "037", stateFP: "48"},
|
|
2633
|
+
brazoriacounty: {countyFP: "039", stateFP: "48"},
|
|
2634
|
+
brazoscounty: {countyFP: "041", stateFP: "48"},
|
|
2635
|
+
brewstercounty: {countyFP: "043", stateFP: "48"},
|
|
2636
|
+
briscoecounty: {countyFP: "045", stateFP: "48"},
|
|
2637
|
+
brookscounty: {countyFP: "047", stateFP: "48"},
|
|
2638
|
+
browncounty: {countyFP: "049", stateFP: "48"},
|
|
2639
|
+
burlesoncounty: {countyFP: "051", stateFP: "48"},
|
|
2640
|
+
burnetcounty: {countyFP: "053", stateFP: "48"},
|
|
2641
|
+
caldwellcounty: {countyFP: "055", stateFP: "48"},
|
|
2642
|
+
calhouncounty: {countyFP: "057", stateFP: "48"},
|
|
2643
|
+
callahancounty: {countyFP: "059", stateFP: "48"},
|
|
2644
|
+
cameroncounty: {countyFP: "061", stateFP: "48"},
|
|
2645
|
+
campcounty: {countyFP: "063", stateFP: "48"},
|
|
2646
|
+
carsoncounty: {countyFP: "065", stateFP: "48"},
|
|
2647
|
+
casscounty: {countyFP: "067", stateFP: "48"},
|
|
2648
|
+
castrocounty: {countyFP: "069", stateFP: "48"},
|
|
2649
|
+
chamberscounty: {countyFP: "071", stateFP: "48"},
|
|
2650
|
+
cherokeecounty: {countyFP: "073", stateFP: "48"},
|
|
2651
|
+
childresscounty: {countyFP: "075", stateFP: "48"},
|
|
2652
|
+
claycounty: {countyFP: "077", stateFP: "48"},
|
|
2653
|
+
cochrancounty: {countyFP: "079", stateFP: "48"},
|
|
2654
|
+
cokecounty: {countyFP: "081", stateFP: "48"},
|
|
2655
|
+
colemancounty: {countyFP: "083", stateFP: "48"},
|
|
2656
|
+
collincounty: {countyFP: "085", stateFP: "48"},
|
|
2657
|
+
collingsworthcounty: {countyFP: "087", stateFP: "48"},
|
|
2658
|
+
coloradocounty: {countyFP: "089", stateFP: "48"},
|
|
2659
|
+
comalcounty: {countyFP: "091", stateFP: "48"},
|
|
2660
|
+
comanchecounty: {countyFP: "093", stateFP: "48"},
|
|
2661
|
+
conchocounty: {countyFP: "095", stateFP: "48"},
|
|
2662
|
+
cookecounty: {countyFP: "097", stateFP: "48"},
|
|
2663
|
+
coryellcounty: {countyFP: "099", stateFP: "48"},
|
|
2664
|
+
cottlecounty: {countyFP: "101", stateFP: "48"},
|
|
2665
|
+
cranecounty: {countyFP: "103", stateFP: "48"},
|
|
2666
|
+
crockettcounty: {countyFP: "105", stateFP: "48"},
|
|
2667
|
+
crosbycounty: {countyFP: "107", stateFP: "48"},
|
|
2668
|
+
culbersoncounty: {countyFP: "109", stateFP: "48"},
|
|
2669
|
+
dallamcounty: {countyFP: "111", stateFP: "48"},
|
|
2670
|
+
dallascounty: {countyFP: "113", stateFP: "48"},
|
|
2671
|
+
dawsoncounty: {countyFP: "115", stateFP: "48"},
|
|
2672
|
+
deafsmithcounty: {countyFP: "117", stateFP: "48"},
|
|
2673
|
+
deltacounty: {countyFP: "119", stateFP: "48"},
|
|
2674
|
+
dentoncounty: {countyFP: "121", stateFP: "48"},
|
|
2675
|
+
dewittcounty: {countyFP: "123", stateFP: "48"},
|
|
2676
|
+
dickenscounty: {countyFP: "125", stateFP: "48"},
|
|
2677
|
+
dimmitcounty: {countyFP: "127", stateFP: "48"},
|
|
2678
|
+
donleycounty: {countyFP: "129", stateFP: "48"},
|
|
2679
|
+
duvalcounty: {countyFP: "131", stateFP: "48"},
|
|
2680
|
+
eastlandcounty: {countyFP: "133", stateFP: "48"},
|
|
2681
|
+
ectorcounty: {countyFP: "135", stateFP: "48"},
|
|
2682
|
+
edwardscounty: {countyFP: "137", stateFP: "48"},
|
|
2683
|
+
elliscounty: {countyFP: "139", stateFP: "48"},
|
|
2684
|
+
elpasocounty: {countyFP: "141", stateFP: "48"},
|
|
2685
|
+
erathcounty: {countyFP: "143", stateFP: "48"},
|
|
2686
|
+
fallscounty: {countyFP: "145", stateFP: "48"},
|
|
2687
|
+
fannincounty: {countyFP: "147", stateFP: "48"},
|
|
2688
|
+
fayettecounty: {countyFP: "149", stateFP: "48"},
|
|
2689
|
+
fishercounty: {countyFP: "151", stateFP: "48"},
|
|
2690
|
+
floydcounty: {countyFP: "153", stateFP: "48"},
|
|
2691
|
+
foardcounty: {countyFP: "155", stateFP: "48"},
|
|
2692
|
+
fortbendcounty: {countyFP: "157", stateFP: "48"},
|
|
2693
|
+
franklincounty: {countyFP: "159", stateFP: "48"},
|
|
2694
|
+
freestonecounty: {countyFP: "161", stateFP: "48"},
|
|
2695
|
+
friocounty: {countyFP: "163", stateFP: "48"},
|
|
2696
|
+
gainescounty: {countyFP: "165", stateFP: "48"},
|
|
2697
|
+
galvestoncounty: {countyFP: "167", stateFP: "48"},
|
|
2698
|
+
garzacounty: {countyFP: "169", stateFP: "48"},
|
|
2699
|
+
gillespiecounty: {countyFP: "171", stateFP: "48"},
|
|
2700
|
+
glasscockcounty: {countyFP: "173", stateFP: "48"},
|
|
2701
|
+
goliadcounty: {countyFP: "175", stateFP: "48"},
|
|
2702
|
+
gonzalescounty: {countyFP: "177", stateFP: "48"},
|
|
2703
|
+
graycounty: {countyFP: "179", stateFP: "48"},
|
|
2704
|
+
graysoncounty: {countyFP: "181", stateFP: "48"},
|
|
2705
|
+
greggcounty: {countyFP: "183", stateFP: "48"},
|
|
2706
|
+
grimescounty: {countyFP: "185", stateFP: "48"},
|
|
2707
|
+
guadalupecounty: {countyFP: "187", stateFP: "48"},
|
|
2708
|
+
halecounty: {countyFP: "189", stateFP: "48"},
|
|
2709
|
+
hallcounty: {countyFP: "191", stateFP: "48"},
|
|
2710
|
+
hamiltoncounty: {countyFP: "193", stateFP: "48"},
|
|
2711
|
+
hansfordcounty: {countyFP: "195", stateFP: "48"},
|
|
2712
|
+
hardemancounty: {countyFP: "197", stateFP: "48"},
|
|
2713
|
+
hardincounty: {countyFP: "199", stateFP: "48"},
|
|
2714
|
+
harriscounty: {countyFP: "201", stateFP: "48"},
|
|
2715
|
+
harrisoncounty: {countyFP: "203", stateFP: "48"},
|
|
2716
|
+
hartleycounty: {countyFP: "205", stateFP: "48"},
|
|
2717
|
+
haskellcounty: {countyFP: "207", stateFP: "48"},
|
|
2718
|
+
hayscounty: {countyFP: "209", stateFP: "48"},
|
|
2719
|
+
hemphillcounty: {countyFP: "211", stateFP: "48"},
|
|
2720
|
+
hendersoncounty: {countyFP: "213", stateFP: "48"},
|
|
2721
|
+
hidalgocounty: {countyFP: "215", stateFP: "48"},
|
|
2722
|
+
hillcounty: {countyFP: "217", stateFP: "48"},
|
|
2723
|
+
hockleycounty: {countyFP: "219", stateFP: "48"},
|
|
2724
|
+
hoodcounty: {countyFP: "221", stateFP: "48"},
|
|
2725
|
+
hopkinscounty: {countyFP: "223", stateFP: "48"},
|
|
2726
|
+
houstoncounty: {countyFP: "225", stateFP: "48"},
|
|
2727
|
+
howardcounty: {countyFP: "227", stateFP: "48"},
|
|
2728
|
+
hudspethcounty: {countyFP: "229", stateFP: "48"},
|
|
2729
|
+
huntcounty: {countyFP: "231", stateFP: "48"},
|
|
2730
|
+
hutchinsoncounty: {countyFP: "233", stateFP: "48"},
|
|
2731
|
+
irioncounty: {countyFP: "235", stateFP: "48"},
|
|
2732
|
+
jackcounty: {countyFP: "237", stateFP: "48"},
|
|
2733
|
+
jacksoncounty: {countyFP: "239", stateFP: "48"},
|
|
2734
|
+
jaspercounty: {countyFP: "241", stateFP: "48"},
|
|
2735
|
+
jeffdaviscounty: {countyFP: "243", stateFP: "48"},
|
|
2736
|
+
jeffersoncounty: {countyFP: "245", stateFP: "48"},
|
|
2737
|
+
jimhoggcounty: {countyFP: "247", stateFP: "48"},
|
|
2738
|
+
jimwellscounty: {countyFP: "249", stateFP: "48"},
|
|
2739
|
+
johnsoncounty: {countyFP: "251", stateFP: "48"},
|
|
2740
|
+
jonescounty: {countyFP: "253", stateFP: "48"},
|
|
2741
|
+
karnescounty: {countyFP: "255", stateFP: "48"},
|
|
2742
|
+
kaufmancounty: {countyFP: "257", stateFP: "48"},
|
|
2743
|
+
kendallcounty: {countyFP: "259", stateFP: "48"},
|
|
2744
|
+
kenedycounty: {countyFP: "261", stateFP: "48"},
|
|
2745
|
+
kentcounty: {countyFP: "263", stateFP: "48"},
|
|
2746
|
+
kerrcounty: {countyFP: "265", stateFP: "48"},
|
|
2747
|
+
kimblecounty: {countyFP: "267", stateFP: "48"},
|
|
2748
|
+
kingcounty: {countyFP: "269", stateFP: "48"},
|
|
2749
|
+
kinneycounty: {countyFP: "271", stateFP: "48"},
|
|
2750
|
+
klebergcounty: {countyFP: "273", stateFP: "48"},
|
|
2751
|
+
knoxcounty: {countyFP: "275", stateFP: "48"},
|
|
2752
|
+
lamarcounty: {countyFP: "277", stateFP: "48"},
|
|
2753
|
+
lambcounty: {countyFP: "279", stateFP: "48"},
|
|
2754
|
+
lampasascounty: {countyFP: "281", stateFP: "48"},
|
|
2755
|
+
lasallecounty: {countyFP: "283", stateFP: "48"},
|
|
2756
|
+
lavacacounty: {countyFP: "285", stateFP: "48"},
|
|
2757
|
+
leecounty: {countyFP: "287", stateFP: "48"},
|
|
2758
|
+
leoncounty: {countyFP: "289", stateFP: "48"},
|
|
2759
|
+
libertycounty: {countyFP: "291", stateFP: "48"},
|
|
2760
|
+
limestonecounty: {countyFP: "293", stateFP: "48"},
|
|
2761
|
+
lipscombcounty: {countyFP: "295", stateFP: "48"},
|
|
2762
|
+
liveoakcounty: {countyFP: "297", stateFP: "48"},
|
|
2763
|
+
llanocounty: {countyFP: "299", stateFP: "48"},
|
|
2764
|
+
lovingcounty: {countyFP: "301", stateFP: "48"},
|
|
2765
|
+
lubbockcounty: {countyFP: "303", stateFP: "48"},
|
|
2766
|
+
lynncounty: {countyFP: "305", stateFP: "48"},
|
|
2767
|
+
madisoncounty: {countyFP: "313", stateFP: "48"},
|
|
2768
|
+
marioncounty: {countyFP: "315", stateFP: "48"},
|
|
2769
|
+
martincounty: {countyFP: "317", stateFP: "48"},
|
|
2770
|
+
masoncounty: {countyFP: "319", stateFP: "48"},
|
|
2771
|
+
matagordacounty: {countyFP: "321", stateFP: "48"},
|
|
2772
|
+
maverickcounty: {countyFP: "323", stateFP: "48"},
|
|
2773
|
+
mccullochcounty: {countyFP: "307", stateFP: "48"},
|
|
2774
|
+
mclennancounty: {countyFP: "309", stateFP: "48"},
|
|
2775
|
+
mcmullencounty: {countyFP: "311", stateFP: "48"},
|
|
2776
|
+
medinacounty: {countyFP: "325", stateFP: "48"},
|
|
2777
|
+
menardcounty: {countyFP: "327", stateFP: "48"},
|
|
2778
|
+
midlandcounty: {countyFP: "329", stateFP: "48"},
|
|
2779
|
+
milamcounty: {countyFP: "331", stateFP: "48"},
|
|
2780
|
+
millscounty: {countyFP: "333", stateFP: "48"},
|
|
2781
|
+
mitchellcounty: {countyFP: "335", stateFP: "48"},
|
|
2782
|
+
montaguecounty: {countyFP: "337", stateFP: "48"},
|
|
2783
|
+
montgomerycounty: {countyFP: "339", stateFP: "48"},
|
|
2784
|
+
moorecounty: {countyFP: "341", stateFP: "48"},
|
|
2785
|
+
morriscounty: {countyFP: "343", stateFP: "48"},
|
|
2786
|
+
motleycounty: {countyFP: "345", stateFP: "48"},
|
|
2787
|
+
nacogdochescounty: {countyFP: "347", stateFP: "48"},
|
|
2788
|
+
navarrocounty: {countyFP: "349", stateFP: "48"},
|
|
2789
|
+
newtoncounty: {countyFP: "351", stateFP: "48"},
|
|
2790
|
+
nolancounty: {countyFP: "353", stateFP: "48"},
|
|
2791
|
+
nuecescounty: {countyFP: "355", stateFP: "48"},
|
|
2792
|
+
ochiltreecounty: {countyFP: "357", stateFP: "48"},
|
|
2793
|
+
oldhamcounty: {countyFP: "359", stateFP: "48"},
|
|
2794
|
+
orangecounty: {countyFP: "361", stateFP: "48"},
|
|
2795
|
+
palopintocounty: {countyFP: "363", stateFP: "48"},
|
|
2796
|
+
panolacounty: {countyFP: "365", stateFP: "48"},
|
|
2797
|
+
parkercounty: {countyFP: "367", stateFP: "48"},
|
|
2798
|
+
parmercounty: {countyFP: "369", stateFP: "48"},
|
|
2799
|
+
pecoscounty: {countyFP: "371", stateFP: "48"},
|
|
2800
|
+
polkcounty: {countyFP: "373", stateFP: "48"},
|
|
2801
|
+
pottercounty: {countyFP: "375", stateFP: "48"},
|
|
2802
|
+
presidiocounty: {countyFP: "377", stateFP: "48"},
|
|
2803
|
+
rainscounty: {countyFP: "379", stateFP: "48"},
|
|
2804
|
+
randallcounty: {countyFP: "381", stateFP: "48"},
|
|
2805
|
+
reagancounty: {countyFP: "383", stateFP: "48"},
|
|
2806
|
+
realcounty: {countyFP: "385", stateFP: "48"},
|
|
2807
|
+
redrivercounty: {countyFP: "387", stateFP: "48"},
|
|
2808
|
+
reevescounty: {countyFP: "389", stateFP: "48"},
|
|
2809
|
+
refugiocounty: {countyFP: "391", stateFP: "48"},
|
|
2810
|
+
robertscounty: {countyFP: "393", stateFP: "48"},
|
|
2811
|
+
robertsoncounty: {countyFP: "395", stateFP: "48"},
|
|
2812
|
+
rockwallcounty: {countyFP: "397", stateFP: "48"},
|
|
2813
|
+
runnelscounty: {countyFP: "399", stateFP: "48"},
|
|
2814
|
+
ruskcounty: {countyFP: "401", stateFP: "48"},
|
|
2815
|
+
sabinecounty: {countyFP: "403", stateFP: "48"},
|
|
2816
|
+
sanaugustinecounty: {countyFP: "405", stateFP: "48"},
|
|
2817
|
+
sanjacintocounty: {countyFP: "407", stateFP: "48"},
|
|
2818
|
+
sanpatriciocounty: {countyFP: "409", stateFP: "48"},
|
|
2819
|
+
sansabacounty: {countyFP: "411", stateFP: "48"},
|
|
2820
|
+
schleichercounty: {countyFP: "413", stateFP: "48"},
|
|
2821
|
+
scurrycounty: {countyFP: "415", stateFP: "48"},
|
|
2822
|
+
shackelfordcounty: {countyFP: "417", stateFP: "48"},
|
|
2823
|
+
shelbycounty: {countyFP: "419", stateFP: "48"},
|
|
2824
|
+
shermancounty: {countyFP: "421", stateFP: "48"},
|
|
2825
|
+
smithcounty: {countyFP: "423", stateFP: "48"},
|
|
2826
|
+
somervellcounty: {countyFP: "425", stateFP: "48"},
|
|
2827
|
+
starrcounty: {countyFP: "427", stateFP: "48"},
|
|
2828
|
+
stephenscounty: {countyFP: "429", stateFP: "48"},
|
|
2829
|
+
sterlingcounty: {countyFP: "431", stateFP: "48"},
|
|
2830
|
+
stonewallcounty: {countyFP: "433", stateFP: "48"},
|
|
2831
|
+
suttoncounty: {countyFP: "435", stateFP: "48"},
|
|
2832
|
+
swishercounty: {countyFP: "437", stateFP: "48"},
|
|
2833
|
+
tarrantcounty: {countyFP: "439", stateFP: "48"},
|
|
2834
|
+
taylorcounty: {countyFP: "441", stateFP: "48"},
|
|
2835
|
+
terrellcounty: {countyFP: "443", stateFP: "48"},
|
|
2836
|
+
terrycounty: {countyFP: "445", stateFP: "48"},
|
|
2837
|
+
throckmortoncounty: {countyFP: "447", stateFP: "48"},
|
|
2838
|
+
tituscounty: {countyFP: "449", stateFP: "48"},
|
|
2839
|
+
tomgreencounty: {countyFP: "451", stateFP: "48"},
|
|
2840
|
+
traviscounty: {countyFP: "453", stateFP: "48"},
|
|
2841
|
+
trinitycounty: {countyFP: "455", stateFP: "48"},
|
|
2842
|
+
tylercounty: {countyFP: "457", stateFP: "48"},
|
|
2843
|
+
upshurcounty: {countyFP: "459", stateFP: "48"},
|
|
2844
|
+
uptoncounty: {countyFP: "461", stateFP: "48"},
|
|
2845
|
+
uvaldecounty: {countyFP: "463", stateFP: "48"},
|
|
2846
|
+
valverdecounty: {countyFP: "465", stateFP: "48"},
|
|
2847
|
+
vanzandtcounty: {countyFP: "467", stateFP: "48"},
|
|
2848
|
+
victoriacounty: {countyFP: "469", stateFP: "48"},
|
|
2849
|
+
walkercounty: {countyFP: "471", stateFP: "48"},
|
|
2850
|
+
wallercounty: {countyFP: "473", stateFP: "48"},
|
|
2851
|
+
wardcounty: {countyFP: "475", stateFP: "48"},
|
|
2852
|
+
washingtoncounty: {countyFP: "477", stateFP: "48"},
|
|
2853
|
+
webbcounty: {countyFP: "479", stateFP: "48"},
|
|
2854
|
+
whartoncounty: {countyFP: "481", stateFP: "48"},
|
|
2855
|
+
wheelercounty: {countyFP: "483", stateFP: "48"},
|
|
2856
|
+
wichitacounty: {countyFP: "485", stateFP: "48"},
|
|
2857
|
+
wilbargercounty: {countyFP: "487", stateFP: "48"},
|
|
2858
|
+
willacycounty: {countyFP: "489", stateFP: "48"},
|
|
2859
|
+
williamsoncounty: {countyFP: "491", stateFP: "48"},
|
|
2860
|
+
wilsoncounty: {countyFP: "493", stateFP: "48"},
|
|
2861
|
+
winklercounty: {countyFP: "495", stateFP: "48"},
|
|
2862
|
+
wisecounty: {countyFP: "497", stateFP: "48"},
|
|
2863
|
+
woodcounty: {countyFP: "499", stateFP: "48"},
|
|
2864
|
+
yoakumcounty: {countyFP: "501", stateFP: "48"},
|
|
2865
|
+
youngcounty: {countyFP: "503", stateFP: "48"},
|
|
2866
|
+
zapatacounty: {countyFP: "505", stateFP: "48"},
|
|
2867
|
+
zavalacounty: {countyFP: "507", stateFP: "48"},
|
|
2868
|
+
},
|
|
2869
|
+
utah: {
|
|
2870
|
+
beavercounty: {countyFP: "001", stateFP: "49"},
|
|
2871
|
+
boxeldercounty: {countyFP: "003", stateFP: "49"},
|
|
2872
|
+
cachecounty: {countyFP: "005", stateFP: "49"},
|
|
2873
|
+
carboncounty: {countyFP: "007", stateFP: "49"},
|
|
2874
|
+
daggettcounty: {countyFP: "009", stateFP: "49"},
|
|
2875
|
+
daviscounty: {countyFP: "011", stateFP: "49"},
|
|
2876
|
+
duchesnecounty: {countyFP: "013", stateFP: "49"},
|
|
2877
|
+
emerycounty: {countyFP: "015", stateFP: "49"},
|
|
2878
|
+
garfieldcounty: {countyFP: "017", stateFP: "49"},
|
|
2879
|
+
grandcounty: {countyFP: "019", stateFP: "49"},
|
|
2880
|
+
ironcounty: {countyFP: "021", stateFP: "49"},
|
|
2881
|
+
juabcounty: {countyFP: "023", stateFP: "49"},
|
|
2882
|
+
kanecounty: {countyFP: "025", stateFP: "49"},
|
|
2883
|
+
millardcounty: {countyFP: "027", stateFP: "49"},
|
|
2884
|
+
morgancounty: {countyFP: "029", stateFP: "49"},
|
|
2885
|
+
piutecounty: {countyFP: "031", stateFP: "49"},
|
|
2886
|
+
richcounty: {countyFP: "033", stateFP: "49"},
|
|
2887
|
+
saltlakecounty: {countyFP: "035", stateFP: "49"},
|
|
2888
|
+
sanjuancounty: {countyFP: "037", stateFP: "49"},
|
|
2889
|
+
sanpetecounty: {countyFP: "039", stateFP: "49"},
|
|
2890
|
+
seviercounty: {countyFP: "041", stateFP: "49"},
|
|
2891
|
+
summitcounty: {countyFP: "043", stateFP: "49"},
|
|
2892
|
+
tooelecounty: {countyFP: "045", stateFP: "49"},
|
|
2893
|
+
uintahcounty: {countyFP: "047", stateFP: "49"},
|
|
2894
|
+
utahcounty: {countyFP: "049", stateFP: "49"},
|
|
2895
|
+
wasatchcounty: {countyFP: "051", stateFP: "49"},
|
|
2896
|
+
washingtoncounty: {countyFP: "053", stateFP: "49"},
|
|
2897
|
+
waynecounty: {countyFP: "055", stateFP: "49"},
|
|
2898
|
+
webercounty: {countyFP: "057", stateFP: "49"},
|
|
2899
|
+
},
|
|
2900
|
+
vermont: {
|
|
2901
|
+
addisoncounty: {countyFP: "001", stateFP: "50"},
|
|
2902
|
+
benningtoncounty: {countyFP: "003", stateFP: "50"},
|
|
2903
|
+
caledoniacounty: {countyFP: "005", stateFP: "50"},
|
|
2904
|
+
chittendencounty: {countyFP: "007", stateFP: "50"},
|
|
2905
|
+
essexcounty: {countyFP: "009", stateFP: "50"},
|
|
2906
|
+
franklincounty: {countyFP: "011", stateFP: "50"},
|
|
2907
|
+
grandislecounty: {countyFP: "013", stateFP: "50"},
|
|
2908
|
+
lamoillecounty: {countyFP: "015", stateFP: "50"},
|
|
2909
|
+
orangecounty: {countyFP: "017", stateFP: "50"},
|
|
2910
|
+
orleanscounty: {countyFP: "019", stateFP: "50"},
|
|
2911
|
+
rutlandcounty: {countyFP: "021", stateFP: "50"},
|
|
2912
|
+
washingtoncounty: {countyFP: "023", stateFP: "50"},
|
|
2913
|
+
windhamcounty: {countyFP: "025", stateFP: "50"},
|
|
2914
|
+
windsorcounty: {countyFP: "027", stateFP: "50"},
|
|
2915
|
+
},
|
|
2916
|
+
virginia: {
|
|
2917
|
+
accomackcounty: {countyFP: "001", stateFP: "51"},
|
|
2918
|
+
albemarlecounty: {countyFP: "003", stateFP: "51"},
|
|
2919
|
+
alexandriacity: {countyFP: "510", stateFP: "51"},
|
|
2920
|
+
alleghanycounty: {countyFP: "005", stateFP: "51"},
|
|
2921
|
+
ameliacounty: {countyFP: "007", stateFP: "51"},
|
|
2922
|
+
amherstcounty: {countyFP: "009", stateFP: "51"},
|
|
2923
|
+
appomattoxcounty: {countyFP: "011", stateFP: "51"},
|
|
2924
|
+
arlingtoncounty: {countyFP: "013", stateFP: "51"},
|
|
2925
|
+
augustacounty: {countyFP: "015", stateFP: "51"},
|
|
2926
|
+
bathcounty: {countyFP: "017", stateFP: "51"},
|
|
2927
|
+
bedfordcounty: {countyFP: "019", stateFP: "51"},
|
|
2928
|
+
blandcounty: {countyFP: "021", stateFP: "51"},
|
|
2929
|
+
botetourtcounty: {countyFP: "023", stateFP: "51"},
|
|
2930
|
+
bristolcity: {countyFP: "520", stateFP: "51"},
|
|
2931
|
+
brunswickcounty: {countyFP: "025", stateFP: "51"},
|
|
2932
|
+
buchanancounty: {countyFP: "027", stateFP: "51"},
|
|
2933
|
+
buckinghamcounty: {countyFP: "029", stateFP: "51"},
|
|
2934
|
+
buenavistacity: {countyFP: "530", stateFP: "51"},
|
|
2935
|
+
campbellcounty: {countyFP: "031", stateFP: "51"},
|
|
2936
|
+
carolinecounty: {countyFP: "033", stateFP: "51"},
|
|
2937
|
+
carrollcounty: {countyFP: "035", stateFP: "51"},
|
|
2938
|
+
charlescitycounty: {countyFP: "036", stateFP: "51"},
|
|
2939
|
+
charlottecounty: {countyFP: "037", stateFP: "51"},
|
|
2940
|
+
charlottesvillecity: {countyFP: "540", stateFP: "51"},
|
|
2941
|
+
chesapeakecity: {countyFP: "550", stateFP: "51"},
|
|
2942
|
+
chesterfieldcounty: {countyFP: "041", stateFP: "51"},
|
|
2943
|
+
clarkecounty: {countyFP: "043", stateFP: "51"},
|
|
2944
|
+
colonialheightscity: {countyFP: "570", stateFP: "51"},
|
|
2945
|
+
covingtoncity: {countyFP: "580", stateFP: "51"},
|
|
2946
|
+
craigcounty: {countyFP: "045", stateFP: "51"},
|
|
2947
|
+
culpepercounty: {countyFP: "047", stateFP: "51"},
|
|
2948
|
+
cumberlandcounty: {countyFP: "049", stateFP: "51"},
|
|
2949
|
+
danvillecity: {countyFP: "590", stateFP: "51"},
|
|
2950
|
+
dickensoncounty: {countyFP: "051", stateFP: "51"},
|
|
2951
|
+
dinwiddiecounty: {countyFP: "053", stateFP: "51"},
|
|
2952
|
+
emporiacity: {countyFP: "595", stateFP: "51"},
|
|
2953
|
+
essexcounty: {countyFP: "057", stateFP: "51"},
|
|
2954
|
+
fairfaxcity: {countyFP: "600", stateFP: "51"},
|
|
2955
|
+
fairfaxcounty: {countyFP: "059", stateFP: "51"},
|
|
2956
|
+
fallschurchcity: {countyFP: "610", stateFP: "51"},
|
|
2957
|
+
fauquiercounty: {countyFP: "061", stateFP: "51"},
|
|
2958
|
+
floydcounty: {countyFP: "063", stateFP: "51"},
|
|
2959
|
+
fluvannacounty: {countyFP: "065", stateFP: "51"},
|
|
2960
|
+
franklincity: {countyFP: "620", stateFP: "51"},
|
|
2961
|
+
franklincounty: {countyFP: "067", stateFP: "51"},
|
|
2962
|
+
frederickcounty: {countyFP: "069", stateFP: "51"},
|
|
2963
|
+
fredericksburgcity: {countyFP: "630", stateFP: "51"},
|
|
2964
|
+
galaxcity: {countyFP: "640", stateFP: "51"},
|
|
2965
|
+
gilescounty: {countyFP: "071", stateFP: "51"},
|
|
2966
|
+
gloucestercounty: {countyFP: "073", stateFP: "51"},
|
|
2967
|
+
goochlandcounty: {countyFP: "075", stateFP: "51"},
|
|
2968
|
+
graysoncounty: {countyFP: "077", stateFP: "51"},
|
|
2969
|
+
greenecounty: {countyFP: "079", stateFP: "51"},
|
|
2970
|
+
greensvillecounty: {countyFP: "081", stateFP: "51"},
|
|
2971
|
+
halifaxcounty: {countyFP: "083", stateFP: "51"},
|
|
2972
|
+
hamptoncity: {countyFP: "650", stateFP: "51"},
|
|
2973
|
+
hanovercounty: {countyFP: "085", stateFP: "51"},
|
|
2974
|
+
harrisonburgcity: {countyFP: "660", stateFP: "51"},
|
|
2975
|
+
henricocounty: {countyFP: "087", stateFP: "51"},
|
|
2976
|
+
henrycounty: {countyFP: "089", stateFP: "51"},
|
|
2977
|
+
highlandcounty: {countyFP: "091", stateFP: "51"},
|
|
2978
|
+
hopewellcity: {countyFP: "670", stateFP: "51"},
|
|
2979
|
+
isleofwightcounty: {countyFP: "093", stateFP: "51"},
|
|
2980
|
+
jamescitycounty: {countyFP: "095", stateFP: "51"},
|
|
2981
|
+
kingandqueencounty: {countyFP: "097", stateFP: "51"},
|
|
2982
|
+
kinggeorgecounty: {countyFP: "099", stateFP: "51"},
|
|
2983
|
+
kingwilliamcounty: {countyFP: "101", stateFP: "51"},
|
|
2984
|
+
lancastercounty: {countyFP: "103", stateFP: "51"},
|
|
2985
|
+
leecounty: {countyFP: "105", stateFP: "51"},
|
|
2986
|
+
lexingtoncity: {countyFP: "678", stateFP: "51"},
|
|
2987
|
+
loudouncounty: {countyFP: "107", stateFP: "51"},
|
|
2988
|
+
louisacounty: {countyFP: "109", stateFP: "51"},
|
|
2989
|
+
lunenburgcounty: {countyFP: "111", stateFP: "51"},
|
|
2990
|
+
lynchburgcity: {countyFP: "680", stateFP: "51"},
|
|
2991
|
+
madisoncounty: {countyFP: "113", stateFP: "51"},
|
|
2992
|
+
manassascity: {countyFP: "683", stateFP: "51"},
|
|
2993
|
+
manassasparkcity: {countyFP: "685", stateFP: "51"},
|
|
2994
|
+
martinsvillecity: {countyFP: "690", stateFP: "51"},
|
|
2995
|
+
mathewscounty: {countyFP: "115", stateFP: "51"},
|
|
2996
|
+
mecklenburgcounty: {countyFP: "117", stateFP: "51"},
|
|
2997
|
+
middlesexcounty: {countyFP: "119", stateFP: "51"},
|
|
2998
|
+
montgomerycounty: {countyFP: "121", stateFP: "51"},
|
|
2999
|
+
nelsoncounty: {countyFP: "125", stateFP: "51"},
|
|
3000
|
+
newkentcounty: {countyFP: "127", stateFP: "51"},
|
|
3001
|
+
newportnewscity: {countyFP: "700", stateFP: "51"},
|
|
3002
|
+
norfolkcity: {countyFP: "710", stateFP: "51"},
|
|
3003
|
+
northamptoncounty: {countyFP: "131", stateFP: "51"},
|
|
3004
|
+
northumberlandcounty: {countyFP: "133", stateFP: "51"},
|
|
3005
|
+
nortoncity: {countyFP: "720", stateFP: "51"},
|
|
3006
|
+
nottowaycounty: {countyFP: "135", stateFP: "51"},
|
|
3007
|
+
orangecounty: {countyFP: "137", stateFP: "51"},
|
|
3008
|
+
pagecounty: {countyFP: "139", stateFP: "51"},
|
|
3009
|
+
patrickcounty: {countyFP: "141", stateFP: "51"},
|
|
3010
|
+
petersburgcity: {countyFP: "730", stateFP: "51"},
|
|
3011
|
+
pittsylvaniacounty: {countyFP: "143", stateFP: "51"},
|
|
3012
|
+
poquosoncity: {countyFP: "735", stateFP: "51"},
|
|
3013
|
+
portsmouthcity: {countyFP: "740", stateFP: "51"},
|
|
3014
|
+
powhatancounty: {countyFP: "145", stateFP: "51"},
|
|
3015
|
+
princeedwardcounty: {countyFP: "147", stateFP: "51"},
|
|
3016
|
+
princegeorgecounty: {countyFP: "149", stateFP: "51"},
|
|
3017
|
+
princewilliamcounty: {countyFP: "153", stateFP: "51"},
|
|
3018
|
+
pulaskicounty: {countyFP: "155", stateFP: "51"},
|
|
3019
|
+
radfordcity: {countyFP: "750", stateFP: "51"},
|
|
3020
|
+
rappahannockcounty: {countyFP: "157", stateFP: "51"},
|
|
3021
|
+
richmondcity: {countyFP: "760", stateFP: "51"},
|
|
3022
|
+
richmondcounty: {countyFP: "159", stateFP: "51"},
|
|
3023
|
+
roanokecity: {countyFP: "770", stateFP: "51"},
|
|
3024
|
+
roanokecounty: {countyFP: "161", stateFP: "51"},
|
|
3025
|
+
rockbridgecounty: {countyFP: "163", stateFP: "51"},
|
|
3026
|
+
rockinghamcounty: {countyFP: "165", stateFP: "51"},
|
|
3027
|
+
russellcounty: {countyFP: "167", stateFP: "51"},
|
|
3028
|
+
salemcity: {countyFP: "775", stateFP: "51"},
|
|
3029
|
+
scottcounty: {countyFP: "169", stateFP: "51"},
|
|
3030
|
+
shenandoahcounty: {countyFP: "171", stateFP: "51"},
|
|
3031
|
+
smythcounty: {countyFP: "173", stateFP: "51"},
|
|
3032
|
+
southamptoncounty: {countyFP: "175", stateFP: "51"},
|
|
3033
|
+
spotsylvaniacounty: {countyFP: "177", stateFP: "51"},
|
|
3034
|
+
staffordcounty: {countyFP: "179", stateFP: "51"},
|
|
3035
|
+
stauntoncity: {countyFP: "790", stateFP: "51"},
|
|
3036
|
+
suffolkcity: {countyFP: "800", stateFP: "51"},
|
|
3037
|
+
surrycounty: {countyFP: "181", stateFP: "51"},
|
|
3038
|
+
sussexcounty: {countyFP: "183", stateFP: "51"},
|
|
3039
|
+
tazewellcounty: {countyFP: "185", stateFP: "51"},
|
|
3040
|
+
virginiabeachcity: {countyFP: "810", stateFP: "51"},
|
|
3041
|
+
warrencounty: {countyFP: "187", stateFP: "51"},
|
|
3042
|
+
washingtoncounty: {countyFP: "191", stateFP: "51"},
|
|
3043
|
+
waynesborocity: {countyFP: "820", stateFP: "51"},
|
|
3044
|
+
westmorelandcounty: {countyFP: "193", stateFP: "51"},
|
|
3045
|
+
williamsburgcity: {countyFP: "830", stateFP: "51"},
|
|
3046
|
+
winchestercity: {countyFP: "840", stateFP: "51"},
|
|
3047
|
+
wisecounty: {countyFP: "195", stateFP: "51"},
|
|
3048
|
+
wythecounty: {countyFP: "197", stateFP: "51"},
|
|
3049
|
+
yorkcounty: {countyFP: "199", stateFP: "51"},
|
|
3050
|
+
},
|
|
3051
|
+
washington: {
|
|
3052
|
+
adamscounty: {countyFP: "001", stateFP: "53"},
|
|
3053
|
+
asotincounty: {countyFP: "003", stateFP: "53"},
|
|
3054
|
+
bentoncounty: {countyFP: "005", stateFP: "53"},
|
|
3055
|
+
chelancounty: {countyFP: "007", stateFP: "53"},
|
|
3056
|
+
clallamcounty: {countyFP: "009", stateFP: "53"},
|
|
3057
|
+
clarkcounty: {countyFP: "011", stateFP: "53"},
|
|
3058
|
+
columbiacounty: {countyFP: "013", stateFP: "53"},
|
|
3059
|
+
cowlitzcounty: {countyFP: "015", stateFP: "53"},
|
|
3060
|
+
douglascounty: {countyFP: "017", stateFP: "53"},
|
|
3061
|
+
ferrycounty: {countyFP: "019", stateFP: "53"},
|
|
3062
|
+
franklincounty: {countyFP: "021", stateFP: "53"},
|
|
3063
|
+
garfieldcounty: {countyFP: "023", stateFP: "53"},
|
|
3064
|
+
grantcounty: {countyFP: "025", stateFP: "53"},
|
|
3065
|
+
graysharborcounty: {countyFP: "027", stateFP: "53"},
|
|
3066
|
+
islandcounty: {countyFP: "029", stateFP: "53"},
|
|
3067
|
+
jeffersoncounty: {countyFP: "031", stateFP: "53"},
|
|
3068
|
+
kingcounty: {countyFP: "033", stateFP: "53"},
|
|
3069
|
+
kitsapcounty: {countyFP: "035", stateFP: "53"},
|
|
3070
|
+
kittitascounty: {countyFP: "037", stateFP: "53"},
|
|
3071
|
+
klickitatcounty: {countyFP: "039", stateFP: "53"},
|
|
3072
|
+
lewiscounty: {countyFP: "041", stateFP: "53"},
|
|
3073
|
+
lincolncounty: {countyFP: "043", stateFP: "53"},
|
|
3074
|
+
masoncounty: {countyFP: "045", stateFP: "53"},
|
|
3075
|
+
okanogancounty: {countyFP: "047", stateFP: "53"},
|
|
3076
|
+
pacificcounty: {countyFP: "049", stateFP: "53"},
|
|
3077
|
+
pendoreillecounty: {countyFP: "051", stateFP: "53"},
|
|
3078
|
+
piercecounty: {countyFP: "053", stateFP: "53"},
|
|
3079
|
+
sanjuancounty: {countyFP: "055", stateFP: "53"},
|
|
3080
|
+
skagitcounty: {countyFP: "057", stateFP: "53"},
|
|
3081
|
+
skamaniacounty: {countyFP: "059", stateFP: "53"},
|
|
3082
|
+
snohomishcounty: {countyFP: "061", stateFP: "53"},
|
|
3083
|
+
spokanecounty: {countyFP: "063", stateFP: "53"},
|
|
3084
|
+
stevenscounty: {countyFP: "065", stateFP: "53"},
|
|
3085
|
+
thurstoncounty: {countyFP: "067", stateFP: "53"},
|
|
3086
|
+
wahkiakumcounty: {countyFP: "069", stateFP: "53"},
|
|
3087
|
+
wallawallacounty: {countyFP: "071", stateFP: "53"},
|
|
3088
|
+
whatcomcounty: {countyFP: "073", stateFP: "53"},
|
|
3089
|
+
whitmancounty: {countyFP: "075", stateFP: "53"},
|
|
3090
|
+
yakimacounty: {countyFP: "077", stateFP: "53"},
|
|
3091
|
+
},
|
|
3092
|
+
westvirginia: {
|
|
3093
|
+
barbourcounty: {countyFP: "001", stateFP: "54"},
|
|
3094
|
+
berkeleycounty: {countyFP: "003", stateFP: "54"},
|
|
3095
|
+
boonecounty: {countyFP: "005", stateFP: "54"},
|
|
3096
|
+
braxtoncounty: {countyFP: "007", stateFP: "54"},
|
|
3097
|
+
brookecounty: {countyFP: "009", stateFP: "54"},
|
|
3098
|
+
cabellcounty: {countyFP: "011", stateFP: "54"},
|
|
3099
|
+
calhouncounty: {countyFP: "013", stateFP: "54"},
|
|
3100
|
+
claycounty: {countyFP: "015", stateFP: "54"},
|
|
3101
|
+
doddridgecounty: {countyFP: "017", stateFP: "54"},
|
|
3102
|
+
fayettecounty: {countyFP: "019", stateFP: "54"},
|
|
3103
|
+
gilmercounty: {countyFP: "021", stateFP: "54"},
|
|
3104
|
+
grantcounty: {countyFP: "023", stateFP: "54"},
|
|
3105
|
+
greenbriercounty: {countyFP: "025", stateFP: "54"},
|
|
3106
|
+
hampshirecounty: {countyFP: "027", stateFP: "54"},
|
|
3107
|
+
hancockcounty: {countyFP: "029", stateFP: "54"},
|
|
3108
|
+
hardycounty: {countyFP: "031", stateFP: "54"},
|
|
3109
|
+
harrisoncounty: {countyFP: "033", stateFP: "54"},
|
|
3110
|
+
jacksoncounty: {countyFP: "035", stateFP: "54"},
|
|
3111
|
+
jeffersoncounty: {countyFP: "037", stateFP: "54"},
|
|
3112
|
+
kanawhacounty: {countyFP: "039", stateFP: "54"},
|
|
3113
|
+
lewiscounty: {countyFP: "041", stateFP: "54"},
|
|
3114
|
+
lincolncounty: {countyFP: "043", stateFP: "54"},
|
|
3115
|
+
logancounty: {countyFP: "045", stateFP: "54"},
|
|
3116
|
+
marioncounty: {countyFP: "049", stateFP: "54"},
|
|
3117
|
+
marshallcounty: {countyFP: "051", stateFP: "54"},
|
|
3118
|
+
masoncounty: {countyFP: "053", stateFP: "54"},
|
|
3119
|
+
mcdowellcounty: {countyFP: "047", stateFP: "54"},
|
|
3120
|
+
mercercounty: {countyFP: "055", stateFP: "54"},
|
|
3121
|
+
mineralcounty: {countyFP: "057", stateFP: "54"},
|
|
3122
|
+
mingocounty: {countyFP: "059", stateFP: "54"},
|
|
3123
|
+
monongaliacounty: {countyFP: "061", stateFP: "54"},
|
|
3124
|
+
monroecounty: {countyFP: "063", stateFP: "54"},
|
|
3125
|
+
morgancounty: {countyFP: "065", stateFP: "54"},
|
|
3126
|
+
nicholascounty: {countyFP: "067", stateFP: "54"},
|
|
3127
|
+
ohiocounty: {countyFP: "069", stateFP: "54"},
|
|
3128
|
+
pendletoncounty: {countyFP: "071", stateFP: "54"},
|
|
3129
|
+
pleasantscounty: {countyFP: "073", stateFP: "54"},
|
|
3130
|
+
pocahontascounty: {countyFP: "075", stateFP: "54"},
|
|
3131
|
+
prestoncounty: {countyFP: "077", stateFP: "54"},
|
|
3132
|
+
putnamcounty: {countyFP: "079", stateFP: "54"},
|
|
3133
|
+
raleighcounty: {countyFP: "081", stateFP: "54"},
|
|
3134
|
+
randolphcounty: {countyFP: "083", stateFP: "54"},
|
|
3135
|
+
ritchiecounty: {countyFP: "085", stateFP: "54"},
|
|
3136
|
+
roanecounty: {countyFP: "087", stateFP: "54"},
|
|
3137
|
+
summerscounty: {countyFP: "089", stateFP: "54"},
|
|
3138
|
+
taylorcounty: {countyFP: "091", stateFP: "54"},
|
|
3139
|
+
tuckercounty: {countyFP: "093", stateFP: "54"},
|
|
3140
|
+
tylercounty: {countyFP: "095", stateFP: "54"},
|
|
3141
|
+
upshurcounty: {countyFP: "097", stateFP: "54"},
|
|
3142
|
+
waynecounty: {countyFP: "099", stateFP: "54"},
|
|
3143
|
+
webstercounty: {countyFP: "101", stateFP: "54"},
|
|
3144
|
+
wetzelcounty: {countyFP: "103", stateFP: "54"},
|
|
3145
|
+
wirtcounty: {countyFP: "105", stateFP: "54"},
|
|
3146
|
+
woodcounty: {countyFP: "107", stateFP: "54"},
|
|
3147
|
+
wyomingcounty: {countyFP: "109", stateFP: "54"},
|
|
3148
|
+
},
|
|
3149
|
+
wisconsin: {
|
|
3150
|
+
adamscounty: {countyFP: "001", stateFP: "55"},
|
|
3151
|
+
ashlandcounty: {countyFP: "003", stateFP: "55"},
|
|
3152
|
+
barroncounty: {countyFP: "005", stateFP: "55"},
|
|
3153
|
+
bayfieldcounty: {countyFP: "007", stateFP: "55"},
|
|
3154
|
+
browncounty: {countyFP: "009", stateFP: "55"},
|
|
3155
|
+
buffalocounty: {countyFP: "011", stateFP: "55"},
|
|
3156
|
+
burnettcounty: {countyFP: "013", stateFP: "55"},
|
|
3157
|
+
calumetcounty: {countyFP: "015", stateFP: "55"},
|
|
3158
|
+
chippewacounty: {countyFP: "017", stateFP: "55"},
|
|
3159
|
+
clarkcounty: {countyFP: "019", stateFP: "55"},
|
|
3160
|
+
columbiacounty: {countyFP: "021", stateFP: "55"},
|
|
3161
|
+
crawfordcounty: {countyFP: "023", stateFP: "55"},
|
|
3162
|
+
danecounty: {countyFP: "025", stateFP: "55"},
|
|
3163
|
+
dodgecounty: {countyFP: "027", stateFP: "55"},
|
|
3164
|
+
doorcounty: {countyFP: "029", stateFP: "55"},
|
|
3165
|
+
douglascounty: {countyFP: "031", stateFP: "55"},
|
|
3166
|
+
dunncounty: {countyFP: "033", stateFP: "55"},
|
|
3167
|
+
eauclairecounty: {countyFP: "035", stateFP: "55"},
|
|
3168
|
+
florencecounty: {countyFP: "037", stateFP: "55"},
|
|
3169
|
+
fonddulaccounty: {countyFP: "039", stateFP: "55"},
|
|
3170
|
+
forestcounty: {countyFP: "041", stateFP: "55"},
|
|
3171
|
+
grantcounty: {countyFP: "043", stateFP: "55"},
|
|
3172
|
+
greencounty: {countyFP: "045", stateFP: "55"},
|
|
3173
|
+
greenlakecounty: {countyFP: "047", stateFP: "55"},
|
|
3174
|
+
iowacounty: {countyFP: "049", stateFP: "55"},
|
|
3175
|
+
ironcounty: {countyFP: "051", stateFP: "55"},
|
|
3176
|
+
jacksoncounty: {countyFP: "053", stateFP: "55"},
|
|
3177
|
+
jeffersoncounty: {countyFP: "055", stateFP: "55"},
|
|
3178
|
+
juneaucounty: {countyFP: "057", stateFP: "55"},
|
|
3179
|
+
kenoshacounty: {countyFP: "059", stateFP: "55"},
|
|
3180
|
+
kewauneecounty: {countyFP: "061", stateFP: "55"},
|
|
3181
|
+
lacrossecounty: {countyFP: "063", stateFP: "55"},
|
|
3182
|
+
lafayettecounty: {countyFP: "065", stateFP: "55"},
|
|
3183
|
+
langladecounty: {countyFP: "067", stateFP: "55"},
|
|
3184
|
+
lincolncounty: {countyFP: "069", stateFP: "55"},
|
|
3185
|
+
manitowoccounty: {countyFP: "071", stateFP: "55"},
|
|
3186
|
+
marathoncounty: {countyFP: "073", stateFP: "55"},
|
|
3187
|
+
marinettecounty: {countyFP: "075", stateFP: "55"},
|
|
3188
|
+
marquettecounty: {countyFP: "077", stateFP: "55"},
|
|
3189
|
+
menomineecounty: {countyFP: "078", stateFP: "55"},
|
|
3190
|
+
milwaukeecounty: {countyFP: "079", stateFP: "55"},
|
|
3191
|
+
monroecounty: {countyFP: "081", stateFP: "55"},
|
|
3192
|
+
ocontocounty: {countyFP: "083", stateFP: "55"},
|
|
3193
|
+
oneidacounty: {countyFP: "085", stateFP: "55"},
|
|
3194
|
+
outagamiecounty: {countyFP: "087", stateFP: "55"},
|
|
3195
|
+
ozaukeecounty: {countyFP: "089", stateFP: "55"},
|
|
3196
|
+
pepincounty: {countyFP: "091", stateFP: "55"},
|
|
3197
|
+
piercecounty: {countyFP: "093", stateFP: "55"},
|
|
3198
|
+
polkcounty: {countyFP: "095", stateFP: "55"},
|
|
3199
|
+
portagecounty: {countyFP: "097", stateFP: "55"},
|
|
3200
|
+
pricecounty: {countyFP: "099", stateFP: "55"},
|
|
3201
|
+
racinecounty: {countyFP: "101", stateFP: "55"},
|
|
3202
|
+
richlandcounty: {countyFP: "103", stateFP: "55"},
|
|
3203
|
+
rockcounty: {countyFP: "105", stateFP: "55"},
|
|
3204
|
+
ruskcounty: {countyFP: "107", stateFP: "55"},
|
|
3205
|
+
saukcounty: {countyFP: "111", stateFP: "55"},
|
|
3206
|
+
sawyercounty: {countyFP: "113", stateFP: "55"},
|
|
3207
|
+
shawanocounty: {countyFP: "115", stateFP: "55"},
|
|
3208
|
+
sheboygancounty: {countyFP: "117", stateFP: "55"},
|
|
3209
|
+
stcroixcounty: {countyFP: "109", stateFP: "55"},
|
|
3210
|
+
taylorcounty: {countyFP: "119", stateFP: "55"},
|
|
3211
|
+
trempealeaucounty: {countyFP: "121", stateFP: "55"},
|
|
3212
|
+
vernoncounty: {countyFP: "123", stateFP: "55"},
|
|
3213
|
+
vilascounty: {countyFP: "125", stateFP: "55"},
|
|
3214
|
+
walworthcounty: {countyFP: "127", stateFP: "55"},
|
|
3215
|
+
washburncounty: {countyFP: "129", stateFP: "55"},
|
|
3216
|
+
washingtoncounty: {countyFP: "131", stateFP: "55"},
|
|
3217
|
+
waukeshacounty: {countyFP: "133", stateFP: "55"},
|
|
3218
|
+
waupacacounty: {countyFP: "135", stateFP: "55"},
|
|
3219
|
+
wausharacounty: {countyFP: "137", stateFP: "55"},
|
|
3220
|
+
winnebagocounty: {countyFP: "139", stateFP: "55"},
|
|
3221
|
+
woodcounty: {countyFP: "141", stateFP: "55"},
|
|
3222
|
+
},
|
|
3223
|
+
wyoming: {
|
|
3224
|
+
albanycounty: {countyFP: "001", stateFP: "56"},
|
|
3225
|
+
bighorncounty: {countyFP: "003", stateFP: "56"},
|
|
3226
|
+
campbellcounty: {countyFP: "005", stateFP: "56"},
|
|
3227
|
+
carboncounty: {countyFP: "007", stateFP: "56"},
|
|
3228
|
+
conversecounty: {countyFP: "009", stateFP: "56"},
|
|
3229
|
+
crookcounty: {countyFP: "011", stateFP: "56"},
|
|
3230
|
+
fremontcounty: {countyFP: "013", stateFP: "56"},
|
|
3231
|
+
goshencounty: {countyFP: "015", stateFP: "56"},
|
|
3232
|
+
hotspringscounty: {countyFP: "017", stateFP: "56"},
|
|
3233
|
+
johnsoncounty: {countyFP: "019", stateFP: "56"},
|
|
3234
|
+
laramiecounty: {countyFP: "021", stateFP: "56"},
|
|
3235
|
+
lincolncounty: {countyFP: "023", stateFP: "56"},
|
|
3236
|
+
natronacounty: {countyFP: "025", stateFP: "56"},
|
|
3237
|
+
niobraracounty: {countyFP: "027", stateFP: "56"},
|
|
3238
|
+
parkcounty: {countyFP: "029", stateFP: "56"},
|
|
3239
|
+
plattecounty: {countyFP: "031", stateFP: "56"},
|
|
3240
|
+
sheridancounty: {countyFP: "033", stateFP: "56"},
|
|
3241
|
+
sublettecounty: {countyFP: "035", stateFP: "56"},
|
|
3242
|
+
sweetwatercounty: {countyFP: "037", stateFP: "56"},
|
|
3243
|
+
tetoncounty: {countyFP: "039", stateFP: "56"},
|
|
3244
|
+
uintacounty: {countyFP: "041", stateFP: "56"},
|
|
3245
|
+
washakiecounty: {countyFP: "043", stateFP: "56"},
|
|
3246
|
+
westoncounty: {countyFP: "045", stateFP: "56"},
|
|
3247
|
+
},
|
|
3248
|
+
};
|
|
3249
|
+
|
|
3250
|
+
// More info on google place autocomplete options and restrictions https://developers.google.com/maps/documentation/javascript/place-autocomplete#set-options-at-construction
|
|
3251
|
+
export const GOOGLE_PLACES_API_RESTRICTIONS = {
|
|
3252
|
+
components: {country: "us"},
|
|
3253
|
+
fields: {
|
|
3254
|
+
address_components: "address_components",
|
|
3255
|
+
formatted_address: "formatted_address",
|
|
3256
|
+
},
|
|
3257
|
+
};
|
|
3258
|
+
|
|
3259
|
+
export const USSTATESLIST = [
|
|
3260
|
+
{label: "AL", value: "Alabama"},
|
|
3261
|
+
{label: "AK", value: "Alaska"},
|
|
3262
|
+
{label: "AZ", value: "Arizona"},
|
|
3263
|
+
{label: "AR", value: "Arkansas"},
|
|
3264
|
+
{label: "CA", value: "California"},
|
|
3265
|
+
{label: "CO", value: "Colorado"},
|
|
3266
|
+
{label: "CT", value: "Connecticut"},
|
|
3267
|
+
{label: "DE", value: "Delaware"},
|
|
3268
|
+
{label: "DC", value: "District of Columbia"},
|
|
3269
|
+
{label: "FL", value: "Florida"},
|
|
3270
|
+
{label: "GA", value: "Georgia"},
|
|
3271
|
+
{label: "HI", value: "Hawaii"},
|
|
3272
|
+
{label: "ID", value: "Idaho"},
|
|
3273
|
+
{label: "IL", value: "Illinois"},
|
|
3274
|
+
{label: "IN", value: "Indiana"},
|
|
3275
|
+
{label: "IA", value: "Iowa"},
|
|
3276
|
+
{label: "KS", value: "Kansas"},
|
|
3277
|
+
{label: "KY", value: "Kentucky"},
|
|
3278
|
+
{label: "LA", value: "Louisiana"},
|
|
3279
|
+
{label: "ME", value: "Maine"},
|
|
3280
|
+
{label: "MD", value: "Maryland"},
|
|
3281
|
+
{label: "MA", value: "Massachusetts"},
|
|
3282
|
+
{label: "MI", value: "Michigan"},
|
|
3283
|
+
{label: "MN", value: "Minnesota"},
|
|
3284
|
+
{label: "MS", value: "Mississippi"},
|
|
3285
|
+
{label: "MO", value: "Missouri"},
|
|
3286
|
+
{label: "MT", value: "Montana"},
|
|
3287
|
+
{label: "NE", value: "Nebraska"},
|
|
3288
|
+
{label: "NV", value: "Nevada"},
|
|
3289
|
+
{label: "NH", value: "New Hampshire"},
|
|
3290
|
+
{label: "NJ", value: "New Jersey"},
|
|
3291
|
+
{label: "NM", value: "New Mexico"},
|
|
3292
|
+
{label: "NY", value: "New York"},
|
|
3293
|
+
{label: "NC", value: "North Carolina"},
|
|
3294
|
+
{label: "ND", value: "North Dakota"},
|
|
3295
|
+
{label: "OH", value: "Ohio"},
|
|
3296
|
+
{label: "OK", value: "Oklahoma"},
|
|
3297
|
+
{label: "OR", value: "Oregon"},
|
|
3298
|
+
{label: "PA", value: "Pennsylvania"},
|
|
3299
|
+
{label: "RI", value: "Rhode Island"},
|
|
3300
|
+
{label: "SC", value: "South Carolina"},
|
|
3301
|
+
{label: "SD", value: "South Dakota"},
|
|
3302
|
+
{label: "TN", value: "Tennessee"},
|
|
3303
|
+
{label: "TX", value: "Texas"},
|
|
3304
|
+
{label: "UT", value: "Utah"},
|
|
3305
|
+
{label: "VT", value: "Vermont"},
|
|
3306
|
+
{label: "VA", value: "Virginia"},
|
|
3307
|
+
{label: "WA", value: "Washington"},
|
|
3308
|
+
{label: "WV", value: "West Virginia"},
|
|
3309
|
+
{label: "WI", value: "Wisconsin"},
|
|
3310
|
+
{label: "WY", value: "Wyoming"},
|
|
3311
|
+
];
|