Developer

API » Geography Lookup API - By Geography Type


Description
This API allows users to find all geographies of a specified geography type.

Why We Provide It
We are providing this API to increase the value of the transparency of the National Broadband Map.

Review Data Dictionary

JSON   XML

API Base
http://www.broadbandmap.gov/broadbandmap/

API Call
{API Base}/geography/{geographyType}?maxresults={maxResults}&all={all}&format={format}&callback={functionName}

Sample Call
http://www.broadbandmap.gov/broadbandmap/geography/congdistrict?format=json&maxresults=1000

Required Parameters
geographyType:
specify either one of the following geography type: county, censusplace, msa, usf, statesenate, statehouse, congdistrict, tribalnation.

maxResults:
specify the maximum results to be returned. defaulted to 100.

all:
if true returns the complete set of results.

Optional Parameters
format:
XML, JSON, JSONP (XML is default)

callback:
JSONP callback function name

Response

JSON   XML

{
 "status":"OK",
 "responseTime":28,
 "message":[
  
 ],
 "Results":[
  {
   "geographyId":"0211100",
   "geographyName":"00",
   "stateFips":"02",
   "stateName":"Alaska",
   "stateAbbreviation":"AK"
  },
  {
   "geographyId":"1011100",
   "geographyName":"00",
   "stateFips":"10",
   "stateName":"Delaware",
   "stateAbbreviation":"DE"
  },
  {
   "geographyId":"3011100",
   "geographyName":"00",
   "stateFips":"30",
   "stateName":"Montana",
   "stateAbbreviation":"MT"
  },
  {
   "geographyId":"3811100",
   "geographyName":"00",
   "stateFips":"38",
   "stateName":"North Dakota",
   "stateAbbreviation":"ND"
  },
  {
   "geographyId":"4611100",
   "geographyName":"00",
   "stateFips":"46",
   "stateName":"South Dakota",
   "stateAbbreviation":"SD"
  },
  {
   "geographyId":"5011100",
   "geographyName":"00",
   "stateFips":"50",
   "stateName":"Vermont",
   "stateAbbreviation":"VT"
  },
  {
   "geographyId":"5611100",
   "geographyName":"00",
   "stateFips":"56",
   "stateName":"Wyoming",
   "stateAbbreviation":"WY"
  },
  {
   "geographyId":"0111101",
   "geographyName":"01",
   "stateFips":"01",
   "stateName":"Alabama",
   "stateAbbreviation":"AL"
  },
  {
   "geographyId":"0411101",
   "geographyName":"01",
   "stateFips":"04",
   "stateName":"Arizona",
   "stateAbbreviation":"AZ"
  },
  {
   "geographyId":"0511101",
   "geographyName":"01",
   "stateFips":"05",
   "stateName":"Arkansas",
   "stateAbbreviation":"AR"
  },
  {
   "geographyId":"0611101",
   "geographyName":"01",
   "stateFips":"06",
   "stateName":"California",
   "stateAbbreviation":"CA"
  },
  {
   "geographyId":"0811101",
   "geographyName":"01",
   "stateFips":"08",
   "stateName":"Colorado",
   "stateAbbreviation":"CO"
  },
  {
   "geographyId":"0911101",
   "geographyName":"01",
   "stateFips":"09",
   "stateName":"Connecticut",
   "stateAbbreviation":"CT"
  },
  {
   "geographyId":"1211101",
   "geographyName":"01",
   "stateFips":"12",
   "stateName":"Florida",
   "stateAbbreviation":"FL"
  },
  {
   "geographyId":"1311101",
   "geographyName":"01",
   "stateFips":"13",
   "stateName":"Georgia",
   "stateAbbreviation":"GA"
  },
  {
   "geographyId":"1511101",
   "geographyName":"01",
   "stateFips":"15",
   "stateName":"Hawaii",
   "stateAbbreviation":"HI"
  },
  {
   "geographyId":"1611101",
   "geographyName":"01",
   "stateFips":"16",
   "stateName":"Idaho",
   "stateAbbreviation":"ID"
  },
  {
   "geographyId":"1711101",
   "geographyName":"01",
   "stateFips":"17",
   "stateName":"Illinois",
   "stateAbbreviation":"IL"
  },
  {
   "geographyId":"1811101",
   "geographyName":"01",
   "stateFips":"18",
   "stateName":"Indiana",
   "stateAbbreviation":"IN"
  },
  {
   "geographyId":"1911101",
   "geographyName":"01",
   "stateFips":"19",
   "stateName":"Iowa",
   "stateAbbreviation":"IA"
  },
  {
   "geographyId":"2011101",
   "geographyName":"01",
   "stateFips":"20",
   "stateName":"Kansas",
   "stateAbbreviation":"KS"
  },
  {
   "geographyId":"2111101",
   "geographyName":"01",
   "stateFips":"21",
   "stateName":"Kentucky",
   "stateAbbreviation":"KY"
  },
  {
   "geographyId":"2211101",
   "geographyName":"01",
   "stateFips":"22",
   "stateName":"Louisiana",
   "stateAbbreviation":"LA"
  },
  {
   "geographyId":"2311101",
   "geographyName":"01",
   "stateFips":"23",
   "stateName":"Maine",
   "stateAbbreviation":"ME"
  },
  {
   "geographyId":"2411101",
   "geographyName":"01",
   "stateFips":"24",
   "stateName":"Maryland",
   "stateAbbreviation":"MD"
  },
  {
   "geographyId":"2511101",
   "geographyName":"01",
   "stateFips":"25",
   "stateName":"Massachusetts",
   "stateAbbreviation":"MA"
  },
  {
   "geographyId":"2611101",
   "geographyName":"01",
   "stateFips":"26",
   "stateName":"Michigan",
   "stateAbbreviation":"MI"
  },
  {
   "geographyId":"2711101",
   "geographyName":"01",
   "stateFips":"27",
   "stateName":"Minnesota",
   "stateAbbreviation":"MN"
  },
  {
   "geographyId":"2811101",
   "geographyName":"01",
   "stateFips":"28",
   "stateName":"Mississippi",
   "stateAbbreviation":"MS"
  },
  {
   "geographyId":"2911101",
   "geographyName":"01",
   "stateFips":"29",
   "stateName":"Missouri",
   "stateAbbreviation":"MO"
  },
  {
   "geographyId":"3111101",
   "geographyName":"01",
   "stateFips":"31",
   "stateName":"Nebraska",
   "stateAbbreviation":"NE"
  },
  {
   "geographyId":"3211101",
   "geographyName":"01",
   "stateFips":"32",
   "stateName":"Nevada",
   "stateAbbreviation":"NV"
  },
  {
   "geographyId":"3311101",
   "geographyName":"01",
   "stateFips":"33",
   "stateName":"New Hampshire",
   "stateAbbreviation":"NH"
  },
  {
   "geographyId":"3411101",
   "geographyName":"01",
   "stateFips":"34",
   "stateName":"New Jersey",
   "stateAbbreviation":"NJ"
  },
  {
   "geographyId":"3511101",
   "geographyName":"01",
   "stateFips":"35",
   "stateName":"New Mexico",
   "stateAbbreviation":"NM"
  },
  {
   "geographyId":"3611101",
   "geographyName":"01",
   "stateFips":"36",
   "stateName":"New York",
   "stateAbbreviation":"NY"
  },
  {
   "geographyId":"3711101",
   "geographyName":"01",
   "stateFips":"37",
   "stateName":"North Carolina",
   "stateAbbreviation":"NC"
  },
  {
   "geographyId":"3911101",
   "geographyName":"01",
   "stateFips":"39",
   "stateName":"Ohio",
   "stateAbbreviation":"OH"
  },
  {
   "geographyId":"4011101",
   "geographyName":"01",
   "stateFips":"40",
   "stateName":"Oklahoma",
   "stateAbbreviation":"OK"
  },
  {
   "geographyId":"4111101",
   "geographyName":"01",
   "stateFips":"41",
   "stateName":"Oregon",
   "stateAbbreviation":"OR"
  },
  {
   "geographyId":"4211101",
   "geographyName":"01",
   "stateFips":"42",
   "stateName":"Pennsylvania",
   "stateAbbreviation":"PA"
  },
  {
   "geographyId":"4411101",
   "geographyName":"01",
   "stateFips":"44",
   "stateName":"Rhode Island",
   "stateAbbreviation":"RI"
  },
  {
   "geographyId":"4511101",
   "geographyName":"01",
   "stateFips":"45",
   "stateName":"South Carolina",
   "stateAbbreviation":"SC"
  },
  {
   "geographyId":"4711101",
   "geographyName":"01",
   "stateFips":"47",
   "stateName":"Tennessee",
   "stateAbbreviation":"TN"
  },
  {
   "geographyId":"4811101",
   "geographyName":"01",
   "stateFips":"48",
   "stateName":"Texas",
   "stateAbbreviation":"TX"
  },
  {
   "geographyId":"4911101",
   "geographyName":"01",
   "stateFips":"49",
   "stateName":"Utah",
   "stateAbbreviation":"UT"
  },
  {
   "geographyId":"5111101",
   "geographyName":"01",
   "stateFips":"51",
   "stateName":"Virginia",
   "stateAbbreviation":"VA"
  },
  {
   "geographyId":"5311101",
   "geographyName":"01",
   "stateFips":"53",
   "stateName":"Washington",
   "stateAbbreviation":"WA"
  },
  {
   "geographyId":"5411101",
   "geographyName":"01",
   "stateFips":"54",
   "stateName":"West Virginia",
   "stateAbbreviation":"WV"
  },
  {
   "geographyId":"5511101",
   "geographyName":"01",
   "stateFips":"55",
   "stateName":"Wisconsin",
   "stateAbbreviation":"WI"
  },
  {
   "geographyId":"0111102",
   "geographyName":"02",
   "stateFips":"01",
   "stateName":"Alabama",
   "stateAbbreviation":"AL"
  },
  {
   "geographyId":"0411102",
   "geographyName":"02",
   "stateFips":"04",
   "stateName":"Arizona",
   "stateAbbreviation":"AZ"
  },
  {
   "geographyId":"0511102",
   "geographyName":"02",
   "stateFips":"05",
   "stateName":"Arkansas",
   "stateAbbreviation":"AR"
  },
  {
   "geographyId":"0611102",
   "geographyName":"02",
   "stateFips":"06",
   "stateName":"California",
   "stateAbbreviation":"CA"
  },
  {
   "geographyId":"0811102",
   "geographyName":"02",
   "stateFips":"08",
   "stateName":"Colorado",
   "stateAbbreviation":"CO"
  },
  {
   "geographyId":"0911102",
   "geographyName":"02",
   "stateFips":"09",
   "stateName":"Connecticut",
   "stateAbbreviation":"CT"
  },
  {
   "geographyId":"1211102",
   "geographyName":"02",
   "stateFips":"12",
   "stateName":"Florida",
   "stateAbbreviation":"FL"
  },
  {
   "geographyId":"1311102",
   "geographyName":"02",
   "stateFips":"13",
   "stateName":"Georgia",
   "stateAbbreviation":"GA"
  },
  {
   "geographyId":"1511102",
   "geographyName":"02",
   "stateFips":"15",
   "stateName":"Hawaii",
   "stateAbbreviation":"HI"
  },
  {
   "geographyId":"1611102",
   "geographyName":"02",
   "stateFips":"16",
   "stateName":"Idaho",
   "stateAbbreviation":"ID"
  },
  {
   "geographyId":"1711102",
   "geographyName":"02",
   "stateFips":"17",
   "stateName":"Illinois",
   "stateAbbreviation":"IL"
  },
  {
   "geographyId":"1811102",
   "geographyName":"02",
   "stateFips":"18",
   "stateName":"Indiana",
   "stateAbbreviation":"IN"
  },
  {
   "geographyId":"1911102",
   "geographyName":"02",
   "stateFips":"19",
   "stateName":"Iowa",
   "stateAbbreviation":"IA"
  },
  {
   "geographyId":"2011102",
   "geographyName":"02",
   "stateFips":"20",
   "stateName":"Kansas",
   "stateAbbreviation":"KS"
  },
  {
   "geographyId":"2111102",
   "geographyName":"02",
   "stateFips":"21",
   "stateName":"Kentucky",
   "stateAbbreviation":"KY"
  },
  {
   "geographyId":"2211102",
   "geographyName":"02",
   "stateFips":"22",
   "stateName":"Louisiana",
   "stateAbbreviation":"LA"
  },
  {
   "geographyId":"2311102",
   "geographyName":"02",
   "stateFips":"23",
   "stateName":"Maine",
   "stateAbbreviation":"ME"
  },
  {
   "geographyId":"2411102",
   "geographyName":"02",
   "stateFips":"24",
   "stateName":"Maryland",
   "stateAbbreviation":"MD"
  },
  {
   "geographyId":"2511102",
   "geographyName":"02",
   "stateFips":"25",
   "stateName":"Massachusetts",
   "stateAbbreviation":"MA"
  },
  {
   "geographyId":"2611102",
   "geographyName":"02",
   "stateFips":"26",
   "stateName":"Michigan",
   "stateAbbreviation":"MI"
  },
  {
   "geographyId":"2711102",
   "geographyName":"02",
   "stateFips":"27",
   "stateName":"Minnesota",
   "stateAbbreviation":"MN"
  },
  {
   "geographyId":"2811102",
   "geographyName":"02",
   "stateFips":"28",
   "stateName":"Mississippi",
   "stateAbbreviation":"MS"
  },
  {
   "geographyId":"2911102",
   "geographyName":"02",
   "stateFips":"29",
   "stateName":"Missouri",
   "stateAbbreviation":"MO"
  },
  {
   "geographyId":"3111102",
   "geographyName":"02",
   "stateFips":"31",
   "stateName":"Nebraska",
   "stateAbbreviation":"NE"
  },
  {
   "geographyId":"3211102",
   "geographyName":"02",
   "stateFips":"32",
   "stateName":"Nevada",
   "stateAbbreviation":"NV"
  },
  {
   "geographyId":"3311102",
   "geographyName":"02",
   "stateFips":"33",
   "stateName":"New Hampshire",
   "stateAbbreviation":"NH"
  },
  {
   "geographyId":"3411102",
   "geographyName":"02",
   "stateFips":"34",
   "stateName":"New Jersey",
   "stateAbbreviation":"NJ"
  },
  {
   "geographyId":"3511102",
   "geographyName":"02",
   "stateFips":"35",
   "stateName":"New Mexico",
   "stateAbbreviation":"NM"
  },
  {
   "geographyId":"3611102",
   "geographyName":"02",
   "stateFips":"36",
   "stateName":"New York",
   "stateAbbreviation":"NY"
  },
  {
   "geographyId":"3711102",
   "geographyName":"02",
   "stateFips":"37",
   "stateName":"North Carolina",
   "stateAbbreviation":"NC"
  },
  {
   "geographyId":"3911102",
   "geographyName":"02",
   "stateFips":"39",
   "stateName":"Ohio",
   "stateAbbreviation":"OH"
  },
  {
   "geographyId":"4011102",
   "geographyName":"02",
   "stateFips":"40",
   "stateName":"Oklahoma",
   "stateAbbreviation":"OK"
  },
  {
   "geographyId":"4111102",
   "geographyName":"02",
   "stateFips":"41",
   "stateName":"Oregon",
   "stateAbbreviation":"OR"
  },
  {
   "geographyId":"4211102",
   "geographyName":"02",
   "stateFips":"42",
   "stateName":"Pennsylvania",
   "stateAbbreviation":"PA"
  },
  {
   "geographyId":"4411102",
   "geographyName":"02",
   "stateFips":"44",
   "stateName":"Rhode Island",
   "stateAbbreviation":"RI"
  },
  {
   "geographyId":"4511102",
   "geographyName":"02",
   "stateFips":"45",
   "stateName":"South Carolina",
   "stateAbbreviation":"SC"
  },
  {
   "geographyId":"4711102",
   "geographyName":"02",
   "stateFips":"47",
   "stateName":"Tennessee",
   "stateAbbreviation":"TN"
  },
  {
   "geographyId":"4811102",
   "geographyName":"02",
   "stateFips":"48",
   "stateName":"Texas",
   "stateAbbreviation":"TX"
  },
  {
   "geographyId":"4911102",
   "geographyName":"02",
   "stateFips":"49",
   "stateName":"Utah",
   "stateAbbreviation":"UT"
  },
  {
   "geographyId":"5111102",
   "geographyName":"02",
   "stateFips":"51",
   "stateName":"Virginia",
   "stateAbbreviation":"VA"
  },
  {
   "geographyId":"5311102",
   "geographyName":"02",
   "stateFips":"53",
   "stateName":"Washington",
   "stateAbbreviation":"WA"
  },
  {
   "geographyId":"5411102",
   "geographyName":"02",
   "stateFips":"54",
   "stateName":"West Virginia",
   "stateAbbreviation":"WV"
  },
  {
   "geographyId":"5511102",
   "geographyName":"02",
   "stateFips":"55",
   "stateName":"Wisconsin",
   "stateAbbreviation":"WI"
  },
  {
   "geographyId":"0111103",
   "geographyName":"03",
   "stateFips":"01",
   "stateName":"Alabama",
   "stateAbbreviation":"AL"
  },
  {
   "geographyId":"0411103",
   "geographyName":"03",
   "stateFips":"04",
   "stateName":"Arizona",
   "stateAbbreviation":"AZ"
  },
  {
   "geographyId":"0511103",
   "geographyName":"03",
   "stateFips":"05",
   "stateName":"Arkansas",
   "stateAbbreviation":"AR"
  },
  {
   "geographyId":"0611103",
   "geographyName":"03",
   "stateFips":"06",
   "stateName":"California",
   "stateAbbreviation":"CA"
  },
  {
   "geographyId":"0811103",
   "geographyName":"03",
   "stateFips":"08",
   "stateName":"Colorado",
   "stateAbbreviation":"CO"
  },
  {
   "geographyId":"0911103",
   "geographyName":"03",
   "stateFips":"09",
   "stateName":"Connecticut",
   "stateAbbreviation":"CT"
  },
  {
   "geographyId":"1211103",
   "geographyName":"03",
   "stateFips":"12",
   "stateName":"Florida",
   "stateAbbreviation":"FL"
  },
  {
   "geographyId":"1311103",
   "geographyName":"03",
   "stateFips":"13",
   "stateName":"Georgia",
   "stateAbbreviation":"GA"
  },
  {
   "geographyId":"1711103",
   "geographyName":"03",
   "stateFips":"17",
   "stateName":"Illinois",
   "stateAbbreviation":"IL"
  },
  {
   "geographyId":"1811103",
   "geographyName":"03",
   "stateFips":"18",
   "stateName":"Indiana",
   "stateAbbreviation":"IN"
  },
  {
   "geographyId":"1911103",
   "geographyName":"03",
   "stateFips":"19",
   "stateName":"Iowa",
   "stateAbbreviation":"IA"
  },
  {
   "geographyId":"2011103",
   "geographyName":"03",
   "stateFips":"20",
   "stateName":"Kansas",
   "stateAbbreviation":"KS"
  },
  {
   "geographyId":"2111103",
   "geographyName":"03",
   "stateFips":"21",
   "stateName":"Kentucky",
   "stateAbbreviation":"KY"
  },
  {
   "geographyId":"2211103",
   "geographyName":"03",
   "stateFips":"22",
   "stateName":"Louisiana",
   "stateAbbreviation":"LA"
  },
  {
   "geographyId":"2411103",
   "geographyName":"03",
   "stateFips":"24",
   "stateName":"Maryland",
   "stateAbbreviation":"MD"
  },
  {
   "geographyId":"2511103",
   "geographyName":"03",
   "stateFips":"25",
   "stateName":"Massachusetts",
   "stateAbbreviation":"MA"
  },
  {
   "geographyId":"2611103",
   "geographyName":"03",
   "stateFips":"26",
   "stateName":"Michigan",
   "stateAbbreviation":"MI"
  },
  {
   "geographyId":"2711103",
   "geographyName":"03",
   "stateFips":"27",
   "stateName":"Minnesota",
   "stateAbbreviation":"MN"
  },
  {
   "geographyId":"2811103",
   "geographyName":"03",
   "stateFips":"28",
   "stateName":"Mississippi",
   "stateAbbreviation":"MS"
  },
  {
   "geographyId":"2911103",
   "geographyName":"03",
   "stateFips":"29",
   "stateName":"Missouri",
   "stateAbbreviation":"MO"
  },
  {
   "geographyId":"3111103",
   "geographyName":"03",
   "stateFips":"31",
   "stateName":"Nebraska",
   "stateAbbreviation":"NE"
  },
  {
   "geographyId":"3211103",
   "geographyName":"03",
   "stateFips":"32",
   "stateName":"Nevada",
   "stateAbbreviation":"NV"
  },
  {
   "geographyId":"3411103",
   "geographyName":"03",
   "stateFips":"34",
   "stateName":"New Jersey",
   "stateAbbreviation":"NJ"
  },
  {
   "geographyId":"3511103",
   "geographyName":"03",
   "stateFips":"35",
   "stateName":"New Mexico",
   "stateAbbreviation":"NM"
  },
  {
   "geographyId":"3611103",
   "geographyName":"03",
   "stateFips":"36",
   "stateName":"New York",
   "stateAbbreviation":"NY"
  },
  {
   "geographyId":"3711103",
   "geographyName":"03",
   "stateFips":"37",
   "stateName":"North Carolina",
   "stateAbbreviation":"NC"
  },
  {
   "geographyId":"3911103",
   "geographyName":"03",
   "stateFips":"39",
   "stateName":"Ohio",
   "stateAbbreviation":"OH"
  },
  {
   "geographyId":"4011103",
   "geographyName":"03",
   "stateFips":"40",
   "stateName":"Oklahoma",
   "stateAbbreviation":"OK"
  },
  {
   "geographyId":"4111103",
   "geographyName":"03",
   "stateFips":"41",
   "stateName":"Oregon",
   "stateAbbreviation":"OR"
  },
  {
   "geographyId":"4211103",
   "geographyName":"03",
   "stateFips":"42",
   "stateName":"Pennsylvania",
   "stateAbbreviation":"PA"
  },
  {
   "geographyId":"4511103",
   "geographyName":"03",
   "stateFips":"45",
   "stateName":"South Carolina",
   "stateAbbreviation":"SC"
  },
  {
   "geographyId":"4711103",
   "geographyName":"03",
   "stateFips":"47",
   "stateName":"Tennessee",
   "stateAbbreviation":"TN"
  },
  {
   "geographyId":"4811103",
   "geographyName":"03",
   "stateFips":"48",
   "stateName":"Texas",
   "stateAbbreviation":"TX"
  },
  {
   "geographyId":"4911103",
   "geographyName":"03",
   "stateFips":"49",
   "stateName":"Utah",
   "stateAbbreviation":"UT"
  },
  {
   "geographyId":"5111103",
   "geographyName":"03",
   "stateFips":"51",
   "stateName":"Virginia",
   "stateAbbreviation":"VA"
  },
  {
   "geographyId":"5311103",
   "geographyName":"03",
   "stateFips":"53",
   "stateName":"Washington",
   "stateAbbreviation":"WA"
  },
  {
   "geographyId":"5411103",
   "geographyName":"03",
   "stateFips":"54",
   "stateName":"West Virginia",
   "stateAbbreviation":"WV"
  },
  {
   "geographyId":"5511103",
   "geographyName":"03",
   "stateFips":"55",
   "stateName":"Wisconsin",
   "stateAbbreviation":"WI"
  },
  {
   "geographyId":"0111104",
   "geographyName":"04",
   "stateFips":"01",
   "stateName":"Alabama",
   "stateAbbreviation":"AL"
  },
  {
   "geographyId":"0411104",
   "geographyName":"04",
   "stateFips":"04",
   "stateName":"Arizona",
   "stateAbbreviation":"AZ"
  },
  {
   "geographyId":"0511104",
   "geographyName":"04",
   "stateFips":"05",
   "stateName":"Arkansas",
   "stateAbbreviation":"AR"
  },
  {
   "geographyId":"0611104",
   "geographyName":"04",
   "stateFips":"06",
   "stateName":"California",
   "stateAbbreviation":"CA"
  },
  {
   "geographyId":"0811104",
   "geographyName":"04",
   "stateFips":"08",
   "stateName":"Colorado",
   "stateAbbreviation":"CO"
  },
  {
   "geographyId":"0911104",
   "geographyName":"04",
   "stateFips":"09",
   "stateName":"Connecticut",
   "stateAbbreviation":"CT"
  },
  {
   "geographyId":"1211104",
   "geographyName":"04",
   "stateFips":"12",
   "stateName":"Florida",
   "stateAbbreviation":"FL"
  },
  {
   "geographyId":"1311104",
   "geographyName":"04",
   "stateFips":"13",
   "stateName":"Georgia",
   "stateAbbreviation":"GA"
  },
  {
   "geographyId":"1711104",
   "geographyName":"04",
   "stateFips":"17",
   "stateName":"Illinois",
   "stateAbbreviation":"IL"
  },
  {
   "geographyId":"1811104",
   "geographyName":"04",
   "stateFips":"18",
   "stateName":"Indiana",
   "stateAbbreviation":"IN"
  },
  {
   "geographyId":"1911104",
   "geographyName":"04",
   "stateFips":"19",
   "stateName":"Iowa",
   "stateAbbreviation":"IA"
  },
  {
   "geographyId":"2011104",
   "geographyName":"04",
   "stateFips":"20",
   "stateName":"Kansas",
   "stateAbbreviation":"KS"
  },
  {
   "geographyId":"2111104",
   "geographyName":"04",
   "stateFips":"21",
   "stateName":"Kentucky",
   "stateAbbreviation":"KY"
  },
  {
   "geographyId":"2211104",
   "geographyName":"04",
   "stateFips":"22",
   "stateName":"Louisiana",
   "stateAbbreviation":"LA"
  },
  {
   "geographyId":"2411104",
   "geographyName":"04",
   "stateFips":"24",
   "stateName":"Maryland",
   "stateAbbreviation":"MD"
  },
  {
   "geographyId":"2511104",
   "geographyName":"04",
   "stateFips":"25",
   "stateName":"Massachusetts",
   "stateAbbreviation":"MA"
  },
  {
   "geographyId":"2611104",
   "geographyName":"04",
   "stateFips":"26",
   "stateName":"Michigan",
   "stateAbbreviation":"MI"
  },
  {
   "geographyId":"2711104",
   "geographyName":"04",
   "stateFips":"27",
   "stateName":"Minnesota",
   "stateAbbreviation":"MN"
  },
  {
   "geographyId":"2811104",
   "geographyName":"04",
   "stateFips":"28",
   "stateName":"Mississippi",
   "stateAbbreviation":"MS"
  },
  {
   "geographyId":"2911104",
   "geographyName":"04",
   "stateFips":"29",
   "stateName":"Missouri",
   "stateAbbreviation":"MO"
  },
  {
   "geographyId":"3411104",
   "geographyName":"04",
   "stateFips":"34",
   "stateName":"New Jersey",
   "stateAbbreviation":"NJ"
  },
  {
   "geographyId":"3611104",
   "geographyName":"04",
   "stateFips":"36",
   "stateName":"New York",
   "stateAbbreviation":"NY"
  },
  {
   "geographyId":"3711104",
   "geographyName":"04",
   "stateFips":"37",
   "stateName":"North Carolina",
   "stateAbbreviation":"NC"
  },
  {
   "geographyId":"3911104",
   "geographyName":"04",
   "stateFips":"39",
   "stateName":"Ohio",
   "stateAbbreviation":"OH"
  },
  {
   "geographyId":"4011104",
   "geographyName":"04",
   "stateFips":"40",
   "stateName":"Oklahoma",
   "stateAbbreviation":"OK"
  },
  {
   "geographyId":"4111104",
   "geographyName":"04",
   "stateFips":"41",
   "stateName":"Oregon",
   "stateAbbreviation":"OR"
  },
  {
   "geographyId":"4211104",
   "geographyName":"04",
   "stateFips":"42",
   "stateName":"Pennsylvania",
   "stateAbbreviation":"PA"
  },
  {
   "geographyId":"4511104",
   "geographyName":"04",
   "stateFips":"45",
   "stateName":"South Carolina",
   "stateAbbreviation":"SC"
  },
  {
   "geographyId":"4711104",
   "geographyName":"04",
   "stateFips":"47",
   "stateName":"Tennessee",
   "stateAbbreviation":"TN"
  },
  {
   "geographyId":"4811104",
   "geographyName":"04",
   "stateFips":"48",
   "stateName":"Texas",
   "stateAbbreviation":"TX"
  },
  {
   "geographyId":"5111104",
   "geographyName":"04",
   "stateFips":"51",
   "stateName":"Virginia",
   "stateAbbreviation":"VA"
  },
  {
   "geographyId":"5311104",
   "geographyName":"04",
   "stateFips":"53",
   "stateName":"Washington",
   "stateAbbreviation":"WA"
  },
  {
   "geographyId":"5511104",
   "geographyName":"04",
   "stateFips":"55",
   "stateName":"Wisconsin",
   "stateAbbreviation":"WI"
  },
  {
   "geographyId":"0111105",
   "geographyName":"05",
   "stateFips":"01",
   "stateName":"Alabama",
   "stateAbbreviation":"AL"
  },
  {
   "geographyId":"0411105",
   "geographyName":"05",
   "stateFips":"04",
   "stateName":"Arizona",
   "stateAbbreviation":"AZ"
  },
  {
   "geographyId":"0611105",
   "geographyName":"05",
   "stateFips":"06",
   "stateName":"California",
   "stateAbbreviation":"CA"
  },
  {
   "geographyId":"0811105",
   "geographyName":"05",
   "stateFips":"08",
   "stateName":"Colorado",
   "stateAbbreviation":"CO"
  },
  {
   "geographyId":"0911105",
   "geographyName":"05",
   "stateFips":"09",
   "stateName":"Connecticut",
   "stateAbbreviation":"CT"
  },
  {
   "geographyId":"1211105",
   "geographyName":"05",
   "stateFips":"12",
   "stateName":"Florida",
   "stateAbbreviation":"FL"
  },
  {
   "geographyId":"1311105",
   "geographyName":"05",
   "stateFips":"13",
   "stateName":"Georgia",
   "stateAbbreviation":"GA"
  },
  {
   "geographyId":"1711105",
   "geographyName":"05",
   "stateFips":"17",
   "stateName":"Illinois",
   "stateAbbreviation":"IL"
  },
  {
   "geographyId":"1811105",
   "geographyName":"05",
   "stateFips":"18",
   "stateName":"Indiana",
   "stateAbbreviation":"IN"
  },
  {
   "geographyId":"1911105",
   "geographyName":"05",
   "stateFips":"19",
   "stateName":"Iowa",
   "stateAbbreviation":"IA"
  },
  {
   "geographyId":"2111105",
   "geographyName":"05",
   "stateFips":"21",
   "stateName":"Kentucky",
   "stateAbbreviation":"KY"
  },
  {
   "geographyId":"2211105",
   "geographyName":"05",
   "stateFips":"22",
   "stateName":"Louisiana",
   "stateAbbreviation":"LA"
  },
  {
   "geographyId":"2411105",
   "geographyName":"05",
   "stateFips":"24",
   "stateName":"Maryland",
   "stateAbbreviation":"MD"
  },
  {
   "geographyId":"2511105",
   "geographyName":"05",
   "stateFips":"25",
   "stateName":"Massachusetts",
   "stateAbbreviation":"MA"
  },
  {
   "geographyId":"2611105",
   "geographyName":"05",
   "stateFips":"26",
   "stateName":"Michigan",
   "stateAbbreviation":"MI"
  },
  {
   "geographyId":"2711105",
   "geographyName":"05",
   "stateFips":"27",
   "stateName":"Minnesota",
   "stateAbbreviation":"MN"
  },
  {
   "geographyId":"2911105",
   "geographyName":"05",
   "stateFips":"29",
   "stateName":"Missouri",
   "stateAbbreviation":"MO"
  },
  {
   "geographyId":"3411105",
   "geographyName":"05",
   "stateFips":"34",
   "stateName":"New Jersey",
   "stateAbbreviation":"NJ"
  },
  {
   "geographyId":"3611105",
   "geographyName":"05",
   "stateFips":"36",
   "stateName":"New York",
   "stateAbbreviation":"NY"
  },
  {
   "geographyId":"3711105",
   "geographyName":"05",
   "stateFips":"37",
   "stateName":"North Carolina",
   "stateAbbreviation":"NC"
  },
  {
   "geographyId":"3911105",
   "geographyName":"05",
   "stateFips":"39",
   "stateName":"Ohio",
   "stateAbbreviation":"OH"
  },
  {
   "geographyId":"4011105",
   "geographyName":"05",
   "stateFips":"40",
   "stateName":"Oklahoma",
   "stateAbbreviation":"OK"
  },
  {
   "geographyId":"4111105",
   "geographyName":"05",
   "stateFips":"41",
   "stateName":"Oregon",
   "stateAbbreviation":"OR"
  },
  {
   "geographyId":"4211105",
   "geographyName":"05",
   "stateFips":"42",
   "stateName":"Pennsylvania",
   "stateAbbreviation":"PA"
  },
  {
   "geographyId":"4511105",
   "geographyName":"05",
   "stateFips":"45",
   "stateName":"South Carolina",
   "stateAbbreviation":"SC"
  },
  {
   "geographyId":"4711105",
   "geographyName":"05",
   "stateFips":"47",
   "stateName":"Tennessee",
   "stateAbbreviation":"TN"
  },
  {
   "geographyId":"4811105",
   "geographyName":"05",
   "stateFips":"48",
   "stateName":"Texas",
   "stateAbbreviation":"TX"
  },
  {
   "geographyId":"5111105",
   "geographyName":"05",
   "stateFips":"51",
   "stateName":"Virginia",
   "stateAbbreviation":"VA"
  },
  {
   "geographyId":"5311105",
   "geographyName":"05",
   "stateFips":"53",
   "stateName":"Washington",
   "stateAbbreviation":"WA"
  },
  {
   "geographyId":"5511105",
   "geographyName":"05",
   "stateFips":"55",
   "stateName":"Wisconsin",
   "stateAbbreviation":"WI"
  },
  {
   "geographyId":"0111106",
   "geographyName":"06",
   "stateFips":"01",
   "stateName":"Alabama",
   "stateAbbreviation":"AL"
  },
  {
   "geographyId":"0411106",
   "geographyName":"06",
   "stateFips":"04",
   "stateName":"Arizona",
   "stateAbbreviation":"AZ"
  },
  {
   "geographyId":"0611106",
   "geographyName":"06",
   "stateFips":"06",
   "stateName":"California",
   "stateAbbreviation":"CA"
  },
  {
   "geographyId":"0811106",
   "geographyName":"06",
   "stateFips":"08",
   "stateName":"Colorado",
   "stateAbbreviation":"CO"
  },
  {
   "geographyId":"1211106",
   "geographyName":"06",
   "stateFips":"12",
   "stateName":"Florida",
   "stateAbbreviation":"FL"
  },
  {
   "geographyId":"1311106",
   "geographyName":"06",
   "stateFips":"13",
   "stateName":"Georgia",
   "stateAbbreviation":"GA"
  },
  {
   "geographyId":"1711106",
   "geographyName":"06",
   "stateFips":"17",
   "stateName":"Illinois",
   "stateAbbreviation":"IL"
  },
  {
   "geographyId":"1811106",
   "geographyName":"06",
   "stateFips":"18",
   "stateName":"Indiana",
   "stateAbbreviation":"IN"
  },
  {
   "geographyId":"2111106",
   "geographyName":"06",
   "stateFips":"21",
   "stateName":"Kentucky",
   "stateAbbreviation":"KY"
  },
  {
   "geographyId":"2211106",
   "geographyName":"06",
   "stateFips":"22",
   "stateName":"Louisiana",
   "stateAbbreviation":"LA"
  },
  {
   "geographyId":"2411106",
   "geographyName":"06",
   "stateFips":"24",
   "stateName":"Maryland",
   "stateAbbreviation":"MD"
  },
  {
   "geographyId":"2511106",
   "geographyName":"06",
   "stateFips":"25",
   "stateName":"Massachusetts",
   "stateAbbreviation":"MA"
  },
  {
   "geographyId":"2611106",
   "geographyName":"06",
   "stateFips":"26",
   "stateName":"Michigan",
   "stateAbbreviation":"MI"
  },
  {
   "geographyId":"2711106",
   "geographyName":"06",
   "stateFips":"27",
   "stateName":"Minnesota",
   "stateAbbreviation":"MN"
  },
  {
   "geographyId":"2911106",
   "geographyName":"06",
   "stateFips":"29",
   "stateName":"Missouri",
   "stateAbbreviation":"MO"
  },
  {
   "geographyId":"3411106",
   "geographyName":"06",
   "stateFips":"34",
   "stateName":"New Jersey",
   "stateAbbreviation":"NJ"
  },
  {
   "geographyId":"3611106",
   "geographyName":"06",
   "stateFips":"36",
   "stateName":"New York",
   "stateAbbreviation":"NY"
  },
  {
   "geographyId":"3711106",
   "geographyName":"06",
   "stateFips":"37",
   "stateName":"North Carolina",
   "stateAbbreviation":"NC"
  },
  {
   "geographyId":"3911106",
   "geographyName":"06",
   "stateFips":"39",
   "stateName":"Ohio",
   "stateAbbreviation":"OH"
  },
  {
   "geographyId":"4211106",
   "geographyName":"06",
   "stateFips":"42",
   "stateName":"Pennsylvania",
   "stateAbbreviation":"PA"
  },
  {
   "geographyId":"4511106",
   "geographyName":"06",
   "stateFips":"45",
   "stateName":"South Carolina",
   "stateAbbreviation":"SC"
  },
  {
   "geographyId":"4711106",
   "geographyName":"06",
   "stateFips":"47",
   "stateName":"Tennessee",
   "stateAbbreviation":"TN"
  },
  {
   "geographyId":"4811106",
   "geographyName":"06",
   "stateFips":"48",
   "stateName":"Texas",
   "stateAbbreviation":"TX"
  },
  {
   "geographyId":"5111106",
   "geographyName":"06",
   "stateFips":"51",
   "stateName":"Virginia",
   "stateAbbreviation":"VA"
  },
  {
   "geographyId":"5311106",
   "geographyName":"06",
   "stateFips":"53",
   "stateName":"Washington",
   "stateAbbreviation":"WA"
  },
  {
   "geographyId":"5511106",
   "geographyName":"06",
   "stateFips":"55",
   "stateName":"Wisconsin",
   "stateAbbreviation":"WI"
  },
  {
   "geographyId":"0111107",
   "geographyName":"07",
   "stateFips":"01",
   "stateName":"Alabama",
   "stateAbbreviation":"AL"
  },
  {
   "geographyId":"0411107",
   "geographyName":"07",
   "stateFips":"04",
   "stateName":"Arizona",
   "stateAbbreviation":"AZ"
  },
  {
   "geographyId":"0611107",
   "geographyName":"07",
   "stateFips":"06",
   "stateName":"California",
   "stateAbbreviation":"CA"
  },
  {
   "geographyId":"0811107",
   "geographyName":"07",
   "stateFips":"08",
   "stateName":"Colorado",
   "stateAbbreviation":"CO"
  },
  {
   "geographyId":"1211107",
   "geographyName":"07",
   "stateFips":"12",
   "stateName":"Florida",
   "stateAbbreviation":"FL"
  },
  {
   "geographyId":"1311107",
   "geographyName":"07",
   "stateFips":"13",
   "stateName":"Georgia",
   "stateAbbreviation":"GA"
  },
  {
   "geographyId":"1711107",
   "geographyName":"07",
   "stateFips":"17",
   "stateName":"Illinois",
   "stateAbbreviation":"IL"
  },
  {
   "geographyId":"1811107",
   "geographyName":"07",
   "stateFips":"18",
   "stateName":"Indiana",
   "stateAbbreviation":"IN"
  },
  {
   "geographyId":"2211107",
   "geographyName":"07",
   "stateFips":"22",
   "stateName":"Louisiana",
   "stateAbbreviation":"LA"
  },
  {
   "geographyId":"2411107",
   "geographyName":"07",
   "stateFips":"24",
   "stateName":"Maryland",
   "stateAbbreviation":"MD"
  },
  {
   "geographyId":"2511107",
   "geographyName":"07",
   "stateFips":"25",
   "stateName":"Massachusetts",
   "stateAbbreviation":"MA"
  },
  {
   "geographyId":"2611107",
   "geographyName":"07",
   "stateFips":"26",
   "stateName":"Michigan",
   "stateAbbreviation":"MI"
  },
  {
   "geographyId":"2711107",
   "geographyName":"07",
   "stateFips":"27",
   "stateName":"Minnesota",
   "stateAbbreviation":"MN"
  },
  {
   "geographyId":"2911107",
   "geographyName":"07",
   "stateFips":"29",
   "stateName":"Missouri",
   "stateAbbreviation":"MO"
  },
  {
   "geographyId":"3411107",
   "geographyName":"07",
   "stateFips":"34",
   "stateName":"New Jersey",
   "stateAbbreviation":"NJ"
  },
  {
   "geographyId":"3611107",
   "geographyName":"07",
   "stateFips":"36",
   "stateName":"New York",
   "stateAbbreviation":"NY"
  },
  {
   "geographyId":"3711107",
   "geographyName":"07",
   "stateFips":"37",
   "stateName":"North Carolina",
   "stateAbbreviation":"NC"
  },
  {
   "geographyId":"3911107",
   "geographyName":"07",
   "stateFips":"39",
   "stateName":"Ohio",
   "stateAbbreviation":"OH"
  },
  {
   "geographyId":"4211107",
   "geographyName":"07",
   "stateFips":"42",
   "stateName":"Pennsylvania",
   "stateAbbreviation":"PA"
  },
  {
   "geographyId":"4711107",
   "geographyName":"07",
   "stateFips":"47",
   "stateName":"Tennessee",
   "stateAbbreviation":"TN"
  },
  {
   "geographyId":"4811107",
   "geographyName":"07",
   "stateFips":"48",
   "stateName":"Texas",
   "stateAbbreviation":"TX"
  },
  {
   "geographyId":"5111107",
   "geographyName":"07",
   "stateFips":"51",
   "stateName":"Virginia",
   "stateAbbreviation":"VA"
  },
  {
   "geographyId":"5311107",
   "geographyName":"07",
   "stateFips":"53",
   "stateName":"Washington",
   "stateAbbreviation":"WA"
  },
  {
   "geographyId":"5511107",
   "geographyName":"07",
   "stateFips":"55",
   "stateName":"Wisconsin",
   "stateAbbreviation":"WI"
  },
  {
   "geographyId":"0411108",
   "geographyName":"08",
   "stateFips":"04",
   "stateName":"Arizona",
   "stateAbbreviation":"AZ"
  },
  {
   "geographyId":"0611108",
   "geographyName":"08",
   "stateFips":"06",
   "stateName":"California",
   "stateAbbreviation":"CA"
  },
  {
   "geographyId":"1211108",
   "geographyName":"08",
   "stateFips":"12",
   "stateName":"Florida",
   "stateAbbreviation":"FL"
  },
  {
   "geographyId":"1311108",
   "geographyName":"08",
   "stateFips":"13",
   "stateName":"Georgia",
   "stateAbbreviation":"GA"
  },
  {
   "geographyId":"1711108",
   "geographyName":"08",
   "stateFips":"17",
   "stateName":"Illinois",
   "stateAbbreviation":"IL"
  },
  {
   "geographyId":"1811108",
   "geographyName":"08",
   "stateFips":"18",
   "stateName":"Indiana",
   "stateAbbreviation":"IN"
  },
  {
   "geographyId":"2411108",
   "geographyName":"08",
   "stateFips":"24",
   "stateName":"Maryland",
   "stateAbbreviation":"MD"
  },
  {
   "geographyId":"2511108",
   "geographyName":"08",
   "stateFips":"25",
   "stateName":"Massachusetts",
   "stateAbbreviation":"MA"
  },
  {
   "geographyId":"2611108",
   "geographyName":"08",
   "stateFips":"26",
   "stateName":"Michigan",
   "stateAbbreviation":"MI"
  },
  {
   "geographyId":"2711108",
   "geographyName":"08",
   "stateFips":"27",
   "stateName":"Minnesota",
   "stateAbbreviation":"MN"
  },
  {
   "geographyId":"2911108",
   "geographyName":"08",
   "stateFips":"29",
   "stateName":"Missouri",
   "stateAbbreviation":"MO"
  },
  {
   "geographyId":"3411108",
   "geographyName":"08",
   "stateFips":"34",
   "stateName":"New Jersey",
   "stateAbbreviation":"NJ"
  },
  {
   "geographyId":"3611108",
   "geographyName":"08",
   "stateFips":"36",
   "stateName":"New York",
   "stateAbbreviation":"NY"
  },
  {
   "geographyId":"3711108",
   "geographyName":"08",
   "stateFips":"37",
   "stateName":"North Carolina",
   "stateAbbreviation":"NC"
  },
  {
   "geographyId":"3911108",
   "geographyName":"08",
   "stateFips":"39",
   "stateName":"Ohio",
   "stateAbbreviation":"OH"
  },
  {
   "geographyId":"4211108",
   "geographyName":"08",
   "stateFips":"42",
   "stateName":"Pennsylvania",
   "stateAbbreviation":"PA"
  },
  {
   "geographyId":"4711108",
   "geographyName":"08",
   "stateFips":"47",
   "stateName":"Tennessee",
   "stateAbbreviation":"TN"
  },
  {
   "geographyId":"4811108",
   "geographyName":"08",
   "stateFips":"48",
   "stateName":"Texas",
   "stateAbbreviation":"TX"
  },
  {
   "geographyId":"5111108",
   "geographyName":"08",
   "stateFips":"51",
   "stateName":"Virginia",
   "stateAbbreviation":"VA"
  },
  {
   "geographyId":"5311108",
   "geographyName":"08",
   "stateFips":"53",
   "stateName":"Washington",
   "stateAbbreviation":"WA"
  },
  {
   "geographyId":"5511108",
   "geographyName":"08",
   "stateFips":"55",
   "stateName":"Wisconsin",
   "stateAbbreviation":"WI"
  },
  {
   "geographyId":"0611109",
   "geographyName":"09",
   "stateFips":"06",
   "stateName":"California",
   "stateAbbreviation":"CA"
  },
  {
   "geographyId":"1211109",
   "geographyName":"09",
   "stateFips":"12",
   "stateName":"Florida",
   "stateAbbreviation":"FL"
  },
  {
   "geographyId":"1311109",
   "geographyName":"09",
   "stateFips":"13",
   "stateName":"Georgia",
   "stateAbbreviation":"GA"
  },
  {
   "geographyId":"1711109",
   "geographyName":"09",
   "stateFips":"17",
   "stateName":"Illinois",
   "stateAbbreviation":"IL"
  },
  {
   "geographyId":"1811109",
   "geographyName":"09",
   "stateFips":"18",
   "stateName":"Indiana",
   "stateAbbreviation":"IN"
  },
  {
   "geographyId":"2511109",
   "geographyName":"09",
   "stateFips":"25",
   "stateName":"Massachusetts",
   "stateAbbreviation":"MA"
  },
  {
   "geographyId":"2611109",
   "geographyName":"09",
   "stateFips":"26",
   "stateName":"Michigan",
   "stateAbbreviation":"MI"
  },
  {
   "geographyId":"2911109",
   "geographyName":"09",
   "stateFips":"29",
   "stateName":"Missouri",
   "stateAbbreviation":"MO"
  },
  {
   "geographyId":"3411109",
   "geographyName":"09",
   "stateFips":"34",
   "stateName":"New Jersey",
   "stateAbbreviation":"NJ"
  },
  {
   "geographyId":"3611109",
   "geographyName":"09",
   "stateFips":"36",
   "stateName":"New York",
   "stateAbbreviation":"NY"
  },
  {
   "geographyId":"3711109",
   "geographyName":"09",
   "stateFips":"37",
   "stateName":"North Carolina",
   "stateAbbreviation":"NC"
  },
  {
   "geographyId":"3911109",
   "geographyName":"09",
   "stateFips":"39",
   "stateName":"Ohio",
   "stateAbbreviation":"OH"
  },
  {
   "geographyId":"4211109",
   "geographyName":"09",
   "stateFips":"42",
   "stateName":"Pennsylvania",
   "stateAbbreviation":"PA"
  },
  {
   "geographyId":"4711109",
   "geographyName":"09",
   "stateFips":"47",
   "stateName":"Tennessee",
   "stateAbbreviation":"TN"
  },
  {
   "geographyId":"4811109",
   "geographyName":"09",
   "stateFips":"48",
   "stateName":"Texas",
   "stateAbbreviation":"TX"
  },
  {
   "geographyId":"5111109",
   "geographyName":"09",
   "stateFips":"51",
   "stateName":"Virginia",
   "stateAbbreviation":"VA"
  },
  {
   "geographyId":"5311109",
   "geographyName":"09",
   "stateFips":"53",
   "stateName":"Washington",
   "stateAbbreviation":"WA"
  },
  {
   "geographyId":"0611110",
   "geographyName":"10",
   "stateFips":"06",
   "stateName":"California",
   "stateAbbreviation":"CA"
  },
  {
   "geographyId":"1211110",
   "geographyName":"10",
   "stateFips":"12",
   "stateName":"Florida",
   "stateAbbreviation":"FL"
  },
  {
   "geographyId":"1311110",
   "geographyName":"10",
   "stateFips":"13",
   "stateName":"Georgia",
   "stateAbbreviation":"GA"
  },
  {
   "geographyId":"1711110",
   "geographyName":"10",
   "stateFips":"17",
   "stateName":"Illinois",
   "stateAbbreviation":"IL"
  },
  {
   "geographyId":"2511110",
   "geographyName":"10",
   "stateFips":"25",
   "stateName":"Massachusetts",
   "stateAbbreviation":"MA"
  },
  {
   "geographyId":"2611110",
   "geographyName":"10",
   "stateFips":"26",
   "stateName":"Michigan",
   "stateAbbreviation":"MI"
  },
  {
   "geographyId":"3411110",
   "geographyName":"10",
   "stateFips":"34",
   "stateName":"New Jersey",
   "stateAbbreviation":"NJ"
  },
  {
   "geographyId":"3611110",
   "geographyName":"10",
   "stateFips":"36",
   "stateName":"New York",
   "stateAbbreviation":"NY"
  },
  {
   "geographyId":"3711110",
   "geographyName":"10",
   "stateFips":"37",
   "stateName":"North Carolina",
   "stateAbbreviation":"NC"
  },
  {
   "geographyId":"3911110",
   "geographyName":"10",
   "stateFips":"39",
   "stateName":"Ohio",
   "stateAbbreviation":"OH"
  },
  {
   "geographyId":"4211110",
   "geographyName":"10",
   "stateFips":"42",
   "stateName":"Pennsylvania",
   "stateAbbreviation":"PA"
  },
  {
   "geographyId":"4811110",
   "geographyName":"10",
   "stateFips":"48",
   "stateName":"Texas",
   "stateAbbreviation":"TX"
  },
  {
   "geographyId":"5111110",
   "geographyName":"10",
   "stateFips":"51",
   "stateName":"Virginia",
   "stateAbbreviation":"VA"
  },
  {
   "geographyId":"0611111",
   "geographyName":"11",
   "stateFips":"06",
   "stateName":"California",
   "stateAbbreviation":"CA"
  },
  {
   "geographyId":"1211111",
   "geographyName":"11",
   "stateFips":"12",
   "stateName":"Florida",
   "stateAbbreviation":"FL"
  },
  {
   "geographyId":"1311111",
   "geographyName":"11",
   "stateFips":"13",
   "stateName":"Georgia",
   "stateAbbreviation":"GA"
  },
  {
   "geographyId":"1711111",
   "geographyName":"11",
   "stateFips":"17",
   "stateName":"Illinois",
   "stateAbbreviation":"IL"
  },
  {
   "geographyId":"2611111",
   "geographyName":"11",
   "stateFips":"26",
   "stateName":"Michigan",
   "stateAbbreviation":"MI"
  },
  {
   "geographyId":"3411111",
   "geographyName":"11",
   "stateFips":"34",
   "stateName":"New Jersey",
   "stateAbbreviation":"NJ"
  },
  {
   "geographyId":"3611111",
   "geographyName":"11",
   "stateFips":"36",
   "stateName":"New York",
   "stateAbbreviation":"NY"
  },
  {
   "geographyId":"3711111",
   "geographyName":"11",
   "stateFips":"37",
   "stateName":"North Carolina",
   "stateAbbreviation":"NC"
  },
  {
   "geographyId":"3911111",
   "geographyName":"11",
   "stateFips":"39",
   "stateName":"Ohio",
   "stateAbbreviation":"OH"
  },
  {
   "geographyId":"4211111",
   "geographyName":"11",
   "stateFips":"42",
   "stateName":"Pennsylvania",
   "stateAbbreviation":"PA"
  },
  {
   "geographyId":"4811111",
   "geographyName":"11",
   "stateFips":"48",
   "stateName":"Texas",
   "stateAbbreviation":"TX"
  },
  {
   "geographyId":"5111111",
   "geographyName":"11",
   "stateFips":"51",
   "stateName":"Virginia",
   "stateAbbreviation":"VA"
  },
  {
   "geographyId":"0611112",
   "geographyName":"12",
   "stateFips":"06",
   "stateName":"California",
   "stateAbbreviation":"CA"
  },
  {
   "geographyId":"1211112",
   "geographyName":"12",
   "stateFips":"12",
   "stateName":"Florida",
   "stateAbbreviation":"FL"
  },
  {
   "geographyId":"1311112",
   "geographyName":"12",
   "stateFips":"13",
   "stateName":"Georgia",
   "stateAbbreviation":"GA"
  },
  {
   "geographyId":"1711112",
   "geographyName":"12",
   "stateFips":"17",
   "stateName":"Illinois",
   "stateAbbreviation":"IL"
  },
  {
   "geographyId":"2611112",
   "geographyName":"12",
   "stateFips":"26",
   "stateName":"Michigan",
   "stateAbbreviation":"MI"
  },
  {
   "geographyId":"3411112",
   "geographyName":"12",
   "stateFips":"34",
   "stateName":"New Jersey",
   "stateAbbreviation":"NJ"
  },
  {
   "geographyId":"3611112",
   "geographyName":"12",
   "stateFips":"36",
   "stateName":"New York",
   "stateAbbreviation":"NY"
  },
  {
   "geographyId":"3711112",
   "geographyName":"12",
   "stateFips":"37",
   "stateName":"North Carolina",
   "stateAbbreviation":"NC"
  },
  {
   "geographyId":"3911112",
   "geographyName":"12",
   "stateFips":"39",
   "stateName":"Ohio",
   "stateAbbreviation":"OH"
  },
  {
   "geographyId":"4211112",
   "geographyName":"12",
   "stateFips":"42",
   "stateName":"Pennsylvania",
   "stateAbbreviation":"PA"
  },
  {
   "geographyId":"4811112",
   "geographyName":"12",
   "stateFips":"48",
   "stateName":"Texas",
   "stateAbbreviation":"TX"
  },
  {
   "geographyId":"0611113",
   "geographyName":"13",
   "stateFips":"06",
   "stateName":"California",
   "stateAbbreviation":"CA"
  },
  {
   "geographyId":"1211113",
   "geographyName":"13",
   "stateFips":"12",
   "stateName":"Florida",
   "stateAbbreviation":"FL"
  },
  {
   "geographyId":"1311113",
   "geographyName":"13",
   "stateFips":"13",
   "stateName":"Georgia",
   "stateAbbreviation":"GA"
  },
  {
   "geographyId":"1711113",
   "geographyName":"13",
   "stateFips":"17",
   "stateName":"Illinois",
   "stateAbbreviation":"IL"
  },
  {
   "geographyId":"2611113",
   "geographyName":"13",
   "stateFips":"26",
   "stateName":"Michigan",
   "stateAbbreviation":"MI"
  },
  {
   "geographyId":"3411113",
   "geographyName":"13",
   "stateFips":"34",
   "stateName":"New Jersey",
   "stateAbbreviation":"NJ"
  },
  {
   "geographyId":"3611113",
   "geographyName":"13",
   "stateFips":"36",
   "stateName":"New York",
   "stateAbbreviation":"NY"
  },
  {
   "geographyId":"3711113",
   "geographyName":"13",
   "stateFips":"37",
   "stateName":"North Carolina",
   "stateAbbreviation":"NC"
  },
  {
   "geographyId":"3911113",
   "geographyName":"13",
   "stateFips":"39",
   "stateName":"Ohio",
   "stateAbbreviation":"OH"
  },
  {
   "geographyId":"4211113",
   "geographyName":"13",
   "stateFips":"42",
   "stateName":"Pennsylvania",
   "stateAbbreviation":"PA"
  },
  {
   "geographyId":"4811113",
   "geographyName":"13",
   "stateFips":"48",
   "stateName":"Texas",
   "stateAbbreviation":"TX"
  },
  {
   "geographyId":"0611114",
   "geographyName":"14",
   "stateFips":"06",
   "stateName":"California",
   "stateAbbreviation":"CA"
  },
  {
   "geographyId":"1211114",
   "geographyName":"14",
   "stateFips":"12",
   "stateName":"Florida",
   "stateAbbreviation":"FL"
  },
  {
   "geographyId":"1711114",
   "geographyName":"14",
   "stateFips":"17",
   "stateName":"Illinois",
   "stateAbbreviation":"IL"
  },
  {
   "geographyId":"2611114",
   "geographyName":"14",
   "stateFips":"26",
   "stateName":"Michigan",
   "stateAbbreviation":"MI"
  },
  {
   "geographyId":"3611114",
   "geographyName":"14",
   "stateFips":"36",
   "stateName":"New York",
   "stateAbbreviation":"NY"
  },
  {
   "geographyId":"3911114",
   "geographyName":"14",
   "stateFips":"39",
   "stateName":"Ohio",
   "stateAbbreviation":"OH"
  },
  {
   "geographyId":"4211114",
   "geographyName":"14",
   "stateFips":"42",
   "stateName":"Pennsylvania",
   "stateAbbreviation":"PA"
  },
  {
   "geographyId":"4811114",
   "geographyName":"14",
   "stateFips":"48",
   "stateName":"Texas",
   "stateAbbreviation":"TX"
  },
  {
   "geographyId":"0611115",
   "geographyName":"15",
   "stateFips":"06",
   "stateName":"California",
   "stateAbbreviation":"CA"
  },
  {
   "geographyId":"1211115",
   "geographyName":"15",
   "stateFips":"12",
   "stateName":"Florida",
   "stateAbbreviation":"FL"
  },
  {
   "geographyId":"1711115",
   "geographyName":"15",
   "stateFips":"17",
   "stateName":"Illinois",
   "stateAbbreviation":"IL"
  },
  {
   "geographyId":"2611115",
   "geographyName":"15",
   "stateFips":"26",
   "stateName":"Michigan",
   "stateAbbreviation":"MI"
  },
  {
   "geographyId":"3611115",
   "geographyName":"15",
   "stateFips":"36",
   "stateName":"New York",
   "stateAbbreviation":"NY"
  },
  {
   "geographyId":"3911115",
   "geographyName":"15",
   "stateFips":"39",
   "stateName":"Ohio",
   "stateAbbreviation":"OH"
  },
  {
   "geographyId":"4211115",
   "geographyName":"15",
   "stateFips":"42",
   "stateName":"Pennsylvania",
   "stateAbbreviation":"PA"
  },
  {
   "geographyId":"4811115",
   "geographyName":"15",
   "stateFips":"48",
   "stateName":"Texas",
   "stateAbbreviation":"TX"
  },
  {
   "geographyId":"0611116",
   "geographyName":"16",
   "stateFips":"06",
   "stateName":"California",
   "stateAbbreviation":"CA"
  },
  {
   "geographyId":"1211116",
   "geographyName":"16",
   "stateFips":"12",
   "stateName":"Florida",
   "stateAbbreviation":"FL"
  },
  {
   "geographyId":"1711116",
   "geographyName":"16",
   "stateFips":"17",
   "stateName":"Illinois",
   "stateAbbreviation":"IL"
  },
  {
   "geographyId":"3611116",
   "geographyName":"16",
   "stateFips":"36",
   "stateName":"New York",
   "stateAbbreviation":"NY"
  },
  {
   "geographyId":"3911116",
   "geographyName":"16",
   "stateFips":"39",
   "stateName":"Ohio",
   "stateAbbreviation":"OH"
  },
  {
   "geographyId":"4211116",
   "geographyName":"16",
   "stateFips":"42",
   "stateName":"Pennsylvania",
   "stateAbbreviation":"PA"
  },
  {
   "geographyId":"4811116",
   "geographyName":"16",
   "stateFips":"48",
   "stateName":"Texas",
   "stateAbbreviation":"TX"
  },
  {
   "geographyId":"0611117",
   "geographyName":"17",
   "stateFips":"06",
   "stateName":"California",
   "stateAbbreviation":"CA"
  },
  {
   "geographyId":"1211117",
   "geographyName":"17",
   "stateFips":"12",
   "stateName":"Florida",
   "stateAbbreviation":"FL"
  },
  {
   "geographyId":"1711117",
   "geographyName":"17",
   "stateFips":"17",
   "stateName":"Illinois",
   "stateAbbreviation":"IL"
  },
  {
   "geographyId":"3611117",
   "geographyName":"17",
   "stateFips":"36",
   "stateName":"New York",
   "stateAbbreviation":"NY"
  },
  {
   "geographyId":"3911117",
   "geographyName":"17",
   "stateFips":"39",
   "stateName":"Ohio",
   "stateAbbreviation":"OH"
  },
  {
   "geographyId":"4211117",
   "geographyName":"17",
   "stateFips":"42",
   "stateName":"Pennsylvania",
   "stateAbbreviation":"PA"
  },
  {
   "geographyId":"4811117",
   "geographyName":"17",
   "stateFips":"48",
   "stateName":"Texas",
   "stateAbbreviation":"TX"
  },
  {
   "geographyId":"0611118",
   "geographyName":"18",
   "stateFips":"06",
   "stateName":"California",
   "stateAbbreviation":"CA"
  },
  {
   "geographyId":"1211118",
   "geographyName":"18",
   "stateFips":"12",
   "stateName":"Florida",
   "stateAbbreviation":"FL"
  },
  {
   "geographyId":"1711118",
   "geographyName":"18",
   "stateFips":"17",
   "stateName":"Illinois",
   "stateAbbreviation":"IL"
  },
  {
   "geographyId":"3611118",
   "geographyName":"18",
   "stateFips":"36",
   "stateName":"New York",
   "stateAbbreviation":"NY"
  },
  {
   "geographyId":"3911118",
   "geographyName":"18",
   "stateFips":"39",
   "stateName":"Ohio",
   "stateAbbreviation":"OH"
  },
  {
   "geographyId":"4211118",
   "geographyName":"18",
   "stateFips":"42",
   "stateName":"Pennsylvania",
   "stateAbbreviation":"PA"
  },
  {
   "geographyId":"4811118",
   "geographyName":"18",
   "stateFips":"48",
   "stateName":"Texas",
   "stateAbbreviation":"TX"
  },
  {
   "geographyId":"0611119",
   "geographyName":"19",
   "stateFips":"06",
   "stateName":"California",
   "stateAbbreviation":"CA"
  },
  {
   "geographyId":"1211119",
   "geographyName":"19",
   "stateFips":"12",
   "stateName":"Florida",
   "stateAbbreviation":"FL"
  },
  {
   "geographyId":"1711119",
   "geographyName":"19",
   "stateFips":"17",
   "stateName":"Illinois",
   "stateAbbreviation":"IL"
  },
  {
   "geographyId":"3611119",
   "geographyName":"19",
   "stateFips":"36",
   "stateName":"New York",
   "stateAbbreviation":"NY"
  },
  {
   "geographyId":"4211119",
   "geographyName":"19",
   "stateFips":"42",
   "stateName":"Pennsylvania",
   "stateAbbreviation":"PA"
  },
  {
   "geographyId":"4811119",
   "geographyName":"19",
   "stateFips":"48",
   "stateName":"Texas",
   "stateAbbreviation":"TX"
  },
  {
   "geographyId":"0611120",
   "geographyName":"20",
   "stateFips":"06",
   "stateName":"California",
   "stateAbbreviation":"CA"
  },
  {
   "geographyId":"1211120",
   "geographyName":"20",
   "stateFips":"12",
   "stateName":"Florida",
   "stateAbbreviation":"FL"
  },
  {
   "geographyId":"3611120",
   "geographyName":"20",
   "stateFips":"36",
   "stateName":"New York",
   "stateAbbreviation":"NY"
  },
  {
   "geographyId":"4811120",
   "geographyName":"20",
   "stateFips":"48",
   "stateName":"Texas",
   "stateAbbreviation":"TX"
  },
  {
   "geographyId":"0611121",
   "geographyName":"21",
   "stateFips":"06",
   "stateName":"California",
   "stateAbbreviation":"CA"
  },
  {
   "geographyId":"1211121",
   "geographyName":"21",
   "stateFips":"12",
   "stateName":"Florida",
   "stateAbbreviation":"FL"
  },
  {
   "geographyId":"3611121",
   "geographyName":"21",
   "stateFips":"36",
   "stateName":"New York",
   "stateAbbreviation":"NY"
  },
  {
   "geographyId":"4811121",
   "geographyName":"21",
   "stateFips":"48",
   "stateName":"Texas",
   "stateAbbreviation":"TX"
  },
  {
   "geographyId":"0611122",
   "geographyName":"22",
   "stateFips":"06",
   "stateName":"California",
   "stateAbbreviation":"CA"
  },
  {
   "geographyId":"1211122",
   "geographyName":"22",
   "stateFips":"12",
   "stateName":"Florida",
   "stateAbbreviation":"FL"
  },
  {
   "geographyId":"3611122",
   "geographyName":"22",
   "stateFips":"36",
   "stateName":"New York",
   "stateAbbreviation":"NY"
  },
  {
   "geographyId":"4811122",
   "geographyName":"22",
   "stateFips":"48",
   "stateName":"Texas",
   "stateAbbreviation":"TX"
  },
  {
   "geographyId":"0611123",
   "geographyName":"23",
   "stateFips":"06",
   "stateName":"California",
   "stateAbbreviation":"CA"
  },
  {
   "geographyId":"1211123",
   "geographyName":"23",
   "stateFips":"12",
   "stateName":"Florida",
   "stateAbbreviation":"FL"
  },
  {
   "geographyId":"3611123",
   "geographyName":"23",
   "stateFips":"36",
   "stateName":"New York",
   "stateAbbreviation":"NY"
  },
  {
   "geographyId":"4811123",
   "geographyName":"23",
   "stateFips":"48",
   "stateName":"Texas",
   "stateAbbreviation":"TX"
  },
  {
   "geographyId":"0611124",
   "geographyName":"24",
   "stateFips":"06",
   "stateName":"California",
   "stateAbbreviation":"CA"
  },
  {
   "geographyId":"1211124",
   "geographyName":"24",
   "stateFips":"12",
   "stateName":"Florida",
   "stateAbbreviation":"FL"
  },
  {
   "geographyId":"3611124",
   "geographyName":"24",
   "stateFips":"36",
   "stateName":"New York",
   "stateAbbreviation":"NY"
  },
  {
   "geographyId":"4811124",
   "geographyName":"24",
   "stateFips":"48",
   "stateName":"Texas",
   "stateAbbreviation":"TX"
  },
  {
   "geographyId":"0611125",
   "geographyName":"25",
   "stateFips":"06",
   "stateName":"California",
   "stateAbbreviation":"CA"
  },
  {
   "geographyId":"1211125",
   "geographyName":"25",
   "stateFips":"12",
   "stateName":"Florida",
   "stateAbbreviation":"FL"
  },
  {
   "geographyId":"3611125",
   "geographyName":"25",
   "stateFips":"36",
   "stateName":"New York",
   "stateAbbreviation":"NY"
  },
  {
   "geographyId":"4811125",
   "geographyName":"25",
   "stateFips":"48",
   "stateName":"Texas",
   "stateAbbreviation":"TX"
  },
  {
   "geographyId":"0611126",
   "geographyName":"26",
   "stateFips":"06",
   "stateName":"California",
   "stateAbbreviation":"CA"
  },
  {
   "geographyId":"3611126",
   "geographyName":"26",
   "stateFips":"36",
   "stateName":"New York",
   "stateAbbreviation":"NY"
  },
  {
   "geographyId":"4811126",
   "geographyName":"26",
   "stateFips":"48",
   "stateName":"Texas",
   "stateAbbreviation":"TX"
  },
  {
   "geographyId":"0611127",
   "geographyName":"27",
   "stateFips":"06",
   "stateName":"California",
   "stateAbbreviation":"CA"
  },
  {
   "geographyId":"3611127",
   "geographyName":"27",
   "stateFips":"36",
   "stateName":"New York",
   "stateAbbreviation":"NY"
  },
  {
   "geographyId":"4811127",
   "geographyName":"27",
   "stateFips":"48",
   "stateName":"Texas",
   "stateAbbreviation":"TX"
  },
  {
   "geographyId":"0611128",
   "geographyName":"28",
   "stateFips":"06",
   "stateName":"California",
   "stateAbbreviation":"CA"
  },
  {
   "geographyId":"3611128",
   "geographyName":"28",
   "stateFips":"36",
   "stateName":"New York",
   "stateAbbreviation":"NY"
  },
  {
   "geographyId":"4811128",
   "geographyName":"28",
   "stateFips":"48",
   "stateName":"Texas",
   "stateAbbreviation":"TX"
  },
  {
   "geographyId":"0611129",
   "geographyName":"29",
   "stateFips":"06",
   "stateName":"California",
   "stateAbbreviation":"CA"
  },
  {
   "geographyId":"3611129",
   "geographyName":"29",
   "stateFips":"36",
   "stateName":"New York",
   "stateAbbreviation":"NY"
  },
  {
   "geographyId":"4811129",
   "geographyName":"29",
   "stateFips":"48",
   "stateName":"Texas",
   "stateAbbreviation":"TX"
  },
  {
   "geographyId":"0611130",
   "geographyName":"30",
   "stateFips":"06",
   "stateName":"California",
   "stateAbbreviation":"CA"
  },
  {
   "geographyId":"4811130",
   "geographyName":"30",
   "stateFips":"48",
   "stateName":"Texas",
   "stateAbbreviation":"TX"
  },
  {
   "geographyId":"0611131",
   "geographyName":"31",
   "stateFips":"06",
   "stateName":"California",
   "stateAbbreviation":"CA"
  },
  {
   "geographyId":"4811131",
   "geographyName":"31",
   "stateFips":"48",
   "stateName":"Texas",
   "stateAbbreviation":"TX"
  },
  {
   "geographyId":"0611132",
   "geographyName":"32",
   "stateFips":"06",
   "stateName":"California",
   "stateAbbreviation":"CA"
  },
  {
   "geographyId":"4811132",
   "geographyName":"32",
   "stateFips":"48",
   "stateName":"Texas",
   "stateAbbreviation":"TX"
  },
  {
   "geographyId":"0611133",
   "geographyName":"33",
   "stateFips":"06",
   "stateName":"California",
   "stateAbbreviation":"CA"
  },
  {
   "geographyId":"0611134",
   "geographyName":"34",
   "stateFips":"06",
   "stateName":"California",
   "stateAbbreviation":"CA"
  },
  {
   "geographyId":"0611135",
   "geographyName":"35",
   "stateFips":"06",
   "stateName":"California",
   "stateAbbreviation":"CA"
  },
  {
   "geographyId":"0611136",
   "geographyName":"36",
   "stateFips":"06",
   "stateName":"California",
   "stateAbbreviation":"CA"
  },
  {
   "geographyId":"0611137",
   "geographyName":"37",
   "stateFips":"06",
   "stateName":"California",
   "stateAbbreviation":"CA"
  },
  {
   "geographyId":"0611138",
   "geographyName":"38",
   "stateFips":"06",
   "stateName":"California",
   "stateAbbreviation":"CA"
  },
  {
   "geographyId":"0611139",
   "geographyName":"39",
   "stateFips":"06",
   "stateName":"California",
   "stateAbbreviation":"CA"
  },
  {
   "geographyId":"0611140",
   "geographyName":"40",
   "stateFips":"06",
   "stateName":"California",
   "stateAbbreviation":"CA"
  },
  {
   "geographyId":"0611141",
   "geographyName":"41",
   "stateFips":"06",
   "stateName":"California",
   "stateAbbreviation":"CA"
  },
  {
   "geographyId":"0611142",
   "geographyName":"42",
   "stateFips":"06",
   "stateName":"California",
   "stateAbbreviation":"CA"
  },
  {
   "geographyId":"0611143",
   "geographyName":"43",
   "stateFips":"06",
   "stateName":"California",
   "stateAbbreviation":"CA"
  },
  {
   "geographyId":"0611144",
   "geographyName":"44",
   "stateFips":"06",
   "stateName":"California",
   "stateAbbreviation":"CA"
  },
  {
   "geographyId":"0611145",
   "geographyName":"45",
   "stateFips":"06",
   "stateName":"California",
   "stateAbbreviation":"CA"
  },
  {
   "geographyId":"0611146",
   "geographyName":"46",
   "stateFips":"06",
   "stateName":"California",
   "stateAbbreviation":"CA"
  },
  {
   "geographyId":"0611147",
   "geographyName":"47",
   "stateFips":"06",
   "stateName":"California",
   "stateAbbreviation":"CA"
  },
  {
   "geographyId":"0611148",
   "geographyName":"48",
   "stateFips":"06",
   "stateName":"California",
   "stateAbbreviation":"CA"
  },
  {
   "geographyId":"0611149",
   "geographyName":"49",
   "stateFips":"06",
   "stateName":"California",
   "stateAbbreviation":"CA"
  },
  {
   "geographyId":"0611150",
   "geographyName":"50",
   "stateFips":"06",
   "stateName":"California",
   "stateAbbreviation":"CA"
  },
  {
   "geographyId":"0611151",
   "geographyName":"51",
   "stateFips":"06",
   "stateName":"California",
   "stateAbbreviation":"CA"
  },
  {
   "geographyId":"0611152",
   "geographyName":"52",
   "stateFips":"06",
   "stateName":"California",
   "stateAbbreviation":"CA"
  },
  {
   "geographyId":"0611153",
   "geographyName":"53",
   "stateFips":"06",
   "stateName":"California",
   "stateAbbreviation":"CA"
  },
  {
   "geographyId":"1111198",
   "geographyName":"98",
   "stateFips":"11",
   "stateName":"District of Columbia",
   "stateAbbreviation":"DC"
  },
  {
   "geographyId":"6011198",
   "geographyName":"98",
   "stateFips":"60",
   "stateName":"American Samoa",
   "stateAbbreviation":"AS"
  },
  {
   "geographyId":"6611198",
   "geographyName":"98",
   "stateFips":"66",
   "stateName":"Guam",
   "stateAbbreviation":"GU"
  },
  {
   "geographyId":"6911198",
   "geographyName":"98",
   "stateFips":"69",
   "stateName":"Commonwealth of the Northern Mariana Islands",
   "stateAbbreviation":"MP"
  },
  {
   "geographyId":"7211198",
   "geographyName":"98",
   "stateFips":"72",
   "stateName":"Puerto Rico",
   "stateAbbreviation":"PR"
  },
  {
   "geographyId":"7811198",
   "geographyName":"98",
   "stateFips":"78",
   "stateName":"United States Virgin Islands",
   "stateAbbreviation":"VI"
  }
 ]
}
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Response status="OK" responseTime="28">
  <Results>
    <geographyId>0211100</geographyId>
    <geographyName>00</geographyName>
    <stateFips>02</stateFips>
    <stateName>Alaska</stateName>
    <stateAbbreviation>AK</stateAbbreviation>
 </Results>
 <Results>
   <geographyId>1011100</geographyId>
   <geographyName>00</geographyName>
   <stateFips>10</stateFips>
   <stateName>Delaware</stateName>
   <stateAbbreviation>DE</stateAbbreviation>
</Results>
<Results>
  <geographyId>3011100</geographyId>
  <geographyName>00</geographyName>
  <stateFips>30</stateFips>
  <stateName>Montana</stateName>
  <stateAbbreviation>MT</stateAbbreviation>
</Results>
<Results>
 <geographyId>3811100</geographyId>
 <geographyName>00</geographyName>
 <stateFips>38</stateFips>
 <stateName>North Dakota</stateName>
 <stateAbbreviation>ND</stateAbbreviation>
</Results>
<Results>
<geographyId>4611100</geographyId>
<geographyName>00</geographyName>
<stateFips>46</stateFips>
<stateName>South Dakota</stateName>
<stateAbbreviation>SD</stateAbbreviation>
</Results>
<Results>
<geographyId>5011100</geographyId>
<geographyName>00</geographyName>
<stateFips>50</stateFips>
<stateName>Vermont</stateName>
<stateAbbreviation>VT</stateAbbreviation>
</Results>
<Results>
<geographyId>5611100</geographyId>
<geographyName>00</geographyName>
<stateFips>56</stateFips>
<stateName>Wyoming</stateName>
<stateAbbreviation>WY</stateAbbreviation>
</Results>
<Results>
<geographyId>0111101</geographyId>
<geographyName>01</geographyName>
<stateFips>01</stateFips>
<stateName>Alabama</stateName>
<stateAbbreviation>AL</stateAbbreviation>
</Results>
<Results>
<geographyId>0411101</geographyId>
<geographyName>01</geographyName>
<stateFips>04</stateFips>
<stateName>Arizona</stateName>
<stateAbbreviation>AZ</stateAbbreviation>
</Results>
<Results>
<geographyId>0511101</geographyId>
<geographyName>01</geographyName>
<stateFips>05</stateFips>
<stateName>Arkansas</stateName>
<stateAbbreviation>AR</stateAbbreviation>
</Results>
<Results>
<geographyId>0611101</geographyId>
<geographyName>01</geographyName>
<stateFips>06</stateFips>
<stateName>California</stateName>
<stateAbbreviation>CA</stateAbbreviation>
</Results>
<Results>
<geographyId>0811101</geographyId>
<geographyName>01</geographyName>
<stateFips>08</stateFips>
<stateName>Colorado</stateName>
<stateAbbreviation>CO</stateAbbreviation>
</Results>
<Results>
<geographyId>0911101</geographyId>
<geographyName>01</geographyName>
<stateFips>09</stateFips>
<stateName>Connecticut</stateName>
<stateAbbreviation>CT</stateAbbreviation>
</Results>
<Results>
<geographyId>1211101</geographyId>
<geographyName>01</geographyName>
<stateFips>12</stateFips>
<stateName>Florida</stateName>
<stateAbbreviation>FL</stateAbbreviation>
</Results>
<Results>
<geographyId>1311101</geographyId>
<geographyName>01</geographyName>
<stateFips>13</stateFips>
<stateName>Georgia</stateName>
<stateAbbreviation>GA</stateAbbreviation>
</Results>
<Results>
<geographyId>1511101</geographyId>
<geographyName>01</geographyName>
<stateFips>15</stateFips>
<stateName>Hawaii</stateName>
<stateAbbreviation>HI</stateAbbreviation>
</Results>
<Results>
<geographyId>1611101</geographyId>
<geographyName>01</geographyName>
<stateFips>16</stateFips>
<stateName>Idaho</stateName>
<stateAbbreviation>ID</stateAbbreviation>
</Results>
<Results>
<geographyId>1711101</geographyId>
<geographyName>01</geographyName>
<stateFips>17</stateFips>
<stateName>Illinois</stateName>
<stateAbbreviation>IL</stateAbbreviation>
</Results>
<Results>
<geographyId>1811101</geographyId>
<geographyName>01</geographyName>
<stateFips>18</stateFips>
<stateName>Indiana</stateName>
<stateAbbreviation>IN</stateAbbreviation>
</Results>
<Results>
<geographyId>1911101</geographyId>
<geographyName>01</geographyName>
<stateFips>19</stateFips>
<stateName>Iowa</stateName>
<stateAbbreviation>IA</stateAbbreviation>
</Results>
<Results>
<geographyId>2011101</geographyId>
<geographyName>01</geographyName>
<stateFips>20</stateFips>
<stateName>Kansas</stateName>
<stateAbbreviation>KS</stateAbbreviation>
</Results>
<Results>
<geographyId>2111101</geographyId>
<geographyName>01</geographyName>
<stateFips>21</stateFips>
<stateName>Kentucky</stateName>
<stateAbbreviation>KY</stateAbbreviation>
</Results>
<Results>
<geographyId>2211101</geographyId>
<geographyName>01</geographyName>
<stateFips>22</stateFips>
<stateName>Louisiana</stateName>
<stateAbbreviation>LA</stateAbbreviation>
</Results>
<Results>
<geographyId>2311101</geographyId>
<geographyName>01</geographyName>
<stateFips>23</stateFips>
<stateName>Maine</stateName>
<stateAbbreviation>ME</stateAbbreviation>
</Results>
<Results>
<geographyId>2411101</geographyId>
<geographyName>01</geographyName>
<stateFips>24</stateFips>
<stateName>Maryland</stateName>
<stateAbbreviation>MD</stateAbbreviation>
</Results>
<Results>
<geographyId>2511101</geographyId>
<geographyName>01</geographyName>
<stateFips>25</stateFips>
<stateName>Massachusetts</stateName>
<stateAbbreviation>MA</stateAbbreviation>
</Results>
<Results>
<geographyId>2611101</geographyId>
<geographyName>01</geographyName>
<stateFips>26</stateFips>
<stateName>Michigan</stateName>
<stateAbbreviation>MI</stateAbbreviation>
</Results>
<Results>
<geographyId>2711101</geographyId>
<geographyName>01</geographyName>
<stateFips>27</stateFips>
<stateName>Minnesota</stateName>
<stateAbbreviation>MN</stateAbbreviation>
</Results>
<Results>
<geographyId>2811101</geographyId>
<geographyName>01</geographyName>
<stateFips>28</stateFips>
<stateName>Mississippi</stateName>
<stateAbbreviation>MS</stateAbbreviation>
</Results>
<Results>
<geographyId>2911101</geographyId>
<geographyName>01</geographyName>
<stateFips>29</stateFips>
<stateName>Missouri</stateName>
<stateAbbreviation>MO</stateAbbreviation>
</Results>
<Results>
<geographyId>3111101</geographyId>
<geographyName>01</geographyName>
<stateFips>31</stateFips>
<stateName>Nebraska</stateName>
<stateAbbreviation>NE</stateAbbreviation>
</Results>
<Results>
<geographyId>3211101</geographyId>
<geographyName>01</geographyName>
<stateFips>32</stateFips>
<stateName>Nevada</stateName>
<stateAbbreviation>NV</stateAbbreviation>
</Results>
<Results>
<geographyId>3311101</geographyId>
<geographyName>01</geographyName>
<stateFips>33</stateFips>
<stateName>New Hampshire</stateName>
<stateAbbreviation>NH</stateAbbreviation>
</Results>
<Results>
<geographyId>3411101</geographyId>
<geographyName>01</geographyName>
<stateFips>34</stateFips>
<stateName>New Jersey</stateName>
<stateAbbreviation>NJ</stateAbbreviation>
</Results>
<Results>
<geographyId>3511101</geographyId>
<geographyName>01</geographyName>
<stateFips>35</stateFips>
<stateName>New Mexico</stateName>
<stateAbbreviation>NM</stateAbbreviation>
</Results>
<Results>
<geographyId>3611101</geographyId>
<geographyName>01</geographyName>
<stateFips>36</stateFips>
<stateName>New York</stateName>
<stateAbbreviation>NY</stateAbbreviation>
</Results>
<Results>
<geographyId>3711101</geographyId>
<geographyName>01</geographyName>
<stateFips>37</stateFips>
<stateName>North Carolina</stateName>
<stateAbbreviation>NC</stateAbbreviation>
</Results>
<Results>
<geographyId>3911101</geographyId>
<geographyName>01</geographyName>
<stateFips>39</stateFips>
<stateName>Ohio</stateName>
<stateAbbreviation>OH</stateAbbreviation>
</Results>
<Results>
<geographyId>4011101</geographyId>
<geographyName>01</geographyName>
<stateFips>40</stateFips>
<stateName>Oklahoma</stateName>
<stateAbbreviation>OK</stateAbbreviation>
</Results>
<Results>
<geographyId>4111101</geographyId>
<geographyName>01</geographyName>
<stateFips>41</stateFips>
<stateName>Oregon</stateName>
<stateAbbreviation>OR</stateAbbreviation>
</Results>
<Results>
<geographyId>4211101</geographyId>
<geographyName>01</geographyName>
<stateFips>42</stateFips>
<stateName>Pennsylvania</stateName>
<stateAbbreviation>PA</stateAbbreviation>
</Results>
<Results>
<geographyId>4411101</geographyId>
<geographyName>01</geographyName>
<stateFips>44</stateFips>
<stateName>Rhode Island</stateName>
<stateAbbreviation>RI</stateAbbreviation>
</Results>
<Results>
<geographyId>4511101</geographyId>
<geographyName>01</geographyName>
<stateFips>45</stateFips>
<stateName>South Carolina</stateName>
<stateAbbreviation>SC</stateAbbreviation>
</Results>
<Results>
<geographyId>4711101</geographyId>
<geographyName>01</geographyName>
<stateFips>47</stateFips>
<stateName>Tennessee</stateName>
<stateAbbreviation>TN</stateAbbreviation>
</Results>
<Results>
<geographyId>4811101</geographyId>
<geographyName>01</geographyName>
<stateFips>48</stateFips>
<stateName>Texas</stateName>
<stateAbbreviation>TX</stateAbbreviation>
</Results>
<Results>
<geographyId>4911101</geographyId>
<geographyName>01</geographyName>
<stateFips>49</stateFips>
<stateName>Utah</stateName>
<stateAbbreviation>UT</stateAbbreviation>
</Results>
<Results>
<geographyId>5111101</geographyId>
<geographyName>01</geographyName>
<stateFips>51</stateFips>
<stateName>Virginia</stateName>
<stateAbbreviation>VA</stateAbbreviation>
</Results>
<Results>
<geographyId>5311101</geographyId>
<geographyName>01</geographyName>
<stateFips>53</stateFips>
<stateName>Washington</stateName>
<stateAbbreviation>WA</stateAbbreviation>
</Results>
<Results>
<geographyId>5411101</geographyId>
<geographyName>01</geographyName>
<stateFips>54</stateFips>
<stateName>West Virginia</stateName>
<stateAbbreviation>WV</stateAbbreviation>
</Results>
<Results>
<geographyId>5511101</geographyId>
<geographyName>01</geographyName>
<stateFips>55</stateFips>
<stateName>Wisconsin</stateName>
<stateAbbreviation>WI</stateAbbreviation>
</Results>
<Results>
<geographyId>0111102</geographyId>
<geographyName>02</geographyName>
<stateFips>01</stateFips>
<stateName>Alabama</stateName>
<stateAbbreviation>AL</stateAbbreviation>
</Results>
<Results>
<geographyId>0411102</geographyId>
<geographyName>02</geographyName>
<stateFips>04</stateFips>
<stateName>Arizona</stateName>
<stateAbbreviation>AZ</stateAbbreviation>
</Results>
<Results>
<geographyId>0511102</geographyId>
<geographyName>02</geographyName>
<stateFips>05</stateFips>
<stateName>Arkansas</stateName>
<stateAbbreviation>AR</stateAbbreviation>
</Results>
<Results>
<geographyId>0611102</geographyId>
<geographyName>02</geographyName>
<stateFips>06</stateFips>
<stateName>California</stateName>
<stateAbbreviation>CA</stateAbbreviation>
</Results>
<Results>
<geographyId>0811102</geographyId>
<geographyName>02</geographyName>
<stateFips>08</stateFips>
<stateName>Colorado</stateName>
<stateAbbreviation>CO</stateAbbreviation>
</Results>
<Results>
<geographyId>0911102</geographyId>
<geographyName>02</geographyName>
<stateFips>09</stateFips>
<stateName>Connecticut</stateName>
<stateAbbreviation>CT</stateAbbreviation>
</Results>
<Results>
<geographyId>1211102</geographyId>
<geographyName>02</geographyName>
<stateFips>12</stateFips>
<stateName>Florida</stateName>
<stateAbbreviation>FL</stateAbbreviation>
</Results>
<Results>
<geographyId>1311102</geographyId>
<geographyName>02</geographyName>
<stateFips>13</stateFips>
<stateName>Georgia</stateName>
<stateAbbreviation>GA</stateAbbreviation>
</Results>
<Results>
<geographyId>1511102</geographyId>
<geographyName>02</geographyName>
<stateFips>15</stateFips>
<stateName>Hawaii</stateName>
<stateAbbreviation>HI</stateAbbreviation>
</Results>
<Results>
<geographyId>1611102</geographyId>
<geographyName>02</geographyName>
<stateFips>16</stateFips>
<stateName>Idaho</stateName>
<stateAbbreviation>ID</stateAbbreviation>
</Results>
<Results>
<geographyId>1711102</geographyId>
<geographyName>02</geographyName>
<stateFips>17</stateFips>
<stateName>Illinois</stateName>
<stateAbbreviation>IL</stateAbbreviation>
</Results>
<Results>
<geographyId>1811102</geographyId>
<geographyName>02</geographyName>
<stateFips>18</stateFips>
<stateName>Indiana</stateName>
<stateAbbreviation>IN</stateAbbreviation>
</Results>
<Results>
<geographyId>1911102</geographyId>
<geographyName>02</geographyName>
<stateFips>19</stateFips>
<stateName>Iowa</stateName>
<stateAbbreviation>IA</stateAbbreviation>
</Results>
<Results>
<geographyId>2011102</geographyId>
<geographyName>02</geographyName>
<stateFips>20</stateFips>
<stateName>Kansas</stateName>
<stateAbbreviation>KS</stateAbbreviation>
</Results>
<Results>
<geographyId>2111102</geographyId>
<geographyName>02</geographyName>
<stateFips>21</stateFips>
<stateName>Kentucky</stateName>
<stateAbbreviation>KY</stateAbbreviation>
</Results>
<Results>
<geographyId>2211102</geographyId>
<geographyName>02</geographyName>
<stateFips>22</stateFips>
<stateName>Louisiana</stateName>
<stateAbbreviation>LA</stateAbbreviation>
</Results>
<Results>
<geographyId>2311102</geographyId>
<geographyName>02</geographyName>
<stateFips>23</stateFips>
<stateName>Maine</stateName>
<stateAbbreviation>ME</stateAbbreviation>
</Results>
<Results>
<geographyId>2411102</geographyId>
<geographyName>02</geographyName>
<stateFips>24</stateFips>
<stateName>Maryland</stateName>
<stateAbbreviation>MD</stateAbbreviation>
</Results>
<Results>
<geographyId>2511102</geographyId>
<geographyName>02</geographyName>
<stateFips>25</stateFips>
<stateName>Massachusetts</stateName>
<stateAbbreviation>MA</stateAbbreviation>
</Results>
<Results>
<geographyId>2611102</geographyId>
<geographyName>02</geographyName>
<stateFips>26</stateFips>
<stateName>Michigan</stateName>
<stateAbbreviation>MI</stateAbbreviation>
</Results>
<Results>
<geographyId>2711102</geographyId>
<geographyName>02</geographyName>
<stateFips>27</stateFips>
<stateName>Minnesota</stateName>
<stateAbbreviation>MN</stateAbbreviation>
</Results>
<Results>
<geographyId>2811102</geographyId>
<geographyName>02</geographyName>
<stateFips>28</stateFips>
<stateName>Mississippi</stateName>
<stateAbbreviation>MS</stateAbbreviation>
</Results>
<Results>
<geographyId>2911102</geographyId>
<geographyName>02</geographyName>
<stateFips>29</stateFips>
<stateName>Missouri</stateName>
<stateAbbreviation>MO</stateAbbreviation>
</Results>
<Results>
<geographyId>3111102</geographyId>
<geographyName>02</geographyName>
<stateFips>31</stateFips>
<stateName>Nebraska</stateName>
<stateAbbreviation>NE</stateAbbreviation>
</Results>
<Results>
<geographyId>3211102</geographyId>
<geographyName>02</geographyName>
<stateFips>32</stateFips>
<stateName>Nevada</stateName>
<stateAbbreviation>NV</stateAbbreviation>
</Results>
<Results>
<geographyId>3311102</geographyId>
<geographyName>02</geographyName>
<stateFips>33</stateFips>
<stateName>New Hampshire</stateName>
<stateAbbreviation>NH</stateAbbreviation>
</Results>
<Results>
<geographyId>3411102</geographyId>
<geographyName>02</geographyName>
<stateFips>34</stateFips>
<stateName>New Jersey</stateName>
<stateAbbreviation>NJ</stateAbbreviation>
</Results>
<Results>
<geographyId>3511102</geographyId>
<geographyName>02</geographyName>
<stateFips>35</stateFips>
<stateName>New Mexico</stateName>
<stateAbbreviation>NM</stateAbbreviation>
</Results>
<Results>
<geographyId>3611102</geographyId>
<geographyName>02</geographyName>
<stateFips>36</stateFips>
<stateName>New York</stateName>
<stateAbbreviation>NY</stateAbbreviation>
</Results>
<Results>
<geographyId>3711102</geographyId>
<geographyName>02</geographyName>
<stateFips>37</stateFips>
<stateName>North Carolina</stateName>
<stateAbbreviation>NC</stateAbbreviation>
</Results>
<Results>
<geographyId>3911102</geographyId>
<geographyName>02</geographyName>
<stateFips>39</stateFips>
<stateName>Ohio</stateName>
<stateAbbreviation>OH</stateAbbreviation>
</Results>
<Results>
<geographyId>4011102</geographyId>
<geographyName>02</geographyName>
<stateFips>40</stateFips>
<stateName>Oklahoma</stateName>
<stateAbbreviation>OK</stateAbbreviation>
</Results>
<Results>
<geographyId>4111102</geographyId>
<geographyName>02</geographyName>
<stateFips>41</stateFips>
<stateName>Oregon</stateName>
<stateAbbreviation>OR</stateAbbreviation>
</Results>
<Results>
<geographyId>4211102</geographyId>
<geographyName>02</geographyName>
<stateFips>42</stateFips>
<stateName>Pennsylvania</stateName>
<stateAbbreviation>PA</stateAbbreviation>
</Results>
<Results>
<geographyId>4411102</geographyId>
<geographyName>02</geographyName>
<stateFips>44</stateFips>
<stateName>Rhode Island</stateName>
<stateAbbreviation>RI</stateAbbreviation>
</Results>
<Results>
<geographyId>4511102</geographyId>
<geographyName>02</geographyName>
<stateFips>45</stateFips>
<stateName>South Carolina</stateName>
<stateAbbreviation>SC</stateAbbreviation>
</Results>
<Results>
<geographyId>4711102</geographyId>
<geographyName>02</geographyName>
<stateFips>47</stateFips>
<stateName>Tennessee</stateName>
<stateAbbreviation>TN</stateAbbreviation>
</Results>
<Results>
<geographyId>4811102</geographyId>
<geographyName>02</geographyName>
<stateFips>48</stateFips>
<stateName>Texas</stateName>
<stateAbbreviation>TX</stateAbbreviation>
</Results>
<Results>
<geographyId>4911102</geographyId>
<geographyName>02</geographyName>
<stateFips>49</stateFips>
<stateName>Utah</stateName>
<stateAbbreviation>UT</stateAbbreviation>
</Results>
<Results>
<geographyId>5111102</geographyId>
<geographyName>02</geographyName>
<stateFips>51</stateFips>
<stateName>Virginia</stateName>
<stateAbbreviation>VA</stateAbbreviation>
</Results>
<Results>
<geographyId>5311102</geographyId>
<geographyName>02</geographyName>
<stateFips>53</stateFips>
<stateName>Washington</stateName>
<stateAbbreviation>WA</stateAbbreviation>
</Results>
<Results>
<geographyId>5411102</geographyId>
<geographyName>02</geographyName>
<stateFips>54</stateFips>
<stateName>West Virginia</stateName>
<stateAbbreviation>WV</stateAbbreviation>
</Results>
<Results>
<geographyId>5511102</geographyId>
<geographyName>02</geographyName>
<stateFips>55</stateFips>
<stateName>Wisconsin</stateName>
<stateAbbreviation>WI</stateAbbreviation>
</Results>
<Results>
<geographyId>0111103</geographyId>
<geographyName>03</geographyName>
<stateFips>01</stateFips>
<stateName>Alabama</stateName>
<stateAbbreviation>AL</stateAbbreviation>
</Results>
<Results>
<geographyId>0411103</geographyId>
<geographyName>03</geographyName>
<stateFips>04</stateFips>
<stateName>Arizona</stateName>
<stateAbbreviation>AZ</stateAbbreviation>
</Results>
<Results>
<geographyId>0511103</geographyId>
<geographyName>03</geographyName>
<stateFips>05</stateFips>
<stateName>Arkansas</stateName>
<stateAbbreviation>AR</stateAbbreviation>
</Results>
<Results>
<geographyId>0611103</geographyId>
<geographyName>03</geographyName>
<stateFips>06</stateFips>
<stateName>California</stateName>
<stateAbbreviation>CA</stateAbbreviation>
</Results>
<Results>
<geographyId>0811103</geographyId>
<geographyName>03</geographyName>
<stateFips>08</stateFips>
<stateName>Colorado</stateName>
<stateAbbreviation>CO</stateAbbreviation>
</Results>
<Results>
<geographyId>0911103</geographyId>
<geographyName>03</geographyName>
<stateFips>09</stateFips>
<stateName>Connecticut</stateName>
<stateAbbreviation>CT</stateAbbreviation>
</Results>
<Results>
<geographyId>1211103</geographyId>
<geographyName>03</geographyName>
<stateFips>12</stateFips>
<stateName>Florida</stateName>
<stateAbbreviation>FL</stateAbbreviation>
</Results>
<Results>
<geographyId>1311103</geographyId>
<geographyName>03</geographyName>
<stateFips>13</stateFips>
<stateName>Georgia</stateName>
<stateAbbreviation>GA</stateAbbreviation>
</Results>
<Results>
<geographyId>1711103</geographyId>
<geographyName>03</geographyName>
<stateFips>17</stateFips>
<stateName>Illinois</stateName>
<stateAbbreviation>IL</stateAbbreviation>
</Results>
<Results>
<geographyId>1811103</geographyId>
<geographyName>03</geographyName>
<stateFips>18</stateFips>
<stateName>Indiana</stateName>
<stateAbbreviation>IN</stateAbbreviation>
</Results>
<Results>
<geographyId>1911103</geographyId>
<geographyName>03</geographyName>
<stateFips>19</stateFips>
<stateName>Iowa</stateName>
<stateAbbreviation>IA</stateAbbreviation>
</Results>
<Results>
<geographyId>2011103</geographyId>
<geographyName>03</geographyName>
<stateFips>20</stateFips>
<stateName>Kansas</stateName>
<stateAbbreviation>KS</stateAbbreviation>
</Results>
<Results>
<geographyId>2111103</geographyId>
<geographyName>03</geographyName>
<stateFips>21</stateFips>
<stateName>Kentucky</stateName>
<stateAbbreviation>KY</stateAbbreviation>
</Results>
<Results>
<geographyId>2211103</geographyId>
<geographyName>03</geographyName>
<stateFips>22</stateFips>
<stateName>Louisiana</stateName>
<stateAbbreviation>LA</stateAbbreviation>
</Results>
<Results>
<geographyId>2411103</geographyId>
<geographyName>03</geographyName>
<stateFips>24</stateFips>
<stateName>Maryland</stateName>
<stateAbbreviation>MD</stateAbbreviation>
</Results>
<Results>
<geographyId>2511103</geographyId>
<geographyName>03</geographyName>
<stateFips>25</stateFips>
<stateName>Massachusetts</stateName>
<stateAbbreviation>MA</stateAbbreviation>
</Results>
<Results>
<geographyId>2611103</geographyId>
<geographyName>03</geographyName>
<stateFips>26</stateFips>
<stateName>Michigan</stateName>
<stateAbbreviation>MI</stateAbbreviation>
</Results>
<Results>
<geographyId>2711103</geographyId>
<geographyName>03</geographyName>
<stateFips>27</stateFips>
<stateName>Minnesota</stateName>
<stateAbbreviation>MN</stateAbbreviation>
</Results>
<Results>
<geographyId>2811103</geographyId>
<geographyName>03</geographyName>
<stateFips>28</stateFips>
<stateName>Mississippi</stateName>
<stateAbbreviation>MS</stateAbbreviation>
</Results>
<Results>
<geographyId>2911103</geographyId>
<geographyName>03</geographyName>
<stateFips>29</stateFips>
<stateName>Missouri</stateName>
<stateAbbreviation>MO</stateAbbreviation>
</Results>
<Results>
<geographyId>3111103</geographyId>
<geographyName>03</geographyName>
<stateFips>31</stateFips>
<stateName>Nebraska</stateName>
<stateAbbreviation>NE</stateAbbreviation>
</Results>
<Results>
<geographyId>3211103</geographyId>
<geographyName>03</geographyName>
<stateFips>32</stateFips>
<stateName>Nevada</stateName>
<stateAbbreviation>NV</stateAbbreviation>
</Results>
<Results>
<geographyId>3411103</geographyId>
<geographyName>03</geographyName>
<stateFips>34</stateFips>
<stateName>New Jersey</stateName>
<stateAbbreviation>NJ</stateAbbreviation>
</Results>
<Results>
<geographyId>3511103</geographyId>
<geographyName>03</geographyName>
<stateFips>35</stateFips>
<stateName>New Mexico</stateName>
<stateAbbreviation>NM</stateAbbreviation>
</Results>
<Results>
<geographyId>3611103</geographyId>
<geographyName>03</geographyName>
<stateFips>36</stateFips>
<stateName>New York</stateName>
<stateAbbreviation>NY</stateAbbreviation>
</Results>
<Results>
<geographyId>3711103</geographyId>
<geographyName>03</geographyName>
<stateFips>37</stateFips>
<stateName>North Carolina</stateName>
<stateAbbreviation>NC</stateAbbreviation>
</Results>
<Results>
<geographyId>3911103</geographyId>
<geographyName>03</geographyName>
<stateFips>39</stateFips>
<stateName>Ohio</stateName>
<stateAbbreviation>OH</stateAbbreviation>
</Results>
<Results>
<geographyId>4011103</geographyId>
<geographyName>03</geographyName>
<stateFips>40</stateFips>
<stateName>Oklahoma</stateName>
<stateAbbreviation>OK</stateAbbreviation>
</Results>
<Results>
<geographyId>4111103</geographyId>
<geographyName>03</geographyName>
<stateFips>41</stateFips>
<stateName>Oregon</stateName>
<stateAbbreviation>OR</stateAbbreviation>
</Results>
<Results>
<geographyId>4211103</geographyId>
<geographyName>03</geographyName>
<stateFips>42</stateFips>
<stateName>Pennsylvania</stateName>
<stateAbbreviation>PA</stateAbbreviation>
</Results>
<Results>
<geographyId>4511103</geographyId>
<geographyName>03</geographyName>
<stateFips>45</stateFips>
<stateName>South Carolina</stateName>
<stateAbbreviation>SC</stateAbbreviation>
</Results>
<Results>
<geographyId>4711103</geographyId>
<geographyName>03</geographyName>
<stateFips>47</stateFips>
<stateName>Tennessee</stateName>
<stateAbbreviation>TN</stateAbbreviation>
</Results>
<Results>
<geographyId>4811103</geographyId>
<geographyName>03</geographyName>
<stateFips>48</stateFips>
<stateName>Texas</stateName>
<stateAbbreviation>TX</stateAbbreviation>
</Results>
<Results>
<geographyId>4911103</geographyId>
<geographyName>03</geographyName>
<stateFips>49</stateFips>
<stateName>Utah</stateName>
<stateAbbreviation>UT</stateAbbreviation>
</Results>
<Results>
<geographyId>5111103</geographyId>
<geographyName>03</geographyName>
<stateFips>51</stateFips>
<stateName>Virginia</stateName>
<stateAbbreviation>VA</stateAbbreviation>
</Results>
<Results>
<geographyId>5311103</geographyId>
<geographyName>03</geographyName>
<stateFips>53</stateFips>
<stateName>Washington</stateName>
<stateAbbreviation>WA</stateAbbreviation>
</Results>
<Results>
<geographyId>5411103</geographyId>
<geographyName>03</geographyName>
<stateFips>54</stateFips>
<stateName>West Virginia</stateName>
<stateAbbreviation>WV</stateAbbreviation>
</Results>
<Results>
<geographyId>5511103</geographyId>
<geographyName>03</geographyName>
<stateFips>55</stateFips>
<stateName>Wisconsin</stateName>
<stateAbbreviation>WI</stateAbbreviation>
</Results>
<Results>
<geographyId>0111104</geographyId>
<geographyName>04</geographyName>
<stateFips>01</stateFips>
<stateName>Alabama</stateName>
<stateAbbreviation>AL</stateAbbreviation>
</Results>
<Results>
<geographyId>0411104</geographyId>
<geographyName>04</geographyName>
<stateFips>04</stateFips>
<stateName>Arizona</stateName>
<stateAbbreviation>AZ</stateAbbreviation>
</Results>
<Results>
<geographyId>0511104</geographyId>
<geographyName>04</geographyName>
<stateFips>05</stateFips>
<stateName>Arkansas</stateName>
<stateAbbreviation>AR</stateAbbreviation>
</Results>
<Results>
<geographyId>0611104</geographyId>
<geographyName>04</geographyName>
<stateFips>06</stateFips>
<stateName>California</stateName>
<stateAbbreviation>CA</stateAbbreviation>
</Results>
<Results>
<geographyId>0811104</geographyId>
<geographyName>04</geographyName>
<stateFips>08</stateFips>
<stateName>Colorado</stateName>
<stateAbbreviation>CO</stateAbbreviation>
</Results>
<Results>
<geographyId>0911104</geographyId>
<geographyName>04</geographyName>
<stateFips>09</stateFips>
<stateName>Connecticut</stateName>
<stateAbbreviation>CT</stateAbbreviation>
</Results>
<Results>
<geographyId>1211104</geographyId>
<geographyName>04</geographyName>
<stateFips>12</stateFips>
<stateName>Florida</stateName>
<stateAbbreviation>FL</stateAbbreviation>
</Results>
<Results>
<geographyId>1311104</geographyId>
<geographyName>04</geographyName>
<stateFips>13</stateFips>
<stateName>Georgia</stateName>
<stateAbbreviation>GA</stateAbbreviation>
</Results>
<Results>
<geographyId>1711104</geographyId>
<geographyName>04</geographyName>
<stateFips>17</stateFips>
<stateName>Illinois</stateName>
<stateAbbreviation>IL</stateAbbreviation>
</Results>
<Results>
<geographyId>1811104</geographyId>
<geographyName>04</geographyName>
<stateFips>18</stateFips>
<stateName>Indiana</stateName>
<stateAbbreviation>IN</stateAbbreviation>
</Results>
<Results>
<geographyId>1911104</geographyId>
<geographyName>04</geographyName>
<stateFips>19</stateFips>
<stateName>Iowa</stateName>
<stateAbbreviation>IA</stateAbbreviation>
</Results>
<Results>
<geographyId>2011104</geographyId>
<geographyName>04</geographyName>
<stateFips>20</stateFips>
<stateName>Kansas</stateName>
<stateAbbreviation>KS</stateAbbreviation>
</Results>
<Results>
<geographyId>2111104</geographyId>
<geographyName>04</geographyName>
<stateFips>21</stateFips>
<stateName>Kentucky</stateName>
<stateAbbreviation>KY</stateAbbreviation>
</Results>
<Results>
<geographyId>2211104</geographyId>
<geographyName>04</geographyName>
<stateFips>22</stateFips>
<stateName>Louisiana</stateName>
<stateAbbreviation>LA</stateAbbreviation>
</Results>
<Results>
<geographyId>2411104</geographyId>
<geographyName>04</geographyName>
<stateFips>24</stateFips>
<stateName>Maryland</stateName>
<stateAbbreviation>MD</stateAbbreviation>
</Results>
<Results>
<geographyId>2511104</geographyId>
<geographyName>04</geographyName>
<stateFips>25</stateFips>
<stateName>Massachusetts</stateName>
<stateAbbreviation>MA</stateAbbreviation>
</Results>
<Results>
<geographyId>2611104</geographyId>
<geographyName>04</geographyName>
<stateFips>26</stateFips>
<stateName>Michigan</stateName>
<stateAbbreviation>MI</stateAbbreviation>
</Results>
<Results>
<geographyId>2711104</geographyId>
<geographyName>04</geographyName>
<stateFips>27</stateFips>
<stateName>Minnesota</stateName>
<stateAbbreviation>MN</stateAbbreviation>
</Results>
<Results>
<geographyId>2811104</geographyId>
<geographyName>04</geographyName>
<stateFips>28</stateFips>
<stateName>Mississippi</stateName>
<stateAbbreviation>MS</stateAbbreviation>
</Results>
<Results>
<geographyId>2911104</geographyId>
<geographyName>04</geographyName>
<stateFips>29</stateFips>
<stateName>Missouri</stateName>
<stateAbbreviation>MO</stateAbbreviation>
</Results>
<Results>
<geographyId>3411104</geographyId>
<geographyName>04</geographyName>
<stateFips>34</stateFips>
<stateName>New Jersey</stateName>
<stateAbbreviation>NJ</stateAbbreviation>
</Results>
<Results>
<geographyId>3611104</geographyId>
<geographyName>04</geographyName>
<stateFips>36</stateFips>
<stateName>New York</stateName>
<stateAbbreviation>NY</stateAbbreviation>
</Results>
<Results>
<geographyId>3711104</geographyId>
<geographyName>04</geographyName>
<stateFips>37</stateFips>
<stateName>North Carolina</stateName>
<stateAbbreviation>NC</stateAbbreviation>
</Results>
<Results>
<geographyId>3911104</geographyId>
<geographyName>04</geographyName>
<stateFips>39</stateFips>
<stateName>Ohio</stateName>
<stateAbbreviation>OH</stateAbbreviation>
</Results>
<Results>
<geographyId>4011104</geographyId>
<geographyName>04</geographyName>
<stateFips>40</stateFips>
<stateName>Oklahoma</stateName>
<stateAbbreviation>OK</stateAbbreviation>
</Results>
<Results>
<geographyId>4111104</geographyId>
<geographyName>04</geographyName>
<stateFips>41</stateFips>
<stateName>Oregon</stateName>
<stateAbbreviation>OR</stateAbbreviation>
</Results>
<Results>
<geographyId>4211104</geographyId>
<geographyName>04</geographyName>
<stateFips>42</stateFips>
<stateName>Pennsylvania</stateName>
<stateAbbreviation>PA</stateAbbreviation>
</Results>
<Results>
<geographyId>4511104</geographyId>
<geographyName>04</geographyName>
<stateFips>45</stateFips>
<stateName>South Carolina</stateName>
<stateAbbreviation>SC</stateAbbreviation>
</Results>
<Results>
<geographyId>4711104</geographyId>
<geographyName>04</geographyName>
<stateFips>47</stateFips>
<stateName>Tennessee</stateName>
<stateAbbreviation>TN</stateAbbreviation>
</Results>
<Results>
<geographyId>4811104</geographyId>
<geographyName>04</geographyName>
<stateFips>48</stateFips>
<stateName>Texas</stateName>
<stateAbbreviation>TX</stateAbbreviation>
</Results>
<Results>
<geographyId>5111104</geographyId>
<geographyName>04</geographyName>
<stateFips>51</stateFips>
<stateName>Virginia</stateName>
<stateAbbreviation>VA</stateAbbreviation>
</Results>
<Results>
<geographyId>5311104</geographyId>
<geographyName>04</geographyName>
<stateFips>53</stateFips>
<stateName>Washington</stateName>
<stateAbbreviation>WA</stateAbbreviation>
</Results>
<Results>
<geographyId>5511104</geographyId>
<geographyName>04</geographyName>
<stateFips>55</stateFips>
<stateName>Wisconsin</stateName>
<stateAbbreviation>WI</stateAbbreviation>
</Results>
<Results>
<geographyId>0111105</geographyId>
<geographyName>05</geographyName>
<stateFips>01</stateFips>
<stateName>Alabama</stateName>
<stateAbbreviation>AL</stateAbbreviation>
</Results>
<Results>
<geographyId>0411105</geographyId>
<geographyName>05</geographyName>
<stateFips>04</stateFips>
<stateName>Arizona</stateName>
<stateAbbreviation>AZ</stateAbbreviation>
</Results>
<Results>
<geographyId>0611105</geographyId>
<geographyName>05</geographyName>
<stateFips>06</stateFips>
<stateName>California</stateName>
<stateAbbreviation>CA</stateAbbreviation>
</Results>
<Results>
<geographyId>0811105</geographyId>
<geographyName>05</geographyName>
<stateFips>08</stateFips>
<stateName>Colorado</stateName>
<stateAbbreviation>CO</stateAbbreviation>
</Results>
<Results>
<geographyId>0911105</geographyId>
<geographyName>05</geographyName>
<stateFips>09</stateFips>
<stateName>Connecticut</stateName>
<stateAbbreviation>CT</stateAbbreviation>
</Results>
<Results>
<geographyId>1211105</geographyId>
<geographyName>05</geographyName>
<stateFips>12</stateFips>
<stateName>Florida</stateName>
<stateAbbreviation>FL</stateAbbreviation>
</Results>
<Results>
<geographyId>1311105</geographyId>
<geographyName>05</geographyName>
<stateFips>13</stateFips>
<stateName>Georgia</stateName>
<stateAbbreviation>GA</stateAbbreviation>
</Results>
<Results>
<geographyId>1711105</geographyId>
<geographyName>05</geographyName>
<stateFips>17</stateFips>
<stateName>Illinois</stateName>
<stateAbbreviation>IL</stateAbbreviation>
</Results>
<Results>
<geographyId>1811105</geographyId>
<geographyName>05</geographyName>
<stateFips>18</stateFips>
<stateName>Indiana</stateName>
<stateAbbreviation>IN</stateAbbreviation>
</Results>
<Results>
<geographyId>1911105</geographyId>
<geographyName>05</geographyName>
<stateFips>19</stateFips>
<stateName>Iowa</stateName>
<stateAbbreviation>IA</stateAbbreviation>
</Results>
<Results>
<geographyId>2111105</geographyId>
<geographyName>05</geographyName>
<stateFips>21</stateFips>
<stateName>Kentucky</stateName>
<stateAbbreviation>KY</stateAbbreviation>
</Results>
<Results>
<geographyId>2211105</geographyId>
<geographyName>05</geographyName>
<stateFips>22</stateFips>
<stateName>Louisiana</stateName>
<stateAbbreviation>LA</stateAbbreviation>
</Results>
<Results>
<geographyId>2411105</geographyId>
<geographyName>05</geographyName>
<stateFips>24</stateFips>
<stateName>Maryland</stateName>
<stateAbbreviation>MD</stateAbbreviation>
</Results>
<Results>
<geographyId>2511105</geographyId>
<geographyName>05</geographyName>
<stateFips>25</stateFips>
<stateName>Massachusetts</stateName>
<stateAbbreviation>MA</stateAbbreviation>
</Results>
<Results>
<geographyId>2611105</geographyId>
<geographyName>05</geographyName>
<stateFips>26</stateFips>
<stateName>Michigan</stateName>
<stateAbbreviation>MI</stateAbbreviation>
</Results>
<Results>
<geographyId>2711105</geographyId>
<geographyName>05</geographyName>
<stateFips>27</stateFips>
<stateName>Minnesota</stateName>
<stateAbbreviation>MN</stateAbbreviation>
</Results>
<Results>
<geographyId>2911105</geographyId>
<geographyName>05</geographyName>
<stateFips>29</stateFips>
<stateName>Missouri</stateName>
<stateAbbreviation>MO</stateAbbreviation>
</Results>
<Results>
<geographyId>3411105</geographyId>
<geographyName>05</geographyName>
<stateFips>34</stateFips>
<stateName>New Jersey</stateName>
<stateAbbreviation>NJ</stateAbbreviation>
</Results>
<Results>
<geographyId>3611105</geographyId>
<geographyName>05</geographyName>
<stateFips>36</stateFips>
<stateName>New York</stateName>
<stateAbbreviation>NY</stateAbbreviation>
</Results>
<Results>
<geographyId>3711105</geographyId>
<geographyName>05</geographyName>
<stateFips>37</stateFips>
<stateName>North Carolina</stateName>
<stateAbbreviation>NC</stateAbbreviation>
</Results>
<Results>
<geographyId>3911105</geographyId>
<geographyName>05</geographyName>
<stateFips>39</stateFips>
<stateName>Ohio</stateName>
<stateAbbreviation>OH</stateAbbreviation>
</Results>
<Results>
<geographyId>4011105</geographyId>
<geographyName>05</geographyName>
<stateFips>40</stateFips>
<stateName>Oklahoma</stateName>
<stateAbbreviation>OK</stateAbbreviation>
</Results>
<Results>
<geographyId>4111105</geographyId>
<geographyName>05</geographyName>
<stateFips>41</stateFips>
<stateName>Oregon</stateName>
<stateAbbreviation>OR</stateAbbreviation>
</Results>
<Results>
<geographyId>4211105</geographyId>
<geographyName>05</geographyName>
<stateFips>42</stateFips>
<stateName>Pennsylvania</stateName>
<stateAbbreviation>PA</stateAbbreviation>
</Results>
<Results>
<geographyId>4511105</geographyId>
<geographyName>05</geographyName>
<stateFips>45</stateFips>
<stateName>South Carolina</stateName>
<stateAbbreviation>SC</stateAbbreviation>
</Results>
<Results>
<geographyId>4711105</geographyId>
<geographyName>05</geographyName>
<stateFips>47</stateFips>
<stateName>Tennessee</stateName>
<stateAbbreviation>TN</stateAbbreviation>
</Results>
<Results>
<geographyId>4811105</geographyId>
<geographyName>05</geographyName>
<stateFips>48</stateFips>
<stateName>Texas</stateName>
<stateAbbreviation>TX</stateAbbreviation>
</Results>
<Results>
<geographyId>5111105</geographyId>
<geographyName>05</geographyName>
<stateFips>51</stateFips>
<stateName>Virginia</stateName>
<stateAbbreviation>VA</stateAbbreviation>
</Results>
<Results>
<geographyId>5311105</geographyId>
<geographyName>05</geographyName>
<stateFips>53</stateFips>
<stateName>Washington</stateName>
<stateAbbreviation>WA</stateAbbreviation>
</Results>
<Results>
<geographyId>5511105</geographyId>
<geographyName>05</geographyName>
<stateFips>55</stateFips>
<stateName>Wisconsin</stateName>
<stateAbbreviation>WI</stateAbbreviation>
</Results>
<Results>
<geographyId>0111106</geographyId>
<geographyName>06</geographyName>
<stateFips>01</stateFips>
<stateName>Alabama</stateName>
<stateAbbreviation>AL</stateAbbreviation>
</Results>
<Results>
<geographyId>0411106</geographyId>
<geographyName>06</geographyName>
<stateFips>04</stateFips>
<stateName>Arizona</stateName>
<stateAbbreviation>AZ</stateAbbreviation>
</Results>
<Results>
<geographyId>0611106</geographyId>
<geographyName>06</geographyName>
<stateFips>06</stateFips>
<stateName>California</stateName>
<stateAbbreviation>CA</stateAbbreviation>
</Results>
<Results>
<geographyId>0811106</geographyId>
<geographyName>06</geographyName>
<stateFips>08</stateFips>
<stateName>Colorado</stateName>
<stateAbbreviation>CO</stateAbbreviation>
</Results>
<Results>
<geographyId>1211106</geographyId>
<geographyName>06</geographyName>
<stateFips>12</stateFips>
<stateName>Florida</stateName>
<stateAbbreviation>FL</stateAbbreviation>
</Results>
<Results>
<geographyId>1311106</geographyId>
<geographyName>06</geographyName>
<stateFips>13</stateFips>
<stateName>Georgia</stateName>
<stateAbbreviation>GA</stateAbbreviation>
</Results>
<Results>
<geographyId>1711106</geographyId>
<geographyName>06</geographyName>
<stateFips>17</stateFips>
<stateName>Illinois</stateName>
<stateAbbreviation>IL</stateAbbreviation>
</Results>
<Results>
<geographyId>1811106</geographyId>
<geographyName>06</geographyName>
<stateFips>18</stateFips>
<stateName>Indiana</stateName>
<stateAbbreviation>IN</stateAbbreviation>
</Results>
<Results>
<geographyId>2111106</geographyId>
<geographyName>06</geographyName>
<stateFips>21</stateFips>
<stateName>Kentucky</stateName>
<stateAbbreviation>KY</stateAbbreviation>
</Results>
<Results>
<geographyId>2211106</geographyId>
<geographyName>06</geographyName>
<stateFips>22</stateFips>
<stateName>Louisiana</stateName>
<stateAbbreviation>LA</stateAbbreviation>
</Results>
<Results>
<geographyId>2411106</geographyId>
<geographyName>06</geographyName>
<stateFips>24</stateFips>
<stateName>Maryland</stateName>
<stateAbbreviation>MD</stateAbbreviation>
</Results>
<Results>
<geographyId>2511106</geographyId>
<geographyName>06</geographyName>
<stateFips>25</stateFips>
<stateName>Massachusetts</stateName>
<stateAbbreviation>MA</stateAbbreviation>
</Results>
<Results>
<geographyId>2611106</geographyId>
<geographyName>06</geographyName>
<stateFips>26</stateFips>
<stateName>Michigan</stateName>
<stateAbbreviation>MI</stateAbbreviation>
</Results>
<Results>
<geographyId>2711106</geographyId>
<geographyName>06</geographyName>
<stateFips>27</stateFips>
<stateName>Minnesota</stateName>
<stateAbbreviation>MN</stateAbbreviation>
</Results>
<Results>
<geographyId>2911106</geographyId>
<geographyName>06</geographyName>
<stateFips>29</stateFips>
<stateName>Missouri</stateName>
<stateAbbreviation>MO</stateAbbreviation>
</Results>
<Results>
<geographyId>3411106</geographyId>
<geographyName>06</geographyName>
<stateFips>34</stateFips>
<stateName>New Jersey</stateName>
<stateAbbreviation>NJ</stateAbbreviation>
</Results>
<Results>
<geographyId>3611106</geographyId>
<geographyName>06</geographyName>
<stateFips>36</stateFips>
<stateName>New York</stateName>
<stateAbbreviation>NY</stateAbbreviation>
</Results>
<Results>
<geographyId>3711106</geographyId>
<geographyName>06</geographyName>
<stateFips>37</stateFips>
<stateName>North Carolina</stateName>
<stateAbbreviation>NC</stateAbbreviation>
</Results>
<Results>
<geographyId>3911106</geographyId>
<geographyName>06</geographyName>
<stateFips>39</stateFips>
<stateName>Ohio</stateName>
<stateAbbreviation>OH</stateAbbreviation>
</Results>
<Results>
<geographyId>4211106</geographyId>
<geographyName>06</geographyName>
<stateFips>42</stateFips>
<stateName>Pennsylvania</stateName>
<stateAbbreviation>PA</stateAbbreviation>
</Results>
<Results>
<geographyId>4511106</geographyId>
<geographyName>06</geographyName>
<stateFips>45</stateFips>
<stateName>South Carolina</stateName>
<stateAbbreviation>SC</stateAbbreviation>
</Results>
<Results>
<geographyId>4711106</geographyId>
<geographyName>06</geographyName>
<stateFips>47</stateFips>
<stateName>Tennessee</stateName>
<stateAbbreviation>TN</stateAbbreviation>
</Results>
<Results>
<geographyId>4811106</geographyId>
<geographyName>06</geographyName>
<stateFips>48</stateFips>
<stateName>Texas</stateName>
<stateAbbreviation>TX</stateAbbreviation>
</Results>
<Results>
<geographyId>5111106</geographyId>
<geographyName>06</geographyName>
<stateFips>51</stateFips>
<stateName>Virginia</stateName>
<stateAbbreviation>VA</stateAbbreviation>
</Results>
<Results>
<geographyId>5311106</geographyId>
<geographyName>06</geographyName>
<stateFips>53</stateFips>
<stateName>Washington</stateName>
<stateAbbreviation>WA</stateAbbreviation>
</Results>
<Results>
<geographyId>5511106</geographyId>
<geographyName>06</geographyName>
<stateFips>55</stateFips>
<stateName>Wisconsin</stateName>
<stateAbbreviation>WI</stateAbbreviation>
</Results>
<Results>
<geographyId>0111107</geographyId>
<geographyName>07</geographyName>
<stateFips>01</stateFips>
<stateName>Alabama</stateName>
<stateAbbreviation>AL</stateAbbreviation>
</Results>
<Results>
<geographyId>0411107</geographyId>
<geographyName>07</geographyName>
<stateFips>04</stateFips>
<stateName>Arizona</stateName>
<stateAbbreviation>AZ</stateAbbreviation>
</Results>
<Results>
<geographyId>0611107</geographyId>
<geographyName>07</geographyName>
<stateFips>06</stateFips>
<stateName>California</stateName>
<stateAbbreviation>CA</stateAbbreviation>
</Results>
<Results>
<geographyId>0811107</geographyId>
<geographyName>07</geographyName>
<stateFips>08</stateFips>
<stateName>Colorado</stateName>
<stateAbbreviation>CO</stateAbbreviation>
</Results>
<Results>
<geographyId>1211107</geographyId>
<geographyName>07</geographyName>
<stateFips>12</stateFips>
<stateName>Florida</stateName>
<stateAbbreviation>FL</stateAbbreviation>
</Results>
<Results>
<geographyId>1311107</geographyId>
<geographyName>07</geographyName>
<stateFips>13</stateFips>
<stateName>Georgia</stateName>
<stateAbbreviation>GA</stateAbbreviation>
</Results>
<Results>
<geographyId>1711107</geographyId>
<geographyName>07</geographyName>
<stateFips>17</stateFips>
<stateName>Illinois</stateName>
<stateAbbreviation>IL</stateAbbreviation>
</Results>
<Results>
<geographyId>1811107</geographyId>
<geographyName>07</geographyName>
<stateFips>18</stateFips>
<stateName>Indiana</stateName>
<stateAbbreviation>IN</stateAbbreviation>
</Results>
<Results>
<geographyId>2211107</geographyId>
<geographyName>07</geographyName>
<stateFips>22</stateFips>
<stateName>Louisiana</stateName>
<stateAbbreviation>LA</stateAbbreviation>
</Results>
<Results>
<geographyId>2411107</geographyId>
<geographyName>07</geographyName>
<stateFips>24</stateFips>
<stateName>Maryland</stateName>
<stateAbbreviation>MD</stateAbbreviation>
</Results>
<Results>
<geographyId>2511107</geographyId>
<geographyName>07</geographyName>
<stateFips>25</stateFips>
<stateName>Massachusetts</stateName>
<stateAbbreviation>MA</stateAbbreviation>
</Results>
<Results>
<geographyId>2611107</geographyId>
<geographyName>07</geographyName>
<stateFips>26</stateFips>
<stateName>Michigan</stateName>
<stateAbbreviation>MI</stateAbbreviation>
</Results>
<Results>
<geographyId>2711107</geographyId>
<geographyName>07</geographyName>
<stateFips>27</stateFips>
<stateName>Minnesota</stateName>
<stateAbbreviation>MN</stateAbbreviation>
</Results>
<Results>
<geographyId>2911107</geographyId>
<geographyName>07</geographyName>
<stateFips>29</stateFips>
<stateName>Missouri</stateName>
<stateAbbreviation>MO</stateAbbreviation>
</Results>
<Results>
<geographyId>3411107</geographyId>
<geographyName>07</geographyName>
<stateFips>34</stateFips>
<stateName>New Jersey</stateName>
<stateAbbreviation>NJ</stateAbbreviation>
</Results>
<Results>
<geographyId>3611107</geographyId>
<geographyName>07</geographyName>
<stateFips>36</stateFips>
<stateName>New York</stateName>
<stateAbbreviation>NY</stateAbbreviation>
</Results>
<Results>
<geographyId>3711107</geographyId>
<geographyName>07</geographyName>
<stateFips>37</stateFips>
<stateName>North Carolina</stateName>
<stateAbbreviation>NC</stateAbbreviation>
</Results>
<Results>
<geographyId>3911107</geographyId>
<geographyName>07</geographyName>
<stateFips>39</stateFips>
<stateName>Ohio</stateName>
<stateAbbreviation>OH</stateAbbreviation>
</Results>
<Results>
<geographyId>4211107</geographyId>
<geographyName>07</geographyName>
<stateFips>42</stateFips>
<stateName>Pennsylvania</stateName>
<stateAbbreviation>PA</stateAbbreviation>
</Results>
<Results>
<geographyId>4711107</geographyId>
<geographyName>07</geographyName>
<stateFips>47</stateFips>
<stateName>Tennessee</stateName>
<stateAbbreviation>TN</stateAbbreviation>
</Results>
<Results>
<geographyId>4811107</geographyId>
<geographyName>07</geographyName>
<stateFips>48</stateFips>
<stateName>Texas</stateName>
<stateAbbreviation>TX</stateAbbreviation>
</Results>
<Results>
<geographyId>5111107</geographyId>
<geographyName>07</geographyName>
<stateFips>51</stateFips>
<stateName>Virginia</stateName>
<stateAbbreviation>VA</stateAbbreviation>
</Results>
<Results>
<geographyId>5311107</geographyId>
<geographyName>07</geographyName>
<stateFips>53</stateFips>
<stateName>Washington</stateName>
<stateAbbreviation>WA</stateAbbreviation>
</Results>
<Results>
<geographyId>5511107</geographyId>
<geographyName>07</geographyName>
<stateFips>55</stateFips>
<stateName>Wisconsin</stateName>
<stateAbbreviation>WI</stateAbbreviation>
</Results>
<Results>
<geographyId>0411108</geographyId>
<geographyName>08</geographyName>
<stateFips>04</stateFips>
<stateName>Arizona</stateName>
<stateAbbreviation>AZ</stateAbbreviation>
</Results>
<Results>
<geographyId>0611108</geographyId>
<geographyName>08</geographyName>
<stateFips>06</stateFips>
<stateName>California</stateName>
<stateAbbreviation>CA</stateAbbreviation>
</Results>
<Results>
<geographyId>1211108</geographyId>
<geographyName>08</geographyName>
<stateFips>12</stateFips>
<stateName>Florida</stateName>
<stateAbbreviation>FL</stateAbbreviation>
</Results>
<Results>
<geographyId>1311108</geographyId>
<geographyName>08</geographyName>
<stateFips>13</stateFips>
<stateName>Georgia</stateName>
<stateAbbreviation>GA</stateAbbreviation>
</Results>
<Results>
<geographyId>1711108</geographyId>
<geographyName>08</geographyName>
<stateFips>17</stateFips>
<stateName>Illinois</stateName>
<stateAbbreviation>IL</stateAbbreviation>
</Results>
<Results>
<geographyId>1811108</geographyId>
<geographyName>08</geographyName>
<stateFips>18</stateFips>
<stateName>Indiana</stateName>
<stateAbbreviation>IN</stateAbbreviation>
</Results>
<Results>
<geographyId>2411108</geographyId>
<geographyName>08</geographyName>
<stateFips>24</stateFips>
<stateName>Maryland</stateName>
<stateAbbreviation>MD</stateAbbreviation>
</Results>
<Results>
<geographyId>2511108</geographyId>
<geographyName>08</geographyName>
<stateFips>25</stateFips>
<stateName>Massachusetts</stateName>
<stateAbbreviation>MA</stateAbbreviation>
</Results>
<Results>
<geographyId>2611108</geographyId>
<geographyName>08</geographyName>
<stateFips>26</stateFips>
<stateName>Michigan</stateName>
<stateAbbreviation>MI</stateAbbreviation>
</Results>
<Results>
<geographyId>2711108</geographyId>
<geographyName>08</geographyName>
<stateFips>27</stateFips>
<stateName>Minnesota</stateName>
<stateAbbreviation>MN</stateAbbreviation>
</Results>
<Results>
<geographyId>2911108</geographyId>
<geographyName>08</geographyName>
<stateFips>29</stateFips>
<stateName>Missouri</stateName>
<stateAbbreviation>MO</stateAbbreviation>
</Results>
<Results>
<geographyId>3411108</geographyId>
<geographyName>08</geographyName>
<stateFips>34</stateFips>
<stateName>New Jersey</stateName>
<stateAbbreviation>NJ</stateAbbreviation>
</Results>
<Results>
<geographyId>3611108</geographyId>
<geographyName>08</geographyName>
<stateFips>36</stateFips>
<stateName>New York</stateName>
<stateAbbreviation>NY</stateAbbreviation>
</Results>
<Results>
<geographyId>3711108</geographyId>
<geographyName>08</geographyName>
<stateFips>37</stateFips>
<stateName>North Carolina</stateName>
<stateAbbreviation>NC</stateAbbreviation>
</Results>
<Results>
<geographyId>3911108</geographyId>
<geographyName>08</geographyName>
<stateFips>39</stateFips>
<stateName>Ohio</stateName>
<stateAbbreviation>OH</stateAbbreviation>
</Results>
<Results>
<geographyId>4211108</geographyId>
<geographyName>08</geographyName>
<stateFips>42</stateFips>
<stateName>Pennsylvania</stateName>
<stateAbbreviation>PA</stateAbbreviation>
</Results>
<Results>
<geographyId>4711108</geographyId>
<geographyName>08</geographyName>
<stateFips>47</stateFips>
<stateName>Tennessee</stateName>
<stateAbbreviation>TN</stateAbbreviation>
</Results>
<Results>
<geographyId>4811108</geographyId>
<geographyName>08</geographyName>
<stateFips>48</stateFips>
<stateName>Texas</stateName>
<stateAbbreviation>TX</stateAbbreviation>
</Results>
<Results>
<geographyId>5111108</geographyId>
<geographyName>08</geographyName>
<stateFips>51</stateFips>
<stateName>Virginia</stateName>
<stateAbbreviation>VA</stateAbbreviation>
</Results>
<Results>
<geographyId>5311108</geographyId>
<geographyName>08</geographyName>
<stateFips>53</stateFips>
<stateName>Washington</stateName>
<stateAbbreviation>WA</stateAbbreviation>
</Results>
<Results>
<geographyId>5511108</geographyId>
<geographyName>08</geographyName>
<stateFips>55</stateFips>
<stateName>Wisconsin</stateName>
<stateAbbreviation>WI</stateAbbreviation>
</Results>
<Results>
<geographyId>0611109</geographyId>
<geographyName>09</geographyName>
<stateFips>06</stateFips>
<stateName>California</stateName>
<stateAbbreviation>CA</stateAbbreviation>
</Results>
<Results>
<geographyId>1211109</geographyId>
<geographyName>09</geographyName>
<stateFips>12</stateFips>
<stateName>Florida</stateName>
<stateAbbreviation>FL</stateAbbreviation>
</Results>
<Results>
<geographyId>1311109</geographyId>
<geographyName>09</geographyName>
<stateFips>13</stateFips>
<stateName>Georgia</stateName>
<stateAbbreviation>GA</stateAbbreviation>
</Results>
<Results>
<geographyId>1711109</geographyId>
<geographyName>09</geographyName>
<stateFips>17</stateFips>
<stateName>Illinois</stateName>
<stateAbbreviation>IL</stateAbbreviation>
</Results>
<Results>
<geographyId>1811109</geographyId>
<geographyName>09</geographyName>
<stateFips>18</stateFips>
<stateName>Indiana</stateName>
<stateAbbreviation>IN</stateAbbreviation>
</Results>
<Results>
<geographyId>2511109</geographyId>
<geographyName>09</geographyName>
<stateFips>25</stateFips>
<stateName>Massachusetts</stateName>
<stateAbbreviation>MA</stateAbbreviation>
</Results>
<Results>
<geographyId>2611109</geographyId>
<geographyName>09</geographyName>
<stateFips>26</stateFips>
<stateName>Michigan</stateName>
<stateAbbreviation>MI</stateAbbreviation>
</Results>
<Results>
<geographyId>2911109</geographyId>
<geographyName>09</geographyName>
<stateFips>29</stateFips>
<stateName>Missouri</stateName>
<stateAbbreviation>MO</stateAbbreviation>
</Results>
<Results>
<geographyId>3411109</geographyId>
<geographyName>09</geographyName>
<stateFips>34</stateFips>
<stateName>New Jersey</stateName>
<stateAbbreviation>NJ</stateAbbreviation>
</Results>
<Results>
<geographyId>3611109</geographyId>
<geographyName>09</geographyName>
<stateFips>36</stateFips>
<stateName>New York</stateName>
<stateAbbreviation>NY</stateAbbreviation>
</Results>
<Results>
<geographyId>3711109</geographyId>
<geographyName>09</geographyName>
<stateFips>37</stateFips>
<stateName>North Carolina</stateName>
<stateAbbreviation>NC</stateAbbreviation>
</Results>
<Results>
<geographyId>3911109</geographyId>
<geographyName>09</geographyName>
<stateFips>39</stateFips>
<stateName>Ohio</stateName>
<stateAbbreviation>OH</stateAbbreviation>
</Results>
<Results>
<geographyId>4211109</geographyId>
<geographyName>09</geographyName>
<stateFips>42</stateFips>
<stateName>Pennsylvania</stateName>
<stateAbbreviation>PA</stateAbbreviation>
</Results>
<Results>
<geographyId>4711109</geographyId>
<geographyName>09</geographyName>
<stateFips>47</stateFips>
<stateName>Tennessee</stateName>
<stateAbbreviation>TN</stateAbbreviation>
</Results>
<Results>
<geographyId>4811109</geographyId>
<geographyName>09</geographyName>
<stateFips>48</stateFips>
<stateName>Texas</stateName>
<stateAbbreviation>TX</stateAbbreviation>
</Results>
<Results>
<geographyId>5111109</geographyId>
<geographyName>09</geographyName>
<stateFips>51</stateFips>
<stateName>Virginia</stateName>
<stateAbbreviation>VA</stateAbbreviation>
</Results>
<Results>
<geographyId>5311109</geographyId>
<geographyName>09</geographyName>
<stateFips>53</stateFips>
<stateName>Washington</stateName>
<stateAbbreviation>WA</stateAbbreviation>
</Results>
<Results>
<geographyId>0611110</geographyId>
<geographyName>10</geographyName>
<stateFips>06</stateFips>
<stateName>California</stateName>
<stateAbbreviation>CA</stateAbbreviation>
</Results>
<Results>
<geographyId>1211110</geographyId>
<geographyName>10</geographyName>
<stateFips>12</stateFips>
<stateName>Florida</stateName>
<stateAbbreviation>FL</stateAbbreviation>
</Results>
<Results>
<geographyId>1311110</geographyId>
<geographyName>10</geographyName>
<stateFips>13</stateFips>
<stateName>Georgia</stateName>
<stateAbbreviation>GA</stateAbbreviation>
</Results>
<Results>
<geographyId>1711110</geographyId>
<geographyName>10</geographyName>
<stateFips>17</stateFips>
<stateName>Illinois</stateName>
<stateAbbreviation>IL</stateAbbreviation>
</Results>
<Results>
<geographyId>2511110</geographyId>
<geographyName>10</geographyName>
<stateFips>25</stateFips>
<stateName>Massachusetts</stateName>
<stateAbbreviation>MA</stateAbbreviation>
</Results>
<Results>
<geographyId>2611110</geographyId>
<geographyName>10</geographyName>
<stateFips>26</stateFips>
<stateName>Michigan</stateName>
<stateAbbreviation>MI</stateAbbreviation>
</Results>
<Results>
<geographyId>3411110</geographyId>
<geographyName>10</geographyName>
<stateFips>34</stateFips>
<stateName>New Jersey</stateName>
<stateAbbreviation>NJ</stateAbbreviation>
</Results>
<Results>
<geographyId>3611110</geographyId>
<geographyName>10</geographyName>
<stateFips>36</stateFips>
<stateName>New York</stateName>
<stateAbbreviation>NY</stateAbbreviation>
</Results>
<Results>
<geographyId>3711110</geographyId>
<geographyName>10</geographyName>
<stateFips>37</stateFips>
<stateName>North Carolina</stateName>
<stateAbbreviation>NC</stateAbbreviation>
</Results>
<Results>
<geographyId>3911110</geographyId>
<geographyName>10</geographyName>
<stateFips>39</stateFips>
<stateName>Ohio</stateName>
<stateAbbreviation>OH</stateAbbreviation>
</Results>
<Results>
<geographyId>4211110</geographyId>
<geographyName>10</geographyName>
<stateFips>42</stateFips>
<stateName>Pennsylvania</stateName>
<stateAbbreviation>PA</stateAbbreviation>
</Results>
<Results>
<geographyId>4811110</geographyId>
<geographyName>10</geographyName>
<stateFips>48</stateFips>
<stateName>Texas</stateName>
<stateAbbreviation>TX</stateAbbreviation>
</Results>
<Results>
<geographyId>5111110</geographyId>
<geographyName>10</geographyName>
<stateFips>51</stateFips>
<stateName>Virginia</stateName>
<stateAbbreviation>VA</stateAbbreviation>
</Results>
<Results>
<geographyId>0611111</geographyId>
<geographyName>11</geographyName>
<stateFips>06</stateFips>
<stateName>California</stateName>
<stateAbbreviation>CA</stateAbbreviation>
</Results>
<Results>
<geographyId>1211111</geographyId>
<geographyName>11</geographyName>
<stateFips>12</stateFips>
<stateName>Florida</stateName>
<stateAbbreviation>FL</stateAbbreviation>
</Results>
<Results>
<geographyId>1311111</geographyId>
<geographyName>11</geographyName>
<stateFips>13</stateFips>
<stateName>Georgia</stateName>
<stateAbbreviation>GA</stateAbbreviation>
</Results>
<Results>
<geographyId>1711111</geographyId>
<geographyName>11</geographyName>
<stateFips>17</stateFips>
<stateName>Illinois</stateName>
<stateAbbreviation>IL</stateAbbreviation>
</Results>
<Results>
<geographyId>2611111</geographyId>
<geographyName>11</geographyName>
<stateFips>26</stateFips>
<stateName>Michigan</stateName>
<stateAbbreviation>MI</stateAbbreviation>
</Results>
<Results>
<geographyId>3411111</geographyId>
<geographyName>11</geographyName>
<stateFips>34</stateFips>
<stateName>New Jersey</stateName>
<stateAbbreviation>NJ</stateAbbreviation>
</Results>
<Results>
<geographyId>3611111</geographyId>
<geographyName>11</geographyName>
<stateFips>36</stateFips>
<stateName>New York</stateName>
<stateAbbreviation>NY</stateAbbreviation>
</Results>
<Results>
<geographyId>3711111</geographyId>
<geographyName>11</geographyName>
<stateFips>37</stateFips>
<stateName>North Carolina</stateName>
<stateAbbreviation>NC</stateAbbreviation>
</Results>
<Results>
<geographyId>3911111</geographyId>
<geographyName>11</geographyName>
<stateFips>39</stateFips>
<stateName>Ohio</stateName>
<stateAbbreviation>OH</stateAbbreviation>
</Results>
<Results>
<geographyId>4211111</geographyId>
<geographyName>11</geographyName>
<stateFips>42</stateFips>
<stateName>Pennsylvania</stateName>
<stateAbbreviation>PA</stateAbbreviation>
</Results>
<Results>
<geographyId>4811111</geographyId>
<geographyName>11</geographyName>
<stateFips>48</stateFips>
<stateName>Texas</stateName>
<stateAbbreviation>TX</stateAbbreviation>
</Results>
<Results>
<geographyId>5111111</geographyId>
<geographyName>11</geographyName>
<stateFips>51</stateFips>
<stateName>Virginia</stateName>
<stateAbbreviation>VA</stateAbbreviation>
</Results>
<Results>
<geographyId>0611112</geographyId>
<geographyName>12</geographyName>
<stateFips>06</stateFips>
<stateName>California</stateName>
<stateAbbreviation>CA</stateAbbreviation>
</Results>
<Results>
<geographyId>1211112</geographyId>
<geographyName>12</geographyName>
<stateFips>12</stateFips>
<stateName>Florida</stateName>
<stateAbbreviation>FL</stateAbbreviation>
</Results>
<Results>
<geographyId>1311112</geographyId>
<geographyName>12</geographyName>
<stateFips>13</stateFips>
<stateName>Georgia</stateName>
<stateAbbreviation>GA</stateAbbreviation>
</Results>
<Results>
<geographyId>1711112</geographyId>
<geographyName>12</geographyName>
<stateFips>17</stateFips>
<stateName>Illinois</stateName>
<stateAbbreviation>IL</stateAbbreviation>
</Results>
<Results>
<geographyId>2611112</geographyId>
<geographyName>12</geographyName>
<stateFips>26</stateFips>
<stateName>Michigan</stateName>
<stateAbbreviation>MI</stateAbbreviation>
</Results>
<Results>
<geographyId>3411112</geographyId>
<geographyName>12</geographyName>
<stateFips>34</stateFips>
<stateName>New Jersey</stateName>
<stateAbbreviation>NJ</stateAbbreviation>
</Results>
<Results>
<geographyId>3611112</geographyId>
<geographyName>12</geographyName>
<stateFips>36</stateFips>
<stateName>New York</stateName>
<stateAbbreviation>NY</stateAbbreviation>
</Results>
<Results>
<geographyId>3711112</geographyId>
<geographyName>12</geographyName>
<stateFips>37</stateFips>
<stateName>North Carolina</stateName>
<stateAbbreviation>NC</stateAbbreviation>
</Results>
<Results>
<geographyId>3911112</geographyId>
<geographyName>12</geographyName>
<stateFips>39</stateFips>
<stateName>Ohio</stateName>
<stateAbbreviation>OH</stateAbbreviation>
</Results>
<Results>
<geographyId>4211112</geographyId>
<geographyName>12</geographyName>
<stateFips>42</stateFips>
<stateName>Pennsylvania</stateName>
<stateAbbreviation>PA</stateAbbreviation>
</Results>
<Results>
<geographyId>4811112</geographyId>
<geographyName>12</geographyName>
<stateFips>48</stateFips>
<stateName>Texas</stateName>
<stateAbbreviation>TX</stateAbbreviation>
</Results>
<Results>
<geographyId>0611113</geographyId>
<geographyName>13</geographyName>
<stateFips>06</stateFips>
<stateName>California</stateName>
<stateAbbreviation>CA</stateAbbreviation>
</Results>
<Results>
<geographyId>1211113</geographyId>
<geographyName>13</geographyName>
<stateFips>12</stateFips>
<stateName>Florida</stateName>
<stateAbbreviation>FL</stateAbbreviation>
</Results>
<Results>
<geographyId>1311113</geographyId>
<geographyName>13</geographyName>
<stateFips>13</stateFips>
<stateName>Georgia</stateName>
<stateAbbreviation>GA</stateAbbreviation>
</Results>
<Results>
<geographyId>1711113</geographyId>
<geographyName>13</geographyName>
<stateFips>17</stateFips>
<stateName>Illinois</stateName>
<stateAbbreviation>IL</stateAbbreviation>
</Results>
<Results>
<geographyId>2611113</geographyId>
<geographyName>13</geographyName>
<stateFips>26</stateFips>
<stateName>Michigan</stateName>
<stateAbbreviation>MI</stateAbbreviation>
</Results>
<Results>
<geographyId>3411113</geographyId>
<geographyName>13</geographyName>
<stateFips>34</stateFips>
<stateName>New Jersey</stateName>
<stateAbbreviation>NJ</stateAbbreviation>
</Results>
<Results>
<geographyId>3611113</geographyId>
<geographyName>13</geographyName>
<stateFips>36</stateFips>
<stateName>New York</stateName>
<stateAbbreviation>NY</stateAbbreviation>
</Results>
<Results>
<geographyId>3711113</geographyId>
<geographyName>13</geographyName>
<stateFips>37</stateFips>
<stateName>North Carolina</stateName>
<stateAbbreviation>NC</stateAbbreviation>
</Results>
<Results>
<geographyId>3911113</geographyId>
<geographyName>13</geographyName>
<stateFips>39</stateFips>
<stateName>Ohio</stateName>
<stateAbbreviation>OH</stateAbbreviation>
</Results>
<Results>
<geographyId>4211113</geographyId>
<geographyName>13</geographyName>
<stateFips>42</stateFips>
<stateName>Pennsylvania</stateName>
<stateAbbreviation>PA</stateAbbreviation>
</Results>
<Results>
<geographyId>4811113</geographyId>
<geographyName>13</geographyName>
<stateFips>48</stateFips>
<stateName>Texas</stateName>
<stateAbbreviation>TX</stateAbbreviation>
</Results>
<Results>
<geographyId>0611114</geographyId>
<geographyName>14</geographyName>
<stateFips>06</stateFips>
<stateName>California</stateName>
<stateAbbreviation>CA</stateAbbreviation>
</Results>
<Results>
<geographyId>1211114</geographyId>
<geographyName>14</geographyName>
<stateFips>12</stateFips>
<stateName>Florida</stateName>
<stateAbbreviation>FL</stateAbbreviation>
</Results>
<Results>
<geographyId>1711114</geographyId>
<geographyName>14</geographyName>
<stateFips>17</stateFips>
<stateName>Illinois</stateName>
<stateAbbreviation>IL</stateAbbreviation>
</Results>
<Results>
<geographyId>2611114</geographyId>
<geographyName>14</geographyName>
<stateFips>26</stateFips>
<stateName>Michigan</stateName>
<stateAbbreviation>MI</stateAbbreviation>
</Results>
<Results>
<geographyId>3611114</geographyId>
<geographyName>14</geographyName>
<stateFips>36</stateFips>
<stateName>New York</stateName>
<stateAbbreviation>NY</stateAbbreviation>
</Results>
<Results>
<geographyId>3911114</geographyId>
<geographyName>14</geographyName>
<stateFips>39</stateFips>
<stateName>Ohio</stateName>
<stateAbbreviation>OH</stateAbbreviation>
</Results>
<Results>
<geographyId>4211114</geographyId>
<geographyName>14</geographyName>
<stateFips>42</stateFips>
<stateName>Pennsylvania</stateName>
<stateAbbreviation>PA</stateAbbreviation>
</Results>
<Results>
<geographyId>4811114</geographyId>
<geographyName>14</geographyName>
<stateFips>48</stateFips>
<stateName>Texas</stateName>
<stateAbbreviation>TX</stateAbbreviation>
</Results>
<Results>
<geographyId>0611115</geographyId>
<geographyName>15</geographyName>
<stateFips>06</stateFips>
<stateName>California</stateName>
<stateAbbreviation>CA</stateAbbreviation>
</Results>
<Results>
<geographyId>1211115</geographyId>
<geographyName>15</geographyName>
<stateFips>12</stateFips>
<stateName>Florida</stateName>
<stateAbbreviation>FL</stateAbbreviation>
</Results>
<Results>
<geographyId>1711115</geographyId>
<geographyName>15</geographyName>
<stateFips>17</stateFips>
<stateName>Illinois</stateName>
<stateAbbreviation>IL</stateAbbreviation>
</Results>
<Results>
<geographyId>2611115</geographyId>
<geographyName>15</geographyName>
<stateFips>26</stateFips>
<stateName>Michigan</stateName>
<stateAbbreviation>MI</stateAbbreviation>
</Results>
<Results>
<geographyId>3611115</geographyId>
<geographyName>15</geographyName>
<stateFips>36</stateFips>
<stateName>New York</stateName>
<stateAbbreviation>NY</stateAbbreviation>
</Results>
<Results>
<geographyId>3911115</geographyId>
<geographyName>15</geographyName>
<stateFips>39</stateFips>
<stateName>Ohio</stateName>
<stateAbbreviation>OH</stateAbbreviation>
</Results>
<Results>
<geographyId>4211115</geographyId>
<geographyName>15</geographyName>
<stateFips>42</stateFips>
<stateName>Pennsylvania</stateName>
<stateAbbreviation>PA</stateAbbreviation>
</Results>
<Results>
<geographyId>4811115</geographyId>
<geographyName>15</geographyName>
<stateFips>48</stateFips>
<stateName>Texas</stateName>
<stateAbbreviation>TX</stateAbbreviation>
</Results>
<Results>
<geographyId>0611116</geographyId>
<geographyName>16</geographyName>
<stateFips>06</stateFips>
<stateName>California</stateName>
<stateAbbreviation>CA</stateAbbreviation>
</Results>
<Results>
<geographyId>1211116</geographyId>
<geographyName>16</geographyName>
<stateFips>12</stateFips>
<stateName>Florida</stateName>
<stateAbbreviation>FL</stateAbbreviation>
</Results>
<Results>
<geographyId>1711116</geographyId>
<geographyName>16</geographyName>
<stateFips>17</stateFips>
<stateName>Illinois</stateName>
<stateAbbreviation>IL</stateAbbreviation>
</Results>
<Results>
<geographyId>3611116</geographyId>
<geographyName>16</geographyName>
<stateFips>36</stateFips>
<stateName>New York</stateName>
<stateAbbreviation>NY</stateAbbreviation>
</Results>
<Results>
<geographyId>3911116</geographyId>
<geographyName>16</geographyName>
<stateFips>39</stateFips>
<stateName>Ohio</stateName>
<stateAbbreviation>OH</stateAbbreviation>
</Results>
<Results>
<geographyId>4211116</geographyId>
<geographyName>16</geographyName>
<stateFips>42</stateFips>
<stateName>Pennsylvania</stateName>
<stateAbbreviation>PA</stateAbbreviation>
</Results>
<Results>
<geographyId>4811116</geographyId>
<geographyName>16</geographyName>
<stateFips>48</stateFips>
<stateName>Texas</stateName>
<stateAbbreviation>TX</stateAbbreviation>
</Results>
<Results>
<geographyId>0611117</geographyId>
<geographyName>17</geographyName>
<stateFips>06</stateFips>
<stateName>California</stateName>
<stateAbbreviation>CA</stateAbbreviation>
</Results>
<Results>
<geographyId>1211117</geographyId>
<geographyName>17</geographyName>
<stateFips>12</stateFips>
<stateName>Florida</stateName>
<stateAbbreviation>FL</stateAbbreviation>
</Results>
<Results>
<geographyId>1711117</geographyId>
<geographyName>17</geographyName>
<stateFips>17</stateFips>
<stateName>Illinois</stateName>
<stateAbbreviation>IL</stateAbbreviation>
</Results>
<Results>
<geographyId>3611117</geographyId>
<geographyName>17</geographyName>
<stateFips>36</stateFips>
<stateName>New York</stateName>
<stateAbbreviation>NY</stateAbbreviation>
</Results>
<Results>
<geographyId>3911117</geographyId>
<geographyName>17</geographyName>
<stateFips>39</stateFips>
<stateName>Ohio</stateName>
<stateAbbreviation>OH</stateAbbreviation>
</Results>
<Results>
<geographyId>4211117</geographyId>
<geographyName>17</geographyName>
<stateFips>42</stateFips>
<stateName>Pennsylvania</stateName>
<stateAbbreviation>PA</stateAbbreviation>
</Results>
<Results>
<geographyId>4811117</geographyId>
<geographyName>17</geographyName>
<stateFips>48</stateFips>
<stateName>Texas</stateName>
<stateAbbreviation>TX</stateAbbreviation>
</Results>
<Results>
<geographyId>0611118</geographyId>
<geographyName>18</geographyName>
<stateFips>06</stateFips>
<stateName>California</stateName>
<stateAbbreviation>CA</stateAbbreviation>
</Results>
<Results>
<geographyId>1211118</geographyId>
<geographyName>18</geographyName>
<stateFips>12</stateFips>
<stateName>Florida</stateName>
<stateAbbreviation>FL</stateAbbreviation>
</Results>
<Results>
<geographyId>1711118</geographyId>
<geographyName>18</geographyName>
<stateFips>17</stateFips>
<stateName>Illinois</stateName>
<stateAbbreviation>IL</stateAbbreviation>
</Results>
<Results>
<geographyId>3611118</geographyId>
<geographyName>18</geographyName>
<stateFips>36</stateFips>
<stateName>New York</stateName>
<stateAbbreviation>NY</stateAbbreviation>
</Results>
<Results>
<geographyId>3911118</geographyId>
<geographyName>18</geographyName>
<stateFips>39</stateFips>
<stateName>Ohio</stateName>
<stateAbbreviation>OH</stateAbbreviation>
</Results>
<Results>
<geographyId>4211118</geographyId>
<geographyName>18</geographyName>
<stateFips>42</stateFips>
<stateName>Pennsylvania</stateName>
<stateAbbreviation>PA</stateAbbreviation>
</Results>
<Results>
<geographyId>4811118</geographyId>
<geographyName>18</geographyName>
<stateFips>48</stateFips>
<stateName>Texas</stateName>
<stateAbbreviation>TX</stateAbbreviation>
</Results>
<Results>
<geographyId>0611119</geographyId>
<geographyName>19</geographyName>
<stateFips>06</stateFips>
<stateName>California</stateName>
<stateAbbreviation>CA</stateAbbreviation>
</Results>
<Results>
<geographyId>1211119</geographyId>
<geographyName>19</geographyName>
<stateFips>12</stateFips>
<stateName>Florida</stateName>
<stateAbbreviation>FL</stateAbbreviation>
</Results>
<Results>
<geographyId>1711119</geographyId>
<geographyName>19</geographyName>
<stateFips>17</stateFips>
<stateName>Illinois</stateName>
<stateAbbreviation>IL</stateAbbreviation>
</Results>
<Results>
<geographyId>3611119</geographyId>
<geographyName>19</geographyName>
<stateFips>36</stateFips>
<stateName>New York</stateName>
<stateAbbreviation>NY</stateAbbreviation>
</Results>
<Results>
<geographyId>4211119</geographyId>
<geographyName>19</geographyName>
<stateFips>42</stateFips>
<stateName>Pennsylvania</stateName>
<stateAbbreviation>PA</stateAbbreviation>
</Results>
<Results>
<geographyId>4811119</geographyId>
<geographyName>19</geographyName>
<stateFips>48</stateFips>
<stateName>Texas</stateName>
<stateAbbreviation>TX</stateAbbreviation>
</Results>
<Results>
<geographyId>0611120</geographyId>
<geographyName>20</geographyName>
<stateFips>06</stateFips>
<stateName>California</stateName>
<stateAbbreviation>CA</stateAbbreviation>
</Results>
<Results>
<geographyId>1211120</geographyId>
<geographyName>20</geographyName>
<stateFips>12</stateFips>
<stateName>Florida</stateName>
<stateAbbreviation>FL</stateAbbreviation>
</Results>
<Results>
<geographyId>3611120</geographyId>
<geographyName>20</geographyName>
<stateFips>36</stateFips>
<stateName>New York</stateName>
<stateAbbreviation>NY</stateAbbreviation>
</Results>
<Results>
<geographyId>4811120</geographyId>
<geographyName>20</geographyName>
<stateFips>48</stateFips>
<stateName>Texas</stateName>
<stateAbbreviation>TX</stateAbbreviation>
</Results>
<Results>
<geographyId>0611121</geographyId>
<geographyName>21</geographyName>
<stateFips>06</stateFips>
<stateName>California</stateName>
<stateAbbreviation>CA</stateAbbreviation>
</Results>
<Results>
<geographyId>1211121</geographyId>
<geographyName>21</geographyName>
<stateFips>12</stateFips>
<stateName>Florida</stateName>
<stateAbbreviation>FL</stateAbbreviation>
</Results>
<Results>
<geographyId>3611121</geographyId>
<geographyName>21</geographyName>
<stateFips>36</stateFips>
<stateName>New York</stateName>
<stateAbbreviation>NY</stateAbbreviation>
</Results>
<Results>
<geographyId>4811121</geographyId>
<geographyName>21</geographyName>
<stateFips>48</stateFips>
<stateName>Texas</stateName>
<stateAbbreviation>TX</stateAbbreviation>
</Results>
<Results>
<geographyId>0611122</geographyId>
<geographyName>22</geographyName>
<stateFips>06</stateFips>
<stateName>California</stateName>
<stateAbbreviation>CA</stateAbbreviation>
</Results>
<Results>
<geographyId>1211122</geographyId>
<geographyName>22</geographyName>
<stateFips>12</stateFips>
<stateName>Florida</stateName>
<stateAbbreviation>FL</stateAbbreviation>
</Results>
<Results>
<geographyId>3611122</geographyId>
<geographyName>22</geographyName>
<stateFips>36</stateFips>
<stateName>New York</stateName>
<stateAbbreviation>NY</stateAbbreviation>
</Results>
<Results>
<geographyId>4811122</geographyId>
<geographyName>22</geographyName>
<stateFips>48</stateFips>
<stateName>Texas</stateName>
<stateAbbreviation>TX</stateAbbreviation>
</Results>
<Results>
<geographyId>0611123</geographyId>
<geographyName>23</geographyName>
<stateFips>06</stateFips>
<stateName>California</stateName>
<stateAbbreviation>CA</stateAbbreviation>
</Results>
<Results>
<geographyId>1211123</geographyId>
<geographyName>23</geographyName>
<stateFips>12</stateFips>
<stateName>Florida</stateName>
<stateAbbreviation>FL</stateAbbreviation>
</Results>
<Results>
<geographyId>3611123</geographyId>
<geographyName>23</geographyName>
<stateFips>36</stateFips>
<stateName>New York</stateName>
<stateAbbreviation>NY</stateAbbreviation>
</Results>
<Results>
<geographyId>4811123</geographyId>
<geographyName>23</geographyName>
<stateFips>48</stateFips>
<stateName>Texas</stateName>
<stateAbbreviation>TX</stateAbbreviation>
</Results>
<Results>
<geographyId>0611124</geographyId>
<geographyName>24</geographyName>
<stateFips>06</stateFips>
<stateName>California</stateName>
<stateAbbreviation>CA</stateAbbreviation>
</Results>
<Results>
<geographyId>1211124</geographyId>
<geographyName>24</geographyName>
<stateFips>12</stateFips>
<stateName>Florida</stateName>
<stateAbbreviation>FL</stateAbbreviation>
</Results>
<Results>
<geographyId>3611124</geographyId>
<geographyName>24</geographyName>
<stateFips>36</stateFips>
<stateName>New York</stateName>
<stateAbbreviation>NY</stateAbbreviation>
</Results>
<Results>
<geographyId>4811124</geographyId>
<geographyName>24</geographyName>
<stateFips>48</stateFips>
<stateName>Texas</stateName>
<stateAbbreviation>TX</stateAbbreviation>
</Results>
<Results>
<geographyId>0611125</geographyId>
<geographyName>25</geographyName>
<stateFips>06</stateFips>
<stateName>California</stateName>
<stateAbbreviation>CA</stateAbbreviation>
</Results>
<Results>
<geographyId>1211125</geographyId>
<geographyName>25</geographyName>
<stateFips>12</stateFips>
<stateName>Florida</stateName>
<stateAbbreviation>FL</stateAbbreviation>
</Results>
<Results>
<geographyId>3611125</geographyId>
<geographyName>25</geographyName>
<stateFips>36</stateFips>
<stateName>New York</stateName>
<stateAbbreviation>NY</stateAbbreviation>
</Results>
<Results>
<geographyId>4811125</geographyId>
<geographyName>25</geographyName>
<stateFips>48</stateFips>
<stateName>Texas</stateName>
<stateAbbreviation>TX</stateAbbreviation>
</Results>
<Results>
<geographyId>0611126</geographyId>
<geographyName>26</geographyName>
<stateFips>06</stateFips>
<stateName>California</stateName>
<stateAbbreviation>CA</stateAbbreviation>
</Results>
<Results>
<geographyId>3611126</geographyId>
<geographyName>26</geographyName>
<stateFips>36</stateFips>
<stateName>New York</stateName>
<stateAbbreviation>NY</stateAbbreviation>
</Results>
<Results>
<geographyId>4811126</geographyId>
<geographyName>26</geographyName>
<stateFips>48</stateFips>
<stateName>Texas</stateName>
<stateAbbreviation>TX</stateAbbreviation>
</Results>
<Results>
<geographyId>0611127</geographyId>
<geographyName>27</geographyName>
<stateFips>06</stateFips>
<stateName>California</stateName>
<stateAbbreviation>CA</stateAbbreviation>
</Results>
<Results>
<geographyId>3611127</geographyId>
<geographyName>27</geographyName>
<stateFips>36</stateFips>
<stateName>New York</stateName>
<stateAbbreviation>NY</stateAbbreviation>
</Results>
<Results>
<geographyId>4811127</geographyId>
<geographyName>27</geographyName>
<stateFips>48</stateFips>
<stateName>Texas</stateName>
<stateAbbreviation>TX</stateAbbreviation>
</Results>
<Results>
<geographyId>0611128</geographyId>
<geographyName>28</geographyName>
<stateFips>06</stateFips>
<stateName>California</stateName>
<stateAbbreviation>CA</stateAbbreviation>
</Results>
<Results>
<geographyId>3611128</geographyId>
<geographyName>28</geographyName>
<stateFips>36</stateFips>
<stateName>New York</stateName>
<stateAbbreviation>NY</stateAbbreviation>
</Results>
<Results>
<geographyId>4811128</geographyId>
<geographyName>28</geographyName>
<stateFips>48</stateFips>
<stateName>Texas</stateName>
<stateAbbreviation>TX</stateAbbreviation>
</Results>
<Results>
<geographyId>0611129</geographyId>
<geographyName>29</geographyName>
<stateFips>06</stateFips>
<stateName>California</stateName>
<stateAbbreviation>CA</stateAbbreviation>
</Results>
<Results>
<geographyId>3611129</geographyId>
<geographyName>29</geographyName>
<stateFips>36</stateFips>
<stateName>New York</stateName>
<stateAbbreviation>NY</stateAbbreviation>
</Results>
<Results>
<geographyId>4811129</geographyId>
<geographyName>29</geographyName>
<stateFips>48</stateFips>
<stateName>Texas</stateName>
<stateAbbreviation>TX</stateAbbreviation>
</Results>
<Results>
<geographyId>0611130</geographyId>
<geographyName>30</geographyName>
<stateFips>06</stateFips>
<stateName>California</stateName>
<stateAbbreviation>CA</stateAbbreviation>
</Results>
<Results>
<geographyId>4811130</geographyId>
<geographyName>30</geographyName>
<stateFips>48</stateFips>
<stateName>Texas</stateName>
<stateAbbreviation>TX</stateAbbreviation>
</Results>
<Results>
<geographyId>0611131</geographyId>
<geographyName>31</geographyName>
<stateFips>06</stateFips>
<stateName>California</stateName>
<stateAbbreviation>CA</stateAbbreviation>
</Results>
<Results>
<geographyId>4811131</geographyId>
<geographyName>31</geographyName>
<stateFips>48</stateFips>
<stateName>Texas</stateName>
<stateAbbreviation>TX</stateAbbreviation>
</Results>
<Results>
<geographyId>0611132</geographyId>
<geographyName>32</geographyName>
<stateFips>06</stateFips>
<stateName>California</stateName>
<stateAbbreviation>CA</stateAbbreviation>
</Results>
<Results>
<geographyId>4811132</geographyId>
<geographyName>32</geographyName>
<stateFips>48</stateFips>
<stateName>Texas</stateName>
<stateAbbreviation>TX</stateAbbreviation>
</Results>
<Results>
<geographyId>0611133</geographyId>
<geographyName>33</geographyName>
<stateFips>06</stateFips>
<stateName>California</stateName>
<stateAbbreviation>CA</stateAbbreviation>
</Results>
<Results>
<geographyId>0611134</geographyId>
<geographyName>34</geographyName>
<stateFips>06</stateFips>
<stateName>California</stateName>
<stateAbbreviation>CA</stateAbbreviation>
</Results>
<Results>
<geographyId>0611135</geographyId>
<geographyName>35</geographyName>
<stateFips>06</stateFips>
<stateName>California</stateName>
<stateAbbreviation>CA</stateAbbreviation>
</Results>
<Results>
<geographyId>0611136</geographyId>
<geographyName>36</geographyName>
<stateFips>06</stateFips>
<stateName>California</stateName>
<stateAbbreviation>CA</stateAbbreviation>
</Results>
<Results>
<geographyId>0611137</geographyId>
<geographyName>37</geographyName>
<stateFips>06</stateFips>
<stateName>California</stateName>
<stateAbbreviation>CA</stateAbbreviation>
</Results>
<Results>
<geographyId>0611138</geographyId>
<geographyName>38</geographyName>
<stateFips>06</stateFips>
<stateName>California</stateName>
<stateAbbreviation>CA</stateAbbreviation>
</Results>
<Results>
<geographyId>0611139</geographyId>
<geographyName>39</geographyName>
<stateFips>06</stateFips>
<stateName>California</stateName>
<stateAbbreviation>CA</stateAbbreviation>
</Results>
<Results>
<geographyId>0611140</geographyId>
<geographyName>40</geographyName>
<stateFips>06</stateFips>
<stateName>California</stateName>
<stateAbbreviation>CA</stateAbbreviation>
</Results>
<Results>
<geographyId>0611141</geographyId>
<geographyName>41</geographyName>
<stateFips>06</stateFips>
<stateName>California</stateName>
<stateAbbreviation>CA</stateAbbreviation>
</Results>
<Results>
<geographyId>0611142</geographyId>
<geographyName>42</geographyName>
<stateFips>06</stateFips>
<stateName>California</stateName>
<stateAbbreviation>CA</stateAbbreviation>
</Results>
<Results>
<geographyId>0611143</geographyId>
<geographyName>43</geographyName>
<stateFips>06</stateFips>
<stateName>California</stateName>
<stateAbbreviation>CA</stateAbbreviation>
</Results>
<Results>
<geographyId>0611144</geographyId>
<geographyName>44</geographyName>
<stateFips>06</stateFips>
<stateName>California</stateName>
<stateAbbreviation>CA</stateAbbreviation>
</Results>
<Results>
<geographyId>0611145</geographyId>
<geographyName>45</geographyName>
<stateFips>06</stateFips>
<stateName>California</stateName>
<stateAbbreviation>CA</stateAbbreviation>
</Results>
<Results>
<geographyId>0611146</geographyId>
<geographyName>46</geographyName>
<stateFips>06</stateFips>
<stateName>California</stateName>
<stateAbbreviation>CA</stateAbbreviation>
</Results>
<Results>
<geographyId>0611147</geographyId>
<geographyName>47</geographyName>
<stateFips>06</stateFips>
<stateName>California</stateName>
<stateAbbreviation>CA</stateAbbreviation>
</Results>
<Results>
<geographyId>0611148</geographyId>
<geographyName>48</geographyName>
<stateFips>06</stateFips>
<stateName>California</stateName>
<stateAbbreviation>CA</stateAbbreviation>
</Results>
<Results>
<geographyId>0611149</geographyId>
<geographyName>49</geographyName>
<stateFips>06</stateFips>
<stateName>California</stateName>
<stateAbbreviation>CA</stateAbbreviation>
</Results>
<Results>
<geographyId>0611150</geographyId>
<geographyName>50</geographyName>
<stateFips>06</stateFips>
<stateName>California</stateName>
<stateAbbreviation>CA</stateAbbreviation>
</Results>
<Results>
<geographyId>0611151</geographyId>
<geographyName>51</geographyName>
<stateFips>06</stateFips>
<stateName>California</stateName>
<stateAbbreviation>CA</stateAbbreviation>
</Results>
<Results>
<geographyId>0611152</geographyId>
<geographyName>52</geographyName>
<stateFips>06</stateFips>
<stateName>California</stateName>
<stateAbbreviation>CA</stateAbbreviation>
</Results>
<Results>
<geographyId>0611153</geographyId>
<geographyName>53</geographyName>
<stateFips>06</stateFips>
<stateName>California</stateName>
<stateAbbreviation>CA</stateAbbreviation>
</Results>
<Results>
<geographyId>1111198</geographyId>
<geographyName>98</geographyName>
<stateFips>11</stateFips>
<stateName>District of Columbia</stateName>
<stateAbbreviation>DC</stateAbbreviation>
</Results>
<Results>
<geographyId>6011198</geographyId>
<geographyName>98</geographyName>
<stateFips>60</stateFips>
<stateName>American Samoa</stateName>
<stateAbbreviation>AS</stateAbbreviation>
</Results>
<Results>
<geographyId>6611198</geographyId>
<geographyName>98</geographyName>
<stateFips>66</stateFips>
<stateName>Guam</stateName>
<stateAbbreviation>GU</stateAbbreviation>
</Results>
<Results>
<geographyId>6911198</geographyId>
<geographyName>98</geographyName>
<stateFips>69</stateFips>
<stateName>Commonwealth of the Northern Mariana Islands</stateName>
<stateAbbreviation>MP</stateAbbreviation>
</Results>
<Results>
<geographyId>7211198</geographyId>
<geographyName>98</geographyName>
<stateFips>72</stateFips>
<stateName>Puerto Rico</stateName>
<stateAbbreviation>PR</stateAbbreviation>
</Results>
<Results>
<geographyId>7811198</geographyId>
<geographyName>98</geographyName>
<stateFips>78</stateFips>
<stateName>United States Virgin Islands</stateName>
<stateAbbreviation>VI</stateAbbreviation>
</Results>
</Response>




Back to Top

You are automatically leaving the National Broadband Map site press escape key to cancel

You're leaving the National Broadband Map Website

You are now leaving the National Broadband Map web site, and will be automatically forwarded to the following site:

%url%

This link is provided for informational purposes only. We do not endorse any other product or service, and are not responsible for the content of other websites, including their accuracy, completeness, or timeliness.