diff --git a/utils/cities.py b/utils/cities.py index e0397f790..8b75ce042 100644 --- a/utils/cities.py +++ b/utils/cities.py @@ -2,27961 +2,27961 @@ states = [ { - "country": "br", - "code": "ac", - "name": "Acre", + "country": u"br", + "code": u"ac", + "name": u"Acre", }, { - "country": "br", - "code": "am", - "name": "Amazonas", + "country": u"br", + "code": u"am", + "name": u"Amazonas", }, { - "country": "br", - "code": "al", - "name": "Alagoas", + "country": u"br", + "code": u"al", + "name": u"Alagoas", }, { - "country": "br", - "code": "ce", - "name": "Ceará", + "country": u"br", + "code": u"ce", + "name": u"Ceará", }, { - "country": "br", - "code": "ap", - "name": "Amapá", + "country": u"br", + "code": u"ap", + "name": u"Amapá", }, { - "country": "br", - "code": "go", - "name": "Goiás", + "country": u"br", + "code": u"go", + "name": u"Goiás", }, { - "country": "br", - "code": "es", - "name": "Espírito Santo", + "country": u"br", + "code": u"es", + "name": u"Espírito Santo", }, { - "country": "br", - "code": "pr", - "name": "Paraná", + "country": u"br", + "code": u"pr", + "name": u"Paraná", }, { - "country": "br", - "code": "rr", - "name": "Roraima", + "country": u"br", + "code": u"rr", + "name": u"Roraima", }, { - "country": "br", - "code": "rs", - "name": "Rio Grande do Sul", + "country": u"br", + "code": u"rs", + "name": u"Rio Grande do Sul", }, { - "country": "br", - "code": "pb", - "name": "Paraíba", + "country": u"br", + "code": u"pb", + "name": u"Paraíba", }, { - "country": "br", - "code": "to", - "name": "Tocantins", + "country": u"br", + "code": u"to", + "name": u"Tocantins", }, { - "country": "br", - "code": "pa", - "name": "Pará", + "country": u"br", + "code": u"pa", + "name": u"Pará", }, { - "country": "br", - "code": "pe", - "name": "Pernambuco", + "country": u"br", + "code": u"pe", + "name": u"Pernambuco", }, { - "country": "br", - "code": "rn", - "name": "Rio Grande do Norte", + "country": u"br", + "code": u"rn", + "name": u"Rio Grande do Norte", }, { - "country": "br", - "code": "ro", - "name": "Rondônia", + "country": u"br", + "code": u"ro", + "name": u"Rondônia", }, { - "country": "br", - "code": "rj", - "name": "Rio de Janeiro", + "country": u"br", + "code": u"rj", + "name": u"Rio de Janeiro", }, { - "country": "br", - "code": "ba", - "name": "Bahia", + "country": u"br", + "code": u"ba", + "name": u"Bahia", }, { - "country": "br", - "code": "df", - "name": "Distrito Federal", + "country": u"br", + "code": u"df", + "name": u"Distrito Federal", }, { - "country": "br", - "code": "mg", - "name": "Minas Gerais", + "country": u"br", + "code": u"mg", + "name": u"Minas Gerais", }, { - "country": "br", - "code": "pi", - "name": "Piauí", + "country": u"br", + "code": u"pi", + "name": u"Piauí", }, { - "country": "br", - "code": "ma", - "name": "Maranhão", + "country": u"br", + "code": u"ma", + "name": u"Maranhão", }, { - "country": "br", - "code": "sp", - "name": "São Paulo", + "country": u"br", + "code": u"sp", + "name": u"São Paulo", }, { - "country": "br", - "code": "mt", - "name": "Mato Grosso", + "country": u"br", + "code": u"mt", + "name": u"Mato Grosso", }, { - "country": "br", - "code": "ms", - "name": "Mato Grosso do Sul", + "country": u"br", + "code": u"ms", + "name": u"Mato Grosso do Sul", }, { - "country": "br", - "code": "sc", - "name": "Santa Catarina", + "country": u"br", + "code": u"sc", + "name": u"Santa Catarina", }, { - "country": "br", - "code": "se", - "name": "Sergipe", + "country": u"br", + "code": u"se", + "name": u"Sergipe", }, ] cities = [ { - "country": "br", - "state": "ac", - "name": "Acrelândia", + "country": u"br", + "state": u"ac", + "name": u"Acrelândia", }, { - "country": "br", - "state": "ac", - "name": "Assis Brasil", + "country": u"br", + "state": u"ac", + "name": u"Assis Brasil", }, { - "country": "br", - "state": "ac", - "name": "Brasiléia", + "country": u"br", + "state": u"ac", + "name": u"Brasiléia", }, { - "country": "br", - "state": "ac", - "name": "Bujari", + "country": u"br", + "state": u"ac", + "name": u"Bujari", }, { - "country": "br", - "state": "ac", - "name": "Capixaba", + "country": u"br", + "state": u"ac", + "name": u"Capixaba", }, { - "country": "br", - "state": "ac", - "name": "Cruzeiro do Sul", + "country": u"br", + "state": u"ac", + "name": u"Cruzeiro do Sul", }, { - "country": "br", - "state": "ac", - "name": "Epitaciolândia", + "country": u"br", + "state": u"ac", + "name": u"Epitaciolândia", }, { - "country": "br", - "state": "ac", - "name": "Feijó", + "country": u"br", + "state": u"ac", + "name": u"Feijó", }, { - "country": "br", - "state": "ac", - "name": "Jordão", + "country": u"br", + "state": u"ac", + "name": u"Jordão", }, { - "country": "br", - "state": "ac", - "name": "Mâncio Lima", + "country": u"br", + "state": u"ac", + "name": u"Mâncio Lima", }, { - "country": "br", - "state": "ac", - "name": "Manoel Urbano", + "country": u"br", + "state": u"ac", + "name": u"Manoel Urbano", }, { - "country": "br", - "state": "ac", - "name": "Marechal Thaumaturgo", + "country": u"br", + "state": u"ac", + "name": u"Marechal Thaumaturgo", }, { - "country": "br", - "state": "ac", - "name": "Plácido de Castro", + "country": u"br", + "state": u"ac", + "name": u"Plácido de Castro", }, { - "country": "br", - "state": "ac", - "name": "Porto Acre", + "country": u"br", + "state": u"ac", + "name": u"Porto Acre", }, { - "country": "br", - "state": "ac", - "name": "Porto Walter", + "country": u"br", + "state": u"ac", + "name": u"Porto Walter", }, { - "country": "br", - "state": "ac", - "name": "Rio Branco", + "country": u"br", + "state": u"ac", + "name": u"Rio Branco", }, { - "country": "br", - "state": "ac", - "name": "Rodrigues Alves", + "country": u"br", + "state": u"ac", + "name": u"Rodrigues Alves", }, { - "country": "br", - "state": "ac", - "name": "Santa Rosa do Purus", + "country": u"br", + "state": u"ac", + "name": u"Santa Rosa do Purus", }, { - "country": "br", - "state": "ac", - "name": "Sena Madureira", + "country": u"br", + "state": u"ac", + "name": u"Sena Madureira", }, { - "country": "br", - "state": "ac", - "name": "Senador Guiomard", + "country": u"br", + "state": u"ac", + "name": u"Senador Guiomard", }, { - "country": "br", - "state": "ac", - "name": "Tarauacá", + "country": u"br", + "state": u"ac", + "name": u"Tarauacá", }, { - "country": "br", - "state": "ac", - "name": "Xapuri", + "country": u"br", + "state": u"ac", + "name": u"Xapuri", }, { - "country": "br", - "state": "am", - "name": "Alvarães", + "country": u"br", + "state": u"am", + "name": u"Alvarães", }, { - "country": "br", - "state": "am", - "name": "Amaturá", + "country": u"br", + "state": u"am", + "name": u"Amaturá", }, { - "country": "br", - "state": "am", - "name": "Anamã", + "country": u"br", + "state": u"am", + "name": u"Anamã", }, { - "country": "br", - "state": "am", - "name": "Anori", + "country": u"br", + "state": u"am", + "name": u"Anori", }, { - "country": "br", - "state": "am", - "name": "Apuí", + "country": u"br", + "state": u"am", + "name": u"Apuí", }, { - "country": "br", - "state": "am", - "name": "Atalaia do Norte", + "country": u"br", + "state": u"am", + "name": u"Atalaia do Norte", }, { - "country": "br", - "state": "am", - "name": "Autazes", + "country": u"br", + "state": u"am", + "name": u"Autazes", }, { - "country": "br", - "state": "am", - "name": "Barcelos", + "country": u"br", + "state": u"am", + "name": u"Barcelos", }, { - "country": "br", - "state": "am", - "name": "Barreirinha", + "country": u"br", + "state": u"am", + "name": u"Barreirinha", }, { - "country": "br", - "state": "am", - "name": "Benjamin Constant", + "country": u"br", + "state": u"am", + "name": u"Benjamin Constant", }, { - "country": "br", - "state": "am", - "name": "Beruri", + "country": u"br", + "state": u"am", + "name": u"Beruri", }, { - "country": "br", - "state": "am", - "name": "Boa Vista do Ramos", + "country": u"br", + "state": u"am", + "name": u"Boa Vista do Ramos", }, { - "country": "br", - "state": "am", - "name": "Boca do Acre", + "country": u"br", + "state": u"am", + "name": u"Boca do Acre", }, { - "country": "br", - "state": "am", - "name": "Borba", + "country": u"br", + "state": u"am", + "name": u"Borba", }, { - "country": "br", - "state": "am", - "name": "Caapiranga", + "country": u"br", + "state": u"am", + "name": u"Caapiranga", }, { - "country": "br", - "state": "am", - "name": "Canutama", + "country": u"br", + "state": u"am", + "name": u"Canutama", }, { - "country": "br", - "state": "am", - "name": "Carauari", + "country": u"br", + "state": u"am", + "name": u"Carauari", }, { - "country": "br", - "state": "am", - "name": "Careiro", + "country": u"br", + "state": u"am", + "name": u"Careiro", }, { - "country": "br", - "state": "am", - "name": "Careiro da Várzea", + "country": u"br", + "state": u"am", + "name": u"Careiro da Várzea", }, { - "country": "br", - "state": "am", - "name": "Coari", + "country": u"br", + "state": u"am", + "name": u"Coari", }, { - "country": "br", - "state": "am", - "name": "Codajás", + "country": u"br", + "state": u"am", + "name": u"Codajás", }, { - "country": "br", - "state": "am", - "name": "Eirunepé", + "country": u"br", + "state": u"am", + "name": u"Eirunepé", }, { - "country": "br", - "state": "am", - "name": "Envira", + "country": u"br", + "state": u"am", + "name": u"Envira", }, { - "country": "br", - "state": "am", - "name": "Fonte Boa", + "country": u"br", + "state": u"am", + "name": u"Fonte Boa", }, { - "country": "br", - "state": "am", - "name": "Guajará", + "country": u"br", + "state": u"am", + "name": u"Guajará", }, { - "country": "br", - "state": "am", - "name": "Humaitá", + "country": u"br", + "state": u"am", + "name": u"Humaitá", }, { - "country": "br", - "state": "am", - "name": "Ipixuna", + "country": u"br", + "state": u"am", + "name": u"Ipixuna", }, { - "country": "br", - "state": "am", - "name": "Iranduba", + "country": u"br", + "state": u"am", + "name": u"Iranduba", }, { - "country": "br", - "state": "am", - "name": "Itacoatiara", + "country": u"br", + "state": u"am", + "name": u"Itacoatiara", }, { - "country": "br", - "state": "am", - "name": "Itamarati", + "country": u"br", + "state": u"am", + "name": u"Itamarati", }, { - "country": "br", - "state": "am", - "name": "Itapiranga", + "country": u"br", + "state": u"am", + "name": u"Itapiranga", }, { - "country": "br", - "state": "am", - "name": "Japurá", + "country": u"br", + "state": u"am", + "name": u"Japurá", }, { - "country": "br", - "state": "am", - "name": "Juruá", + "country": u"br", + "state": u"am", + "name": u"Juruá", }, { - "country": "br", - "state": "am", - "name": "Jutaí", + "country": u"br", + "state": u"am", + "name": u"Jutaí", }, { - "country": "br", - "state": "am", - "name": "Lábrea", + "country": u"br", + "state": u"am", + "name": u"Lábrea", }, { - "country": "br", - "state": "am", - "name": "Manacapuru", + "country": u"br", + "state": u"am", + "name": u"Manacapuru", }, { - "country": "br", - "state": "am", - "name": "Manaquiri", + "country": u"br", + "state": u"am", + "name": u"Manaquiri", }, { - "country": "br", - "state": "am", - "name": "Manaus", + "country": u"br", + "state": u"am", + "name": u"Manaus", }, { - "country": "br", - "state": "am", - "name": "Manicoré", + "country": u"br", + "state": u"am", + "name": u"Manicoré", }, { - "country": "br", - "state": "am", - "name": "Maraã", + "country": u"br", + "state": u"am", + "name": u"Maraã", }, { - "country": "br", - "state": "am", - "name": "Maués", + "country": u"br", + "state": u"am", + "name": u"Maués", }, { - "country": "br", - "state": "am", - "name": "Nhamundá", + "country": u"br", + "state": u"am", + "name": u"Nhamundá", }, { - "country": "br", - "state": "am", - "name": "Nova Olinda do Norte", + "country": u"br", + "state": u"am", + "name": u"Nova Olinda do Norte", }, { - "country": "br", - "state": "am", - "name": "Novo Airão", + "country": u"br", + "state": u"am", + "name": u"Novo Airão", }, { - "country": "br", - "state": "am", - "name": "Novo Aripuanã", + "country": u"br", + "state": u"am", + "name": u"Novo Aripuanã", }, { - "country": "br", - "state": "am", - "name": "Parintins", + "country": u"br", + "state": u"am", + "name": u"Parintins", }, { - "country": "br", - "state": "am", - "name": "Pauini", + "country": u"br", + "state": u"am", + "name": u"Pauini", }, { - "country": "br", - "state": "am", - "name": "Presidente Figueiredo", + "country": u"br", + "state": u"am", + "name": u"Presidente Figueiredo", }, { - "country": "br", - "state": "am", - "name": "Rio Preto da Eva", + "country": u"br", + "state": u"am", + "name": u"Rio Preto da Eva", }, { - "country": "br", - "state": "am", - "name": "Santa Isabel do Rio Negro", + "country": u"br", + "state": u"am", + "name": u"Santa Isabel do Rio Negro", }, { - "country": "br", - "state": "am", - "name": "Santo Antônio do Içá", + "country": u"br", + "state": u"am", + "name": u"Santo Antônio do Içá", }, { - "country": "br", - "state": "am", - "name": "São Gabriel da Cachoeira", + "country": u"br", + "state": u"am", + "name": u"São Gabriel da Cachoeira", }, { - "country": "br", - "state": "am", - "name": "São Paulo de Olivença", + "country": u"br", + "state": u"am", + "name": u"São Paulo de Olivença", }, { - "country": "br", - "state": "am", - "name": "São Sebastião do Uatumã", + "country": u"br", + "state": u"am", + "name": u"São Sebastião do Uatumã", }, { - "country": "br", - "state": "am", - "name": "Silves", + "country": u"br", + "state": u"am", + "name": u"Silves", }, { - "country": "br", - "state": "am", - "name": "Tabatinga", + "country": u"br", + "state": u"am", + "name": u"Tabatinga", }, { - "country": "br", - "state": "am", - "name": "Tapauá", + "country": u"br", + "state": u"am", + "name": u"Tapauá", }, { - "country": "br", - "state": "am", - "name": "Tefé", + "country": u"br", + "state": u"am", + "name": u"Tefé", }, { - "country": "br", - "state": "am", - "name": "Tonantins", + "country": u"br", + "state": u"am", + "name": u"Tonantins", }, { - "country": "br", - "state": "am", - "name": "Uarini", + "country": u"br", + "state": u"am", + "name": u"Uarini", }, { - "country": "br", - "state": "am", - "name": "Urucará", + "country": u"br", + "state": u"am", + "name": u"Urucará", }, { - "country": "br", - "state": "am", - "name": "Urucurituba", + "country": u"br", + "state": u"am", + "name": u"Urucurituba", }, { - "country": "br", - "state": "al", - "name": "Água Branca", + "country": u"br", + "state": u"al", + "name": u"Água Branca", }, { - "country": "br", - "state": "al", - "name": "Anadia", + "country": u"br", + "state": u"al", + "name": u"Anadia", }, { - "country": "br", - "state": "al", - "name": "Arapiraca", + "country": u"br", + "state": u"al", + "name": u"Arapiraca", }, { - "country": "br", - "state": "al", - "name": "Atalaia", + "country": u"br", + "state": u"al", + "name": u"Atalaia", }, { - "country": "br", - "state": "al", - "name": "Barra de Santo Antônio", + "country": u"br", + "state": u"al", + "name": u"Barra de Santo Antônio", }, { - "country": "br", - "state": "al", - "name": "Barra de São Miguel", + "country": u"br", + "state": u"al", + "name": u"Barra de São Miguel", }, { - "country": "br", - "state": "al", - "name": "Batalha", + "country": u"br", + "state": u"al", + "name": u"Batalha", }, { - "country": "br", - "state": "al", - "name": "Belém", + "country": u"br", + "state": u"al", + "name": u"Belém", }, { - "country": "br", - "state": "al", - "name": "Belo Monte", + "country": u"br", + "state": u"al", + "name": u"Belo Monte", }, { - "country": "br", - "state": "al", - "name": "Boca da Mata", + "country": u"br", + "state": u"al", + "name": u"Boca da Mata", }, { - "country": "br", - "state": "al", - "name": "Branquinha", + "country": u"br", + "state": u"al", + "name": u"Branquinha", }, { - "country": "br", - "state": "al", - "name": "Cacimbinhas", + "country": u"br", + "state": u"al", + "name": u"Cacimbinhas", }, { - "country": "br", - "state": "al", - "name": "Cajueiro", + "country": u"br", + "state": u"al", + "name": u"Cajueiro", }, { - "country": "br", - "state": "al", - "name": "Campestre", + "country": u"br", + "state": u"al", + "name": u"Campestre", }, { - "country": "br", - "state": "al", - "name": "Campo Alegre", + "country": u"br", + "state": u"al", + "name": u"Campo Alegre", }, { - "country": "br", - "state": "al", - "name": "Campo Grande", + "country": u"br", + "state": u"al", + "name": u"Campo Grande", }, { - "country": "br", - "state": "al", - "name": "Canapi", + "country": u"br", + "state": u"al", + "name": u"Canapi", }, { - "country": "br", - "state": "al", - "name": "Capela", + "country": u"br", + "state": u"al", + "name": u"Capela", }, { - "country": "br", - "state": "al", - "name": "Carneiros", + "country": u"br", + "state": u"al", + "name": u"Carneiros", }, { - "country": "br", - "state": "al", - "name": "Chã Preta", + "country": u"br", + "state": u"al", + "name": u"Chã Preta", }, { - "country": "br", - "state": "al", - "name": "Coité do Nóia", + "country": u"br", + "state": u"al", + "name": u"Coité do Nóia", }, { - "country": "br", - "state": "al", - "name": "Colônia Leopoldina", + "country": u"br", + "state": u"al", + "name": u"Colônia Leopoldina", }, { - "country": "br", - "state": "al", - "name": "Coqueiro Seco", + "country": u"br", + "state": u"al", + "name": u"Coqueiro Seco", }, { - "country": "br", - "state": "al", - "name": "Coruripe", + "country": u"br", + "state": u"al", + "name": u"Coruripe", }, { - "country": "br", - "state": "al", - "name": "Craíbas", + "country": u"br", + "state": u"al", + "name": u"Craíbas", }, { - "country": "br", - "state": "al", - "name": "Delmiro Gouveia", + "country": u"br", + "state": u"al", + "name": u"Delmiro Gouveia", }, { - "country": "br", - "state": "al", - "name": "Dois Riachos", + "country": u"br", + "state": u"al", + "name": u"Dois Riachos", }, { - "country": "br", - "state": "al", - "name": "Estrela de Alagoas", + "country": u"br", + "state": u"al", + "name": u"Estrela de Alagoas", }, { - "country": "br", - "state": "al", - "name": "Feira Grande", + "country": u"br", + "state": u"al", + "name": u"Feira Grande", }, { - "country": "br", - "state": "al", - "name": "Feliz Deserto", + "country": u"br", + "state": u"al", + "name": u"Feliz Deserto", }, { - "country": "br", - "state": "al", - "name": "Flexeiras", + "country": u"br", + "state": u"al", + "name": u"Flexeiras", }, { - "country": "br", - "state": "al", - "name": "Girau do Ponciano", + "country": u"br", + "state": u"al", + "name": u"Girau do Ponciano", }, { - "country": "br", - "state": "al", - "name": "Ibateguara", + "country": u"br", + "state": u"al", + "name": u"Ibateguara", }, { - "country": "br", - "state": "al", - "name": "Igaci", + "country": u"br", + "state": u"al", + "name": u"Igaci", }, { - "country": "br", - "state": "al", - "name": "Igreja Nova", + "country": u"br", + "state": u"al", + "name": u"Igreja Nova", }, { - "country": "br", - "state": "al", - "name": "Inhapi", + "country": u"br", + "state": u"al", + "name": u"Inhapi", }, { - "country": "br", - "state": "al", - "name": "Jacaré dos Homens", + "country": u"br", + "state": u"al", + "name": u"Jacaré dos Homens", }, { - "country": "br", - "state": "al", - "name": "Jacuípe", + "country": u"br", + "state": u"al", + "name": u"Jacuípe", }, { - "country": "br", - "state": "al", - "name": "Japaratinga", + "country": u"br", + "state": u"al", + "name": u"Japaratinga", }, { - "country": "br", - "state": "al", - "name": "Jaramataia", + "country": u"br", + "state": u"al", + "name": u"Jaramataia", }, { - "country": "br", - "state": "al", - "name": "Jequiá da Praia", + "country": u"br", + "state": u"al", + "name": u"Jequiá da Praia", }, { - "country": "br", - "state": "al", - "name": "Joaquim Gomes", + "country": u"br", + "state": u"al", + "name": u"Joaquim Gomes", }, { - "country": "br", - "state": "al", - "name": "Jundiá", + "country": u"br", + "state": u"al", + "name": u"Jundiá", }, { - "country": "br", - "state": "al", - "name": "Junqueiro", + "country": u"br", + "state": u"al", + "name": u"Junqueiro", }, { - "country": "br", - "state": "al", - "name": "Lagoa da Canoa", + "country": u"br", + "state": u"al", + "name": u"Lagoa da Canoa", }, { - "country": "br", - "state": "al", - "name": "Limoeiro de Anadia", + "country": u"br", + "state": u"al", + "name": u"Limoeiro de Anadia", }, { - "country": "br", - "state": "al", - "name": "Maceió", + "country": u"br", + "state": u"al", + "name": u"Maceió", }, { - "country": "br", - "state": "al", - "name": "Major Isidoro", + "country": u"br", + "state": u"al", + "name": u"Major Isidoro", }, { - "country": "br", - "state": "al", - "name": "Mar Vermelho", + "country": u"br", + "state": u"al", + "name": u"Mar Vermelho", }, { - "country": "br", - "state": "al", - "name": "Maragogi", + "country": u"br", + "state": u"al", + "name": u"Maragogi", }, { - "country": "br", - "state": "al", - "name": "Maravilha", + "country": u"br", + "state": u"al", + "name": u"Maravilha", }, { - "country": "br", - "state": "al", - "name": "Marechal Deodoro", + "country": u"br", + "state": u"al", + "name": u"Marechal Deodoro", }, { - "country": "br", - "state": "al", - "name": "Maribondo", + "country": u"br", + "state": u"al", + "name": u"Maribondo", }, { - "country": "br", - "state": "al", - "name": "Mata Grande", + "country": u"br", + "state": u"al", + "name": u"Mata Grande", }, { - "country": "br", - "state": "al", - "name": "Matriz de Camaragibe", + "country": u"br", + "state": u"al", + "name": u"Matriz de Camaragibe", }, { - "country": "br", - "state": "al", - "name": "Messias", + "country": u"br", + "state": u"al", + "name": u"Messias", }, { - "country": "br", - "state": "al", - "name": "Minador do Negrão", + "country": u"br", + "state": u"al", + "name": u"Minador do Negrão", }, { - "country": "br", - "state": "al", - "name": "Monteirópolis", + "country": u"br", + "state": u"al", + "name": u"Monteirópolis", }, { - "country": "br", - "state": "al", - "name": "Murici", + "country": u"br", + "state": u"al", + "name": u"Murici", }, { - "country": "br", - "state": "al", - "name": "Novo Lino", + "country": u"br", + "state": u"al", + "name": u"Novo Lino", }, { - "country": "br", - "state": "al", - "name": "Olho d`Água das Flores", + "country": u"br", + "state": u"al", + "name": u"Olho d`Água das Flores", }, { - "country": "br", - "state": "al", - "name": "Olho d`Água do Casado", + "country": u"br", + "state": u"al", + "name": u"Olho d`Água do Casado", }, { - "country": "br", - "state": "al", - "name": "Olho d`Água Grande", + "country": u"br", + "state": u"al", + "name": u"Olho d`Água Grande", }, { - "country": "br", - "state": "al", - "name": "Olivença", + "country": u"br", + "state": u"al", + "name": u"Olivença", }, { - "country": "br", - "state": "al", - "name": "Ouro Branco", + "country": u"br", + "state": u"al", + "name": u"Ouro Branco", }, { - "country": "br", - "state": "al", - "name": "Palestina", + "country": u"br", + "state": u"al", + "name": u"Palestina", }, { - "country": "br", - "state": "al", - "name": "Palmeira dos Índios", + "country": u"br", + "state": u"al", + "name": u"Palmeira dos Índios", }, { - "country": "br", - "state": "al", - "name": "Pão de Açúcar", + "country": u"br", + "state": u"al", + "name": u"Pão de Açúcar", }, { - "country": "br", - "state": "al", - "name": "Pariconha", + "country": u"br", + "state": u"al", + "name": u"Pariconha", }, { - "country": "br", - "state": "al", - "name": "Paripueira", + "country": u"br", + "state": u"al", + "name": u"Paripueira", }, { - "country": "br", - "state": "al", - "name": "Passo de Camaragibe", + "country": u"br", + "state": u"al", + "name": u"Passo de Camaragibe", }, { - "country": "br", - "state": "al", - "name": "Paulo Jacinto", + "country": u"br", + "state": u"al", + "name": u"Paulo Jacinto", }, { - "country": "br", - "state": "al", - "name": "Penedo", + "country": u"br", + "state": u"al", + "name": u"Penedo", }, { - "country": "br", - "state": "al", - "name": "Piaçabuçu", + "country": u"br", + "state": u"al", + "name": u"Piaçabuçu", }, { - "country": "br", - "state": "al", - "name": "Pilar", + "country": u"br", + "state": u"al", + "name": u"Pilar", }, { - "country": "br", - "state": "al", - "name": "Pindoba", + "country": u"br", + "state": u"al", + "name": u"Pindoba", }, { - "country": "br", - "state": "al", - "name": "Piranhas", + "country": u"br", + "state": u"al", + "name": u"Piranhas", }, { - "country": "br", - "state": "al", - "name": "Poço das Trincheiras", + "country": u"br", + "state": u"al", + "name": u"Poço das Trincheiras", }, { - "country": "br", - "state": "al", - "name": "Porto Calvo", + "country": u"br", + "state": u"al", + "name": u"Porto Calvo", }, { - "country": "br", - "state": "al", - "name": "Porto de Pedras", + "country": u"br", + "state": u"al", + "name": u"Porto de Pedras", }, { - "country": "br", - "state": "al", - "name": "Porto Real do Colégio", + "country": u"br", + "state": u"al", + "name": u"Porto Real do Colégio", }, { - "country": "br", - "state": "al", - "name": "Quebrangulo", + "country": u"br", + "state": u"al", + "name": u"Quebrangulo", }, { - "country": "br", - "state": "al", - "name": "Rio Largo", + "country": u"br", + "state": u"al", + "name": u"Rio Largo", }, { - "country": "br", - "state": "al", - "name": "Roteiro", + "country": u"br", + "state": u"al", + "name": u"Roteiro", }, { - "country": "br", - "state": "al", - "name": "Santa Luzia do Norte", + "country": u"br", + "state": u"al", + "name": u"Santa Luzia do Norte", }, { - "country": "br", - "state": "al", - "name": "Santana do Ipanema", + "country": u"br", + "state": u"al", + "name": u"Santana do Ipanema", }, { - "country": "br", - "state": "al", - "name": "Santana do Mundaú", + "country": u"br", + "state": u"al", + "name": u"Santana do Mundaú", }, { - "country": "br", - "state": "al", - "name": "São Brás", + "country": u"br", + "state": u"al", + "name": u"São Brás", }, { - "country": "br", - "state": "al", - "name": "São José da Laje", + "country": u"br", + "state": u"al", + "name": u"São José da Laje", }, { - "country": "br", - "state": "al", - "name": "São José da Tapera", + "country": u"br", + "state": u"al", + "name": u"São José da Tapera", }, { - "country": "br", - "state": "al", - "name": "São Luís do Quitunde", + "country": u"br", + "state": u"al", + "name": u"São Luís do Quitunde", }, { - "country": "br", - "state": "al", - "name": "São Miguel dos Campos", + "country": u"br", + "state": u"al", + "name": u"São Miguel dos Campos", }, { - "country": "br", - "state": "al", - "name": "São Miguel dos Milagres", + "country": u"br", + "state": u"al", + "name": u"São Miguel dos Milagres", }, { - "country": "br", - "state": "al", - "name": "São Sebastião", + "country": u"br", + "state": u"al", + "name": u"São Sebastião", }, { - "country": "br", - "state": "al", - "name": "Satuba", + "country": u"br", + "state": u"al", + "name": u"Satuba", }, { - "country": "br", - "state": "al", - "name": "Senador Rui Palmeira", + "country": u"br", + "state": u"al", + "name": u"Senador Rui Palmeira", }, { - "country": "br", - "state": "al", - "name": "Tanque d`Arca", + "country": u"br", + "state": u"al", + "name": u"Tanque d`Arca", }, { - "country": "br", - "state": "al", - "name": "Taquarana", + "country": u"br", + "state": u"al", + "name": u"Taquarana", }, { - "country": "br", - "state": "al", - "name": "Teotônio Vilela", + "country": u"br", + "state": u"al", + "name": u"Teotônio Vilela", }, { - "country": "br", - "state": "al", - "name": "Traipu", + "country": u"br", + "state": u"al", + "name": u"Traipu", }, { - "country": "br", - "state": "al", - "name": "União dos Palmares", + "country": u"br", + "state": u"al", + "name": u"União dos Palmares", }, { - "country": "br", - "state": "al", - "name": "Viçosa", + "country": u"br", + "state": u"al", + "name": u"Viçosa", }, { - "country": "br", - "state": "ce", - "name": "Abaiara", + "country": u"br", + "state": u"ce", + "name": u"Abaiara", }, { - "country": "br", - "state": "ce", - "name": "Acarape", + "country": u"br", + "state": u"ce", + "name": u"Acarape", }, { - "country": "br", - "state": "ce", - "name": "Acaraú", + "country": u"br", + "state": u"ce", + "name": u"Acaraú", }, { - "country": "br", - "state": "ce", - "name": "Acopiara", + "country": u"br", + "state": u"ce", + "name": u"Acopiara", }, { - "country": "br", - "state": "ce", - "name": "Aiuaba", + "country": u"br", + "state": u"ce", + "name": u"Aiuaba", }, { - "country": "br", - "state": "ce", - "name": "Alcântaras", + "country": u"br", + "state": u"ce", + "name": u"Alcântaras", }, { - "country": "br", - "state": "ce", - "name": "Altaneira", + "country": u"br", + "state": u"ce", + "name": u"Altaneira", }, { - "country": "br", - "state": "ce", - "name": "Alto Santo", + "country": u"br", + "state": u"ce", + "name": u"Alto Santo", }, { - "country": "br", - "state": "ce", - "name": "Amontada", + "country": u"br", + "state": u"ce", + "name": u"Amontada", }, { - "country": "br", - "state": "ce", - "name": "Antonina do Norte", + "country": u"br", + "state": u"ce", + "name": u"Antonina do Norte", }, { - "country": "br", - "state": "ce", - "name": "Apuiarés", + "country": u"br", + "state": u"ce", + "name": u"Apuiarés", }, { - "country": "br", - "state": "ce", - "name": "Aquiraz", + "country": u"br", + "state": u"ce", + "name": u"Aquiraz", }, { - "country": "br", - "state": "ce", - "name": "Aracati", + "country": u"br", + "state": u"ce", + "name": u"Aracati", }, { - "country": "br", - "state": "ce", - "name": "Aracoiaba", + "country": u"br", + "state": u"ce", + "name": u"Aracoiaba", }, { - "country": "br", - "state": "ce", - "name": "Ararendá", + "country": u"br", + "state": u"ce", + "name": u"Ararendá", }, { - "country": "br", - "state": "ce", - "name": "Araripe", + "country": u"br", + "state": u"ce", + "name": u"Araripe", }, { - "country": "br", - "state": "ce", - "name": "Aratuba", + "country": u"br", + "state": u"ce", + "name": u"Aratuba", }, { - "country": "br", - "state": "ce", - "name": "Arneiroz", + "country": u"br", + "state": u"ce", + "name": u"Arneiroz", }, { - "country": "br", - "state": "ce", - "name": "Assaré", + "country": u"br", + "state": u"ce", + "name": u"Assaré", }, { - "country": "br", - "state": "ce", - "name": "Aurora", + "country": u"br", + "state": u"ce", + "name": u"Aurora", }, { - "country": "br", - "state": "ce", - "name": "Baixio", + "country": u"br", + "state": u"ce", + "name": u"Baixio", }, { - "country": "br", - "state": "ce", - "name": "Banabuiú", + "country": u"br", + "state": u"ce", + "name": u"Banabuiú", }, { - "country": "br", - "state": "ce", - "name": "Barbalha", + "country": u"br", + "state": u"ce", + "name": u"Barbalha", }, { - "country": "br", - "state": "ce", - "name": "Barreira", + "country": u"br", + "state": u"ce", + "name": u"Barreira", }, { - "country": "br", - "state": "ce", - "name": "Barro", + "country": u"br", + "state": u"ce", + "name": u"Barro", }, { - "country": "br", - "state": "ce", - "name": "Barroquinha", + "country": u"br", + "state": u"ce", + "name": u"Barroquinha", }, { - "country": "br", - "state": "ce", - "name": "Baturité", + "country": u"br", + "state": u"ce", + "name": u"Baturité", }, { - "country": "br", - "state": "ce", - "name": "Beberibe", + "country": u"br", + "state": u"ce", + "name": u"Beberibe", }, { - "country": "br", - "state": "ce", - "name": "Bela Cruz", + "country": u"br", + "state": u"ce", + "name": u"Bela Cruz", }, { - "country": "br", - "state": "ce", - "name": "Boa Viagem", + "country": u"br", + "state": u"ce", + "name": u"Boa Viagem", }, { - "country": "br", - "state": "ce", - "name": "Brejo Santo", + "country": u"br", + "state": u"ce", + "name": u"Brejo Santo", }, { - "country": "br", - "state": "ce", - "name": "Camocim", + "country": u"br", + "state": u"ce", + "name": u"Camocim", }, { - "country": "br", - "state": "ce", - "name": "Campos Sales", + "country": u"br", + "state": u"ce", + "name": u"Campos Sales", }, { - "country": "br", - "state": "ce", - "name": "Canindé", + "country": u"br", + "state": u"ce", + "name": u"Canindé", }, { - "country": "br", - "state": "ce", - "name": "Capistrano", + "country": u"br", + "state": u"ce", + "name": u"Capistrano", }, { - "country": "br", - "state": "ce", - "name": "Caridade", + "country": u"br", + "state": u"ce", + "name": u"Caridade", }, { - "country": "br", - "state": "ce", - "name": "Cariré", + "country": u"br", + "state": u"ce", + "name": u"Cariré", }, { - "country": "br", - "state": "ce", - "name": "Caririaçu", + "country": u"br", + "state": u"ce", + "name": u"Caririaçu", }, { - "country": "br", - "state": "ce", - "name": "Cariús", + "country": u"br", + "state": u"ce", + "name": u"Cariús", }, { - "country": "br", - "state": "ce", - "name": "Carnaubal", + "country": u"br", + "state": u"ce", + "name": u"Carnaubal", }, { - "country": "br", - "state": "ce", - "name": "Cascavel", + "country": u"br", + "state": u"ce", + "name": u"Cascavel", }, { - "country": "br", - "state": "ce", - "name": "Catarina", + "country": u"br", + "state": u"ce", + "name": u"Catarina", }, { - "country": "br", - "state": "ce", - "name": "Catunda", + "country": u"br", + "state": u"ce", + "name": u"Catunda", }, { - "country": "br", - "state": "ce", - "name": "Caucaia", + "country": u"br", + "state": u"ce", + "name": u"Caucaia", }, { - "country": "br", - "state": "ce", - "name": "Cedro", + "country": u"br", + "state": u"ce", + "name": u"Cedro", }, { - "country": "br", - "state": "ce", - "name": "Chaval", + "country": u"br", + "state": u"ce", + "name": u"Chaval", }, { - "country": "br", - "state": "ce", - "name": "Choró", + "country": u"br", + "state": u"ce", + "name": u"Choró", }, { - "country": "br", - "state": "ce", - "name": "Chorozinho", + "country": u"br", + "state": u"ce", + "name": u"Chorozinho", }, { - "country": "br", - "state": "ce", - "name": "Coreaú", + "country": u"br", + "state": u"ce", + "name": u"Coreaú", }, { - "country": "br", - "state": "ce", - "name": "Crateús", + "country": u"br", + "state": u"ce", + "name": u"Crateús", }, { - "country": "br", - "state": "ce", - "name": "Crato", + "country": u"br", + "state": u"ce", + "name": u"Crato", }, { - "country": "br", - "state": "ce", - "name": "Croatá", + "country": u"br", + "state": u"ce", + "name": u"Croatá", }, { - "country": "br", - "state": "ce", - "name": "Cruz", + "country": u"br", + "state": u"ce", + "name": u"Cruz", }, { - "country": "br", - "state": "ce", - "name": "Deputado Irapuan Pinheiro", + "country": u"br", + "state": u"ce", + "name": u"Deputado Irapuan Pinheiro", }, { - "country": "br", - "state": "ce", - "name": "Ererê", + "country": u"br", + "state": u"ce", + "name": u"Ererê", }, { - "country": "br", - "state": "ce", - "name": "Eusébio", + "country": u"br", + "state": u"ce", + "name": u"Eusébio", }, { - "country": "br", - "state": "ce", - "name": "Farias Brito", + "country": u"br", + "state": u"ce", + "name": u"Farias Brito", }, { - "country": "br", - "state": "ce", - "name": "Forquilha", + "country": u"br", + "state": u"ce", + "name": u"Forquilha", }, { - "country": "br", - "state": "ce", - "name": "Fortaleza", + "country": u"br", + "state": u"ce", + "name": u"Fortaleza", }, { - "country": "br", - "state": "ce", - "name": "Fortim", + "country": u"br", + "state": u"ce", + "name": u"Fortim", }, { - "country": "br", - "state": "ce", - "name": "Frecheirinha", + "country": u"br", + "state": u"ce", + "name": u"Frecheirinha", }, { - "country": "br", - "state": "ce", - "name": "General Sampaio", + "country": u"br", + "state": u"ce", + "name": u"General Sampaio", }, { - "country": "br", - "state": "ce", - "name": "Graça", + "country": u"br", + "state": u"ce", + "name": u"Graça", }, { - "country": "br", - "state": "ce", - "name": "Granja", + "country": u"br", + "state": u"ce", + "name": u"Granja", }, { - "country": "br", - "state": "ce", - "name": "Granjeiro", + "country": u"br", + "state": u"ce", + "name": u"Granjeiro", }, { - "country": "br", - "state": "ce", - "name": "Groaíras", + "country": u"br", + "state": u"ce", + "name": u"Groaíras", }, { - "country": "br", - "state": "ce", - "name": "Guaiúba", + "country": u"br", + "state": u"ce", + "name": u"Guaiúba", }, { - "country": "br", - "state": "ce", - "name": "Guaraciaba do Norte", + "country": u"br", + "state": u"ce", + "name": u"Guaraciaba do Norte", }, { - "country": "br", - "state": "ce", - "name": "Guaramiranga", + "country": u"br", + "state": u"ce", + "name": u"Guaramiranga", }, { - "country": "br", - "state": "ce", - "name": "Hidrolândia", + "country": u"br", + "state": u"ce", + "name": u"Hidrolândia", }, { - "country": "br", - "state": "ce", - "name": "Horizonte", + "country": u"br", + "state": u"ce", + "name": u"Horizonte", }, { - "country": "br", - "state": "ce", - "name": "Ibaretama", + "country": u"br", + "state": u"ce", + "name": u"Ibaretama", }, { - "country": "br", - "state": "ce", - "name": "Ibiapina", + "country": u"br", + "state": u"ce", + "name": u"Ibiapina", }, { - "country": "br", - "state": "ce", - "name": "Ibicuitinga", + "country": u"br", + "state": u"ce", + "name": u"Ibicuitinga", }, { - "country": "br", - "state": "ce", - "name": "Icapuí", + "country": u"br", + "state": u"ce", + "name": u"Icapuí", }, { - "country": "br", - "state": "ce", - "name": "Icó", + "country": u"br", + "state": u"ce", + "name": u"Icó", }, { - "country": "br", - "state": "ce", - "name": "Iguatu", + "country": u"br", + "state": u"ce", + "name": u"Iguatu", }, { - "country": "br", - "state": "ce", - "name": "Independência", + "country": u"br", + "state": u"ce", + "name": u"Independência", }, { - "country": "br", - "state": "ce", - "name": "Ipaporanga", + "country": u"br", + "state": u"ce", + "name": u"Ipaporanga", }, { - "country": "br", - "state": "ce", - "name": "Ipaumirim", + "country": u"br", + "state": u"ce", + "name": u"Ipaumirim", }, { - "country": "br", - "state": "ce", - "name": "Ipu", + "country": u"br", + "state": u"ce", + "name": u"Ipu", }, { - "country": "br", - "state": "ce", - "name": "Ipueiras", + "country": u"br", + "state": u"ce", + "name": u"Ipueiras", }, { - "country": "br", - "state": "ce", - "name": "Iracema", + "country": u"br", + "state": u"ce", + "name": u"Iracema", }, { - "country": "br", - "state": "ce", - "name": "Irauçuba", + "country": u"br", + "state": u"ce", + "name": u"Irauçuba", }, { - "country": "br", - "state": "ce", - "name": "Itaiçaba", + "country": u"br", + "state": u"ce", + "name": u"Itaiçaba", }, { - "country": "br", - "state": "ce", - "name": "Itaitinga", + "country": u"br", + "state": u"ce", + "name": u"Itaitinga", }, { - "country": "br", - "state": "ce", - "name": "Itapagé", + "country": u"br", + "state": u"ce", + "name": u"Itapagé", }, { - "country": "br", - "state": "ce", - "name": "Itapipoca", + "country": u"br", + "state": u"ce", + "name": u"Itapipoca", }, { - "country": "br", - "state": "ce", - "name": "Itapiúna", + "country": u"br", + "state": u"ce", + "name": u"Itapiúna", }, { - "country": "br", - "state": "ce", - "name": "Itarema", + "country": u"br", + "state": u"ce", + "name": u"Itarema", }, { - "country": "br", - "state": "ce", - "name": "Itatira", + "country": u"br", + "state": u"ce", + "name": u"Itatira", }, { - "country": "br", - "state": "ce", - "name": "Jaguaretama", + "country": u"br", + "state": u"ce", + "name": u"Jaguaretama", }, { - "country": "br", - "state": "ce", - "name": "Jaguaribara", + "country": u"br", + "state": u"ce", + "name": u"Jaguaribara", }, { - "country": "br", - "state": "ce", - "name": "Jaguaribe", + "country": u"br", + "state": u"ce", + "name": u"Jaguaribe", }, { - "country": "br", - "state": "ce", - "name": "Jaguaruana", + "country": u"br", + "state": u"ce", + "name": u"Jaguaruana", }, { - "country": "br", - "state": "ce", - "name": "Jardim", + "country": u"br", + "state": u"ce", + "name": u"Jardim", }, { - "country": "br", - "state": "ce", - "name": "Jati", + "country": u"br", + "state": u"ce", + "name": u"Jati", }, { - "country": "br", - "state": "ce", - "name": "Jijoca de Jericoacoara", + "country": u"br", + "state": u"ce", + "name": u"Jijoca de Jericoacoara", }, { - "country": "br", - "state": "ce", - "name": "Juazeiro do Norte", + "country": u"br", + "state": u"ce", + "name": u"Juazeiro do Norte", }, { - "country": "br", - "state": "ce", - "name": "Jucás", + "country": u"br", + "state": u"ce", + "name": u"Jucás", }, { - "country": "br", - "state": "ce", - "name": "Lavras da Mangabeira", + "country": u"br", + "state": u"ce", + "name": u"Lavras da Mangabeira", }, { - "country": "br", - "state": "ce", - "name": "Limoeiro do Norte", + "country": u"br", + "state": u"ce", + "name": u"Limoeiro do Norte", }, { - "country": "br", - "state": "ce", - "name": "Madalena", + "country": u"br", + "state": u"ce", + "name": u"Madalena", }, { - "country": "br", - "state": "ce", - "name": "Maracanaú", + "country": u"br", + "state": u"ce", + "name": u"Maracanaú", }, { - "country": "br", - "state": "ce", - "name": "Maranguape", + "country": u"br", + "state": u"ce", + "name": u"Maranguape", }, { - "country": "br", - "state": "ce", - "name": "Marco", + "country": u"br", + "state": u"ce", + "name": u"Marco", }, { - "country": "br", - "state": "ce", - "name": "Martinópole", + "country": u"br", + "state": u"ce", + "name": u"Martinópole", }, { - "country": "br", - "state": "ce", - "name": "Massapê", + "country": u"br", + "state": u"ce", + "name": u"Massapê", }, { - "country": "br", - "state": "ce", - "name": "Mauriti", + "country": u"br", + "state": u"ce", + "name": u"Mauriti", }, { - "country": "br", - "state": "ce", - "name": "Meruoca", + "country": u"br", + "state": u"ce", + "name": u"Meruoca", }, { - "country": "br", - "state": "ce", - "name": "Milagres", + "country": u"br", + "state": u"ce", + "name": u"Milagres", }, { - "country": "br", - "state": "ce", - "name": "Milhã", + "country": u"br", + "state": u"ce", + "name": u"Milhã", }, { - "country": "br", - "state": "ce", - "name": "Miraíma", + "country": u"br", + "state": u"ce", + "name": u"Miraíma", }, { - "country": "br", - "state": "ce", - "name": "Missão Velha", + "country": u"br", + "state": u"ce", + "name": u"Missão Velha", }, { - "country": "br", - "state": "ce", - "name": "Mombaça", + "country": u"br", + "state": u"ce", + "name": u"Mombaça", }, { - "country": "br", - "state": "ce", - "name": "Monsenhor Tabosa", + "country": u"br", + "state": u"ce", + "name": u"Monsenhor Tabosa", }, { - "country": "br", - "state": "ce", - "name": "Morada Nova", + "country": u"br", + "state": u"ce", + "name": u"Morada Nova", }, { - "country": "br", - "state": "ce", - "name": "Moraújo", + "country": u"br", + "state": u"ce", + "name": u"Moraújo", }, { - "country": "br", - "state": "ce", - "name": "Morrinhos", + "country": u"br", + "state": u"ce", + "name": u"Morrinhos", }, { - "country": "br", - "state": "ce", - "name": "Mucambo", + "country": u"br", + "state": u"ce", + "name": u"Mucambo", }, { - "country": "br", - "state": "ce", - "name": "Mulungu", + "country": u"br", + "state": u"ce", + "name": u"Mulungu", }, { - "country": "br", - "state": "ce", - "name": "Nova Olinda", + "country": u"br", + "state": u"ce", + "name": u"Nova Olinda", }, { - "country": "br", - "state": "ce", - "name": "Nova Russas", + "country": u"br", + "state": u"ce", + "name": u"Nova Russas", }, { - "country": "br", - "state": "ce", - "name": "Novo Oriente", + "country": u"br", + "state": u"ce", + "name": u"Novo Oriente", }, { - "country": "br", - "state": "ce", - "name": "Ocara", + "country": u"br", + "state": u"ce", + "name": u"Ocara", }, { - "country": "br", - "state": "ce", - "name": "Orós", + "country": u"br", + "state": u"ce", + "name": u"Orós", }, { - "country": "br", - "state": "ce", - "name": "Pacajus", + "country": u"br", + "state": u"ce", + "name": u"Pacajus", }, { - "country": "br", - "state": "ce", - "name": "Pacatuba", + "country": u"br", + "state": u"ce", + "name": u"Pacatuba", }, { - "country": "br", - "state": "ce", - "name": "Pacoti", + "country": u"br", + "state": u"ce", + "name": u"Pacoti", }, { - "country": "br", - "state": "ce", - "name": "Pacujá", + "country": u"br", + "state": u"ce", + "name": u"Pacujá", }, { - "country": "br", - "state": "ce", - "name": "Palhano", + "country": u"br", + "state": u"ce", + "name": u"Palhano", }, { - "country": "br", - "state": "ce", - "name": "Palmácia", + "country": u"br", + "state": u"ce", + "name": u"Palmácia", }, { - "country": "br", - "state": "ce", - "name": "Paracuru", + "country": u"br", + "state": u"ce", + "name": u"Paracuru", }, { - "country": "br", - "state": "ce", - "name": "Paraipaba", + "country": u"br", + "state": u"ce", + "name": u"Paraipaba", }, { - "country": "br", - "state": "ce", - "name": "Parambu", + "country": u"br", + "state": u"ce", + "name": u"Parambu", }, { - "country": "br", - "state": "ce", - "name": "Paramoti", + "country": u"br", + "state": u"ce", + "name": u"Paramoti", }, { - "country": "br", - "state": "ce", - "name": "Pedra Branca", + "country": u"br", + "state": u"ce", + "name": u"Pedra Branca", }, { - "country": "br", - "state": "ce", - "name": "Penaforte", + "country": u"br", + "state": u"ce", + "name": u"Penaforte", }, { - "country": "br", - "state": "ce", - "name": "Pentecoste", + "country": u"br", + "state": u"ce", + "name": u"Pentecoste", }, { - "country": "br", - "state": "ce", - "name": "Pereiro", + "country": u"br", + "state": u"ce", + "name": u"Pereiro", }, { - "country": "br", - "state": "ce", - "name": "Pindoretama", + "country": u"br", + "state": u"ce", + "name": u"Pindoretama", }, { - "country": "br", - "state": "ce", - "name": "Piquet Carneiro", + "country": u"br", + "state": u"ce", + "name": u"Piquet Carneiro", }, { - "country": "br", - "state": "ce", - "name": "Pires Ferreira", + "country": u"br", + "state": u"ce", + "name": u"Pires Ferreira", }, { - "country": "br", - "state": "ce", - "name": "Poranga", + "country": u"br", + "state": u"ce", + "name": u"Poranga", }, { - "country": "br", - "state": "ce", - "name": "Porteiras", + "country": u"br", + "state": u"ce", + "name": u"Porteiras", }, { - "country": "br", - "state": "ce", - "name": "Potengi", + "country": u"br", + "state": u"ce", + "name": u"Potengi", }, { - "country": "br", - "state": "ce", - "name": "Potiretama", + "country": u"br", + "state": u"ce", + "name": u"Potiretama", }, { - "country": "br", - "state": "ce", - "name": "Quiterianópolis", + "country": u"br", + "state": u"ce", + "name": u"Quiterianópolis", }, { - "country": "br", - "state": "ce", - "name": "Quixadá", + "country": u"br", + "state": u"ce", + "name": u"Quixadá", }, { - "country": "br", - "state": "ce", - "name": "Quixelô", + "country": u"br", + "state": u"ce", + "name": u"Quixelô", }, { - "country": "br", - "state": "ce", - "name": "Quixeramobim", + "country": u"br", + "state": u"ce", + "name": u"Quixeramobim", }, { - "country": "br", - "state": "ce", - "name": "Quixeré", + "country": u"br", + "state": u"ce", + "name": u"Quixeré", }, { - "country": "br", - "state": "ce", - "name": "Redenção", + "country": u"br", + "state": u"ce", + "name": u"Redenção", }, { - "country": "br", - "state": "ce", - "name": "Reriutaba", + "country": u"br", + "state": u"ce", + "name": u"Reriutaba", }, { - "country": "br", - "state": "ce", - "name": "Russas", + "country": u"br", + "state": u"ce", + "name": u"Russas", }, { - "country": "br", - "state": "ce", - "name": "Saboeiro", + "country": u"br", + "state": u"ce", + "name": u"Saboeiro", }, { - "country": "br", - "state": "ce", - "name": "Salitre", + "country": u"br", + "state": u"ce", + "name": u"Salitre", }, { - "country": "br", - "state": "ce", - "name": "Santa Quitéria", + "country": u"br", + "state": u"ce", + "name": u"Santa Quitéria", }, { - "country": "br", - "state": "ce", - "name": "Santana do Acaraú", + "country": u"br", + "state": u"ce", + "name": u"Santana do Acaraú", }, { - "country": "br", - "state": "ce", - "name": "Santana do Cariri", + "country": u"br", + "state": u"ce", + "name": u"Santana do Cariri", }, { - "country": "br", - "state": "ce", - "name": "São Benedito", + "country": u"br", + "state": u"ce", + "name": u"São Benedito", }, { - "country": "br", - "state": "ce", - "name": "São Gonçalo do Amarante", + "country": u"br", + "state": u"ce", + "name": u"São Gonçalo do Amarante", }, { - "country": "br", - "state": "ce", - "name": "São João do Jaguaribe", + "country": u"br", + "state": u"ce", + "name": u"São João do Jaguaribe", }, { - "country": "br", - "state": "ce", - "name": "São Luís do Curu", + "country": u"br", + "state": u"ce", + "name": u"São Luís do Curu", }, { - "country": "br", - "state": "ce", - "name": "Senador Pompeu", + "country": u"br", + "state": u"ce", + "name": u"Senador Pompeu", }, { - "country": "br", - "state": "ce", - "name": "Senador Sá", + "country": u"br", + "state": u"ce", + "name": u"Senador Sá", }, { - "country": "br", - "state": "ce", - "name": "Sobral", + "country": u"br", + "state": u"ce", + "name": u"Sobral", }, { - "country": "br", - "state": "ce", - "name": "Solonópole", + "country": u"br", + "state": u"ce", + "name": u"Solonópole", }, { - "country": "br", - "state": "ce", - "name": "Tabuleiro do Norte", + "country": u"br", + "state": u"ce", + "name": u"Tabuleiro do Norte", }, { - "country": "br", - "state": "ce", - "name": "Tamboril", + "country": u"br", + "state": u"ce", + "name": u"Tamboril", }, { - "country": "br", - "state": "ce", - "name": "Tarrafas", + "country": u"br", + "state": u"ce", + "name": u"Tarrafas", }, { - "country": "br", - "state": "ce", - "name": "Tauá", + "country": u"br", + "state": u"ce", + "name": u"Tauá", }, { - "country": "br", - "state": "ce", - "name": "Tejuçuoca", + "country": u"br", + "state": u"ce", + "name": u"Tejuçuoca", }, { - "country": "br", - "state": "ce", - "name": "Tianguá", + "country": u"br", + "state": u"ce", + "name": u"Tianguá", }, { - "country": "br", - "state": "ce", - "name": "Trairi", + "country": u"br", + "state": u"ce", + "name": u"Trairi", }, { - "country": "br", - "state": "ce", - "name": "Tururu", + "country": u"br", + "state": u"ce", + "name": u"Tururu", }, { - "country": "br", - "state": "ce", - "name": "Ubajara", + "country": u"br", + "state": u"ce", + "name": u"Ubajara", }, { - "country": "br", - "state": "ce", - "name": "Umari", + "country": u"br", + "state": u"ce", + "name": u"Umari", }, { - "country": "br", - "state": "ce", - "name": "Umirim", + "country": u"br", + "state": u"ce", + "name": u"Umirim", }, { - "country": "br", - "state": "ce", - "name": "Uruburetama", + "country": u"br", + "state": u"ce", + "name": u"Uruburetama", }, { - "country": "br", - "state": "ce", - "name": "Uruoca", + "country": u"br", + "state": u"ce", + "name": u"Uruoca", }, { - "country": "br", - "state": "ce", - "name": "Varjota", + "country": u"br", + "state": u"ce", + "name": u"Varjota", }, { - "country": "br", - "state": "ce", - "name": "Várzea Alegre", + "country": u"br", + "state": u"ce", + "name": u"Várzea Alegre", }, { - "country": "br", - "state": "ce", - "name": "Viçosa do Ceará", + "country": u"br", + "state": u"ce", + "name": u"Viçosa do Ceará", }, { - "country": "br", - "state": "ap", - "name": "Amapá", + "country": u"br", + "state": u"ap", + "name": u"Amapá", }, { - "country": "br", - "state": "ap", - "name": "Calçoene", + "country": u"br", + "state": u"ap", + "name": u"Calçoene", }, { - "country": "br", - "state": "ap", - "name": "Cutias", + "country": u"br", + "state": u"ap", + "name": u"Cutias", }, { - "country": "br", - "state": "ap", - "name": "Ferreira Gomes", + "country": u"br", + "state": u"ap", + "name": u"Ferreira Gomes", }, { - "country": "br", - "state": "ap", - "name": "Itaubal", + "country": u"br", + "state": u"ap", + "name": u"Itaubal", }, { - "country": "br", - "state": "ap", - "name": "Laranjal do Jari", + "country": u"br", + "state": u"ap", + "name": u"Laranjal do Jari", }, { - "country": "br", - "state": "ap", - "name": "Macapá", + "country": u"br", + "state": u"ap", + "name": u"Macapá", }, { - "country": "br", - "state": "ap", - "name": "Mazagão", + "country": u"br", + "state": u"ap", + "name": u"Mazagão", }, { - "country": "br", - "state": "ap", - "name": "Oiapoque", + "country": u"br", + "state": u"ap", + "name": u"Oiapoque", }, { - "country": "br", - "state": "ap", - "name": "Pedra Branca do Amaparí", + "country": u"br", + "state": u"ap", + "name": u"Pedra Branca do Amaparí", }, { - "country": "br", - "state": "ap", - "name": "Porto Grande", + "country": u"br", + "state": u"ap", + "name": u"Porto Grande", }, { - "country": "br", - "state": "ap", - "name": "Pracuúba", + "country": u"br", + "state": u"ap", + "name": u"Pracuúba", }, { - "country": "br", - "state": "ap", - "name": "Santana", + "country": u"br", + "state": u"ap", + "name": u"Santana", }, { - "country": "br", - "state": "ap", - "name": "Serra do Navio", + "country": u"br", + "state": u"ap", + "name": u"Serra do Navio", }, { - "country": "br", - "state": "ap", - "name": "Tartarugalzinho", + "country": u"br", + "state": u"ap", + "name": u"Tartarugalzinho", }, { - "country": "br", - "state": "ap", - "name": "Vitória do Jari", + "country": u"br", + "state": u"ap", + "name": u"Vitória do Jari", }, { - "country": "br", - "state": "go", - "name": "Abadia de Goiás", + "country": u"br", + "state": u"go", + "name": u"Abadia de Goiás", }, { - "country": "br", - "state": "go", - "name": "Abadiânia", + "country": u"br", + "state": u"go", + "name": u"Abadiânia", }, { - "country": "br", - "state": "go", - "name": "Acreúna", + "country": u"br", + "state": u"go", + "name": u"Acreúna", }, { - "country": "br", - "state": "go", - "name": "Adelândia", + "country": u"br", + "state": u"go", + "name": u"Adelândia", }, { - "country": "br", - "state": "go", - "name": "Água Fria de Goiás", + "country": u"br", + "state": u"go", + "name": u"Água Fria de Goiás", }, { - "country": "br", - "state": "go", - "name": "Água Limpa", + "country": u"br", + "state": u"go", + "name": u"Água Limpa", }, { - "country": "br", - "state": "go", - "name": "Águas Lindas de Goiás", + "country": u"br", + "state": u"go", + "name": u"Águas Lindas de Goiás", }, { - "country": "br", - "state": "go", - "name": "Alexânia", + "country": u"br", + "state": u"go", + "name": u"Alexânia", }, { - "country": "br", - "state": "go", - "name": "Aloândia", + "country": u"br", + "state": u"go", + "name": u"Aloândia", }, { - "country": "br", - "state": "go", - "name": "Alto Horizonte", + "country": u"br", + "state": u"go", + "name": u"Alto Horizonte", }, { - "country": "br", - "state": "go", - "name": "Alto Paraíso de Goiás", + "country": u"br", + "state": u"go", + "name": u"Alto Paraíso de Goiás", }, { - "country": "br", - "state": "go", - "name": "Alvorada do Norte", + "country": u"br", + "state": u"go", + "name": u"Alvorada do Norte", }, { - "country": "br", - "state": "go", - "name": "Amaralina", + "country": u"br", + "state": u"go", + "name": u"Amaralina", }, { - "country": "br", - "state": "go", - "name": "Americano do Brasil", + "country": u"br", + "state": u"go", + "name": u"Americano do Brasil", }, { - "country": "br", - "state": "go", - "name": "Amorinópolis", + "country": u"br", + "state": u"go", + "name": u"Amorinópolis", }, { - "country": "br", - "state": "go", - "name": "Anápolis", + "country": u"br", + "state": u"go", + "name": u"Anápolis", }, { - "country": "br", - "state": "go", - "name": "Anhanguera", + "country": u"br", + "state": u"go", + "name": u"Anhanguera", }, { - "country": "br", - "state": "go", - "name": "Anicuns", + "country": u"br", + "state": u"go", + "name": u"Anicuns", }, { - "country": "br", - "state": "go", - "name": "Aparecida de Goiânia", + "country": u"br", + "state": u"go", + "name": u"Aparecida de Goiânia", }, { - "country": "br", - "state": "go", - "name": "Aparecida do Rio Doce", + "country": u"br", + "state": u"go", + "name": u"Aparecida do Rio Doce", }, { - "country": "br", - "state": "go", - "name": "Aporé", + "country": u"br", + "state": u"go", + "name": u"Aporé", }, { - "country": "br", - "state": "go", - "name": "Araçu", + "country": u"br", + "state": u"go", + "name": u"Araçu", }, { - "country": "br", - "state": "go", - "name": "Aragarças", + "country": u"br", + "state": u"go", + "name": u"Aragarças", }, { - "country": "br", - "state": "go", - "name": "Aragoiânia", + "country": u"br", + "state": u"go", + "name": u"Aragoiânia", }, { - "country": "br", - "state": "go", - "name": "Araguapaz", + "country": u"br", + "state": u"go", + "name": u"Araguapaz", }, { - "country": "br", - "state": "go", - "name": "Arenópolis", + "country": u"br", + "state": u"go", + "name": u"Arenópolis", }, { - "country": "br", - "state": "go", - "name": "Aruanã", + "country": u"br", + "state": u"go", + "name": u"Aruanã", }, { - "country": "br", - "state": "go", - "name": "Aurilândia", + "country": u"br", + "state": u"go", + "name": u"Aurilândia", }, { - "country": "br", - "state": "go", - "name": "Avelinópolis", + "country": u"br", + "state": u"go", + "name": u"Avelinópolis", }, { - "country": "br", - "state": "go", - "name": "Baliza", + "country": u"br", + "state": u"go", + "name": u"Baliza", }, { - "country": "br", - "state": "go", - "name": "Barro Alto", + "country": u"br", + "state": u"go", + "name": u"Barro Alto", }, { - "country": "br", - "state": "go", - "name": "Bela Vista de Goiás", + "country": u"br", + "state": u"go", + "name": u"Bela Vista de Goiás", }, { - "country": "br", - "state": "go", - "name": "Bom Jardim de Goiás", + "country": u"br", + "state": u"go", + "name": u"Bom Jardim de Goiás", }, { - "country": "br", - "state": "go", - "name": "Bom Jesus de Goiás", + "country": u"br", + "state": u"go", + "name": u"Bom Jesus de Goiás", }, { - "country": "br", - "state": "go", - "name": "Bonfinópolis", + "country": u"br", + "state": u"go", + "name": u"Bonfinópolis", }, { - "country": "br", - "state": "go", - "name": "Bonópolis", + "country": u"br", + "state": u"go", + "name": u"Bonópolis", }, { - "country": "br", - "state": "go", - "name": "Brazabrantes", + "country": u"br", + "state": u"go", + "name": u"Brazabrantes", }, { - "country": "br", - "state": "go", - "name": "Britânia", + "country": u"br", + "state": u"go", + "name": u"Britânia", }, { - "country": "br", - "state": "go", - "name": "Buriti Alegre", + "country": u"br", + "state": u"go", + "name": u"Buriti Alegre", }, { - "country": "br", - "state": "go", - "name": "Buriti de Goiás", + "country": u"br", + "state": u"go", + "name": u"Buriti de Goiás", }, { - "country": "br", - "state": "go", - "name": "Buritinópolis", + "country": u"br", + "state": u"go", + "name": u"Buritinópolis", }, { - "country": "br", - "state": "go", - "name": "Cabeceiras", + "country": u"br", + "state": u"go", + "name": u"Cabeceiras", }, { - "country": "br", - "state": "go", - "name": "Cachoeira Alta", + "country": u"br", + "state": u"go", + "name": u"Cachoeira Alta", }, { - "country": "br", - "state": "go", - "name": "Cachoeira de Goiás", + "country": u"br", + "state": u"go", + "name": u"Cachoeira de Goiás", }, { - "country": "br", - "state": "go", - "name": "Cachoeira Dourada", + "country": u"br", + "state": u"go", + "name": u"Cachoeira Dourada", }, { - "country": "br", - "state": "go", - "name": "Caçu", + "country": u"br", + "state": u"go", + "name": u"Caçu", }, { - "country": "br", - "state": "go", - "name": "Caiapônia", + "country": u"br", + "state": u"go", + "name": u"Caiapônia", }, { - "country": "br", - "state": "go", - "name": "Caldas Novas", + "country": u"br", + "state": u"go", + "name": u"Caldas Novas", }, { - "country": "br", - "state": "go", - "name": "Caldazinha", + "country": u"br", + "state": u"go", + "name": u"Caldazinha", }, { - "country": "br", - "state": "go", - "name": "Campestre de Goiás", + "country": u"br", + "state": u"go", + "name": u"Campestre de Goiás", }, { - "country": "br", - "state": "go", - "name": "Campinaçu", + "country": u"br", + "state": u"go", + "name": u"Campinaçu", }, { - "country": "br", - "state": "go", - "name": "Campinorte", + "country": u"br", + "state": u"go", + "name": u"Campinorte", }, { - "country": "br", - "state": "go", - "name": "Campo Alegre de Goiás", + "country": u"br", + "state": u"go", + "name": u"Campo Alegre de Goiás", }, { - "country": "br", - "state": "go", - "name": "Campo Limpo de Goiás", + "country": u"br", + "state": u"go", + "name": u"Campo Limpo de Goiás", }, { - "country": "br", - "state": "go", - "name": "Campos Belos", + "country": u"br", + "state": u"go", + "name": u"Campos Belos", }, { - "country": "br", - "state": "go", - "name": "Campos Verdes", + "country": u"br", + "state": u"go", + "name": u"Campos Verdes", }, { - "country": "br", - "state": "go", - "name": "Carmo do Rio Verde", + "country": u"br", + "state": u"go", + "name": u"Carmo do Rio Verde", }, { - "country": "br", - "state": "go", - "name": "Castelândia", + "country": u"br", + "state": u"go", + "name": u"Castelândia", }, { - "country": "br", - "state": "go", - "name": "Catalão", + "country": u"br", + "state": u"go", + "name": u"Catalão", }, { - "country": "br", - "state": "go", - "name": "Caturaí", + "country": u"br", + "state": u"go", + "name": u"Caturaí", }, { - "country": "br", - "state": "go", - "name": "Cavalcante", + "country": u"br", + "state": u"go", + "name": u"Cavalcante", }, { - "country": "br", - "state": "go", - "name": "Ceres", + "country": u"br", + "state": u"go", + "name": u"Ceres", }, { - "country": "br", - "state": "go", - "name": "Cezarina", + "country": u"br", + "state": u"go", + "name": u"Cezarina", }, { - "country": "br", - "state": "go", - "name": "Chapadão do Céu", + "country": u"br", + "state": u"go", + "name": u"Chapadão do Céu", }, { - "country": "br", - "state": "go", - "name": "Cidade Ocidental", + "country": u"br", + "state": u"go", + "name": u"Cidade Ocidental", }, { - "country": "br", - "state": "go", - "name": "Cocalzinho de Goiás", + "country": u"br", + "state": u"go", + "name": u"Cocalzinho de Goiás", }, { - "country": "br", - "state": "go", - "name": "Colinas do Sul", + "country": u"br", + "state": u"go", + "name": u"Colinas do Sul", }, { - "country": "br", - "state": "go", - "name": "Córrego do Ouro", + "country": u"br", + "state": u"go", + "name": u"Córrego do Ouro", }, { - "country": "br", - "state": "go", - "name": "Corumbá de Goiás", + "country": u"br", + "state": u"go", + "name": u"Corumbá de Goiás", }, { - "country": "br", - "state": "go", - "name": "Corumbaíba", + "country": u"br", + "state": u"go", + "name": u"Corumbaíba", }, { - "country": "br", - "state": "go", - "name": "Cristalina", + "country": u"br", + "state": u"go", + "name": u"Cristalina", }, { - "country": "br", - "state": "go", - "name": "Cristianópolis", + "country": u"br", + "state": u"go", + "name": u"Cristianópolis", }, { - "country": "br", - "state": "go", - "name": "Crixás", + "country": u"br", + "state": u"go", + "name": u"Crixás", }, { - "country": "br", - "state": "go", - "name": "Cromínia", + "country": u"br", + "state": u"go", + "name": u"Cromínia", }, { - "country": "br", - "state": "go", - "name": "Cumari", + "country": u"br", + "state": u"go", + "name": u"Cumari", }, { - "country": "br", - "state": "go", - "name": "Damianópolis", + "country": u"br", + "state": u"go", + "name": u"Damianópolis", }, { - "country": "br", - "state": "go", - "name": "Damolândia", + "country": u"br", + "state": u"go", + "name": u"Damolândia", }, { - "country": "br", - "state": "go", - "name": "Davinópolis", + "country": u"br", + "state": u"go", + "name": u"Davinópolis", }, { - "country": "br", - "state": "go", - "name": "Diorama", + "country": u"br", + "state": u"go", + "name": u"Diorama", }, { - "country": "br", - "state": "go", - "name": "Divinópolis de Goiás", + "country": u"br", + "state": u"go", + "name": u"Divinópolis de Goiás", }, { - "country": "br", - "state": "go", - "name": "Doverlândia", + "country": u"br", + "state": u"go", + "name": u"Doverlândia", }, { - "country": "br", - "state": "go", - "name": "Edealina", + "country": u"br", + "state": u"go", + "name": u"Edealina", }, { - "country": "br", - "state": "go", - "name": "Edéia", + "country": u"br", + "state": u"go", + "name": u"Edéia", }, { - "country": "br", - "state": "go", - "name": "Estrela do Norte", + "country": u"br", + "state": u"go", + "name": u"Estrela do Norte", }, { - "country": "br", - "state": "go", - "name": "Faina", + "country": u"br", + "state": u"go", + "name": u"Faina", }, { - "country": "br", - "state": "go", - "name": "Fazenda Nova", + "country": u"br", + "state": u"go", + "name": u"Fazenda Nova", }, { - "country": "br", - "state": "go", - "name": "Firminópolis", + "country": u"br", + "state": u"go", + "name": u"Firminópolis", }, { - "country": "br", - "state": "go", - "name": "Flores de Goiás", + "country": u"br", + "state": u"go", + "name": u"Flores de Goiás", }, { - "country": "br", - "state": "go", - "name": "Formosa", + "country": u"br", + "state": u"go", + "name": u"Formosa", }, { - "country": "br", - "state": "go", - "name": "Formoso", + "country": u"br", + "state": u"go", + "name": u"Formoso", }, { - "country": "br", - "state": "go", - "name": "Gameleira de Goiás", + "country": u"br", + "state": u"go", + "name": u"Gameleira de Goiás", }, { - "country": "br", - "state": "go", - "name": "Goianápolis", + "country": u"br", + "state": u"go", + "name": u"Goianápolis", }, { - "country": "br", - "state": "go", - "name": "Goiandira", + "country": u"br", + "state": u"go", + "name": u"Goiandira", }, { - "country": "br", - "state": "go", - "name": "Goianésia", + "country": u"br", + "state": u"go", + "name": u"Goianésia", }, { - "country": "br", - "state": "go", - "name": "Goiânia", + "country": u"br", + "state": u"go", + "name": u"Goiânia", }, { - "country": "br", - "state": "go", - "name": "Goianira", + "country": u"br", + "state": u"go", + "name": u"Goianira", }, { - "country": "br", - "state": "go", - "name": "Goiás", + "country": u"br", + "state": u"go", + "name": u"Goiás", }, { - "country": "br", - "state": "go", - "name": "Goiatuba", + "country": u"br", + "state": u"go", + "name": u"Goiatuba", }, { - "country": "br", - "state": "go", - "name": "Gouvelândia", + "country": u"br", + "state": u"go", + "name": u"Gouvelândia", }, { - "country": "br", - "state": "go", - "name": "Guapó", + "country": u"br", + "state": u"go", + "name": u"Guapó", }, { - "country": "br", - "state": "go", - "name": "Guaraíta", + "country": u"br", + "state": u"go", + "name": u"Guaraíta", }, { - "country": "br", - "state": "go", - "name": "Guarani de Goiás", + "country": u"br", + "state": u"go", + "name": u"Guarani de Goiás", }, { - "country": "br", - "state": "go", - "name": "Guarinos", + "country": u"br", + "state": u"go", + "name": u"Guarinos", }, { - "country": "br", - "state": "go", - "name": "Heitoraí", + "country": u"br", + "state": u"go", + "name": u"Heitoraí", }, { - "country": "br", - "state": "go", - "name": "Hidrolândia", + "country": u"br", + "state": u"go", + "name": u"Hidrolândia", }, { - "country": "br", - "state": "go", - "name": "Hidrolina", + "country": u"br", + "state": u"go", + "name": u"Hidrolina", }, { - "country": "br", - "state": "go", - "name": "Iaciara", + "country": u"br", + "state": u"go", + "name": u"Iaciara", }, { - "country": "br", - "state": "go", - "name": "Inaciolândia", + "country": u"br", + "state": u"go", + "name": u"Inaciolândia", }, { - "country": "br", - "state": "go", - "name": "Indiara", + "country": u"br", + "state": u"go", + "name": u"Indiara", }, { - "country": "br", - "state": "go", - "name": "Inhumas", + "country": u"br", + "state": u"go", + "name": u"Inhumas", }, { - "country": "br", - "state": "go", - "name": "Ipameri", + "country": u"br", + "state": u"go", + "name": u"Ipameri", }, { - "country": "br", - "state": "go", - "name": "Ipiranga de Goiás", + "country": u"br", + "state": u"go", + "name": u"Ipiranga de Goiás", }, { - "country": "br", - "state": "go", - "name": "Iporá", + "country": u"br", + "state": u"go", + "name": u"Iporá", }, { - "country": "br", - "state": "go", - "name": "Israelândia", + "country": u"br", + "state": u"go", + "name": u"Israelândia", }, { - "country": "br", - "state": "go", - "name": "Itaberaí", + "country": u"br", + "state": u"go", + "name": u"Itaberaí", }, { - "country": "br", - "state": "go", - "name": "Itaguari", + "country": u"br", + "state": u"go", + "name": u"Itaguari", }, { - "country": "br", - "state": "go", - "name": "Itaguaru", + "country": u"br", + "state": u"go", + "name": u"Itaguaru", }, { - "country": "br", - "state": "go", - "name": "Itajá", + "country": u"br", + "state": u"go", + "name": u"Itajá", }, { - "country": "br", - "state": "go", - "name": "Itapaci", + "country": u"br", + "state": u"go", + "name": u"Itapaci", }, { - "country": "br", - "state": "go", - "name": "Itapirapuã", + "country": u"br", + "state": u"go", + "name": u"Itapirapuã", }, { - "country": "br", - "state": "go", - "name": "Itapuranga", + "country": u"br", + "state": u"go", + "name": u"Itapuranga", }, { - "country": "br", - "state": "go", - "name": "Itarumã", + "country": u"br", + "state": u"go", + "name": u"Itarumã", }, { - "country": "br", - "state": "go", - "name": "Itauçu", + "country": u"br", + "state": u"go", + "name": u"Itauçu", }, { - "country": "br", - "state": "go", - "name": "Itumbiara", + "country": u"br", + "state": u"go", + "name": u"Itumbiara", }, { - "country": "br", - "state": "go", - "name": "Ivolândia", + "country": u"br", + "state": u"go", + "name": u"Ivolândia", }, { - "country": "br", - "state": "go", - "name": "Jandaia", + "country": u"br", + "state": u"go", + "name": u"Jandaia", }, { - "country": "br", - "state": "go", - "name": "Jaraguá", + "country": u"br", + "state": u"go", + "name": u"Jaraguá", }, { - "country": "br", - "state": "go", - "name": "Jataí", + "country": u"br", + "state": u"go", + "name": u"Jataí", }, { - "country": "br", - "state": "go", - "name": "Jaupaci", + "country": u"br", + "state": u"go", + "name": u"Jaupaci", }, { - "country": "br", - "state": "go", - "name": "Jesúpolis", + "country": u"br", + "state": u"go", + "name": u"Jesúpolis", }, { - "country": "br", - "state": "go", - "name": "Joviânia", + "country": u"br", + "state": u"go", + "name": u"Joviânia", }, { - "country": "br", - "state": "go", - "name": "Jussara", + "country": u"br", + "state": u"go", + "name": u"Jussara", }, { - "country": "br", - "state": "go", - "name": "Lagoa Santa", + "country": u"br", + "state": u"go", + "name": u"Lagoa Santa", }, { - "country": "br", - "state": "go", - "name": "Leopoldo de Bulhões", + "country": u"br", + "state": u"go", + "name": u"Leopoldo de Bulhões", }, { - "country": "br", - "state": "go", - "name": "Luziânia", + "country": u"br", + "state": u"go", + "name": u"Luziânia", }, { - "country": "br", - "state": "go", - "name": "Mairipotaba", + "country": u"br", + "state": u"go", + "name": u"Mairipotaba", }, { - "country": "br", - "state": "go", - "name": "Mambaí", + "country": u"br", + "state": u"go", + "name": u"Mambaí", }, { - "country": "br", - "state": "go", - "name": "Mara Rosa", + "country": u"br", + "state": u"go", + "name": u"Mara Rosa", }, { - "country": "br", - "state": "go", - "name": "Marzagão", + "country": u"br", + "state": u"go", + "name": u"Marzagão", }, { - "country": "br", - "state": "go", - "name": "Matrinchã", + "country": u"br", + "state": u"go", + "name": u"Matrinchã", }, { - "country": "br", - "state": "go", - "name": "Maurilândia", + "country": u"br", + "state": u"go", + "name": u"Maurilândia", }, { - "country": "br", - "state": "go", - "name": "Mimoso de Goiás", + "country": u"br", + "state": u"go", + "name": u"Mimoso de Goiás", }, { - "country": "br", - "state": "go", - "name": "Minaçu", + "country": u"br", + "state": u"go", + "name": u"Minaçu", }, { - "country": "br", - "state": "go", - "name": "Mineiros", + "country": u"br", + "state": u"go", + "name": u"Mineiros", }, { - "country": "br", - "state": "go", - "name": "Moiporá", + "country": u"br", + "state": u"go", + "name": u"Moiporá", }, { - "country": "br", - "state": "go", - "name": "Monte Alegre de Goiás", + "country": u"br", + "state": u"go", + "name": u"Monte Alegre de Goiás", }, { - "country": "br", - "state": "go", - "name": "Montes Claros de Goiás", + "country": u"br", + "state": u"go", + "name": u"Montes Claros de Goiás", }, { - "country": "br", - "state": "go", - "name": "Montividiu", + "country": u"br", + "state": u"go", + "name": u"Montividiu", }, { - "country": "br", - "state": "go", - "name": "Montividiu do Norte", + "country": u"br", + "state": u"go", + "name": u"Montividiu do Norte", }, { - "country": "br", - "state": "go", - "name": "Morrinhos", + "country": u"br", + "state": u"go", + "name": u"Morrinhos", }, { - "country": "br", - "state": "go", - "name": "Morro Agudo de Goiás", + "country": u"br", + "state": u"go", + "name": u"Morro Agudo de Goiás", }, { - "country": "br", - "state": "go", - "name": "Mossâmedes", + "country": u"br", + "state": u"go", + "name": u"Mossâmedes", }, { - "country": "br", - "state": "go", - "name": "Mozarlândia", + "country": u"br", + "state": u"go", + "name": u"Mozarlândia", }, { - "country": "br", - "state": "go", - "name": "Mundo Novo", + "country": u"br", + "state": u"go", + "name": u"Mundo Novo", }, { - "country": "br", - "state": "go", - "name": "Mutunópolis", + "country": u"br", + "state": u"go", + "name": u"Mutunópolis", }, { - "country": "br", - "state": "go", - "name": "Nazário", + "country": u"br", + "state": u"go", + "name": u"Nazário", }, { - "country": "br", - "state": "go", - "name": "Nerópolis", + "country": u"br", + "state": u"go", + "name": u"Nerópolis", }, { - "country": "br", - "state": "go", - "name": "Niquelândia", + "country": u"br", + "state": u"go", + "name": u"Niquelândia", }, { - "country": "br", - "state": "go", - "name": "Nova América", + "country": u"br", + "state": u"go", + "name": u"Nova América", }, { - "country": "br", - "state": "go", - "name": "Nova Aurora", + "country": u"br", + "state": u"go", + "name": u"Nova Aurora", }, { - "country": "br", - "state": "go", - "name": "Nova Crixás", + "country": u"br", + "state": u"go", + "name": u"Nova Crixás", }, { - "country": "br", - "state": "go", - "name": "Nova Glória", + "country": u"br", + "state": u"go", + "name": u"Nova Glória", }, { - "country": "br", - "state": "go", - "name": "Nova Iguaçu de Goiás", + "country": u"br", + "state": u"go", + "name": u"Nova Iguaçu de Goiás", }, { - "country": "br", - "state": "go", - "name": "Nova Roma", + "country": u"br", + "state": u"go", + "name": u"Nova Roma", }, { - "country": "br", - "state": "go", - "name": "Nova Veneza", + "country": u"br", + "state": u"go", + "name": u"Nova Veneza", }, { - "country": "br", - "state": "go", - "name": "Novo Brasil", + "country": u"br", + "state": u"go", + "name": u"Novo Brasil", }, { - "country": "br", - "state": "go", - "name": "Novo Gama", + "country": u"br", + "state": u"go", + "name": u"Novo Gama", }, { - "country": "br", - "state": "go", - "name": "Novo Planalto", + "country": u"br", + "state": u"go", + "name": u"Novo Planalto", }, { - "country": "br", - "state": "go", - "name": "Orizona", + "country": u"br", + "state": u"go", + "name": u"Orizona", }, { - "country": "br", - "state": "go", - "name": "Ouro Verde de Goiás", + "country": u"br", + "state": u"go", + "name": u"Ouro Verde de Goiás", }, { - "country": "br", - "state": "go", - "name": "Ouvidor", + "country": u"br", + "state": u"go", + "name": u"Ouvidor", }, { - "country": "br", - "state": "go", - "name": "Padre Bernardo", + "country": u"br", + "state": u"go", + "name": u"Padre Bernardo", }, { - "country": "br", - "state": "go", - "name": "Palestina de Goiás", + "country": u"br", + "state": u"go", + "name": u"Palestina de Goiás", }, { - "country": "br", - "state": "go", - "name": "Palmeiras de Goiás", + "country": u"br", + "state": u"go", + "name": u"Palmeiras de Goiás", }, { - "country": "br", - "state": "go", - "name": "Palmelo", + "country": u"br", + "state": u"go", + "name": u"Palmelo", }, { - "country": "br", - "state": "go", - "name": "Palminópolis", + "country": u"br", + "state": u"go", + "name": u"Palminópolis", }, { - "country": "br", - "state": "go", - "name": "Panamá", + "country": u"br", + "state": u"go", + "name": u"Panamá", }, { - "country": "br", - "state": "go", - "name": "Paranaiguara", + "country": u"br", + "state": u"go", + "name": u"Paranaiguara", }, { - "country": "br", - "state": "go", - "name": "Paraúna", + "country": u"br", + "state": u"go", + "name": u"Paraúna", }, { - "country": "br", - "state": "go", - "name": "Perolândia", + "country": u"br", + "state": u"go", + "name": u"Perolândia", }, { - "country": "br", - "state": "go", - "name": "Petrolina de Goiás", + "country": u"br", + "state": u"go", + "name": u"Petrolina de Goiás", }, { - "country": "br", - "state": "go", - "name": "Pilar de Goiás", + "country": u"br", + "state": u"go", + "name": u"Pilar de Goiás", }, { - "country": "br", - "state": "go", - "name": "Piracanjuba", + "country": u"br", + "state": u"go", + "name": u"Piracanjuba", }, { - "country": "br", - "state": "go", - "name": "Piranhas", + "country": u"br", + "state": u"go", + "name": u"Piranhas", }, { - "country": "br", - "state": "go", - "name": "Pirenópolis", + "country": u"br", + "state": u"go", + "name": u"Pirenópolis", }, { - "country": "br", - "state": "go", - "name": "Pires do Rio", + "country": u"br", + "state": u"go", + "name": u"Pires do Rio", }, { - "country": "br", - "state": "go", - "name": "Planaltina", + "country": u"br", + "state": u"go", + "name": u"Planaltina", }, { - "country": "br", - "state": "go", - "name": "Pontalina", + "country": u"br", + "state": u"go", + "name": u"Pontalina", }, { - "country": "br", - "state": "go", - "name": "Porangatu", + "country": u"br", + "state": u"go", + "name": u"Porangatu", }, { - "country": "br", - "state": "go", - "name": "Porteirão", + "country": u"br", + "state": u"go", + "name": u"Porteirão", }, { - "country": "br", - "state": "go", - "name": "Portelândia", + "country": u"br", + "state": u"go", + "name": u"Portelândia", }, { - "country": "br", - "state": "go", - "name": "Posse", + "country": u"br", + "state": u"go", + "name": u"Posse", }, { - "country": "br", - "state": "go", - "name": "Professor Jamil", + "country": u"br", + "state": u"go", + "name": u"Professor Jamil", }, { - "country": "br", - "state": "go", - "name": "Quirinópolis", + "country": u"br", + "state": u"go", + "name": u"Quirinópolis", }, { - "country": "br", - "state": "go", - "name": "Rialma", + "country": u"br", + "state": u"go", + "name": u"Rialma", }, { - "country": "br", - "state": "go", - "name": "Rianápolis", + "country": u"br", + "state": u"go", + "name": u"Rianápolis", }, { - "country": "br", - "state": "go", - "name": "Rio Quente", + "country": u"br", + "state": u"go", + "name": u"Rio Quente", }, { - "country": "br", - "state": "go", - "name": "Rio Verde", + "country": u"br", + "state": u"go", + "name": u"Rio Verde", }, { - "country": "br", - "state": "go", - "name": "Rubiataba", + "country": u"br", + "state": u"go", + "name": u"Rubiataba", }, { - "country": "br", - "state": "go", - "name": "Sanclerlândia", + "country": u"br", + "state": u"go", + "name": u"Sanclerlândia", }, { - "country": "br", - "state": "go", - "name": "Santa Bárbara de Goiás", + "country": u"br", + "state": u"go", + "name": u"Santa Bárbara de Goiás", }, { - "country": "br", - "state": "go", - "name": "Santa Cruz de Goiás", + "country": u"br", + "state": u"go", + "name": u"Santa Cruz de Goiás", }, { - "country": "br", - "state": "go", - "name": "Santa Fé de Goiás", + "country": u"br", + "state": u"go", + "name": u"Santa Fé de Goiás", }, { - "country": "br", - "state": "go", - "name": "Santa Helena de Goiás", + "country": u"br", + "state": u"go", + "name": u"Santa Helena de Goiás", }, { - "country": "br", - "state": "go", - "name": "Santa Isabel", + "country": u"br", + "state": u"go", + "name": u"Santa Isabel", }, { - "country": "br", - "state": "go", - "name": "Santa Rita do Araguaia", + "country": u"br", + "state": u"go", + "name": u"Santa Rita do Araguaia", }, { - "country": "br", - "state": "go", - "name": "Santa Rita do Novo Destino", + "country": u"br", + "state": u"go", + "name": u"Santa Rita do Novo Destino", }, { - "country": "br", - "state": "go", - "name": "Santa Rosa de Goiás", + "country": u"br", + "state": u"go", + "name": u"Santa Rosa de Goiás", }, { - "country": "br", - "state": "go", - "name": "Santa Tereza de Goiás", + "country": u"br", + "state": u"go", + "name": u"Santa Tereza de Goiás", }, { - "country": "br", - "state": "go", - "name": "Santa Terezinha de Goiás", + "country": u"br", + "state": u"go", + "name": u"Santa Terezinha de Goiás", }, { - "country": "br", - "state": "go", - "name": "Santo Antônio da Barra", + "country": u"br", + "state": u"go", + "name": u"Santo Antônio da Barra", }, { - "country": "br", - "state": "go", - "name": "Santo Antônio de Goiás", + "country": u"br", + "state": u"go", + "name": u"Santo Antônio de Goiás", }, { - "country": "br", - "state": "go", - "name": "Santo Antônio do Descoberto", + "country": u"br", + "state": u"go", + "name": u"Santo Antônio do Descoberto", }, { - "country": "br", - "state": "go", - "name": "São Domingos", + "country": u"br", + "state": u"go", + "name": u"São Domingos", }, { - "country": "br", - "state": "go", - "name": "São Francisco de Goiás", + "country": u"br", + "state": u"go", + "name": u"São Francisco de Goiás", }, { - "country": "br", - "state": "go", - "name": "São João d`Aliança", + "country": u"br", + "state": u"go", + "name": u"São João d`Aliança", }, { - "country": "br", - "state": "go", - "name": "São João da Paraúna", + "country": u"br", + "state": u"go", + "name": u"São João da Paraúna", }, { - "country": "br", - "state": "go", - "name": "São Luís de Montes Belos", + "country": u"br", + "state": u"go", + "name": u"São Luís de Montes Belos", }, { - "country": "br", - "state": "go", - "name": "São Luíz do Norte", + "country": u"br", + "state": u"go", + "name": u"São Luíz do Norte", }, { - "country": "br", - "state": "go", - "name": "São Miguel do Araguaia", + "country": u"br", + "state": u"go", + "name": u"São Miguel do Araguaia", }, { - "country": "br", - "state": "go", - "name": "São Miguel do Passa Quatro", + "country": u"br", + "state": u"go", + "name": u"São Miguel do Passa Quatro", }, { - "country": "br", - "state": "go", - "name": "São Patrício", + "country": u"br", + "state": u"go", + "name": u"São Patrício", }, { - "country": "br", - "state": "go", - "name": "São Simão", + "country": u"br", + "state": u"go", + "name": u"São Simão", }, { - "country": "br", - "state": "go", - "name": "Senador Canedo", + "country": u"br", + "state": u"go", + "name": u"Senador Canedo", }, { - "country": "br", - "state": "go", - "name": "Serranópolis", + "country": u"br", + "state": u"go", + "name": u"Serranópolis", }, { - "country": "br", - "state": "go", - "name": "Silvânia", + "country": u"br", + "state": u"go", + "name": u"Silvânia", }, { - "country": "br", - "state": "go", - "name": "Simolândia", + "country": u"br", + "state": u"go", + "name": u"Simolândia", }, { - "country": "br", - "state": "go", - "name": "Sítio d`Abadia", + "country": u"br", + "state": u"go", + "name": u"Sítio d`Abadia", }, { - "country": "br", - "state": "go", - "name": "Taquaral de Goiás", + "country": u"br", + "state": u"go", + "name": u"Taquaral de Goiás", }, { - "country": "br", - "state": "go", - "name": "Teresina de Goiás", + "country": u"br", + "state": u"go", + "name": u"Teresina de Goiás", }, { - "country": "br", - "state": "go", - "name": "Terezópolis de Goiás", + "country": u"br", + "state": u"go", + "name": u"Terezópolis de Goiás", }, { - "country": "br", - "state": "go", - "name": "Três Ranchos", + "country": u"br", + "state": u"go", + "name": u"Três Ranchos", }, { - "country": "br", - "state": "go", - "name": "Trindade", + "country": u"br", + "state": u"go", + "name": u"Trindade", }, { - "country": "br", - "state": "go", - "name": "Trombas", + "country": u"br", + "state": u"go", + "name": u"Trombas", }, { - "country": "br", - "state": "go", - "name": "Turvânia", + "country": u"br", + "state": u"go", + "name": u"Turvânia", }, { - "country": "br", - "state": "go", - "name": "Turvelândia", + "country": u"br", + "state": u"go", + "name": u"Turvelândia", }, { - "country": "br", - "state": "go", - "name": "Uirapuru", + "country": u"br", + "state": u"go", + "name": u"Uirapuru", }, { - "country": "br", - "state": "go", - "name": "Uruaçu", + "country": u"br", + "state": u"go", + "name": u"Uruaçu", }, { - "country": "br", - "state": "go", - "name": "Uruana", + "country": u"br", + "state": u"go", + "name": u"Uruana", }, { - "country": "br", - "state": "go", - "name": "Urutaí", + "country": u"br", + "state": u"go", + "name": u"Urutaí", }, { - "country": "br", - "state": "go", - "name": "Valparaíso de Goiás", + "country": u"br", + "state": u"go", + "name": u"Valparaíso de Goiás", }, { - "country": "br", - "state": "go", - "name": "Varjão", + "country": u"br", + "state": u"go", + "name": u"Varjão", }, { - "country": "br", - "state": "go", - "name": "Vianópolis", + "country": u"br", + "state": u"go", + "name": u"Vianópolis", }, { - "country": "br", - "state": "go", - "name": "Vicentinópolis", + "country": u"br", + "state": u"go", + "name": u"Vicentinópolis", }, { - "country": "br", - "state": "go", - "name": "Vila Boa", + "country": u"br", + "state": u"go", + "name": u"Vila Boa", }, { - "country": "br", - "state": "go", - "name": "Vila Propício", + "country": u"br", + "state": u"go", + "name": u"Vila Propício", }, { - "country": "br", - "state": "es", - "name": "Afonso Cláudio", + "country": u"br", + "state": u"es", + "name": u"Afonso Cláudio", }, { - "country": "br", - "state": "es", - "name": "Água Doce do Norte", + "country": u"br", + "state": u"es", + "name": u"Água Doce do Norte", }, { - "country": "br", - "state": "es", - "name": "Águia Branca", + "country": u"br", + "state": u"es", + "name": u"Águia Branca", }, { - "country": "br", - "state": "es", - "name": "Alegre", + "country": u"br", + "state": u"es", + "name": u"Alegre", }, { - "country": "br", - "state": "es", - "name": "Alfredo Chaves", + "country": u"br", + "state": u"es", + "name": u"Alfredo Chaves", }, { - "country": "br", - "state": "es", - "name": "Alto Rio Novo", + "country": u"br", + "state": u"es", + "name": u"Alto Rio Novo", }, { - "country": "br", - "state": "es", - "name": "Anchieta", + "country": u"br", + "state": u"es", + "name": u"Anchieta", }, { - "country": "br", - "state": "es", - "name": "Apiacá", + "country": u"br", + "state": u"es", + "name": u"Apiacá", }, { - "country": "br", - "state": "es", - "name": "Aracruz", + "country": u"br", + "state": u"es", + "name": u"Aracruz", }, { - "country": "br", - "state": "es", - "name": "Atilio Vivacqua", + "country": u"br", + "state": u"es", + "name": u"Atilio Vivacqua", }, { - "country": "br", - "state": "es", - "name": "Baixo Guandu", + "country": u"br", + "state": u"es", + "name": u"Baixo Guandu", }, { - "country": "br", - "state": "es", - "name": "Barra de São Francisco", + "country": u"br", + "state": u"es", + "name": u"Barra de São Francisco", }, { - "country": "br", - "state": "es", - "name": "Boa Esperança", + "country": u"br", + "state": u"es", + "name": u"Boa Esperança", }, { - "country": "br", - "state": "es", - "name": "Bom Jesus do Norte", + "country": u"br", + "state": u"es", + "name": u"Bom Jesus do Norte", }, { - "country": "br", - "state": "es", - "name": "Brejetuba", + "country": u"br", + "state": u"es", + "name": u"Brejetuba", }, { - "country": "br", - "state": "es", - "name": "Cachoeiro de Itapemirim", + "country": u"br", + "state": u"es", + "name": u"Cachoeiro de Itapemirim", }, { - "country": "br", - "state": "es", - "name": "Cariacica", + "country": u"br", + "state": u"es", + "name": u"Cariacica", }, { - "country": "br", - "state": "es", - "name": "Castelo", + "country": u"br", + "state": u"es", + "name": u"Castelo", }, { - "country": "br", - "state": "es", - "name": "Colatina", + "country": u"br", + "state": u"es", + "name": u"Colatina", }, { - "country": "br", - "state": "es", - "name": "Conceição da Barra", + "country": u"br", + "state": u"es", + "name": u"Conceição da Barra", }, { - "country": "br", - "state": "es", - "name": "Conceição do Castelo", + "country": u"br", + "state": u"es", + "name": u"Conceição do Castelo", }, { - "country": "br", - "state": "es", - "name": "Divino de São Lourenço", + "country": u"br", + "state": u"es", + "name": u"Divino de São Lourenço", }, { - "country": "br", - "state": "es", - "name": "Domingos Martins", + "country": u"br", + "state": u"es", + "name": u"Domingos Martins", }, { - "country": "br", - "state": "es", - "name": "Dores do Rio Preto", + "country": u"br", + "state": u"es", + "name": u"Dores do Rio Preto", }, { - "country": "br", - "state": "es", - "name": "Ecoporanga", + "country": u"br", + "state": u"es", + "name": u"Ecoporanga", }, { - "country": "br", - "state": "es", - "name": "Fundão", + "country": u"br", + "state": u"es", + "name": u"Fundão", }, { - "country": "br", - "state": "es", - "name": "Governador Lindenberg", + "country": u"br", + "state": u"es", + "name": u"Governador Lindenberg", }, { - "country": "br", - "state": "es", - "name": "Guaçuí", + "country": u"br", + "state": u"es", + "name": u"Guaçuí", }, { - "country": "br", - "state": "es", - "name": "Guarapari", + "country": u"br", + "state": u"es", + "name": u"Guarapari", }, { - "country": "br", - "state": "es", - "name": "Ibatiba", + "country": u"br", + "state": u"es", + "name": u"Ibatiba", }, { - "country": "br", - "state": "es", - "name": "Ibiraçu", + "country": u"br", + "state": u"es", + "name": u"Ibiraçu", }, { - "country": "br", - "state": "es", - "name": "Ibitirama", + "country": u"br", + "state": u"es", + "name": u"Ibitirama", }, { - "country": "br", - "state": "es", - "name": "Iconha", + "country": u"br", + "state": u"es", + "name": u"Iconha", }, { - "country": "br", - "state": "es", - "name": "Irupi", + "country": u"br", + "state": u"es", + "name": u"Irupi", }, { - "country": "br", - "state": "es", - "name": "Itaguaçu", + "country": u"br", + "state": u"es", + "name": u"Itaguaçu", }, { - "country": "br", - "state": "es", - "name": "Itapemirim", + "country": u"br", + "state": u"es", + "name": u"Itapemirim", }, { - "country": "br", - "state": "es", - "name": "Itarana", + "country": u"br", + "state": u"es", + "name": u"Itarana", }, { - "country": "br", - "state": "es", - "name": "Iúna", + "country": u"br", + "state": u"es", + "name": u"Iúna", }, { - "country": "br", - "state": "es", - "name": "Jaguaré", + "country": u"br", + "state": u"es", + "name": u"Jaguaré", }, { - "country": "br", - "state": "es", - "name": "Jerônimo Monteiro", + "country": u"br", + "state": u"es", + "name": u"Jerônimo Monteiro", }, { - "country": "br", - "state": "es", - "name": "João Neiva", + "country": u"br", + "state": u"es", + "name": u"João Neiva", }, { - "country": "br", - "state": "es", - "name": "Laranja da Terra", + "country": u"br", + "state": u"es", + "name": u"Laranja da Terra", }, { - "country": "br", - "state": "es", - "name": "Linhares", + "country": u"br", + "state": u"es", + "name": u"Linhares", }, { - "country": "br", - "state": "es", - "name": "Mantenópolis", + "country": u"br", + "state": u"es", + "name": u"Mantenópolis", }, { - "country": "br", - "state": "es", - "name": "Marataízes", + "country": u"br", + "state": u"es", + "name": u"Marataízes", }, { - "country": "br", - "state": "es", - "name": "Marechal Floriano", + "country": u"br", + "state": u"es", + "name": u"Marechal Floriano", }, { - "country": "br", - "state": "es", - "name": "Marilândia", + "country": u"br", + "state": u"es", + "name": u"Marilândia", }, { - "country": "br", - "state": "es", - "name": "Mimoso do Sul", + "country": u"br", + "state": u"es", + "name": u"Mimoso do Sul", }, { - "country": "br", - "state": "es", - "name": "Montanha", + "country": u"br", + "state": u"es", + "name": u"Montanha", }, { - "country": "br", - "state": "es", - "name": "Mucurici", + "country": u"br", + "state": u"es", + "name": u"Mucurici", }, { - "country": "br", - "state": "es", - "name": "Muniz Freire", + "country": u"br", + "state": u"es", + "name": u"Muniz Freire", }, { - "country": "br", - "state": "es", - "name": "Muqui", + "country": u"br", + "state": u"es", + "name": u"Muqui", }, { - "country": "br", - "state": "es", - "name": "Nova Venécia", + "country": u"br", + "state": u"es", + "name": u"Nova Venécia", }, { - "country": "br", - "state": "es", - "name": "Pancas", + "country": u"br", + "state": u"es", + "name": u"Pancas", }, { - "country": "br", - "state": "es", - "name": "Pedro Canário", + "country": u"br", + "state": u"es", + "name": u"Pedro Canário", }, { - "country": "br", - "state": "es", - "name": "Pinheiros", + "country": u"br", + "state": u"es", + "name": u"Pinheiros", }, { - "country": "br", - "state": "es", - "name": "Piúma", + "country": u"br", + "state": u"es", + "name": u"Piúma", }, { - "country": "br", - "state": "es", - "name": "Ponto Belo", + "country": u"br", + "state": u"es", + "name": u"Ponto Belo", }, { - "country": "br", - "state": "es", - "name": "Presidente Kennedy", + "country": u"br", + "state": u"es", + "name": u"Presidente Kennedy", }, { - "country": "br", - "state": "es", - "name": "Rio Bananal", + "country": u"br", + "state": u"es", + "name": u"Rio Bananal", }, { - "country": "br", - "state": "es", - "name": "Rio Novo do Sul", + "country": u"br", + "state": u"es", + "name": u"Rio Novo do Sul", }, { - "country": "br", - "state": "es", - "name": "Santa Leopoldina", + "country": u"br", + "state": u"es", + "name": u"Santa Leopoldina", }, { - "country": "br", - "state": "es", - "name": "Santa Maria de Jetibá", + "country": u"br", + "state": u"es", + "name": u"Santa Maria de Jetibá", }, { - "country": "br", - "state": "es", - "name": "Santa Teresa", + "country": u"br", + "state": u"es", + "name": u"Santa Teresa", }, { - "country": "br", - "state": "es", - "name": "São Domingos do Norte", + "country": u"br", + "state": u"es", + "name": u"São Domingos do Norte", }, { - "country": "br", - "state": "es", - "name": "São Gabriel da Palha", + "country": u"br", + "state": u"es", + "name": u"São Gabriel da Palha", }, { - "country": "br", - "state": "es", - "name": "São José do Calçado", + "country": u"br", + "state": u"es", + "name": u"São José do Calçado", }, { - "country": "br", - "state": "es", - "name": "São Mateus", + "country": u"br", + "state": u"es", + "name": u"São Mateus", }, { - "country": "br", - "state": "es", - "name": "São Roque do Canaã", + "country": u"br", + "state": u"es", + "name": u"São Roque do Canaã", }, { - "country": "br", - "state": "es", - "name": "Serra", + "country": u"br", + "state": u"es", + "name": u"Serra", }, { - "country": "br", - "state": "es", - "name": "Sooretama", + "country": u"br", + "state": u"es", + "name": u"Sooretama", }, { - "country": "br", - "state": "es", - "name": "Vargem Alta", + "country": u"br", + "state": u"es", + "name": u"Vargem Alta", }, { - "country": "br", - "state": "es", - "name": "Venda Nova do Imigrante", + "country": u"br", + "state": u"es", + "name": u"Venda Nova do Imigrante", }, { - "country": "br", - "state": "es", - "name": "Viana", + "country": u"br", + "state": u"es", + "name": u"Viana", }, { - "country": "br", - "state": "es", - "name": "Vila Pavão", + "country": u"br", + "state": u"es", + "name": u"Vila Pavão", }, { - "country": "br", - "state": "es", - "name": "Vila Valério", + "country": u"br", + "state": u"es", + "name": u"Vila Valério", }, { - "country": "br", - "state": "es", - "name": "Vila Velha", + "country": u"br", + "state": u"es", + "name": u"Vila Velha", }, { - "country": "br", - "state": "es", - "name": "Vitória", + "country": u"br", + "state": u"es", + "name": u"Vitória", }, { - "country": "br", - "state": "pr", - "name": "Abatiá", + "country": u"br", + "state": u"pr", + "name": u"Abatiá", }, { - "country": "br", - "state": "pr", - "name": "Adrianópolis", + "country": u"br", + "state": u"pr", + "name": u"Adrianópolis", }, { - "country": "br", - "state": "pr", - "name": "Agudos do Sul", + "country": u"br", + "state": u"pr", + "name": u"Agudos do Sul", }, { - "country": "br", - "state": "pr", - "name": "Almirante Tamandaré", + "country": u"br", + "state": u"pr", + "name": u"Almirante Tamandaré", }, { - "country": "br", - "state": "pr", - "name": "Altamira do Paraná", + "country": u"br", + "state": u"pr", + "name": u"Altamira do Paraná", }, { - "country": "br", - "state": "pr", - "name": "Alto Paraíso", + "country": u"br", + "state": u"pr", + "name": u"Alto Paraíso", }, { - "country": "br", - "state": "pr", - "name": "Alto Paraná", + "country": u"br", + "state": u"pr", + "name": u"Alto Paraná", }, { - "country": "br", - "state": "pr", - "name": "Alto Piquiri", + "country": u"br", + "state": u"pr", + "name": u"Alto Piquiri", }, { - "country": "br", - "state": "pr", - "name": "Altônia", + "country": u"br", + "state": u"pr", + "name": u"Altônia", }, { - "country": "br", - "state": "pr", - "name": "Alvorada do Sul", + "country": u"br", + "state": u"pr", + "name": u"Alvorada do Sul", }, { - "country": "br", - "state": "pr", - "name": "Amaporã", + "country": u"br", + "state": u"pr", + "name": u"Amaporã", }, { - "country": "br", - "state": "pr", - "name": "Ampére", + "country": u"br", + "state": u"pr", + "name": u"Ampére", }, { - "country": "br", - "state": "pr", - "name": "Anahy", + "country": u"br", + "state": u"pr", + "name": u"Anahy", }, { - "country": "br", - "state": "pr", - "name": "Andirá", + "country": u"br", + "state": u"pr", + "name": u"Andirá", }, { - "country": "br", - "state": "pr", - "name": "Ângulo", + "country": u"br", + "state": u"pr", + "name": u"Ângulo", }, { - "country": "br", - "state": "pr", - "name": "Antonina", + "country": u"br", + "state": u"pr", + "name": u"Antonina", }, { - "country": "br", - "state": "pr", - "name": "Antônio Olinto", + "country": u"br", + "state": u"pr", + "name": u"Antônio Olinto", }, { - "country": "br", - "state": "pr", - "name": "Apucarana", + "country": u"br", + "state": u"pr", + "name": u"Apucarana", }, { - "country": "br", - "state": "pr", - "name": "Arapongas", + "country": u"br", + "state": u"pr", + "name": u"Arapongas", }, { - "country": "br", - "state": "pr", - "name": "Arapoti", + "country": u"br", + "state": u"pr", + "name": u"Arapoti", }, { - "country": "br", - "state": "pr", - "name": "Arapuã", + "country": u"br", + "state": u"pr", + "name": u"Arapuã", }, { - "country": "br", - "state": "pr", - "name": "Araruna", + "country": u"br", + "state": u"pr", + "name": u"Araruna", }, { - "country": "br", - "state": "pr", - "name": "Araucária", + "country": u"br", + "state": u"pr", + "name": u"Araucária", }, { - "country": "br", - "state": "pr", - "name": "Ariranha do Ivaí", + "country": u"br", + "state": u"pr", + "name": u"Ariranha do Ivaí", }, { - "country": "br", - "state": "pr", - "name": "Assaí", + "country": u"br", + "state": u"pr", + "name": u"Assaí", }, { - "country": "br", - "state": "pr", - "name": "Assis Chateaubriand", + "country": u"br", + "state": u"pr", + "name": u"Assis Chateaubriand", }, { - "country": "br", - "state": "pr", - "name": "Astorga", + "country": u"br", + "state": u"pr", + "name": u"Astorga", }, { - "country": "br", - "state": "pr", - "name": "Atalaia", + "country": u"br", + "state": u"pr", + "name": u"Atalaia", }, { - "country": "br", - "state": "pr", - "name": "Balsa Nova", + "country": u"br", + "state": u"pr", + "name": u"Balsa Nova", }, { - "country": "br", - "state": "pr", - "name": "Bandeirantes", + "country": u"br", + "state": u"pr", + "name": u"Bandeirantes", }, { - "country": "br", - "state": "pr", - "name": "Barbosa Ferraz", + "country": u"br", + "state": u"pr", + "name": u"Barbosa Ferraz", }, { - "country": "br", - "state": "pr", - "name": "Barra do Jacaré", + "country": u"br", + "state": u"pr", + "name": u"Barra do Jacaré", }, { - "country": "br", - "state": "pr", - "name": "Barracão", + "country": u"br", + "state": u"pr", + "name": u"Barracão", }, { - "country": "br", - "state": "pr", - "name": "Bela Vista da Caroba", + "country": u"br", + "state": u"pr", + "name": u"Bela Vista da Caroba", }, { - "country": "br", - "state": "pr", - "name": "Bela Vista do Paraíso", + "country": u"br", + "state": u"pr", + "name": u"Bela Vista do Paraíso", }, { - "country": "br", - "state": "pr", - "name": "Bituruna", + "country": u"br", + "state": u"pr", + "name": u"Bituruna", }, { - "country": "br", - "state": "pr", - "name": "Boa Esperança", + "country": u"br", + "state": u"pr", + "name": u"Boa Esperança", }, { - "country": "br", - "state": "pr", - "name": "Boa Esperança do Iguaçu", + "country": u"br", + "state": u"pr", + "name": u"Boa Esperança do Iguaçu", }, { - "country": "br", - "state": "pr", - "name": "Boa Ventura de São Roque", + "country": u"br", + "state": u"pr", + "name": u"Boa Ventura de São Roque", }, { - "country": "br", - "state": "pr", - "name": "Boa Vista da Aparecida", + "country": u"br", + "state": u"pr", + "name": u"Boa Vista da Aparecida", }, { - "country": "br", - "state": "pr", - "name": "Bocaiúva do Sul", + "country": u"br", + "state": u"pr", + "name": u"Bocaiúva do Sul", }, { - "country": "br", - "state": "pr", - "name": "Bom Jesus do Sul", + "country": u"br", + "state": u"pr", + "name": u"Bom Jesus do Sul", }, { - "country": "br", - "state": "pr", - "name": "Bom Sucesso", + "country": u"br", + "state": u"pr", + "name": u"Bom Sucesso", }, { - "country": "br", - "state": "pr", - "name": "Bom Sucesso do Sul", + "country": u"br", + "state": u"pr", + "name": u"Bom Sucesso do Sul", }, { - "country": "br", - "state": "pr", - "name": "Borrazópolis", + "country": u"br", + "state": u"pr", + "name": u"Borrazópolis", }, { - "country": "br", - "state": "pr", - "name": "Braganey", + "country": u"br", + "state": u"pr", + "name": u"Braganey", }, { - "country": "br", - "state": "pr", - "name": "Brasilândia do Sul", + "country": u"br", + "state": u"pr", + "name": u"Brasilândia do Sul", }, { - "country": "br", - "state": "pr", - "name": "Cafeara", + "country": u"br", + "state": u"pr", + "name": u"Cafeara", }, { - "country": "br", - "state": "pr", - "name": "Cafelândia", + "country": u"br", + "state": u"pr", + "name": u"Cafelândia", }, { - "country": "br", - "state": "pr", - "name": "Cafezal do Sul", + "country": u"br", + "state": u"pr", + "name": u"Cafezal do Sul", }, { - "country": "br", - "state": "pr", - "name": "Califórnia", + "country": u"br", + "state": u"pr", + "name": u"Califórnia", }, { - "country": "br", - "state": "pr", - "name": "Cambará", + "country": u"br", + "state": u"pr", + "name": u"Cambará", }, { - "country": "br", - "state": "pr", - "name": "Cambé", + "country": u"br", + "state": u"pr", + "name": u"Cambé", }, { - "country": "br", - "state": "pr", - "name": "Cambira", + "country": u"br", + "state": u"pr", + "name": u"Cambira", }, { - "country": "br", - "state": "pr", - "name": "Campina da Lagoa", + "country": u"br", + "state": u"pr", + "name": u"Campina da Lagoa", }, { - "country": "br", - "state": "pr", - "name": "Campina do Simão", + "country": u"br", + "state": u"pr", + "name": u"Campina do Simão", }, { - "country": "br", - "state": "pr", - "name": "Campina Grande do Sul", + "country": u"br", + "state": u"pr", + "name": u"Campina Grande do Sul", }, { - "country": "br", - "state": "pr", - "name": "Campo Bonito", + "country": u"br", + "state": u"pr", + "name": u"Campo Bonito", }, { - "country": "br", - "state": "pr", - "name": "Campo do Tenente", + "country": u"br", + "state": u"pr", + "name": u"Campo do Tenente", }, { - "country": "br", - "state": "pr", - "name": "Campo Largo", + "country": u"br", + "state": u"pr", + "name": u"Campo Largo", }, { - "country": "br", - "state": "pr", - "name": "Campo Magro", + "country": u"br", + "state": u"pr", + "name": u"Campo Magro", }, { - "country": "br", - "state": "pr", - "name": "Campo Mourão", + "country": u"br", + "state": u"pr", + "name": u"Campo Mourão", }, { - "country": "br", - "state": "pr", - "name": "Cândido de Abreu", + "country": u"br", + "state": u"pr", + "name": u"Cândido de Abreu", }, { - "country": "br", - "state": "pr", - "name": "Candói", + "country": u"br", + "state": u"pr", + "name": u"Candói", }, { - "country": "br", - "state": "pr", - "name": "Cantagalo", + "country": u"br", + "state": u"pr", + "name": u"Cantagalo", }, { - "country": "br", - "state": "pr", - "name": "Capanema", + "country": u"br", + "state": u"pr", + "name": u"Capanema", }, { - "country": "br", - "state": "pr", - "name": "Capitão Leônidas Marques", + "country": u"br", + "state": u"pr", + "name": u"Capitão Leônidas Marques", }, { - "country": "br", - "state": "pr", - "name": "Carambeí", + "country": u"br", + "state": u"pr", + "name": u"Carambeí", }, { - "country": "br", - "state": "pr", - "name": "Carlópolis", + "country": u"br", + "state": u"pr", + "name": u"Carlópolis", }, { - "country": "br", - "state": "pr", - "name": "Cascavel", + "country": u"br", + "state": u"pr", + "name": u"Cascavel", }, { - "country": "br", - "state": "pr", - "name": "Castro", + "country": u"br", + "state": u"pr", + "name": u"Castro", }, { - "country": "br", - "state": "pr", - "name": "Catanduvas", + "country": u"br", + "state": u"pr", + "name": u"Catanduvas", }, { - "country": "br", - "state": "pr", - "name": "Centenário do Sul", + "country": u"br", + "state": u"pr", + "name": u"Centenário do Sul", }, { - "country": "br", - "state": "pr", - "name": "Cerro Azul", + "country": u"br", + "state": u"pr", + "name": u"Cerro Azul", }, { - "country": "br", - "state": "pr", - "name": "Céu Azul", + "country": u"br", + "state": u"pr", + "name": u"Céu Azul", }, { - "country": "br", - "state": "pr", - "name": "Chopinzinho", + "country": u"br", + "state": u"pr", + "name": u"Chopinzinho", }, { - "country": "br", - "state": "pr", - "name": "Cianorte", + "country": u"br", + "state": u"pr", + "name": u"Cianorte", }, { - "country": "br", - "state": "pr", - "name": "Cidade Gaúcha", + "country": u"br", + "state": u"pr", + "name": u"Cidade Gaúcha", }, { - "country": "br", - "state": "pr", - "name": "Clevelândia", + "country": u"br", + "state": u"pr", + "name": u"Clevelândia", }, { - "country": "br", - "state": "pr", - "name": "Colombo", + "country": u"br", + "state": u"pr", + "name": u"Colombo", }, { - "country": "br", - "state": "pr", - "name": "Colorado", + "country": u"br", + "state": u"pr", + "name": u"Colorado", }, { - "country": "br", - "state": "pr", - "name": "Congonhinhas", + "country": u"br", + "state": u"pr", + "name": u"Congonhinhas", }, { - "country": "br", - "state": "pr", - "name": "Conselheiro Mairinck", + "country": u"br", + "state": u"pr", + "name": u"Conselheiro Mairinck", }, { - "country": "br", - "state": "pr", - "name": "Contenda", + "country": u"br", + "state": u"pr", + "name": u"Contenda", }, { - "country": "br", - "state": "pr", - "name": "Corbélia", + "country": u"br", + "state": u"pr", + "name": u"Corbélia", }, { - "country": "br", - "state": "pr", - "name": "Cornélio Procópio", + "country": u"br", + "state": u"pr", + "name": u"Cornélio Procópio", }, { - "country": "br", - "state": "pr", - "name": "Coronel Domingos Soares", + "country": u"br", + "state": u"pr", + "name": u"Coronel Domingos Soares", }, { - "country": "br", - "state": "pr", - "name": "Coronel Vivida", + "country": u"br", + "state": u"pr", + "name": u"Coronel Vivida", }, { - "country": "br", - "state": "pr", - "name": "Corumbataí do Sul", + "country": u"br", + "state": u"pr", + "name": u"Corumbataí do Sul", }, { - "country": "br", - "state": "pr", - "name": "Cruz Machado", + "country": u"br", + "state": u"pr", + "name": u"Cruz Machado", }, { - "country": "br", - "state": "pr", - "name": "Cruzeiro do Iguaçu", + "country": u"br", + "state": u"pr", + "name": u"Cruzeiro do Iguaçu", }, { - "country": "br", - "state": "pr", - "name": "Cruzeiro do Oeste", + "country": u"br", + "state": u"pr", + "name": u"Cruzeiro do Oeste", }, { - "country": "br", - "state": "pr", - "name": "Cruzeiro do Sul", + "country": u"br", + "state": u"pr", + "name": u"Cruzeiro do Sul", }, { - "country": "br", - "state": "pr", - "name": "Cruzmaltina", + "country": u"br", + "state": u"pr", + "name": u"Cruzmaltina", }, { - "country": "br", - "state": "pr", - "name": "Curitiba", + "country": u"br", + "state": u"pr", + "name": u"Curitiba", }, { - "country": "br", - "state": "pr", - "name": "Curiúva", + "country": u"br", + "state": u"pr", + "name": u"Curiúva", }, { - "country": "br", - "state": "pr", - "name": "Diamante d`Oeste", + "country": u"br", + "state": u"pr", + "name": u"Diamante d`Oeste", }, { - "country": "br", - "state": "pr", - "name": "Diamante do Norte", + "country": u"br", + "state": u"pr", + "name": u"Diamante do Norte", }, { - "country": "br", - "state": "pr", - "name": "Diamante do Sul", + "country": u"br", + "state": u"pr", + "name": u"Diamante do Sul", }, { - "country": "br", - "state": "pr", - "name": "Dois Vizinhos", + "country": u"br", + "state": u"pr", + "name": u"Dois Vizinhos", }, { - "country": "br", - "state": "pr", - "name": "Douradina", + "country": u"br", + "state": u"pr", + "name": u"Douradina", }, { - "country": "br", - "state": "pr", - "name": "Doutor Camargo", + "country": u"br", + "state": u"pr", + "name": u"Doutor Camargo", }, { - "country": "br", - "state": "pr", - "name": "Doutor Ulysses", + "country": u"br", + "state": u"pr", + "name": u"Doutor Ulysses", }, { - "country": "br", - "state": "pr", - "name": "Enéas Marques", + "country": u"br", + "state": u"pr", + "name": u"Enéas Marques", }, { - "country": "br", - "state": "pr", - "name": "Engenheiro Beltrão", + "country": u"br", + "state": u"pr", + "name": u"Engenheiro Beltrão", }, { - "country": "br", - "state": "pr", - "name": "Entre Rios do Oeste", + "country": u"br", + "state": u"pr", + "name": u"Entre Rios do Oeste", }, { - "country": "br", - "state": "pr", - "name": "Esperança Nova", + "country": u"br", + "state": u"pr", + "name": u"Esperança Nova", }, { - "country": "br", - "state": "pr", - "name": "Espigão Alto do Iguaçu", + "country": u"br", + "state": u"pr", + "name": u"Espigão Alto do Iguaçu", }, { - "country": "br", - "state": "pr", - "name": "Farol", + "country": u"br", + "state": u"pr", + "name": u"Farol", }, { - "country": "br", - "state": "pr", - "name": "Faxinal", + "country": u"br", + "state": u"pr", + "name": u"Faxinal", }, { - "country": "br", - "state": "pr", - "name": "Fazenda Rio Grande", + "country": u"br", + "state": u"pr", + "name": u"Fazenda Rio Grande", }, { - "country": "br", - "state": "pr", - "name": "Fênix", + "country": u"br", + "state": u"pr", + "name": u"Fênix", }, { - "country": "br", - "state": "pr", - "name": "Fernandes Pinheiro", + "country": u"br", + "state": u"pr", + "name": u"Fernandes Pinheiro", }, { - "country": "br", - "state": "pr", - "name": "Figueira", + "country": u"br", + "state": u"pr", + "name": u"Figueira", }, { - "country": "br", - "state": "pr", - "name": "Flor da Serra do Sul", + "country": u"br", + "state": u"pr", + "name": u"Flor da Serra do Sul", }, { - "country": "br", - "state": "pr", - "name": "Floraí", + "country": u"br", + "state": u"pr", + "name": u"Floraí", }, { - "country": "br", - "state": "pr", - "name": "Floresta", + "country": u"br", + "state": u"pr", + "name": u"Floresta", }, { - "country": "br", - "state": "pr", - "name": "Florestópolis", + "country": u"br", + "state": u"pr", + "name": u"Florestópolis", }, { - "country": "br", - "state": "pr", - "name": "Flórida", + "country": u"br", + "state": u"pr", + "name": u"Flórida", }, { - "country": "br", - "state": "pr", - "name": "Formosa do Oeste", + "country": u"br", + "state": u"pr", + "name": u"Formosa do Oeste", }, { - "country": "br", - "state": "pr", - "name": "Foz do Iguaçu", + "country": u"br", + "state": u"pr", + "name": u"Foz do Iguaçu", }, { - "country": "br", - "state": "pr", - "name": "Foz do Jordão", + "country": u"br", + "state": u"pr", + "name": u"Foz do Jordão", }, { - "country": "br", - "state": "pr", - "name": "Francisco Alves", + "country": u"br", + "state": u"pr", + "name": u"Francisco Alves", }, { - "country": "br", - "state": "pr", - "name": "Francisco Beltrão", + "country": u"br", + "state": u"pr", + "name": u"Francisco Beltrão", }, { - "country": "br", - "state": "pr", - "name": "General Carneiro", + "country": u"br", + "state": u"pr", + "name": u"General Carneiro", }, { - "country": "br", - "state": "pr", - "name": "Godoy Moreira", + "country": u"br", + "state": u"pr", + "name": u"Godoy Moreira", }, { - "country": "br", - "state": "pr", - "name": "Goioerê", + "country": u"br", + "state": u"pr", + "name": u"Goioerê", }, { - "country": "br", - "state": "pr", - "name": "Goioxim", + "country": u"br", + "state": u"pr", + "name": u"Goioxim", }, { - "country": "br", - "state": "pr", - "name": "Grandes Rios", + "country": u"br", + "state": u"pr", + "name": u"Grandes Rios", }, { - "country": "br", - "state": "pr", - "name": "Guaíra", + "country": u"br", + "state": u"pr", + "name": u"Guaíra", }, { - "country": "br", - "state": "pr", - "name": "Guairaçá", + "country": u"br", + "state": u"pr", + "name": u"Guairaçá", }, { - "country": "br", - "state": "pr", - "name": "Guamiranga", + "country": u"br", + "state": u"pr", + "name": u"Guamiranga", }, { - "country": "br", - "state": "pr", - "name": "Guapirama", + "country": u"br", + "state": u"pr", + "name": u"Guapirama", }, { - "country": "br", - "state": "pr", - "name": "Guaporema", + "country": u"br", + "state": u"pr", + "name": u"Guaporema", }, { - "country": "br", - "state": "pr", - "name": "Guaraci", + "country": u"br", + "state": u"pr", + "name": u"Guaraci", }, { - "country": "br", - "state": "pr", - "name": "Guaraniaçu", + "country": u"br", + "state": u"pr", + "name": u"Guaraniaçu", }, { - "country": "br", - "state": "pr", - "name": "Guarapuava", + "country": u"br", + "state": u"pr", + "name": u"Guarapuava", }, { - "country": "br", - "state": "pr", - "name": "Guaraqueçaba", + "country": u"br", + "state": u"pr", + "name": u"Guaraqueçaba", }, { - "country": "br", - "state": "pr", - "name": "Guaratuba", + "country": u"br", + "state": u"pr", + "name": u"Guaratuba", }, { - "country": "br", - "state": "pr", - "name": "Honório Serpa", + "country": u"br", + "state": u"pr", + "name": u"Honório Serpa", }, { - "country": "br", - "state": "pr", - "name": "Ibaiti", + "country": u"br", + "state": u"pr", + "name": u"Ibaiti", }, { - "country": "br", - "state": "pr", - "name": "Ibema", + "country": u"br", + "state": u"pr", + "name": u"Ibema", }, { - "country": "br", - "state": "pr", - "name": "Ibiporã", + "country": u"br", + "state": u"pr", + "name": u"Ibiporã", }, { - "country": "br", - "state": "pr", - "name": "Icaraíma", + "country": u"br", + "state": u"pr", + "name": u"Icaraíma", }, { - "country": "br", - "state": "pr", - "name": "Iguaraçu", + "country": u"br", + "state": u"pr", + "name": u"Iguaraçu", }, { - "country": "br", - "state": "pr", - "name": "Iguatu", + "country": u"br", + "state": u"pr", + "name": u"Iguatu", }, { - "country": "br", - "state": "pr", - "name": "Imbaú", + "country": u"br", + "state": u"pr", + "name": u"Imbaú", }, { - "country": "br", - "state": "pr", - "name": "Imbituva", + "country": u"br", + "state": u"pr", + "name": u"Imbituva", }, { - "country": "br", - "state": "pr", - "name": "Inácio Martins", + "country": u"br", + "state": u"pr", + "name": u"Inácio Martins", }, { - "country": "br", - "state": "pr", - "name": "Inajá", + "country": u"br", + "state": u"pr", + "name": u"Inajá", }, { - "country": "br", - "state": "pr", - "name": "Indianópolis", + "country": u"br", + "state": u"pr", + "name": u"Indianópolis", }, { - "country": "br", - "state": "pr", - "name": "Ipiranga", + "country": u"br", + "state": u"pr", + "name": u"Ipiranga", }, { - "country": "br", - "state": "pr", - "name": "Iporã", + "country": u"br", + "state": u"pr", + "name": u"Iporã", }, { - "country": "br", - "state": "pr", - "name": "Iracema do Oeste", + "country": u"br", + "state": u"pr", + "name": u"Iracema do Oeste", }, { - "country": "br", - "state": "pr", - "name": "Irati", + "country": u"br", + "state": u"pr", + "name": u"Irati", }, { - "country": "br", - "state": "pr", - "name": "Iretama", + "country": u"br", + "state": u"pr", + "name": u"Iretama", }, { - "country": "br", - "state": "pr", - "name": "Itaguajé", + "country": u"br", + "state": u"pr", + "name": u"Itaguajé", }, { - "country": "br", - "state": "pr", - "name": "Itaipulândia", + "country": u"br", + "state": u"pr", + "name": u"Itaipulândia", }, { - "country": "br", - "state": "pr", - "name": "Itambaracá", + "country": u"br", + "state": u"pr", + "name": u"Itambaracá", }, { - "country": "br", - "state": "pr", - "name": "Itambé", + "country": u"br", + "state": u"pr", + "name": u"Itambé", }, { - "country": "br", - "state": "pr", - "name": "Itapejara d`Oeste", + "country": u"br", + "state": u"pr", + "name": u"Itapejara d`Oeste", }, { - "country": "br", - "state": "pr", - "name": "Itaperuçu", + "country": u"br", + "state": u"pr", + "name": u"Itaperuçu", }, { - "country": "br", - "state": "pr", - "name": "Itaúna do Sul", + "country": u"br", + "state": u"pr", + "name": u"Itaúna do Sul", }, { - "country": "br", - "state": "pr", - "name": "Ivaí", + "country": u"br", + "state": u"pr", + "name": u"Ivaí", }, { - "country": "br", - "state": "pr", - "name": "Ivaiporã", + "country": u"br", + "state": u"pr", + "name": u"Ivaiporã", }, { - "country": "br", - "state": "pr", - "name": "Ivaté", + "country": u"br", + "state": u"pr", + "name": u"Ivaté", }, { - "country": "br", - "state": "pr", - "name": "Ivatuba", + "country": u"br", + "state": u"pr", + "name": u"Ivatuba", }, { - "country": "br", - "state": "pr", - "name": "Jaboti", + "country": u"br", + "state": u"pr", + "name": u"Jaboti", }, { - "country": "br", - "state": "pr", - "name": "Jacarezinho", + "country": u"br", + "state": u"pr", + "name": u"Jacarezinho", }, { - "country": "br", - "state": "pr", - "name": "Jaguapitã", + "country": u"br", + "state": u"pr", + "name": u"Jaguapitã", }, { - "country": "br", - "state": "pr", - "name": "Jaguariaíva", + "country": u"br", + "state": u"pr", + "name": u"Jaguariaíva", }, { - "country": "br", - "state": "pr", - "name": "Jandaia do Sul", + "country": u"br", + "state": u"pr", + "name": u"Jandaia do Sul", }, { - "country": "br", - "state": "pr", - "name": "Janiópolis", + "country": u"br", + "state": u"pr", + "name": u"Janiópolis", }, { - "country": "br", - "state": "pr", - "name": "Japira", + "country": u"br", + "state": u"pr", + "name": u"Japira", }, { - "country": "br", - "state": "pr", - "name": "Japurá", + "country": u"br", + "state": u"pr", + "name": u"Japurá", }, { - "country": "br", - "state": "pr", - "name": "Jardim Alegre", + "country": u"br", + "state": u"pr", + "name": u"Jardim Alegre", }, { - "country": "br", - "state": "pr", - "name": "Jardim Olinda", + "country": u"br", + "state": u"pr", + "name": u"Jardim Olinda", }, { - "country": "br", - "state": "pr", - "name": "Jataizinho", + "country": u"br", + "state": u"pr", + "name": u"Jataizinho", }, { - "country": "br", - "state": "pr", - "name": "Jesuítas", + "country": u"br", + "state": u"pr", + "name": u"Jesuítas", }, { - "country": "br", - "state": "pr", - "name": "Joaquim Távora", + "country": u"br", + "state": u"pr", + "name": u"Joaquim Távora", }, { - "country": "br", - "state": "pr", - "name": "Jundiaí do Sul", + "country": u"br", + "state": u"pr", + "name": u"Jundiaí do Sul", }, { - "country": "br", - "state": "pr", - "name": "Juranda", + "country": u"br", + "state": u"pr", + "name": u"Juranda", }, { - "country": "br", - "state": "pr", - "name": "Jussara", + "country": u"br", + "state": u"pr", + "name": u"Jussara", }, { - "country": "br", - "state": "pr", - "name": "Kaloré", + "country": u"br", + "state": u"pr", + "name": u"Kaloré", }, { - "country": "br", - "state": "pr", - "name": "Lapa", + "country": u"br", + "state": u"pr", + "name": u"Lapa", }, { - "country": "br", - "state": "pr", - "name": "Laranjal", + "country": u"br", + "state": u"pr", + "name": u"Laranjal", }, { - "country": "br", - "state": "pr", - "name": "Laranjeiras do Sul", + "country": u"br", + "state": u"pr", + "name": u"Laranjeiras do Sul", }, { - "country": "br", - "state": "pr", - "name": "Leópolis", + "country": u"br", + "state": u"pr", + "name": u"Leópolis", }, { - "country": "br", - "state": "pr", - "name": "Lidianópolis", + "country": u"br", + "state": u"pr", + "name": u"Lidianópolis", }, { - "country": "br", - "state": "pr", - "name": "Lindoeste", + "country": u"br", + "state": u"pr", + "name": u"Lindoeste", }, { - "country": "br", - "state": "pr", - "name": "Loanda", + "country": u"br", + "state": u"pr", + "name": u"Loanda", }, { - "country": "br", - "state": "pr", - "name": "Lobato", + "country": u"br", + "state": u"pr", + "name": u"Lobato", }, { - "country": "br", - "state": "pr", - "name": "Londrina", + "country": u"br", + "state": u"pr", + "name": u"Londrina", }, { - "country": "br", - "state": "pr", - "name": "Luiziana", + "country": u"br", + "state": u"pr", + "name": u"Luiziana", }, { - "country": "br", - "state": "pr", - "name": "Lunardelli", + "country": u"br", + "state": u"pr", + "name": u"Lunardelli", }, { - "country": "br", - "state": "pr", - "name": "Lupionópolis", + "country": u"br", + "state": u"pr", + "name": u"Lupionópolis", }, { - "country": "br", - "state": "pr", - "name": "Mallet", + "country": u"br", + "state": u"pr", + "name": u"Mallet", }, { - "country": "br", - "state": "pr", - "name": "Mamborê", + "country": u"br", + "state": u"pr", + "name": u"Mamborê", }, { - "country": "br", - "state": "pr", - "name": "Mandaguaçu", + "country": u"br", + "state": u"pr", + "name": u"Mandaguaçu", }, { - "country": "br", - "state": "pr", - "name": "Mandaguari", + "country": u"br", + "state": u"pr", + "name": u"Mandaguari", }, { - "country": "br", - "state": "pr", - "name": "Mandirituba", + "country": u"br", + "state": u"pr", + "name": u"Mandirituba", }, { - "country": "br", - "state": "pr", - "name": "Manfrinópolis", + "country": u"br", + "state": u"pr", + "name": u"Manfrinópolis", }, { - "country": "br", - "state": "pr", - "name": "Mangueirinha", + "country": u"br", + "state": u"pr", + "name": u"Mangueirinha", }, { - "country": "br", - "state": "pr", - "name": "Manoel Ribas", + "country": u"br", + "state": u"pr", + "name": u"Manoel Ribas", }, { - "country": "br", - "state": "pr", - "name": "Marechal Cândido Rondon", + "country": u"br", + "state": u"pr", + "name": u"Marechal Cândido Rondon", }, { - "country": "br", - "state": "pr", - "name": "Maria Helena", + "country": u"br", + "state": u"pr", + "name": u"Maria Helena", }, { - "country": "br", - "state": "pr", - "name": "Marialva", + "country": u"br", + "state": u"pr", + "name": u"Marialva", }, { - "country": "br", - "state": "pr", - "name": "Marilândia do Sul", + "country": u"br", + "state": u"pr", + "name": u"Marilândia do Sul", }, { - "country": "br", - "state": "pr", - "name": "Marilena", + "country": u"br", + "state": u"pr", + "name": u"Marilena", }, { - "country": "br", - "state": "pr", - "name": "Mariluz", + "country": u"br", + "state": u"pr", + "name": u"Mariluz", }, { - "country": "br", - "state": "pr", - "name": "Maringá", + "country": u"br", + "state": u"pr", + "name": u"Maringá", }, { - "country": "br", - "state": "pr", - "name": "Mariópolis", + "country": u"br", + "state": u"pr", + "name": u"Mariópolis", }, { - "country": "br", - "state": "pr", - "name": "Maripá", + "country": u"br", + "state": u"pr", + "name": u"Maripá", }, { - "country": "br", - "state": "pr", - "name": "Marmeleiro", + "country": u"br", + "state": u"pr", + "name": u"Marmeleiro", }, { - "country": "br", - "state": "pr", - "name": "Marquinho", + "country": u"br", + "state": u"pr", + "name": u"Marquinho", }, { - "country": "br", - "state": "pr", - "name": "Marumbi", + "country": u"br", + "state": u"pr", + "name": u"Marumbi", }, { - "country": "br", - "state": "pr", - "name": "Matelândia", + "country": u"br", + "state": u"pr", + "name": u"Matelândia", }, { - "country": "br", - "state": "pr", - "name": "Matinhos", + "country": u"br", + "state": u"pr", + "name": u"Matinhos", }, { - "country": "br", - "state": "pr", - "name": "Mato Rico", + "country": u"br", + "state": u"pr", + "name": u"Mato Rico", }, { - "country": "br", - "state": "pr", - "name": "Mauá da Serra", + "country": u"br", + "state": u"pr", + "name": u"Mauá da Serra", }, { - "country": "br", - "state": "pr", - "name": "Medianeira", + "country": u"br", + "state": u"pr", + "name": u"Medianeira", }, { - "country": "br", - "state": "pr", - "name": "Mercedes", + "country": u"br", + "state": u"pr", + "name": u"Mercedes", }, { - "country": "br", - "state": "pr", - "name": "Mirador", + "country": u"br", + "state": u"pr", + "name": u"Mirador", }, { - "country": "br", - "state": "pr", - "name": "Miraselva", + "country": u"br", + "state": u"pr", + "name": u"Miraselva", }, { - "country": "br", - "state": "pr", - "name": "Missal", + "country": u"br", + "state": u"pr", + "name": u"Missal", }, { - "country": "br", - "state": "pr", - "name": "Moreira Sales", + "country": u"br", + "state": u"pr", + "name": u"Moreira Sales", }, { - "country": "br", - "state": "pr", - "name": "Morretes", + "country": u"br", + "state": u"pr", + "name": u"Morretes", }, { - "country": "br", - "state": "pr", - "name": "Munhoz de Melo", + "country": u"br", + "state": u"pr", + "name": u"Munhoz de Melo", }, { - "country": "br", - "state": "pr", - "name": "Nossa Senhora das Graças", + "country": u"br", + "state": u"pr", + "name": u"Nossa Senhora das Graças", }, { - "country": "br", - "state": "pr", - "name": "Nova Aliança do Ivaí", + "country": u"br", + "state": u"pr", + "name": u"Nova Aliança do Ivaí", }, { - "country": "br", - "state": "pr", - "name": "Nova América da Colina", + "country": u"br", + "state": u"pr", + "name": u"Nova América da Colina", }, { - "country": "br", - "state": "pr", - "name": "Nova Aurora", + "country": u"br", + "state": u"pr", + "name": u"Nova Aurora", }, { - "country": "br", - "state": "pr", - "name": "Nova Cantu", + "country": u"br", + "state": u"pr", + "name": u"Nova Cantu", }, { - "country": "br", - "state": "pr", - "name": "Nova Esperança", + "country": u"br", + "state": u"pr", + "name": u"Nova Esperança", }, { - "country": "br", - "state": "pr", - "name": "Nova Esperança do Sudoeste", + "country": u"br", + "state": u"pr", + "name": u"Nova Esperança do Sudoeste", }, { - "country": "br", - "state": "pr", - "name": "Nova Fátima", + "country": u"br", + "state": u"pr", + "name": u"Nova Fátima", }, { - "country": "br", - "state": "pr", - "name": "Nova Laranjeiras", + "country": u"br", + "state": u"pr", + "name": u"Nova Laranjeiras", }, { - "country": "br", - "state": "pr", - "name": "Nova Londrina", + "country": u"br", + "state": u"pr", + "name": u"Nova Londrina", }, { - "country": "br", - "state": "pr", - "name": "Nova Olímpia", + "country": u"br", + "state": u"pr", + "name": u"Nova Olímpia", }, { - "country": "br", - "state": "pr", - "name": "Nova Prata do Iguaçu", + "country": u"br", + "state": u"pr", + "name": u"Nova Prata do Iguaçu", }, { - "country": "br", - "state": "pr", - "name": "Nova Santa Bárbara", + "country": u"br", + "state": u"pr", + "name": u"Nova Santa Bárbara", }, { - "country": "br", - "state": "pr", - "name": "Nova Santa Rosa", + "country": u"br", + "state": u"pr", + "name": u"Nova Santa Rosa", }, { - "country": "br", - "state": "pr", - "name": "Nova Tebas", + "country": u"br", + "state": u"pr", + "name": u"Nova Tebas", }, { - "country": "br", - "state": "pr", - "name": "Novo Itacolomi", + "country": u"br", + "state": u"pr", + "name": u"Novo Itacolomi", }, { - "country": "br", - "state": "pr", - "name": "Ortigueira", + "country": u"br", + "state": u"pr", + "name": u"Ortigueira", }, { - "country": "br", - "state": "pr", - "name": "Ourizona", + "country": u"br", + "state": u"pr", + "name": u"Ourizona", }, { - "country": "br", - "state": "pr", - "name": "Ouro Verde do Oeste", + "country": u"br", + "state": u"pr", + "name": u"Ouro Verde do Oeste", }, { - "country": "br", - "state": "pr", - "name": "Paiçandu", + "country": u"br", + "state": u"pr", + "name": u"Paiçandu", }, { - "country": "br", - "state": "pr", - "name": "Palmas", + "country": u"br", + "state": u"pr", + "name": u"Palmas", }, { - "country": "br", - "state": "pr", - "name": "Palmeira", + "country": u"br", + "state": u"pr", + "name": u"Palmeira", }, { - "country": "br", - "state": "pr", - "name": "Palmital", + "country": u"br", + "state": u"pr", + "name": u"Palmital", }, { - "country": "br", - "state": "pr", - "name": "Palotina", + "country": u"br", + "state": u"pr", + "name": u"Palotina", }, { - "country": "br", - "state": "pr", - "name": "Paraíso do Norte", + "country": u"br", + "state": u"pr", + "name": u"Paraíso do Norte", }, { - "country": "br", - "state": "pr", - "name": "Paranacity", + "country": u"br", + "state": u"pr", + "name": u"Paranacity", }, { - "country": "br", - "state": "pr", - "name": "Paranaguá", + "country": u"br", + "state": u"pr", + "name": u"Paranaguá", }, { - "country": "br", - "state": "pr", - "name": "Paranapoema", + "country": u"br", + "state": u"pr", + "name": u"Paranapoema", }, { - "country": "br", - "state": "pr", - "name": "Paranavaí", + "country": u"br", + "state": u"pr", + "name": u"Paranavaí", }, { - "country": "br", - "state": "pr", - "name": "Pato Bragado", + "country": u"br", + "state": u"pr", + "name": u"Pato Bragado", }, { - "country": "br", - "state": "pr", - "name": "Pato Branco", + "country": u"br", + "state": u"pr", + "name": u"Pato Branco", }, { - "country": "br", - "state": "pr", - "name": "Paula Freitas", + "country": u"br", + "state": u"pr", + "name": u"Paula Freitas", }, { - "country": "br", - "state": "pr", - "name": "Paulo Frontin", + "country": u"br", + "state": u"pr", + "name": u"Paulo Frontin", }, { - "country": "br", - "state": "pr", - "name": "Peabiru", + "country": u"br", + "state": u"pr", + "name": u"Peabiru", }, { - "country": "br", - "state": "pr", - "name": "Perobal", + "country": u"br", + "state": u"pr", + "name": u"Perobal", }, { - "country": "br", - "state": "pr", - "name": "Pérola", + "country": u"br", + "state": u"pr", + "name": u"Pérola", }, { - "country": "br", - "state": "pr", - "name": "Pérola d`Oeste", + "country": u"br", + "state": u"pr", + "name": u"Pérola d`Oeste", }, { - "country": "br", - "state": "pr", - "name": "Piên", + "country": u"br", + "state": u"pr", + "name": u"Piên", }, { - "country": "br", - "state": "pr", - "name": "Pinhais", + "country": u"br", + "state": u"pr", + "name": u"Pinhais", }, { - "country": "br", - "state": "pr", - "name": "Pinhal de São Bento", + "country": u"br", + "state": u"pr", + "name": u"Pinhal de São Bento", }, { - "country": "br", - "state": "pr", - "name": "Pinhalão", + "country": u"br", + "state": u"pr", + "name": u"Pinhalão", }, { - "country": "br", - "state": "pr", - "name": "Pinhão", + "country": u"br", + "state": u"pr", + "name": u"Pinhão", }, { - "country": "br", - "state": "pr", - "name": "Piraí do Sul", + "country": u"br", + "state": u"pr", + "name": u"Piraí do Sul", }, { - "country": "br", - "state": "pr", - "name": "Piraquara", + "country": u"br", + "state": u"pr", + "name": u"Piraquara", }, { - "country": "br", - "state": "pr", - "name": "Pitanga", + "country": u"br", + "state": u"pr", + "name": u"Pitanga", }, { - "country": "br", - "state": "pr", - "name": "Pitangueiras", + "country": u"br", + "state": u"pr", + "name": u"Pitangueiras", }, { - "country": "br", - "state": "pr", - "name": "Planaltina do Paraná", + "country": u"br", + "state": u"pr", + "name": u"Planaltina do Paraná", }, { - "country": "br", - "state": "pr", - "name": "Planalto", + "country": u"br", + "state": u"pr", + "name": u"Planalto", }, { - "country": "br", - "state": "pr", - "name": "Ponta Grossa", + "country": u"br", + "state": u"pr", + "name": u"Ponta Grossa", }, { - "country": "br", - "state": "pr", - "name": "Pontal do Paraná", + "country": u"br", + "state": u"pr", + "name": u"Pontal do Paraná", }, { - "country": "br", - "state": "pr", - "name": "Porecatu", + "country": u"br", + "state": u"pr", + "name": u"Porecatu", }, { - "country": "br", - "state": "pr", - "name": "Porto Amazonas", + "country": u"br", + "state": u"pr", + "name": u"Porto Amazonas", }, { - "country": "br", - "state": "pr", - "name": "Porto Barreiro", + "country": u"br", + "state": u"pr", + "name": u"Porto Barreiro", }, { - "country": "br", - "state": "pr", - "name": "Porto Rico", + "country": u"br", + "state": u"pr", + "name": u"Porto Rico", }, { - "country": "br", - "state": "pr", - "name": "Porto Vitória", + "country": u"br", + "state": u"pr", + "name": u"Porto Vitória", }, { - "country": "br", - "state": "pr", - "name": "Prado Ferreira", + "country": u"br", + "state": u"pr", + "name": u"Prado Ferreira", }, { - "country": "br", - "state": "pr", - "name": "Pranchita", + "country": u"br", + "state": u"pr", + "name": u"Pranchita", }, { - "country": "br", - "state": "pr", - "name": "Presidente Castelo Branco", + "country": u"br", + "state": u"pr", + "name": u"Presidente Castelo Branco", }, { - "country": "br", - "state": "pr", - "name": "Primeiro de Maio", + "country": u"br", + "state": u"pr", + "name": u"Primeiro de Maio", }, { - "country": "br", - "state": "pr", - "name": "Prudentópolis", + "country": u"br", + "state": u"pr", + "name": u"Prudentópolis", }, { - "country": "br", - "state": "pr", - "name": "Quarto Centenário", + "country": u"br", + "state": u"pr", + "name": u"Quarto Centenário", }, { - "country": "br", - "state": "pr", - "name": "Quatiguá", + "country": u"br", + "state": u"pr", + "name": u"Quatiguá", }, { - "country": "br", - "state": "pr", - "name": "Quatro Barras", + "country": u"br", + "state": u"pr", + "name": u"Quatro Barras", }, { - "country": "br", - "state": "pr", - "name": "Quatro Pontes", + "country": u"br", + "state": u"pr", + "name": u"Quatro Pontes", }, { - "country": "br", - "state": "pr", - "name": "Quedas do Iguaçu", + "country": u"br", + "state": u"pr", + "name": u"Quedas do Iguaçu", }, { - "country": "br", - "state": "pr", - "name": "Querência do Norte", + "country": u"br", + "state": u"pr", + "name": u"Querência do Norte", }, { - "country": "br", - "state": "pr", - "name": "Quinta do Sol", + "country": u"br", + "state": u"pr", + "name": u"Quinta do Sol", }, { - "country": "br", - "state": "pr", - "name": "Quitandinha", + "country": u"br", + "state": u"pr", + "name": u"Quitandinha", }, { - "country": "br", - "state": "pr", - "name": "Ramilândia", + "country": u"br", + "state": u"pr", + "name": u"Ramilândia", }, { - "country": "br", - "state": "pr", - "name": "Rancho Alegre", + "country": u"br", + "state": u"pr", + "name": u"Rancho Alegre", }, { - "country": "br", - "state": "pr", - "name": "Rancho Alegre d`Oeste", + "country": u"br", + "state": u"pr", + "name": u"Rancho Alegre d`Oeste", }, { - "country": "br", - "state": "pr", - "name": "Realeza", + "country": u"br", + "state": u"pr", + "name": u"Realeza", }, { - "country": "br", - "state": "pr", - "name": "Rebouças", + "country": u"br", + "state": u"pr", + "name": u"Rebouças", }, { - "country": "br", - "state": "pr", - "name": "Renascença", + "country": u"br", + "state": u"pr", + "name": u"Renascença", }, { - "country": "br", - "state": "pr", - "name": "Reserva", + "country": u"br", + "state": u"pr", + "name": u"Reserva", }, { - "country": "br", - "state": "pr", - "name": "Reserva do Iguaçu", + "country": u"br", + "state": u"pr", + "name": u"Reserva do Iguaçu", }, { - "country": "br", - "state": "pr", - "name": "Ribeirão Claro", + "country": u"br", + "state": u"pr", + "name": u"Ribeirão Claro", }, { - "country": "br", - "state": "pr", - "name": "Ribeirão do Pinhal", + "country": u"br", + "state": u"pr", + "name": u"Ribeirão do Pinhal", }, { - "country": "br", - "state": "pr", - "name": "Rio Azul", + "country": u"br", + "state": u"pr", + "name": u"Rio Azul", }, { - "country": "br", - "state": "pr", - "name": "Rio Bom", + "country": u"br", + "state": u"pr", + "name": u"Rio Bom", }, { - "country": "br", - "state": "pr", - "name": "Rio Bonito do Iguaçu", + "country": u"br", + "state": u"pr", + "name": u"Rio Bonito do Iguaçu", }, { - "country": "br", - "state": "pr", - "name": "Rio Branco do Ivaí", + "country": u"br", + "state": u"pr", + "name": u"Rio Branco do Ivaí", }, { - "country": "br", - "state": "pr", - "name": "Rio Branco do Sul", + "country": u"br", + "state": u"pr", + "name": u"Rio Branco do Sul", }, { - "country": "br", - "state": "pr", - "name": "Rio Negro", + "country": u"br", + "state": u"pr", + "name": u"Rio Negro", }, { - "country": "br", - "state": "pr", - "name": "Rolândia", + "country": u"br", + "state": u"pr", + "name": u"Rolândia", }, { - "country": "br", - "state": "pr", - "name": "Roncador", + "country": u"br", + "state": u"pr", + "name": u"Roncador", }, { - "country": "br", - "state": "pr", - "name": "Rondon", + "country": u"br", + "state": u"pr", + "name": u"Rondon", }, { - "country": "br", - "state": "pr", - "name": "Rosário do Ivaí", + "country": u"br", + "state": u"pr", + "name": u"Rosário do Ivaí", }, { - "country": "br", - "state": "pr", - "name": "Sabáudia", + "country": u"br", + "state": u"pr", + "name": u"Sabáudia", }, { - "country": "br", - "state": "pr", - "name": "Salgado Filho", + "country": u"br", + "state": u"pr", + "name": u"Salgado Filho", }, { - "country": "br", - "state": "pr", - "name": "Salto do Itararé", + "country": u"br", + "state": u"pr", + "name": u"Salto do Itararé", }, { - "country": "br", - "state": "pr", - "name": "Salto do Lontra", + "country": u"br", + "state": u"pr", + "name": u"Salto do Lontra", }, { - "country": "br", - "state": "pr", - "name": "Santa Amélia", + "country": u"br", + "state": u"pr", + "name": u"Santa Amélia", }, { - "country": "br", - "state": "pr", - "name": "Santa Cecília do Pavão", + "country": u"br", + "state": u"pr", + "name": u"Santa Cecília do Pavão", }, { - "country": "br", - "state": "pr", - "name": "Santa Cruz de Monte Castelo", + "country": u"br", + "state": u"pr", + "name": u"Santa Cruz de Monte Castelo", }, { - "country": "br", - "state": "pr", - "name": "Santa Fé", + "country": u"br", + "state": u"pr", + "name": u"Santa Fé", }, { - "country": "br", - "state": "pr", - "name": "Santa Helena", + "country": u"br", + "state": u"pr", + "name": u"Santa Helena", }, { - "country": "br", - "state": "pr", - "name": "Santa Inês", + "country": u"br", + "state": u"pr", + "name": u"Santa Inês", }, { - "country": "br", - "state": "pr", - "name": "Santa Isabel do Ivaí", + "country": u"br", + "state": u"pr", + "name": u"Santa Isabel do Ivaí", }, { - "country": "br", - "state": "pr", - "name": "Santa Izabel do Oeste", + "country": u"br", + "state": u"pr", + "name": u"Santa Izabel do Oeste", }, { - "country": "br", - "state": "pr", - "name": "Santa Lúcia", + "country": u"br", + "state": u"pr", + "name": u"Santa Lúcia", }, { - "country": "br", - "state": "pr", - "name": "Santa Maria do Oeste", + "country": u"br", + "state": u"pr", + "name": u"Santa Maria do Oeste", }, { - "country": "br", - "state": "pr", - "name": "Santa Mariana", + "country": u"br", + "state": u"pr", + "name": u"Santa Mariana", }, { - "country": "br", - "state": "pr", - "name": "Santa Mônica", + "country": u"br", + "state": u"pr", + "name": u"Santa Mônica", }, { - "country": "br", - "state": "pr", - "name": "Santa Tereza do Oeste", + "country": u"br", + "state": u"pr", + "name": u"Santa Tereza do Oeste", }, { - "country": "br", - "state": "pr", - "name": "Santa Terezinha de Itaipu", + "country": u"br", + "state": u"pr", + "name": u"Santa Terezinha de Itaipu", }, { - "country": "br", - "state": "pr", - "name": "Santana do Itararé", + "country": u"br", + "state": u"pr", + "name": u"Santana do Itararé", }, { - "country": "br", - "state": "pr", - "name": "Santo Antônio da Platina", + "country": u"br", + "state": u"pr", + "name": u"Santo Antônio da Platina", }, { - "country": "br", - "state": "pr", - "name": "Santo Antônio do Caiuá", + "country": u"br", + "state": u"pr", + "name": u"Santo Antônio do Caiuá", }, { - "country": "br", - "state": "pr", - "name": "Santo Antônio do Paraíso", + "country": u"br", + "state": u"pr", + "name": u"Santo Antônio do Paraíso", }, { - "country": "br", - "state": "pr", - "name": "Santo Antônio do Sudoeste", + "country": u"br", + "state": u"pr", + "name": u"Santo Antônio do Sudoeste", }, { - "country": "br", - "state": "pr", - "name": "Santo Inácio", + "country": u"br", + "state": u"pr", + "name": u"Santo Inácio", }, { - "country": "br", - "state": "pr", - "name": "São Carlos do Ivaí", + "country": u"br", + "state": u"pr", + "name": u"São Carlos do Ivaí", }, { - "country": "br", - "state": "pr", - "name": "São Jerônimo da Serra", + "country": u"br", + "state": u"pr", + "name": u"São Jerônimo da Serra", }, { - "country": "br", - "state": "pr", - "name": "São João", + "country": u"br", + "state": u"pr", + "name": u"São João", }, { - "country": "br", - "state": "pr", - "name": "São João do Caiuá", + "country": u"br", + "state": u"pr", + "name": u"São João do Caiuá", }, { - "country": "br", - "state": "pr", - "name": "São João do Ivaí", + "country": u"br", + "state": u"pr", + "name": u"São João do Ivaí", }, { - "country": "br", - "state": "pr", - "name": "São João do Triunfo", + "country": u"br", + "state": u"pr", + "name": u"São João do Triunfo", }, { - "country": "br", - "state": "pr", - "name": "São Jorge d`Oeste", + "country": u"br", + "state": u"pr", + "name": u"São Jorge d`Oeste", }, { - "country": "br", - "state": "pr", - "name": "São Jorge do Ivaí", + "country": u"br", + "state": u"pr", + "name": u"São Jorge do Ivaí", }, { - "country": "br", - "state": "pr", - "name": "São Jorge do Patrocínio", + "country": u"br", + "state": u"pr", + "name": u"São Jorge do Patrocínio", }, { - "country": "br", - "state": "pr", - "name": "São José da Boa Vista", + "country": u"br", + "state": u"pr", + "name": u"São José da Boa Vista", }, { - "country": "br", - "state": "pr", - "name": "São José das Palmeiras", + "country": u"br", + "state": u"pr", + "name": u"São José das Palmeiras", }, { - "country": "br", - "state": "pr", - "name": "São José dos Pinhais", + "country": u"br", + "state": u"pr", + "name": u"São José dos Pinhais", }, { - "country": "br", - "state": "pr", - "name": "São Manoel do Paraná", + "country": u"br", + "state": u"pr", + "name": u"São Manoel do Paraná", }, { - "country": "br", - "state": "pr", - "name": "São Mateus do Sul", + "country": u"br", + "state": u"pr", + "name": u"São Mateus do Sul", }, { - "country": "br", - "state": "pr", - "name": "São Miguel do Iguaçu", + "country": u"br", + "state": u"pr", + "name": u"São Miguel do Iguaçu", }, { - "country": "br", - "state": "pr", - "name": "São Pedro do Iguaçu", + "country": u"br", + "state": u"pr", + "name": u"São Pedro do Iguaçu", }, { - "country": "br", - "state": "pr", - "name": "São Pedro do Ivaí", + "country": u"br", + "state": u"pr", + "name": u"São Pedro do Ivaí", }, { - "country": "br", - "state": "pr", - "name": "São Pedro do Paraná", + "country": u"br", + "state": u"pr", + "name": u"São Pedro do Paraná", }, { - "country": "br", - "state": "pr", - "name": "São Sebastião da Amoreira", + "country": u"br", + "state": u"pr", + "name": u"São Sebastião da Amoreira", }, { - "country": "br", - "state": "pr", - "name": "São Tomé", + "country": u"br", + "state": u"pr", + "name": u"São Tomé", }, { - "country": "br", - "state": "pr", - "name": "Sapopema", + "country": u"br", + "state": u"pr", + "name": u"Sapopema", }, { - "country": "br", - "state": "pr", - "name": "Sarandi", + "country": u"br", + "state": u"pr", + "name": u"Sarandi", }, { - "country": "br", - "state": "pr", - "name": "Saudade do Iguaçu", + "country": u"br", + "state": u"pr", + "name": u"Saudade do Iguaçu", }, { - "country": "br", - "state": "pr", - "name": "Sengés", + "country": u"br", + "state": u"pr", + "name": u"Sengés", }, { - "country": "br", - "state": "pr", - "name": "Serranópolis do Iguaçu", + "country": u"br", + "state": u"pr", + "name": u"Serranópolis do Iguaçu", }, { - "country": "br", - "state": "pr", - "name": "Sertaneja", + "country": u"br", + "state": u"pr", + "name": u"Sertaneja", }, { - "country": "br", - "state": "pr", - "name": "Sertanópolis", + "country": u"br", + "state": u"pr", + "name": u"Sertanópolis", }, { - "country": "br", - "state": "pr", - "name": "Siqueira Campos", + "country": u"br", + "state": u"pr", + "name": u"Siqueira Campos", }, { - "country": "br", - "state": "pr", - "name": "Sulina", + "country": u"br", + "state": u"pr", + "name": u"Sulina", }, { - "country": "br", - "state": "pr", - "name": "Tamarana", + "country": u"br", + "state": u"pr", + "name": u"Tamarana", }, { - "country": "br", - "state": "pr", - "name": "Tamboara", + "country": u"br", + "state": u"pr", + "name": u"Tamboara", }, { - "country": "br", - "state": "pr", - "name": "Tapejara", + "country": u"br", + "state": u"pr", + "name": u"Tapejara", }, { - "country": "br", - "state": "pr", - "name": "Tapira", + "country": u"br", + "state": u"pr", + "name": u"Tapira", }, { - "country": "br", - "state": "pr", - "name": "Teixeira Soares", + "country": u"br", + "state": u"pr", + "name": u"Teixeira Soares", }, { - "country": "br", - "state": "pr", - "name": "Telêmaco Borba", + "country": u"br", + "state": u"pr", + "name": u"Telêmaco Borba", }, { - "country": "br", - "state": "pr", - "name": "Terra Boa", + "country": u"br", + "state": u"pr", + "name": u"Terra Boa", }, { - "country": "br", - "state": "pr", - "name": "Terra Rica", + "country": u"br", + "state": u"pr", + "name": u"Terra Rica", }, { - "country": "br", - "state": "pr", - "name": "Terra Roxa", + "country": u"br", + "state": u"pr", + "name": u"Terra Roxa", }, { - "country": "br", - "state": "pr", - "name": "Tibagi", + "country": u"br", + "state": u"pr", + "name": u"Tibagi", }, { - "country": "br", - "state": "pr", - "name": "Tijucas do Sul", + "country": u"br", + "state": u"pr", + "name": u"Tijucas do Sul", }, { - "country": "br", - "state": "pr", - "name": "Toledo", + "country": u"br", + "state": u"pr", + "name": u"Toledo", }, { - "country": "br", - "state": "pr", - "name": "Tomazina", + "country": u"br", + "state": u"pr", + "name": u"Tomazina", }, { - "country": "br", - "state": "pr", - "name": "Três Barras do Paraná", + "country": u"br", + "state": u"pr", + "name": u"Três Barras do Paraná", }, { - "country": "br", - "state": "pr", - "name": "Tunas do Paraná", + "country": u"br", + "state": u"pr", + "name": u"Tunas do Paraná", }, { - "country": "br", - "state": "pr", - "name": "Tuneiras do Oeste", + "country": u"br", + "state": u"pr", + "name": u"Tuneiras do Oeste", }, { - "country": "br", - "state": "pr", - "name": "Tupãssi", + "country": u"br", + "state": u"pr", + "name": u"Tupãssi", }, { - "country": "br", - "state": "pr", - "name": "Turvo", + "country": u"br", + "state": u"pr", + "name": u"Turvo", }, { - "country": "br", - "state": "pr", - "name": "Ubiratã", + "country": u"br", + "state": u"pr", + "name": u"Ubiratã", }, { - "country": "br", - "state": "pr", - "name": "Umuarama", + "country": u"br", + "state": u"pr", + "name": u"Umuarama", }, { - "country": "br", - "state": "pr", - "name": "União da Vitória", + "country": u"br", + "state": u"pr", + "name": u"União da Vitória", }, { - "country": "br", - "state": "pr", - "name": "Uniflor", + "country": u"br", + "state": u"pr", + "name": u"Uniflor", }, { - "country": "br", - "state": "pr", - "name": "Uraí", + "country": u"br", + "state": u"pr", + "name": u"Uraí", }, { - "country": "br", - "state": "pr", - "name": "Ventania", + "country": u"br", + "state": u"pr", + "name": u"Ventania", }, { - "country": "br", - "state": "pr", - "name": "Vera Cruz do Oeste", + "country": u"br", + "state": u"pr", + "name": u"Vera Cruz do Oeste", }, { - "country": "br", - "state": "pr", - "name": "Verê", + "country": u"br", + "state": u"pr", + "name": u"Verê", }, { - "country": "br", - "state": "pr", - "name": "Virmond", + "country": u"br", + "state": u"pr", + "name": u"Virmond", }, { - "country": "br", - "state": "pr", - "name": "Vitorino", + "country": u"br", + "state": u"pr", + "name": u"Vitorino", }, { - "country": "br", - "state": "pr", - "name": "Wenceslau Braz", + "country": u"br", + "state": u"pr", + "name": u"Wenceslau Braz", }, { - "country": "br", - "state": "pr", - "name": "Xambrê", + "country": u"br", + "state": u"pr", + "name": u"Xambrê", }, { - "country": "br", - "state": "rr", - "name": "Alto Alegre", + "country": u"br", + "state": u"rr", + "name": u"Alto Alegre", }, { - "country": "br", - "state": "rr", - "name": "Amajari", + "country": u"br", + "state": u"rr", + "name": u"Amajari", }, { - "country": "br", - "state": "rr", - "name": "Boa Vista", + "country": u"br", + "state": u"rr", + "name": u"Boa Vista", }, { - "country": "br", - "state": "rr", - "name": "Bonfim", + "country": u"br", + "state": u"rr", + "name": u"Bonfim", }, { - "country": "br", - "state": "rr", - "name": "Cantá", + "country": u"br", + "state": u"rr", + "name": u"Cantá", }, { - "country": "br", - "state": "rr", - "name": "Caracaraí", + "country": u"br", + "state": u"rr", + "name": u"Caracaraí", }, { - "country": "br", - "state": "rr", - "name": "Caroebe", + "country": u"br", + "state": u"rr", + "name": u"Caroebe", }, { - "country": "br", - "state": "rr", - "name": "Iracema", + "country": u"br", + "state": u"rr", + "name": u"Iracema", }, { - "country": "br", - "state": "rr", - "name": "Mucajaí", + "country": u"br", + "state": u"rr", + "name": u"Mucajaí", }, { - "country": "br", - "state": "rr", - "name": "Normandia", + "country": u"br", + "state": u"rr", + "name": u"Normandia", }, { - "country": "br", - "state": "rr", - "name": "Pacaraima", + "country": u"br", + "state": u"rr", + "name": u"Pacaraima", }, { - "country": "br", - "state": "rr", - "name": "Rorainópolis", + "country": u"br", + "state": u"rr", + "name": u"Rorainópolis", }, { - "country": "br", - "state": "rr", - "name": "São João da Baliza", + "country": u"br", + "state": u"rr", + "name": u"São João da Baliza", }, { - "country": "br", - "state": "rr", - "name": "São Luiz", + "country": u"br", + "state": u"rr", + "name": u"São Luiz", }, { - "country": "br", - "state": "rr", - "name": "Uiramutã", + "country": u"br", + "state": u"rr", + "name": u"Uiramutã", }, { - "country": "br", - "state": "rs", - "name": "Aceguá", + "country": u"br", + "state": u"rs", + "name": u"Aceguá", }, { - "country": "br", - "state": "rs", - "name": "Água Santa", + "country": u"br", + "state": u"rs", + "name": u"Água Santa", }, { - "country": "br", - "state": "rs", - "name": "Agudo", + "country": u"br", + "state": u"rs", + "name": u"Agudo", }, { - "country": "br", - "state": "rs", - "name": "Ajuricaba", + "country": u"br", + "state": u"rs", + "name": u"Ajuricaba", }, { - "country": "br", - "state": "rs", - "name": "Alecrim", + "country": u"br", + "state": u"rs", + "name": u"Alecrim", }, { - "country": "br", - "state": "rs", - "name": "Alegrete", + "country": u"br", + "state": u"rs", + "name": u"Alegrete", }, { - "country": "br", - "state": "rs", - "name": "Alegria", + "country": u"br", + "state": u"rs", + "name": u"Alegria", }, { - "country": "br", - "state": "rs", - "name": "Almirante Tamandaré do Sul", + "country": u"br", + "state": u"rs", + "name": u"Almirante Tamandaré do Sul", }, { - "country": "br", - "state": "rs", - "name": "Alpestre", + "country": u"br", + "state": u"rs", + "name": u"Alpestre", }, { - "country": "br", - "state": "rs", - "name": "Alto Alegre", + "country": u"br", + "state": u"rs", + "name": u"Alto Alegre", }, { - "country": "br", - "state": "rs", - "name": "Alto Feliz", + "country": u"br", + "state": u"rs", + "name": u"Alto Feliz", }, { - "country": "br", - "state": "rs", - "name": "Alvorada", + "country": u"br", + "state": u"rs", + "name": u"Alvorada", }, { - "country": "br", - "state": "rs", - "name": "Amaral Ferrador", + "country": u"br", + "state": u"rs", + "name": u"Amaral Ferrador", }, { - "country": "br", - "state": "rs", - "name": "Ametista do Sul", + "country": u"br", + "state": u"rs", + "name": u"Ametista do Sul", }, { - "country": "br", - "state": "rs", - "name": "André da Rocha", + "country": u"br", + "state": u"rs", + "name": u"André da Rocha", }, { - "country": "br", - "state": "rs", - "name": "Anta Gorda", + "country": u"br", + "state": u"rs", + "name": u"Anta Gorda", }, { - "country": "br", - "state": "rs", - "name": "Antônio Prado", + "country": u"br", + "state": u"rs", + "name": u"Antônio Prado", }, { - "country": "br", - "state": "rs", - "name": "Arambaré", + "country": u"br", + "state": u"rs", + "name": u"Arambaré", }, { - "country": "br", - "state": "rs", - "name": "Araricá", + "country": u"br", + "state": u"rs", + "name": u"Araricá", }, { - "country": "br", - "state": "rs", - "name": "Aratiba", + "country": u"br", + "state": u"rs", + "name": u"Aratiba", }, { - "country": "br", - "state": "rs", - "name": "Arroio do Meio", + "country": u"br", + "state": u"rs", + "name": u"Arroio do Meio", }, { - "country": "br", - "state": "rs", - "name": "Arroio do Padre", + "country": u"br", + "state": u"rs", + "name": u"Arroio do Padre", }, { - "country": "br", - "state": "rs", - "name": "Arroio do Sal", + "country": u"br", + "state": u"rs", + "name": u"Arroio do Sal", }, { - "country": "br", - "state": "rs", - "name": "Arroio do Tigre", + "country": u"br", + "state": u"rs", + "name": u"Arroio do Tigre", }, { - "country": "br", - "state": "rs", - "name": "Arroio dos Ratos", + "country": u"br", + "state": u"rs", + "name": u"Arroio dos Ratos", }, { - "country": "br", - "state": "rs", - "name": "Arroio Grande", + "country": u"br", + "state": u"rs", + "name": u"Arroio Grande", }, { - "country": "br", - "state": "rs", - "name": "Arvorezinha", + "country": u"br", + "state": u"rs", + "name": u"Arvorezinha", }, { - "country": "br", - "state": "rs", - "name": "Augusto Pestana", + "country": u"br", + "state": u"rs", + "name": u"Augusto Pestana", }, { - "country": "br", - "state": "rs", - "name": "Áurea", + "country": u"br", + "state": u"rs", + "name": u"Áurea", }, { - "country": "br", - "state": "rs", - "name": "Bagé", + "country": u"br", + "state": u"rs", + "name": u"Bagé", }, { - "country": "br", - "state": "rs", - "name": "Balneário Pinhal", + "country": u"br", + "state": u"rs", + "name": u"Balneário Pinhal", }, { - "country": "br", - "state": "rs", - "name": "Barão", + "country": u"br", + "state": u"rs", + "name": u"Barão", }, { - "country": "br", - "state": "rs", - "name": "Barão de Cotegipe", + "country": u"br", + "state": u"rs", + "name": u"Barão de Cotegipe", }, { - "country": "br", - "state": "rs", - "name": "Barão do Triunfo", + "country": u"br", + "state": u"rs", + "name": u"Barão do Triunfo", }, { - "country": "br", - "state": "rs", - "name": "Barra do Guarita", + "country": u"br", + "state": u"rs", + "name": u"Barra do Guarita", }, { - "country": "br", - "state": "rs", - "name": "Barra do Quaraí", + "country": u"br", + "state": u"rs", + "name": u"Barra do Quaraí", }, { - "country": "br", - "state": "rs", - "name": "Barra do Ribeiro", + "country": u"br", + "state": u"rs", + "name": u"Barra do Ribeiro", }, { - "country": "br", - "state": "rs", - "name": "Barra do Rio Azul", + "country": u"br", + "state": u"rs", + "name": u"Barra do Rio Azul", }, { - "country": "br", - "state": "rs", - "name": "Barra Funda", + "country": u"br", + "state": u"rs", + "name": u"Barra Funda", }, { - "country": "br", - "state": "rs", - "name": "Barracão", + "country": u"br", + "state": u"rs", + "name": u"Barracão", }, { - "country": "br", - "state": "rs", - "name": "Barros Cassal", + "country": u"br", + "state": u"rs", + "name": u"Barros Cassal", }, { - "country": "br", - "state": "rs", - "name": "Benjamin Constant do Sul", + "country": u"br", + "state": u"rs", + "name": u"Benjamin Constant do Sul", }, { - "country": "br", - "state": "rs", - "name": "Bento Gonçalves", + "country": u"br", + "state": u"rs", + "name": u"Bento Gonçalves", }, { - "country": "br", - "state": "rs", - "name": "Boa Vista das Missões", + "country": u"br", + "state": u"rs", + "name": u"Boa Vista das Missões", }, { - "country": "br", - "state": "rs", - "name": "Boa Vista do Buricá", + "country": u"br", + "state": u"rs", + "name": u"Boa Vista do Buricá", }, { - "country": "br", - "state": "rs", - "name": "Boa Vista do Cadeado", + "country": u"br", + "state": u"rs", + "name": u"Boa Vista do Cadeado", }, { - "country": "br", - "state": "rs", - "name": "Boa Vista do Incra", + "country": u"br", + "state": u"rs", + "name": u"Boa Vista do Incra", }, { - "country": "br", - "state": "rs", - "name": "Boa Vista do Sul", + "country": u"br", + "state": u"rs", + "name": u"Boa Vista do Sul", }, { - "country": "br", - "state": "rs", - "name": "Bom Jesus", + "country": u"br", + "state": u"rs", + "name": u"Bom Jesus", }, { - "country": "br", - "state": "rs", - "name": "Bom Princípio", + "country": u"br", + "state": u"rs", + "name": u"Bom Princípio", }, { - "country": "br", - "state": "rs", - "name": "Bom Progresso", + "country": u"br", + "state": u"rs", + "name": u"Bom Progresso", }, { - "country": "br", - "state": "rs", - "name": "Bom Retiro do Sul", + "country": u"br", + "state": u"rs", + "name": u"Bom Retiro do Sul", }, { - "country": "br", - "state": "rs", - "name": "Boqueirão do Leão", + "country": u"br", + "state": u"rs", + "name": u"Boqueirão do Leão", }, { - "country": "br", - "state": "rs", - "name": "Bossoroca", + "country": u"br", + "state": u"rs", + "name": u"Bossoroca", }, { - "country": "br", - "state": "rs", - "name": "Bozano", + "country": u"br", + "state": u"rs", + "name": u"Bozano", }, { - "country": "br", - "state": "rs", - "name": "Braga", + "country": u"br", + "state": u"rs", + "name": u"Braga", }, { - "country": "br", - "state": "rs", - "name": "Brochier", + "country": u"br", + "state": u"rs", + "name": u"Brochier", }, { - "country": "br", - "state": "rs", - "name": "Butiá", + "country": u"br", + "state": u"rs", + "name": u"Butiá", }, { - "country": "br", - "state": "rs", - "name": "Caçapava do Sul", + "country": u"br", + "state": u"rs", + "name": u"Caçapava do Sul", }, { - "country": "br", - "state": "rs", - "name": "Cacequi", + "country": u"br", + "state": u"rs", + "name": u"Cacequi", }, { - "country": "br", - "state": "rs", - "name": "Cachoeira do Sul", + "country": u"br", + "state": u"rs", + "name": u"Cachoeira do Sul", }, { - "country": "br", - "state": "rs", - "name": "Cachoeirinha", + "country": u"br", + "state": u"rs", + "name": u"Cachoeirinha", }, { - "country": "br", - "state": "rs", - "name": "Cacique Doble", + "country": u"br", + "state": u"rs", + "name": u"Cacique Doble", }, { - "country": "br", - "state": "rs", - "name": "Caibaté", + "country": u"br", + "state": u"rs", + "name": u"Caibaté", }, { - "country": "br", - "state": "rs", - "name": "Caiçara", + "country": u"br", + "state": u"rs", + "name": u"Caiçara", }, { - "country": "br", - "state": "rs", - "name": "Camaquã", + "country": u"br", + "state": u"rs", + "name": u"Camaquã", }, { - "country": "br", - "state": "rs", - "name": "Camargo", + "country": u"br", + "state": u"rs", + "name": u"Camargo", }, { - "country": "br", - "state": "rs", - "name": "Cambará do Sul", + "country": u"br", + "state": u"rs", + "name": u"Cambará do Sul", }, { - "country": "br", - "state": "rs", - "name": "Campestre da Serra", + "country": u"br", + "state": u"rs", + "name": u"Campestre da Serra", }, { - "country": "br", - "state": "rs", - "name": "Campina das Missões", + "country": u"br", + "state": u"rs", + "name": u"Campina das Missões", }, { - "country": "br", - "state": "rs", - "name": "Campinas do Sul", + "country": u"br", + "state": u"rs", + "name": u"Campinas do Sul", }, { - "country": "br", - "state": "rs", - "name": "Campo Bom", + "country": u"br", + "state": u"rs", + "name": u"Campo Bom", }, { - "country": "br", - "state": "rs", - "name": "Campo Novo", + "country": u"br", + "state": u"rs", + "name": u"Campo Novo", }, { - "country": "br", - "state": "rs", - "name": "Campos Borges", + "country": u"br", + "state": u"rs", + "name": u"Campos Borges", }, { - "country": "br", - "state": "rs", - "name": "Candelária", + "country": u"br", + "state": u"rs", + "name": u"Candelária", }, { - "country": "br", - "state": "rs", - "name": "Cândido Godói", + "country": u"br", + "state": u"rs", + "name": u"Cândido Godói", }, { - "country": "br", - "state": "rs", - "name": "Candiota", + "country": u"br", + "state": u"rs", + "name": u"Candiota", }, { - "country": "br", - "state": "rs", - "name": "Canela", + "country": u"br", + "state": u"rs", + "name": u"Canela", }, { - "country": "br", - "state": "rs", - "name": "Canguçu", + "country": u"br", + "state": u"rs", + "name": u"Canguçu", }, { - "country": "br", - "state": "rs", - "name": "Canoas", + "country": u"br", + "state": u"rs", + "name": u"Canoas", }, { - "country": "br", - "state": "rs", - "name": "Canudos do Vale", + "country": u"br", + "state": u"rs", + "name": u"Canudos do Vale", }, { - "country": "br", - "state": "rs", - "name": "Capão Bonito do Sul", + "country": u"br", + "state": u"rs", + "name": u"Capão Bonito do Sul", }, { - "country": "br", - "state": "rs", - "name": "Capão da Canoa", + "country": u"br", + "state": u"rs", + "name": u"Capão da Canoa", }, { - "country": "br", - "state": "rs", - "name": "Capão do Cipó", + "country": u"br", + "state": u"rs", + "name": u"Capão do Cipó", }, { - "country": "br", - "state": "rs", - "name": "Capão do Leão", + "country": u"br", + "state": u"rs", + "name": u"Capão do Leão", }, { - "country": "br", - "state": "rs", - "name": "Capela de Santana", + "country": u"br", + "state": u"rs", + "name": u"Capela de Santana", }, { - "country": "br", - "state": "rs", - "name": "Capitão", + "country": u"br", + "state": u"rs", + "name": u"Capitão", }, { - "country": "br", - "state": "rs", - "name": "Capivari do Sul", + "country": u"br", + "state": u"rs", + "name": u"Capivari do Sul", }, { - "country": "br", - "state": "rs", - "name": "Caraá", + "country": u"br", + "state": u"rs", + "name": u"Caraá", }, { - "country": "br", - "state": "rs", - "name": "Carazinho", + "country": u"br", + "state": u"rs", + "name": u"Carazinho", }, { - "country": "br", - "state": "rs", - "name": "Carlos Barbosa", + "country": u"br", + "state": u"rs", + "name": u"Carlos Barbosa", }, { - "country": "br", - "state": "rs", - "name": "Carlos Gomes", + "country": u"br", + "state": u"rs", + "name": u"Carlos Gomes", }, { - "country": "br", - "state": "rs", - "name": "Casca", + "country": u"br", + "state": u"rs", + "name": u"Casca", }, { - "country": "br", - "state": "rs", - "name": "Caseiros", + "country": u"br", + "state": u"rs", + "name": u"Caseiros", }, { - "country": "br", - "state": "rs", - "name": "Catuípe", + "country": u"br", + "state": u"rs", + "name": u"Catuípe", }, { - "country": "br", - "state": "rs", - "name": "Caxias do Sul", + "country": u"br", + "state": u"rs", + "name": u"Caxias do Sul", }, { - "country": "br", - "state": "rs", - "name": "Centenário", + "country": u"br", + "state": u"rs", + "name": u"Centenário", }, { - "country": "br", - "state": "rs", - "name": "Cerrito", + "country": u"br", + "state": u"rs", + "name": u"Cerrito", }, { - "country": "br", - "state": "rs", - "name": "Cerro Branco", + "country": u"br", + "state": u"rs", + "name": u"Cerro Branco", }, { - "country": "br", - "state": "rs", - "name": "Cerro Grande", + "country": u"br", + "state": u"rs", + "name": u"Cerro Grande", }, { - "country": "br", - "state": "rs", - "name": "Cerro Grande do Sul", + "country": u"br", + "state": u"rs", + "name": u"Cerro Grande do Sul", }, { - "country": "br", - "state": "rs", - "name": "Cerro Largo", + "country": u"br", + "state": u"rs", + "name": u"Cerro Largo", }, { - "country": "br", - "state": "rs", - "name": "Chapada", + "country": u"br", + "state": u"rs", + "name": u"Chapada", }, { - "country": "br", - "state": "rs", - "name": "Charqueadas", + "country": u"br", + "state": u"rs", + "name": u"Charqueadas", }, { - "country": "br", - "state": "rs", - "name": "Charrua", + "country": u"br", + "state": u"rs", + "name": u"Charrua", }, { - "country": "br", - "state": "rs", - "name": "Chiapeta", + "country": u"br", + "state": u"rs", + "name": u"Chiapeta", }, { - "country": "br", - "state": "rs", - "name": "Chuí", + "country": u"br", + "state": u"rs", + "name": u"Chuí", }, { - "country": "br", - "state": "rs", - "name": "Chuvisca", + "country": u"br", + "state": u"rs", + "name": u"Chuvisca", }, { - "country": "br", - "state": "rs", - "name": "Cidreira", + "country": u"br", + "state": u"rs", + "name": u"Cidreira", }, { - "country": "br", - "state": "rs", - "name": "Ciríaco", + "country": u"br", + "state": u"rs", + "name": u"Ciríaco", }, { - "country": "br", - "state": "rs", - "name": "Colinas", + "country": u"br", + "state": u"rs", + "name": u"Colinas", }, { - "country": "br", - "state": "rs", - "name": "Colorado", + "country": u"br", + "state": u"rs", + "name": u"Colorado", }, { - "country": "br", - "state": "rs", - "name": "Condor", + "country": u"br", + "state": u"rs", + "name": u"Condor", }, { - "country": "br", - "state": "rs", - "name": "Constantina", + "country": u"br", + "state": u"rs", + "name": u"Constantina", }, { - "country": "br", - "state": "rs", - "name": "Coqueiro Baixo", + "country": u"br", + "state": u"rs", + "name": u"Coqueiro Baixo", }, { - "country": "br", - "state": "rs", - "name": "Coqueiros do Sul", + "country": u"br", + "state": u"rs", + "name": u"Coqueiros do Sul", }, { - "country": "br", - "state": "rs", - "name": "Coronel Barros", + "country": u"br", + "state": u"rs", + "name": u"Coronel Barros", }, { - "country": "br", - "state": "rs", - "name": "Coronel Bicaco", + "country": u"br", + "state": u"rs", + "name": u"Coronel Bicaco", }, { - "country": "br", - "state": "rs", - "name": "Coronel Pilar", + "country": u"br", + "state": u"rs", + "name": u"Coronel Pilar", }, { - "country": "br", - "state": "rs", - "name": "Cotiporã", + "country": u"br", + "state": u"rs", + "name": u"Cotiporã", }, { - "country": "br", - "state": "rs", - "name": "Coxilha", + "country": u"br", + "state": u"rs", + "name": u"Coxilha", }, { - "country": "br", - "state": "rs", - "name": "Crissiumal", + "country": u"br", + "state": u"rs", + "name": u"Crissiumal", }, { - "country": "br", - "state": "rs", - "name": "Cristal", + "country": u"br", + "state": u"rs", + "name": u"Cristal", }, { - "country": "br", - "state": "rs", - "name": "Cristal do Sul", + "country": u"br", + "state": u"rs", + "name": u"Cristal do Sul", }, { - "country": "br", - "state": "rs", - "name": "Cruz Alta", + "country": u"br", + "state": u"rs", + "name": u"Cruz Alta", }, { - "country": "br", - "state": "rs", - "name": "Cruzaltense", + "country": u"br", + "state": u"rs", + "name": u"Cruzaltense", }, { - "country": "br", - "state": "rs", - "name": "Cruzeiro do Sul", + "country": u"br", + "state": u"rs", + "name": u"Cruzeiro do Sul", }, { - "country": "br", - "state": "rs", - "name": "David Canabarro", + "country": u"br", + "state": u"rs", + "name": u"David Canabarro", }, { - "country": "br", - "state": "rs", - "name": "Derrubadas", + "country": u"br", + "state": u"rs", + "name": u"Derrubadas", }, { - "country": "br", - "state": "rs", - "name": "Dezesseis de Novembro", + "country": u"br", + "state": u"rs", + "name": u"Dezesseis de Novembro", }, { - "country": "br", - "state": "rs", - "name": "Dilermando de Aguiar", + "country": u"br", + "state": u"rs", + "name": u"Dilermando de Aguiar", }, { - "country": "br", - "state": "rs", - "name": "Dois Irmãos", + "country": u"br", + "state": u"rs", + "name": u"Dois Irmãos", }, { - "country": "br", - "state": "rs", - "name": "Dois Irmãos das Missões", + "country": u"br", + "state": u"rs", + "name": u"Dois Irmãos das Missões", }, { - "country": "br", - "state": "rs", - "name": "Dois Lajeados", + "country": u"br", + "state": u"rs", + "name": u"Dois Lajeados", }, { - "country": "br", - "state": "rs", - "name": "Dom Feliciano", + "country": u"br", + "state": u"rs", + "name": u"Dom Feliciano", }, { - "country": "br", - "state": "rs", - "name": "Dom Pedrito", + "country": u"br", + "state": u"rs", + "name": u"Dom Pedrito", }, { - "country": "br", - "state": "rs", - "name": "Dom Pedro de Alcântara", + "country": u"br", + "state": u"rs", + "name": u"Dom Pedro de Alcântara", }, { - "country": "br", - "state": "rs", - "name": "Dona Francisca", + "country": u"br", + "state": u"rs", + "name": u"Dona Francisca", }, { - "country": "br", - "state": "rs", - "name": "Doutor Maurício Cardoso", + "country": u"br", + "state": u"rs", + "name": u"Doutor Maurício Cardoso", }, { - "country": "br", - "state": "rs", - "name": "Doutor Ricardo", + "country": u"br", + "state": u"rs", + "name": u"Doutor Ricardo", }, { - "country": "br", - "state": "rs", - "name": "Eldorado do Sul", + "country": u"br", + "state": u"rs", + "name": u"Eldorado do Sul", }, { - "country": "br", - "state": "rs", - "name": "Encantado", + "country": u"br", + "state": u"rs", + "name": u"Encantado", }, { - "country": "br", - "state": "rs", - "name": "Encruzilhada do Sul", + "country": u"br", + "state": u"rs", + "name": u"Encruzilhada do Sul", }, { - "country": "br", - "state": "rs", - "name": "Engenho Velho", + "country": u"br", + "state": u"rs", + "name": u"Engenho Velho", }, { - "country": "br", - "state": "rs", - "name": "Entre Rios do Sul", + "country": u"br", + "state": u"rs", + "name": u"Entre Rios do Sul", }, { - "country": "br", - "state": "rs", - "name": "Entre-Ijuís", + "country": u"br", + "state": u"rs", + "name": u"Entre-Ijuís", }, { - "country": "br", - "state": "rs", - "name": "Erebango", + "country": u"br", + "state": u"rs", + "name": u"Erebango", }, { - "country": "br", - "state": "rs", - "name": "Erechim", + "country": u"br", + "state": u"rs", + "name": u"Erechim", }, { - "country": "br", - "state": "rs", - "name": "Ernestina", + "country": u"br", + "state": u"rs", + "name": u"Ernestina", }, { - "country": "br", - "state": "rs", - "name": "Erval Grande", + "country": u"br", + "state": u"rs", + "name": u"Erval Grande", }, { - "country": "br", - "state": "rs", - "name": "Erval Seco", + "country": u"br", + "state": u"rs", + "name": u"Erval Seco", }, { - "country": "br", - "state": "rs", - "name": "Esmeralda", + "country": u"br", + "state": u"rs", + "name": u"Esmeralda", }, { - "country": "br", - "state": "rs", - "name": "Esperança do Sul", + "country": u"br", + "state": u"rs", + "name": u"Esperança do Sul", }, { - "country": "br", - "state": "rs", - "name": "Espumoso", + "country": u"br", + "state": u"rs", + "name": u"Espumoso", }, { - "country": "br", - "state": "rs", - "name": "Estação", + "country": u"br", + "state": u"rs", + "name": u"Estação", }, { - "country": "br", - "state": "rs", - "name": "Estância Velha", + "country": u"br", + "state": u"rs", + "name": u"Estância Velha", }, { - "country": "br", - "state": "rs", - "name": "Esteio", + "country": u"br", + "state": u"rs", + "name": u"Esteio", }, { - "country": "br", - "state": "rs", - "name": "Estrela", + "country": u"br", + "state": u"rs", + "name": u"Estrela", }, { - "country": "br", - "state": "rs", - "name": "Estrela Velha", + "country": u"br", + "state": u"rs", + "name": u"Estrela Velha", }, { - "country": "br", - "state": "rs", - "name": "Eugênio de Castro", + "country": u"br", + "state": u"rs", + "name": u"Eugênio de Castro", }, { - "country": "br", - "state": "rs", - "name": "Fagundes Varela", + "country": u"br", + "state": u"rs", + "name": u"Fagundes Varela", }, { - "country": "br", - "state": "rs", - "name": "Farroupilha", + "country": u"br", + "state": u"rs", + "name": u"Farroupilha", }, { - "country": "br", - "state": "rs", - "name": "Faxinal do Soturno", + "country": u"br", + "state": u"rs", + "name": u"Faxinal do Soturno", }, { - "country": "br", - "state": "rs", - "name": "Faxinalzinho", + "country": u"br", + "state": u"rs", + "name": u"Faxinalzinho", }, { - "country": "br", - "state": "rs", - "name": "Fazenda Vilanova", + "country": u"br", + "state": u"rs", + "name": u"Fazenda Vilanova", }, { - "country": "br", - "state": "rs", - "name": "Feliz", + "country": u"br", + "state": u"rs", + "name": u"Feliz", }, { - "country": "br", - "state": "rs", - "name": "Flores da Cunha", + "country": u"br", + "state": u"rs", + "name": u"Flores da Cunha", }, { - "country": "br", - "state": "rs", - "name": "Floriano Peixoto", + "country": u"br", + "state": u"rs", + "name": u"Floriano Peixoto", }, { - "country": "br", - "state": "rs", - "name": "Fontoura Xavier", + "country": u"br", + "state": u"rs", + "name": u"Fontoura Xavier", }, { - "country": "br", - "state": "rs", - "name": "Formigueiro", + "country": u"br", + "state": u"rs", + "name": u"Formigueiro", }, { - "country": "br", - "state": "rs", - "name": "Forquetinha", + "country": u"br", + "state": u"rs", + "name": u"Forquetinha", }, { - "country": "br", - "state": "rs", - "name": "Fortaleza dos Valos", + "country": u"br", + "state": u"rs", + "name": u"Fortaleza dos Valos", }, { - "country": "br", - "state": "rs", - "name": "Frederico Westphalen", + "country": u"br", + "state": u"rs", + "name": u"Frederico Westphalen", }, { - "country": "br", - "state": "rs", - "name": "Garibaldi", + "country": u"br", + "state": u"rs", + "name": u"Garibaldi", }, { - "country": "br", - "state": "rs", - "name": "Garruchos", + "country": u"br", + "state": u"rs", + "name": u"Garruchos", }, { - "country": "br", - "state": "rs", - "name": "Gaurama", + "country": u"br", + "state": u"rs", + "name": u"Gaurama", }, { - "country": "br", - "state": "rs", - "name": "General Câmara", + "country": u"br", + "state": u"rs", + "name": u"General Câmara", }, { - "country": "br", - "state": "rs", - "name": "Gentil", + "country": u"br", + "state": u"rs", + "name": u"Gentil", }, { - "country": "br", - "state": "rs", - "name": "Getúlio Vargas", + "country": u"br", + "state": u"rs", + "name": u"Getúlio Vargas", }, { - "country": "br", - "state": "rs", - "name": "Giruá", + "country": u"br", + "state": u"rs", + "name": u"Giruá", }, { - "country": "br", - "state": "rs", - "name": "Glorinha", + "country": u"br", + "state": u"rs", + "name": u"Glorinha", }, { - "country": "br", - "state": "rs", - "name": "Gramado", + "country": u"br", + "state": u"rs", + "name": u"Gramado", }, { - "country": "br", - "state": "rs", - "name": "Gramado dos Loureiros", + "country": u"br", + "state": u"rs", + "name": u"Gramado dos Loureiros", }, { - "country": "br", - "state": "rs", - "name": "Gramado Xavier", + "country": u"br", + "state": u"rs", + "name": u"Gramado Xavier", }, { - "country": "br", - "state": "rs", - "name": "Gravataí", + "country": u"br", + "state": u"rs", + "name": u"Gravataí", }, { - "country": "br", - "state": "rs", - "name": "Guabiju", + "country": u"br", + "state": u"rs", + "name": u"Guabiju", }, { - "country": "br", - "state": "rs", - "name": "Guaíba", + "country": u"br", + "state": u"rs", + "name": u"Guaíba", }, { - "country": "br", - "state": "rs", - "name": "Guaporé", + "country": u"br", + "state": u"rs", + "name": u"Guaporé", }, { - "country": "br", - "state": "rs", - "name": "Guarani das Missões", + "country": u"br", + "state": u"rs", + "name": u"Guarani das Missões", }, { - "country": "br", - "state": "rs", - "name": "Harmonia", + "country": u"br", + "state": u"rs", + "name": u"Harmonia", }, { - "country": "br", - "state": "rs", - "name": "Herval", + "country": u"br", + "state": u"rs", + "name": u"Herval", }, { - "country": "br", - "state": "rs", - "name": "Herveiras", + "country": u"br", + "state": u"rs", + "name": u"Herveiras", }, { - "country": "br", - "state": "rs", - "name": "Horizontina", + "country": u"br", + "state": u"rs", + "name": u"Horizontina", }, { - "country": "br", - "state": "rs", - "name": "Hulha Negra", + "country": u"br", + "state": u"rs", + "name": u"Hulha Negra", }, { - "country": "br", - "state": "rs", - "name": "Humaitá", + "country": u"br", + "state": u"rs", + "name": u"Humaitá", }, { - "country": "br", - "state": "rs", - "name": "Ibarama", + "country": u"br", + "state": u"rs", + "name": u"Ibarama", }, { - "country": "br", - "state": "rs", - "name": "Ibiaçá", + "country": u"br", + "state": u"rs", + "name": u"Ibiaçá", }, { - "country": "br", - "state": "rs", - "name": "Ibiraiaras", + "country": u"br", + "state": u"rs", + "name": u"Ibiraiaras", }, { - "country": "br", - "state": "rs", - "name": "Ibirapuitã", + "country": u"br", + "state": u"rs", + "name": u"Ibirapuitã", }, { - "country": "br", - "state": "rs", - "name": "Ibirubá", + "country": u"br", + "state": u"rs", + "name": u"Ibirubá", }, { - "country": "br", - "state": "rs", - "name": "Igrejinha", + "country": u"br", + "state": u"rs", + "name": u"Igrejinha", }, { - "country": "br", - "state": "rs", - "name": "Ijuí", + "country": u"br", + "state": u"rs", + "name": u"Ijuí", }, { - "country": "br", - "state": "rs", - "name": "Ilópolis", + "country": u"br", + "state": u"rs", + "name": u"Ilópolis", }, { - "country": "br", - "state": "rs", - "name": "Imbé", + "country": u"br", + "state": u"rs", + "name": u"Imbé", }, { - "country": "br", - "state": "rs", - "name": "Imigrante", + "country": u"br", + "state": u"rs", + "name": u"Imigrante", }, { - "country": "br", - "state": "rs", - "name": "Independência", + "country": u"br", + "state": u"rs", + "name": u"Independência", }, { - "country": "br", - "state": "rs", - "name": "Inhacorá", + "country": u"br", + "state": u"rs", + "name": u"Inhacorá", }, { - "country": "br", - "state": "rs", - "name": "Ipê", + "country": u"br", + "state": u"rs", + "name": u"Ipê", }, { - "country": "br", - "state": "rs", - "name": "Ipiranga do Sul", + "country": u"br", + "state": u"rs", + "name": u"Ipiranga do Sul", }, { - "country": "br", - "state": "rs", - "name": "Iraí", + "country": u"br", + "state": u"rs", + "name": u"Iraí", }, { - "country": "br", - "state": "rs", - "name": "Itaara", + "country": u"br", + "state": u"rs", + "name": u"Itaara", }, { - "country": "br", - "state": "rs", - "name": "Itacurubi", + "country": u"br", + "state": u"rs", + "name": u"Itacurubi", }, { - "country": "br", - "state": "rs", - "name": "Itapuca", + "country": u"br", + "state": u"rs", + "name": u"Itapuca", }, { - "country": "br", - "state": "rs", - "name": "Itaqui", + "country": u"br", + "state": u"rs", + "name": u"Itaqui", }, { - "country": "br", - "state": "rs", - "name": "Itati", + "country": u"br", + "state": u"rs", + "name": u"Itati", }, { - "country": "br", - "state": "rs", - "name": "Itatiba do Sul", + "country": u"br", + "state": u"rs", + "name": u"Itatiba do Sul", }, { - "country": "br", - "state": "rs", - "name": "Ivorá", + "country": u"br", + "state": u"rs", + "name": u"Ivorá", }, { - "country": "br", - "state": "rs", - "name": "Ivoti", + "country": u"br", + "state": u"rs", + "name": u"Ivoti", }, { - "country": "br", - "state": "rs", - "name": "Jaboticaba", + "country": u"br", + "state": u"rs", + "name": u"Jaboticaba", }, { - "country": "br", - "state": "rs", - "name": "Jacuizinho", + "country": u"br", + "state": u"rs", + "name": u"Jacuizinho", }, { - "country": "br", - "state": "rs", - "name": "Jacutinga", + "country": u"br", + "state": u"rs", + "name": u"Jacutinga", }, { - "country": "br", - "state": "rs", - "name": "Jaguarão", + "country": u"br", + "state": u"rs", + "name": u"Jaguarão", }, { - "country": "br", - "state": "rs", - "name": "Jaguari", + "country": u"br", + "state": u"rs", + "name": u"Jaguari", }, { - "country": "br", - "state": "rs", - "name": "Jaquirana", + "country": u"br", + "state": u"rs", + "name": u"Jaquirana", }, { - "country": "br", - "state": "rs", - "name": "Jari", + "country": u"br", + "state": u"rs", + "name": u"Jari", }, { - "country": "br", - "state": "rs", - "name": "Jóia", + "country": u"br", + "state": u"rs", + "name": u"Jóia", }, { - "country": "br", - "state": "rs", - "name": "Júlio de Castilhos", + "country": u"br", + "state": u"rs", + "name": u"Júlio de Castilhos", }, { - "country": "br", - "state": "rs", - "name": "Lagoa Bonita do Sul", + "country": u"br", + "state": u"rs", + "name": u"Lagoa Bonita do Sul", }, { - "country": "br", - "state": "rs", - "name": "Lagoa dos Três Cantos", + "country": u"br", + "state": u"rs", + "name": u"Lagoa dos Três Cantos", }, { - "country": "br", - "state": "rs", - "name": "Lagoa Vermelha", + "country": u"br", + "state": u"rs", + "name": u"Lagoa Vermelha", }, { - "country": "br", - "state": "rs", - "name": "Lagoão", + "country": u"br", + "state": u"rs", + "name": u"Lagoão", }, { - "country": "br", - "state": "rs", - "name": "Lajeado", + "country": u"br", + "state": u"rs", + "name": u"Lajeado", }, { - "country": "br", - "state": "rs", - "name": "Lajeado do Bugre", + "country": u"br", + "state": u"rs", + "name": u"Lajeado do Bugre", }, { - "country": "br", - "state": "rs", - "name": "Lavras do Sul", + "country": u"br", + "state": u"rs", + "name": u"Lavras do Sul", }, { - "country": "br", - "state": "rs", - "name": "Liberato Salzano", + "country": u"br", + "state": u"rs", + "name": u"Liberato Salzano", }, { - "country": "br", - "state": "rs", - "name": "Lindolfo Collor", + "country": u"br", + "state": u"rs", + "name": u"Lindolfo Collor", }, { - "country": "br", - "state": "rs", - "name": "Linha Nova", + "country": u"br", + "state": u"rs", + "name": u"Linha Nova", }, { - "country": "br", - "state": "rs", - "name": "Maçambara", + "country": u"br", + "state": u"rs", + "name": u"Maçambara", }, { - "country": "br", - "state": "rs", - "name": "Machadinho", + "country": u"br", + "state": u"rs", + "name": u"Machadinho", }, { - "country": "br", - "state": "rs", - "name": "Mampituba", + "country": u"br", + "state": u"rs", + "name": u"Mampituba", }, { - "country": "br", - "state": "rs", - "name": "Manoel Viana", + "country": u"br", + "state": u"rs", + "name": u"Manoel Viana", }, { - "country": "br", - "state": "rs", - "name": "Maquiné", + "country": u"br", + "state": u"rs", + "name": u"Maquiné", }, { - "country": "br", - "state": "rs", - "name": "Maratá", + "country": u"br", + "state": u"rs", + "name": u"Maratá", }, { - "country": "br", - "state": "rs", - "name": "Marau", + "country": u"br", + "state": u"rs", + "name": u"Marau", }, { - "country": "br", - "state": "rs", - "name": "Marcelino Ramos", + "country": u"br", + "state": u"rs", + "name": u"Marcelino Ramos", }, { - "country": "br", - "state": "rs", - "name": "Mariana Pimentel", + "country": u"br", + "state": u"rs", + "name": u"Mariana Pimentel", }, { - "country": "br", - "state": "rs", - "name": "Mariano Moro", + "country": u"br", + "state": u"rs", + "name": u"Mariano Moro", }, { - "country": "br", - "state": "rs", - "name": "Marques de Souza", + "country": u"br", + "state": u"rs", + "name": u"Marques de Souza", }, { - "country": "br", - "state": "rs", - "name": "Mata", + "country": u"br", + "state": u"rs", + "name": u"Mata", }, { - "country": "br", - "state": "rs", - "name": "Mato Castelhano", + "country": u"br", + "state": u"rs", + "name": u"Mato Castelhano", }, { - "country": "br", - "state": "rs", - "name": "Mato Leitão", + "country": u"br", + "state": u"rs", + "name": u"Mato Leitão", }, { - "country": "br", - "state": "rs", - "name": "Mato Queimado", + "country": u"br", + "state": u"rs", + "name": u"Mato Queimado", }, { - "country": "br", - "state": "rs", - "name": "Maximiliano de Almeida", + "country": u"br", + "state": u"rs", + "name": u"Maximiliano de Almeida", }, { - "country": "br", - "state": "rs", - "name": "Minas do Leão", + "country": u"br", + "state": u"rs", + "name": u"Minas do Leão", }, { - "country": "br", - "state": "rs", - "name": "Miraguaí", + "country": u"br", + "state": u"rs", + "name": u"Miraguaí", }, { - "country": "br", - "state": "rs", - "name": "Montauri", + "country": u"br", + "state": u"rs", + "name": u"Montauri", }, { - "country": "br", - "state": "rs", - "name": "Monte Alegre dos Campos", + "country": u"br", + "state": u"rs", + "name": u"Monte Alegre dos Campos", }, { - "country": "br", - "state": "rs", - "name": "Monte Belo do Sul", + "country": u"br", + "state": u"rs", + "name": u"Monte Belo do Sul", }, { - "country": "br", - "state": "rs", - "name": "Montenegro", + "country": u"br", + "state": u"rs", + "name": u"Montenegro", }, { - "country": "br", - "state": "rs", - "name": "Mormaço", + "country": u"br", + "state": u"rs", + "name": u"Mormaço", }, { - "country": "br", - "state": "rs", - "name": "Morrinhos do Sul", + "country": u"br", + "state": u"rs", + "name": u"Morrinhos do Sul", }, { - "country": "br", - "state": "rs", - "name": "Morro Redondo", + "country": u"br", + "state": u"rs", + "name": u"Morro Redondo", }, { - "country": "br", - "state": "rs", - "name": "Morro Reuter", + "country": u"br", + "state": u"rs", + "name": u"Morro Reuter", }, { - "country": "br", - "state": "rs", - "name": "Mostardas", + "country": u"br", + "state": u"rs", + "name": u"Mostardas", }, { - "country": "br", - "state": "rs", - "name": "Muçum", + "country": u"br", + "state": u"rs", + "name": u"Muçum", }, { - "country": "br", - "state": "rs", - "name": "Muitos Capões", + "country": u"br", + "state": u"rs", + "name": u"Muitos Capões", }, { - "country": "br", - "state": "rs", - "name": "Muliterno", + "country": u"br", + "state": u"rs", + "name": u"Muliterno", }, { - "country": "br", - "state": "rs", - "name": "Não-Me-Toque", + "country": u"br", + "state": u"rs", + "name": u"Não-Me-Toque", }, { - "country": "br", - "state": "rs", - "name": "Nicolau Vergueiro", + "country": u"br", + "state": u"rs", + "name": u"Nicolau Vergueiro", }, { - "country": "br", - "state": "rs", - "name": "Nonoai", + "country": u"br", + "state": u"rs", + "name": u"Nonoai", }, { - "country": "br", - "state": "rs", - "name": "Nova Alvorada", + "country": u"br", + "state": u"rs", + "name": u"Nova Alvorada", }, { - "country": "br", - "state": "rs", - "name": "Nova Araçá", + "country": u"br", + "state": u"rs", + "name": u"Nova Araçá", }, { - "country": "br", - "state": "rs", - "name": "Nova Bassano", + "country": u"br", + "state": u"rs", + "name": u"Nova Bassano", }, { - "country": "br", - "state": "rs", - "name": "Nova Boa Vista", + "country": u"br", + "state": u"rs", + "name": u"Nova Boa Vista", }, { - "country": "br", - "state": "rs", - "name": "Nova Bréscia", + "country": u"br", + "state": u"rs", + "name": u"Nova Bréscia", }, { - "country": "br", - "state": "rs", - "name": "Nova Candelária", + "country": u"br", + "state": u"rs", + "name": u"Nova Candelária", }, { - "country": "br", - "state": "rs", - "name": "Nova Esperança do Sul", + "country": u"br", + "state": u"rs", + "name": u"Nova Esperança do Sul", }, { - "country": "br", - "state": "rs", - "name": "Nova Hartz", + "country": u"br", + "state": u"rs", + "name": u"Nova Hartz", }, { - "country": "br", - "state": "rs", - "name": "Nova Pádua", + "country": u"br", + "state": u"rs", + "name": u"Nova Pádua", }, { - "country": "br", - "state": "rs", - "name": "Nova Palma", + "country": u"br", + "state": u"rs", + "name": u"Nova Palma", }, { - "country": "br", - "state": "rs", - "name": "Nova Petrópolis", + "country": u"br", + "state": u"rs", + "name": u"Nova Petrópolis", }, { - "country": "br", - "state": "rs", - "name": "Nova Prata", + "country": u"br", + "state": u"rs", + "name": u"Nova Prata", }, { - "country": "br", - "state": "rs", - "name": "Nova Ramada", + "country": u"br", + "state": u"rs", + "name": u"Nova Ramada", }, { - "country": "br", - "state": "rs", - "name": "Nova Roma do Sul", + "country": u"br", + "state": u"rs", + "name": u"Nova Roma do Sul", }, { - "country": "br", - "state": "rs", - "name": "Nova Santa Rita", + "country": u"br", + "state": u"rs", + "name": u"Nova Santa Rita", }, { - "country": "br", - "state": "rs", - "name": "Novo Barreiro", + "country": u"br", + "state": u"rs", + "name": u"Novo Barreiro", }, { - "country": "br", - "state": "rs", - "name": "Novo Cabrais", + "country": u"br", + "state": u"rs", + "name": u"Novo Cabrais", }, { - "country": "br", - "state": "rs", - "name": "Novo Hamburgo", + "country": u"br", + "state": u"rs", + "name": u"Novo Hamburgo", }, { - "country": "br", - "state": "rs", - "name": "Novo Machado", + "country": u"br", + "state": u"rs", + "name": u"Novo Machado", }, { - "country": "br", - "state": "rs", - "name": "Novo Tiradentes", + "country": u"br", + "state": u"rs", + "name": u"Novo Tiradentes", }, { - "country": "br", - "state": "rs", - "name": "Novo Xingu", + "country": u"br", + "state": u"rs", + "name": u"Novo Xingu", }, { - "country": "br", - "state": "rs", - "name": "Osório", + "country": u"br", + "state": u"rs", + "name": u"Osório", }, { - "country": "br", - "state": "rs", - "name": "Paim Filho", + "country": u"br", + "state": u"rs", + "name": u"Paim Filho", }, { - "country": "br", - "state": "rs", - "name": "Palmares do Sul", + "country": u"br", + "state": u"rs", + "name": u"Palmares do Sul", }, { - "country": "br", - "state": "rs", - "name": "Palmeira das Missões", + "country": u"br", + "state": u"rs", + "name": u"Palmeira das Missões", }, { - "country": "br", - "state": "rs", - "name": "Palmitinho", + "country": u"br", + "state": u"rs", + "name": u"Palmitinho", }, { - "country": "br", - "state": "rs", - "name": "Panambi", + "country": u"br", + "state": u"rs", + "name": u"Panambi", }, { - "country": "br", - "state": "rs", - "name": "Pantano Grande", + "country": u"br", + "state": u"rs", + "name": u"Pantano Grande", }, { - "country": "br", - "state": "rs", - "name": "Paraí", + "country": u"br", + "state": u"rs", + "name": u"Paraí", }, { - "country": "br", - "state": "rs", - "name": "Paraíso do Sul", + "country": u"br", + "state": u"rs", + "name": u"Paraíso do Sul", }, { - "country": "br", - "state": "rs", - "name": "Pareci Novo", + "country": u"br", + "state": u"rs", + "name": u"Pareci Novo", }, { - "country": "br", - "state": "rs", - "name": "Parobé", + "country": u"br", + "state": u"rs", + "name": u"Parobé", }, { - "country": "br", - "state": "rs", - "name": "Passa Sete", + "country": u"br", + "state": u"rs", + "name": u"Passa Sete", }, { - "country": "br", - "state": "rs", - "name": "Passo do Sobrado", + "country": u"br", + "state": u"rs", + "name": u"Passo do Sobrado", }, { - "country": "br", - "state": "rs", - "name": "Passo Fundo", + "country": u"br", + "state": u"rs", + "name": u"Passo Fundo", }, { - "country": "br", - "state": "rs", - "name": "Paulo Bento", + "country": u"br", + "state": u"rs", + "name": u"Paulo Bento", }, { - "country": "br", - "state": "rs", - "name": "Paverama", + "country": u"br", + "state": u"rs", + "name": u"Paverama", }, { - "country": "br", - "state": "rs", - "name": "Pedras Altas", + "country": u"br", + "state": u"rs", + "name": u"Pedras Altas", }, { - "country": "br", - "state": "rs", - "name": "Pedro Osório", + "country": u"br", + "state": u"rs", + "name": u"Pedro Osório", }, { - "country": "br", - "state": "rs", - "name": "Pejuçara", + "country": u"br", + "state": u"rs", + "name": u"Pejuçara", }, { - "country": "br", - "state": "rs", - "name": "Pelotas", + "country": u"br", + "state": u"rs", + "name": u"Pelotas", }, { - "country": "br", - "state": "rs", - "name": "Picada Café", + "country": u"br", + "state": u"rs", + "name": u"Picada Café", }, { - "country": "br", - "state": "rs", - "name": "Pinhal", + "country": u"br", + "state": u"rs", + "name": u"Pinhal", }, { - "country": "br", - "state": "rs", - "name": "Pinhal da Serra", + "country": u"br", + "state": u"rs", + "name": u"Pinhal da Serra", }, { - "country": "br", - "state": "rs", - "name": "Pinhal Grande", + "country": u"br", + "state": u"rs", + "name": u"Pinhal Grande", }, { - "country": "br", - "state": "rs", - "name": "Pinheirinho do Vale", + "country": u"br", + "state": u"rs", + "name": u"Pinheirinho do Vale", }, { - "country": "br", - "state": "rs", - "name": "Pinheiro Machado", + "country": u"br", + "state": u"rs", + "name": u"Pinheiro Machado", }, { - "country": "br", - "state": "rs", - "name": "Pirapó", + "country": u"br", + "state": u"rs", + "name": u"Pirapó", }, { - "country": "br", - "state": "rs", - "name": "Piratini", + "country": u"br", + "state": u"rs", + "name": u"Piratini", }, { - "country": "br", - "state": "rs", - "name": "Planalto", + "country": u"br", + "state": u"rs", + "name": u"Planalto", }, { - "country": "br", - "state": "rs", - "name": "Poço das Antas", + "country": u"br", + "state": u"rs", + "name": u"Poço das Antas", }, { - "country": "br", - "state": "rs", - "name": "Pontão", + "country": u"br", + "state": u"rs", + "name": u"Pontão", }, { - "country": "br", - "state": "rs", - "name": "Ponte Preta", + "country": u"br", + "state": u"rs", + "name": u"Ponte Preta", }, { - "country": "br", - "state": "rs", - "name": "Portão", + "country": u"br", + "state": u"rs", + "name": u"Portão", }, { - "country": "br", - "state": "rs", - "name": "Porto Alegre", + "country": u"br", + "state": u"rs", + "name": u"Porto Alegre", }, { - "country": "br", - "state": "rs", - "name": "Porto Lucena", + "country": u"br", + "state": u"rs", + "name": u"Porto Lucena", }, { - "country": "br", - "state": "rs", - "name": "Porto Mauá", + "country": u"br", + "state": u"rs", + "name": u"Porto Mauá", }, { - "country": "br", - "state": "rs", - "name": "Porto Vera Cruz", + "country": u"br", + "state": u"rs", + "name": u"Porto Vera Cruz", }, { - "country": "br", - "state": "rs", - "name": "Porto Xavier", + "country": u"br", + "state": u"rs", + "name": u"Porto Xavier", }, { - "country": "br", - "state": "rs", - "name": "Pouso Novo", + "country": u"br", + "state": u"rs", + "name": u"Pouso Novo", }, { - "country": "br", - "state": "rs", - "name": "Presidente Lucena", + "country": u"br", + "state": u"rs", + "name": u"Presidente Lucena", }, { - "country": "br", - "state": "rs", - "name": "Progresso", + "country": u"br", + "state": u"rs", + "name": u"Progresso", }, { - "country": "br", - "state": "rs", - "name": "Protásio Alves", + "country": u"br", + "state": u"rs", + "name": u"Protásio Alves", }, { - "country": "br", - "state": "rs", - "name": "Putinga", + "country": u"br", + "state": u"rs", + "name": u"Putinga", }, { - "country": "br", - "state": "rs", - "name": "Quaraí", + "country": u"br", + "state": u"rs", + "name": u"Quaraí", }, { - "country": "br", - "state": "rs", - "name": "Quatro Irmãos", + "country": u"br", + "state": u"rs", + "name": u"Quatro Irmãos", }, { - "country": "br", - "state": "rs", - "name": "Quevedos", + "country": u"br", + "state": u"rs", + "name": u"Quevedos", }, { - "country": "br", - "state": "rs", - "name": "Quinze de Novembro", + "country": u"br", + "state": u"rs", + "name": u"Quinze de Novembro", }, { - "country": "br", - "state": "rs", - "name": "Redentora", + "country": u"br", + "state": u"rs", + "name": u"Redentora", }, { - "country": "br", - "state": "rs", - "name": "Relvado", + "country": u"br", + "state": u"rs", + "name": u"Relvado", }, { - "country": "br", - "state": "rs", - "name": "Restinga Seca", + "country": u"br", + "state": u"rs", + "name": u"Restinga Seca", }, { - "country": "br", - "state": "rs", - "name": "Rio dos Índios", + "country": u"br", + "state": u"rs", + "name": u"Rio dos Índios", }, { - "country": "br", - "state": "rs", - "name": "Rio Grande", + "country": u"br", + "state": u"rs", + "name": u"Rio Grande", }, { - "country": "br", - "state": "rs", - "name": "Rio Pardo", + "country": u"br", + "state": u"rs", + "name": u"Rio Pardo", }, { - "country": "br", - "state": "rs", - "name": "Riozinho", + "country": u"br", + "state": u"rs", + "name": u"Riozinho", }, { - "country": "br", - "state": "rs", - "name": "Roca Sales", + "country": u"br", + "state": u"rs", + "name": u"Roca Sales", }, { - "country": "br", - "state": "rs", - "name": "Rodeio Bonito", + "country": u"br", + "state": u"rs", + "name": u"Rodeio Bonito", }, { - "country": "br", - "state": "rs", - "name": "Rolador", + "country": u"br", + "state": u"rs", + "name": u"Rolador", }, { - "country": "br", - "state": "rs", - "name": "Rolante", + "country": u"br", + "state": u"rs", + "name": u"Rolante", }, { - "country": "br", - "state": "rs", - "name": "Ronda Alta", + "country": u"br", + "state": u"rs", + "name": u"Ronda Alta", }, { - "country": "br", - "state": "rs", - "name": "Rondinha", + "country": u"br", + "state": u"rs", + "name": u"Rondinha", }, { - "country": "br", - "state": "rs", - "name": "Roque Gonzales", + "country": u"br", + "state": u"rs", + "name": u"Roque Gonzales", }, { - "country": "br", - "state": "rs", - "name": "Rosário do Sul", + "country": u"br", + "state": u"rs", + "name": u"Rosário do Sul", }, { - "country": "br", - "state": "rs", - "name": "Sagrada Família", + "country": u"br", + "state": u"rs", + "name": u"Sagrada Família", }, { - "country": "br", - "state": "rs", - "name": "Saldanha Marinho", + "country": u"br", + "state": u"rs", + "name": u"Saldanha Marinho", }, { - "country": "br", - "state": "rs", - "name": "Salto do Jacuí", + "country": u"br", + "state": u"rs", + "name": u"Salto do Jacuí", }, { - "country": "br", - "state": "rs", - "name": "Salvador das Missões", + "country": u"br", + "state": u"rs", + "name": u"Salvador das Missões", }, { - "country": "br", - "state": "rs", - "name": "Salvador do Sul", + "country": u"br", + "state": u"rs", + "name": u"Salvador do Sul", }, { - "country": "br", - "state": "rs", - "name": "Sananduva", + "country": u"br", + "state": u"rs", + "name": u"Sananduva", }, { - "country": "br", - "state": "rs", - "name": "Santa Bárbara do Sul", + "country": u"br", + "state": u"rs", + "name": u"Santa Bárbara do Sul", }, { - "country": "br", - "state": "rs", - "name": "Santa Cecília do Sul", + "country": u"br", + "state": u"rs", + "name": u"Santa Cecília do Sul", }, { - "country": "br", - "state": "rs", - "name": "Santa Clara do Sul", + "country": u"br", + "state": u"rs", + "name": u"Santa Clara do Sul", }, { - "country": "br", - "state": "rs", - "name": "Santa Cruz do Sul", + "country": u"br", + "state": u"rs", + "name": u"Santa Cruz do Sul", }, { - "country": "br", - "state": "rs", - "name": "Santa Margarida do Sul", + "country": u"br", + "state": u"rs", + "name": u"Santa Margarida do Sul", }, { - "country": "br", - "state": "rs", - "name": "Santa Maria", + "country": u"br", + "state": u"rs", + "name": u"Santa Maria", }, { - "country": "br", - "state": "rs", - "name": "Santa Maria do Herval", + "country": u"br", + "state": u"rs", + "name": u"Santa Maria do Herval", }, { - "country": "br", - "state": "rs", - "name": "Santa Rosa", + "country": u"br", + "state": u"rs", + "name": u"Santa Rosa", }, { - "country": "br", - "state": "rs", - "name": "Santa Tereza", + "country": u"br", + "state": u"rs", + "name": u"Santa Tereza", }, { - "country": "br", - "state": "rs", - "name": "Santa Vitória do Palmar", + "country": u"br", + "state": u"rs", + "name": u"Santa Vitória do Palmar", }, { - "country": "br", - "state": "rs", - "name": "Santana da Boa Vista", + "country": u"br", + "state": u"rs", + "name": u"Santana da Boa Vista", }, { - "country": "br", - "state": "rs", - "name": "Santana do Livramento", + "country": u"br", + "state": u"rs", + "name": u"Santana do Livramento", }, { - "country": "br", - "state": "rs", - "name": "Santiago", + "country": u"br", + "state": u"rs", + "name": u"Santiago", }, { - "country": "br", - "state": "rs", - "name": "Santo Ângelo", + "country": u"br", + "state": u"rs", + "name": u"Santo Ângelo", }, { - "country": "br", - "state": "rs", - "name": "Santo Antônio da Patrulha", + "country": u"br", + "state": u"rs", + "name": u"Santo Antônio da Patrulha", }, { - "country": "br", - "state": "rs", - "name": "Santo Antônio das Missões", + "country": u"br", + "state": u"rs", + "name": u"Santo Antônio das Missões", }, { - "country": "br", - "state": "rs", - "name": "Santo Antônio do Palma", + "country": u"br", + "state": u"rs", + "name": u"Santo Antônio do Palma", }, { - "country": "br", - "state": "rs", - "name": "Santo Antônio do Planalto", + "country": u"br", + "state": u"rs", + "name": u"Santo Antônio do Planalto", }, { - "country": "br", - "state": "rs", - "name": "Santo Augusto", + "country": u"br", + "state": u"rs", + "name": u"Santo Augusto", }, { - "country": "br", - "state": "rs", - "name": "Santo Cristo", + "country": u"br", + "state": u"rs", + "name": u"Santo Cristo", }, { - "country": "br", - "state": "rs", - "name": "Santo Expedito do Sul", + "country": u"br", + "state": u"rs", + "name": u"Santo Expedito do Sul", }, { - "country": "br", - "state": "rs", - "name": "São Borja", + "country": u"br", + "state": u"rs", + "name": u"São Borja", }, { - "country": "br", - "state": "rs", - "name": "São Domingos do Sul", + "country": u"br", + "state": u"rs", + "name": u"São Domingos do Sul", }, { - "country": "br", - "state": "rs", - "name": "São Francisco de Assis", + "country": u"br", + "state": u"rs", + "name": u"São Francisco de Assis", }, { - "country": "br", - "state": "rs", - "name": "São Francisco de Paula", + "country": u"br", + "state": u"rs", + "name": u"São Francisco de Paula", }, { - "country": "br", - "state": "rs", - "name": "São Gabriel", + "country": u"br", + "state": u"rs", + "name": u"São Gabriel", }, { - "country": "br", - "state": "rs", - "name": "São Jerônimo", + "country": u"br", + "state": u"rs", + "name": u"São Jerônimo", }, { - "country": "br", - "state": "rs", - "name": "São João da Urtiga", + "country": u"br", + "state": u"rs", + "name": u"São João da Urtiga", }, { - "country": "br", - "state": "rs", - "name": "São João do Polêsine", + "country": u"br", + "state": u"rs", + "name": u"São João do Polêsine", }, { - "country": "br", - "state": "rs", - "name": "São Jorge", + "country": u"br", + "state": u"rs", + "name": u"São Jorge", }, { - "country": "br", - "state": "rs", - "name": "São José das Missões", + "country": u"br", + "state": u"rs", + "name": u"São José das Missões", }, { - "country": "br", - "state": "rs", - "name": "São José do Herval", + "country": u"br", + "state": u"rs", + "name": u"São José do Herval", }, { - "country": "br", - "state": "rs", - "name": "São José do Hortêncio", + "country": u"br", + "state": u"rs", + "name": u"São José do Hortêncio", }, { - "country": "br", - "state": "rs", - "name": "São José do Inhacorá", + "country": u"br", + "state": u"rs", + "name": u"São José do Inhacorá", }, { - "country": "br", - "state": "rs", - "name": "São José do Norte", + "country": u"br", + "state": u"rs", + "name": u"São José do Norte", }, { - "country": "br", - "state": "rs", - "name": "São José do Ouro", + "country": u"br", + "state": u"rs", + "name": u"São José do Ouro", }, { - "country": "br", - "state": "rs", - "name": "São José do Sul", + "country": u"br", + "state": u"rs", + "name": u"São José do Sul", }, { - "country": "br", - "state": "rs", - "name": "São José dos Ausentes", + "country": u"br", + "state": u"rs", + "name": u"São José dos Ausentes", }, { - "country": "br", - "state": "rs", - "name": "São Leopoldo", + "country": u"br", + "state": u"rs", + "name": u"São Leopoldo", }, { - "country": "br", - "state": "rs", - "name": "São Lourenço do Sul", + "country": u"br", + "state": u"rs", + "name": u"São Lourenço do Sul", }, { - "country": "br", - "state": "rs", - "name": "São Luiz Gonzaga", + "country": u"br", + "state": u"rs", + "name": u"São Luiz Gonzaga", }, { - "country": "br", - "state": "rs", - "name": "São Marcos", + "country": u"br", + "state": u"rs", + "name": u"São Marcos", }, { - "country": "br", - "state": "rs", - "name": "São Martinho", + "country": u"br", + "state": u"rs", + "name": u"São Martinho", }, { - "country": "br", - "state": "rs", - "name": "São Martinho da Serra", + "country": u"br", + "state": u"rs", + "name": u"São Martinho da Serra", }, { - "country": "br", - "state": "rs", - "name": "São Miguel das Missões", + "country": u"br", + "state": u"rs", + "name": u"São Miguel das Missões", }, { - "country": "br", - "state": "rs", - "name": "São Nicolau", + "country": u"br", + "state": u"rs", + "name": u"São Nicolau", }, { - "country": "br", - "state": "rs", - "name": "São Paulo das Missões", + "country": u"br", + "state": u"rs", + "name": u"São Paulo das Missões", }, { - "country": "br", - "state": "rs", - "name": "São Pedro da Serra", + "country": u"br", + "state": u"rs", + "name": u"São Pedro da Serra", }, { - "country": "br", - "state": "rs", - "name": "São Pedro das Missões", + "country": u"br", + "state": u"rs", + "name": u"São Pedro das Missões", }, { - "country": "br", - "state": "rs", - "name": "São Pedro do Butiá", + "country": u"br", + "state": u"rs", + "name": u"São Pedro do Butiá", }, { - "country": "br", - "state": "rs", - "name": "São Pedro do Sul", + "country": u"br", + "state": u"rs", + "name": u"São Pedro do Sul", }, { - "country": "br", - "state": "rs", - "name": "São Sebastião do Caí", + "country": u"br", + "state": u"rs", + "name": u"São Sebastião do Caí", }, { - "country": "br", - "state": "rs", - "name": "São Sepé", + "country": u"br", + "state": u"rs", + "name": u"São Sepé", }, { - "country": "br", - "state": "rs", - "name": "São Valentim", + "country": u"br", + "state": u"rs", + "name": u"São Valentim", }, { - "country": "br", - "state": "rs", - "name": "São Valentim do Sul", + "country": u"br", + "state": u"rs", + "name": u"São Valentim do Sul", }, { - "country": "br", - "state": "rs", - "name": "São Valério do Sul", + "country": u"br", + "state": u"rs", + "name": u"São Valério do Sul", }, { - "country": "br", - "state": "rs", - "name": "São Vendelino", + "country": u"br", + "state": u"rs", + "name": u"São Vendelino", }, { - "country": "br", - "state": "rs", - "name": "São Vicente do Sul", + "country": u"br", + "state": u"rs", + "name": u"São Vicente do Sul", }, { - "country": "br", - "state": "rs", - "name": "Sapiranga", + "country": u"br", + "state": u"rs", + "name": u"Sapiranga", }, { - "country": "br", - "state": "rs", - "name": "Sapucaia do Sul", + "country": u"br", + "state": u"rs", + "name": u"Sapucaia do Sul", }, { - "country": "br", - "state": "rs", - "name": "Sarandi", + "country": u"br", + "state": u"rs", + "name": u"Sarandi", }, { - "country": "br", - "state": "rs", - "name": "Seberi", + "country": u"br", + "state": u"rs", + "name": u"Seberi", }, { - "country": "br", - "state": "rs", - "name": "Sede Nova", + "country": u"br", + "state": u"rs", + "name": u"Sede Nova", }, { - "country": "br", - "state": "rs", - "name": "Segredo", + "country": u"br", + "state": u"rs", + "name": u"Segredo", }, { - "country": "br", - "state": "rs", - "name": "Selbach", + "country": u"br", + "state": u"rs", + "name": u"Selbach", }, { - "country": "br", - "state": "rs", - "name": "Senador Salgado Filho", + "country": u"br", + "state": u"rs", + "name": u"Senador Salgado Filho", }, { - "country": "br", - "state": "rs", - "name": "Sentinela do Sul", + "country": u"br", + "state": u"rs", + "name": u"Sentinela do Sul", }, { - "country": "br", - "state": "rs", - "name": "Serafina Corrêa", + "country": u"br", + "state": u"rs", + "name": u"Serafina Corrêa", }, { - "country": "br", - "state": "rs", - "name": "Sério", + "country": u"br", + "state": u"rs", + "name": u"Sério", }, { - "country": "br", - "state": "rs", - "name": "Sertão", + "country": u"br", + "state": u"rs", + "name": u"Sertão", }, { - "country": "br", - "state": "rs", - "name": "Sertão Santana", + "country": u"br", + "state": u"rs", + "name": u"Sertão Santana", }, { - "country": "br", - "state": "rs", - "name": "Sete de Setembro", + "country": u"br", + "state": u"rs", + "name": u"Sete de Setembro", }, { - "country": "br", - "state": "rs", - "name": "Severiano de Almeida", + "country": u"br", + "state": u"rs", + "name": u"Severiano de Almeida", }, { - "country": "br", - "state": "rs", - "name": "Silveira Martins", + "country": u"br", + "state": u"rs", + "name": u"Silveira Martins", }, { - "country": "br", - "state": "rs", - "name": "Sinimbu", + "country": u"br", + "state": u"rs", + "name": u"Sinimbu", }, { - "country": "br", - "state": "rs", - "name": "Sobradinho", + "country": u"br", + "state": u"rs", + "name": u"Sobradinho", }, { - "country": "br", - "state": "rs", - "name": "Soledade", + "country": u"br", + "state": u"rs", + "name": u"Soledade", }, { - "country": "br", - "state": "rs", - "name": "Tabaí", + "country": u"br", + "state": u"rs", + "name": u"Tabaí", }, { - "country": "br", - "state": "rs", - "name": "Tapejara", + "country": u"br", + "state": u"rs", + "name": u"Tapejara", }, { - "country": "br", - "state": "rs", - "name": "Tapera", + "country": u"br", + "state": u"rs", + "name": u"Tapera", }, { - "country": "br", - "state": "rs", - "name": "Tapes", + "country": u"br", + "state": u"rs", + "name": u"Tapes", }, { - "country": "br", - "state": "rs", - "name": "Taquara", + "country": u"br", + "state": u"rs", + "name": u"Taquara", }, { - "country": "br", - "state": "rs", - "name": "Taquari", + "country": u"br", + "state": u"rs", + "name": u"Taquari", }, { - "country": "br", - "state": "rs", - "name": "Taquaruçu do Sul", + "country": u"br", + "state": u"rs", + "name": u"Taquaruçu do Sul", }, { - "country": "br", - "state": "rs", - "name": "Tavares", + "country": u"br", + "state": u"rs", + "name": u"Tavares", }, { - "country": "br", - "state": "rs", - "name": "Tenente Portela", + "country": u"br", + "state": u"rs", + "name": u"Tenente Portela", }, { - "country": "br", - "state": "rs", - "name": "Terra de Areia", + "country": u"br", + "state": u"rs", + "name": u"Terra de Areia", }, { - "country": "br", - "state": "rs", - "name": "Teutônia", + "country": u"br", + "state": u"rs", + "name": u"Teutônia", }, { - "country": "br", - "state": "rs", - "name": "Tio Hugo", + "country": u"br", + "state": u"rs", + "name": u"Tio Hugo", }, { - "country": "br", - "state": "rs", - "name": "Tiradentes do Sul", + "country": u"br", + "state": u"rs", + "name": u"Tiradentes do Sul", }, { - "country": "br", - "state": "rs", - "name": "Toropi", + "country": u"br", + "state": u"rs", + "name": u"Toropi", }, { - "country": "br", - "state": "rs", - "name": "Torres", + "country": u"br", + "state": u"rs", + "name": u"Torres", }, { - "country": "br", - "state": "rs", - "name": "Tramandaí", + "country": u"br", + "state": u"rs", + "name": u"Tramandaí", }, { - "country": "br", - "state": "rs", - "name": "Travesseiro", + "country": u"br", + "state": u"rs", + "name": u"Travesseiro", }, { - "country": "br", - "state": "rs", - "name": "Três Arroios", + "country": u"br", + "state": u"rs", + "name": u"Três Arroios", }, { - "country": "br", - "state": "rs", - "name": "Três Cachoeiras", + "country": u"br", + "state": u"rs", + "name": u"Três Cachoeiras", }, { - "country": "br", - "state": "rs", - "name": "Três Coroas", + "country": u"br", + "state": u"rs", + "name": u"Três Coroas", }, { - "country": "br", - "state": "rs", - "name": "Três de Maio", + "country": u"br", + "state": u"rs", + "name": u"Três de Maio", }, { - "country": "br", - "state": "rs", - "name": "Três Forquilhas", + "country": u"br", + "state": u"rs", + "name": u"Três Forquilhas", }, { - "country": "br", - "state": "rs", - "name": "Três Palmeiras", + "country": u"br", + "state": u"rs", + "name": u"Três Palmeiras", }, { - "country": "br", - "state": "rs", - "name": "Três Passos", + "country": u"br", + "state": u"rs", + "name": u"Três Passos", }, { - "country": "br", - "state": "rs", - "name": "Trindade do Sul", + "country": u"br", + "state": u"rs", + "name": u"Trindade do Sul", }, { - "country": "br", - "state": "rs", - "name": "Triunfo", + "country": u"br", + "state": u"rs", + "name": u"Triunfo", }, { - "country": "br", - "state": "rs", - "name": "Tucunduva", + "country": u"br", + "state": u"rs", + "name": u"Tucunduva", }, { - "country": "br", - "state": "rs", - "name": "Tunas", + "country": u"br", + "state": u"rs", + "name": u"Tunas", }, { - "country": "br", - "state": "rs", - "name": "Tupanci do Sul", + "country": u"br", + "state": u"rs", + "name": u"Tupanci do Sul", }, { - "country": "br", - "state": "rs", - "name": "Tupanciretã", + "country": u"br", + "state": u"rs", + "name": u"Tupanciretã", }, { - "country": "br", - "state": "rs", - "name": "Tupandi", + "country": u"br", + "state": u"rs", + "name": u"Tupandi", }, { - "country": "br", - "state": "rs", - "name": "Tuparendi", + "country": u"br", + "state": u"rs", + "name": u"Tuparendi", }, { - "country": "br", - "state": "rs", - "name": "Turuçu", + "country": u"br", + "state": u"rs", + "name": u"Turuçu", }, { - "country": "br", - "state": "rs", - "name": "Ubiretama", + "country": u"br", + "state": u"rs", + "name": u"Ubiretama", }, { - "country": "br", - "state": "rs", - "name": "União da Serra", + "country": u"br", + "state": u"rs", + "name": u"União da Serra", }, { - "country": "br", - "state": "rs", - "name": "Unistalda", + "country": u"br", + "state": u"rs", + "name": u"Unistalda", }, { - "country": "br", - "state": "rs", - "name": "Uruguaiana", + "country": u"br", + "state": u"rs", + "name": u"Uruguaiana", }, { - "country": "br", - "state": "rs", - "name": "Vacaria", + "country": u"br", + "state": u"rs", + "name": u"Vacaria", }, { - "country": "br", - "state": "rs", - "name": "Vale do Sol", + "country": u"br", + "state": u"rs", + "name": u"Vale do Sol", }, { - "country": "br", - "state": "rs", - "name": "Vale Real", + "country": u"br", + "state": u"rs", + "name": u"Vale Real", }, { - "country": "br", - "state": "rs", - "name": "Vale Verde", + "country": u"br", + "state": u"rs", + "name": u"Vale Verde", }, { - "country": "br", - "state": "rs", - "name": "Vanini", + "country": u"br", + "state": u"rs", + "name": u"Vanini", }, { - "country": "br", - "state": "rs", - "name": "Venâncio Aires", + "country": u"br", + "state": u"rs", + "name": u"Venâncio Aires", }, { - "country": "br", - "state": "rs", - "name": "Vera Cruz", + "country": u"br", + "state": u"rs", + "name": u"Vera Cruz", }, { - "country": "br", - "state": "rs", - "name": "Veranópolis", + "country": u"br", + "state": u"rs", + "name": u"Veranópolis", }, { - "country": "br", - "state": "rs", - "name": "Vespasiano Correa", + "country": u"br", + "state": u"rs", + "name": u"Vespasiano Correa", }, { - "country": "br", - "state": "rs", - "name": "Viadutos", + "country": u"br", + "state": u"rs", + "name": u"Viadutos", }, { - "country": "br", - "state": "rs", - "name": "Viamão", + "country": u"br", + "state": u"rs", + "name": u"Viamão", }, { - "country": "br", - "state": "rs", - "name": "Vicente Dutra", + "country": u"br", + "state": u"rs", + "name": u"Vicente Dutra", }, { - "country": "br", - "state": "rs", - "name": "Victor Graeff", + "country": u"br", + "state": u"rs", + "name": u"Victor Graeff", }, { - "country": "br", - "state": "rs", - "name": "Vila Flores", + "country": u"br", + "state": u"rs", + "name": u"Vila Flores", }, { - "country": "br", - "state": "rs", - "name": "Vila Lângaro", + "country": u"br", + "state": u"rs", + "name": u"Vila Lângaro", }, { - "country": "br", - "state": "rs", - "name": "Vila Maria", + "country": u"br", + "state": u"rs", + "name": u"Vila Maria", }, { - "country": "br", - "state": "rs", - "name": "Vila Nova do Sul", + "country": u"br", + "state": u"rs", + "name": u"Vila Nova do Sul", }, { - "country": "br", - "state": "rs", - "name": "Vista Alegre", + "country": u"br", + "state": u"rs", + "name": u"Vista Alegre", }, { - "country": "br", - "state": "rs", - "name": "Vista Alegre do Prata", + "country": u"br", + "state": u"rs", + "name": u"Vista Alegre do Prata", }, { - "country": "br", - "state": "rs", - "name": "Vista Gaúcha", + "country": u"br", + "state": u"rs", + "name": u"Vista Gaúcha", }, { - "country": "br", - "state": "rs", - "name": "Vitória das Missões", + "country": u"br", + "state": u"rs", + "name": u"Vitória das Missões", }, { - "country": "br", - "state": "rs", - "name": "Westfália", + "country": u"br", + "state": u"rs", + "name": u"Westfália", }, { - "country": "br", - "state": "rs", - "name": "Xangri-lá", + "country": u"br", + "state": u"rs", + "name": u"Xangri-lá", }, { - "country": "br", - "state": "pb", - "name": "Água Branca", + "country": u"br", + "state": u"pb", + "name": u"Água Branca", }, { - "country": "br", - "state": "pb", - "name": "Aguiar", + "country": u"br", + "state": u"pb", + "name": u"Aguiar", }, { - "country": "br", - "state": "pb", - "name": "Alagoa Grande", + "country": u"br", + "state": u"pb", + "name": u"Alagoa Grande", }, { - "country": "br", - "state": "pb", - "name": "Alagoa Nova", + "country": u"br", + "state": u"pb", + "name": u"Alagoa Nova", }, { - "country": "br", - "state": "pb", - "name": "Alagoinha", + "country": u"br", + "state": u"pb", + "name": u"Alagoinha", }, { - "country": "br", - "state": "pb", - "name": "Alcantil", + "country": u"br", + "state": u"pb", + "name": u"Alcantil", }, { - "country": "br", - "state": "pb", - "name": "Algodão de Jandaíra", + "country": u"br", + "state": u"pb", + "name": u"Algodão de Jandaíra", }, { - "country": "br", - "state": "pb", - "name": "Alhandra", + "country": u"br", + "state": u"pb", + "name": u"Alhandra", }, { - "country": "br", - "state": "pb", - "name": "Amparo", + "country": u"br", + "state": u"pb", + "name": u"Amparo", }, { - "country": "br", - "state": "pb", - "name": "Aparecida", + "country": u"br", + "state": u"pb", + "name": u"Aparecida", }, { - "country": "br", - "state": "pb", - "name": "Araçagi", + "country": u"br", + "state": u"pb", + "name": u"Araçagi", }, { - "country": "br", - "state": "pb", - "name": "Arara", + "country": u"br", + "state": u"pb", + "name": u"Arara", }, { - "country": "br", - "state": "pb", - "name": "Araruna", + "country": u"br", + "state": u"pb", + "name": u"Araruna", }, { - "country": "br", - "state": "pb", - "name": "Areia", + "country": u"br", + "state": u"pb", + "name": u"Areia", }, { - "country": "br", - "state": "pb", - "name": "Areia de Baraúnas", + "country": u"br", + "state": u"pb", + "name": u"Areia de Baraúnas", }, { - "country": "br", - "state": "pb", - "name": "Areial", + "country": u"br", + "state": u"pb", + "name": u"Areial", }, { - "country": "br", - "state": "pb", - "name": "Aroeiras", + "country": u"br", + "state": u"pb", + "name": u"Aroeiras", }, { - "country": "br", - "state": "pb", - "name": "Assunção", + "country": u"br", + "state": u"pb", + "name": u"Assunção", }, { - "country": "br", - "state": "pb", - "name": "Baía da Traição", + "country": u"br", + "state": u"pb", + "name": u"Baía da Traição", }, { - "country": "br", - "state": "pb", - "name": "Bananeiras", + "country": u"br", + "state": u"pb", + "name": u"Bananeiras", }, { - "country": "br", - "state": "pb", - "name": "Baraúna", + "country": u"br", + "state": u"pb", + "name": u"Baraúna", }, { - "country": "br", - "state": "pb", - "name": "Barra de Santa Rosa", + "country": u"br", + "state": u"pb", + "name": u"Barra de Santa Rosa", }, { - "country": "br", - "state": "pb", - "name": "Barra de Santana", + "country": u"br", + "state": u"pb", + "name": u"Barra de Santana", }, { - "country": "br", - "state": "pb", - "name": "Barra de São Miguel", + "country": u"br", + "state": u"pb", + "name": u"Barra de São Miguel", }, { - "country": "br", - "state": "pb", - "name": "Bayeux", + "country": u"br", + "state": u"pb", + "name": u"Bayeux", }, { - "country": "br", - "state": "pb", - "name": "Belém", + "country": u"br", + "state": u"pb", + "name": u"Belém", }, { - "country": "br", - "state": "pb", - "name": "Belém do Brejo do Cruz", + "country": u"br", + "state": u"pb", + "name": u"Belém do Brejo do Cruz", }, { - "country": "br", - "state": "pb", - "name": "Bernardino Batista", + "country": u"br", + "state": u"pb", + "name": u"Bernardino Batista", }, { - "country": "br", - "state": "pb", - "name": "Boa Ventura", + "country": u"br", + "state": u"pb", + "name": u"Boa Ventura", }, { - "country": "br", - "state": "pb", - "name": "Boa Vista", + "country": u"br", + "state": u"pb", + "name": u"Boa Vista", }, { - "country": "br", - "state": "pb", - "name": "Bom Jesus", + "country": u"br", + "state": u"pb", + "name": u"Bom Jesus", }, { - "country": "br", - "state": "pb", - "name": "Bom Sucesso", + "country": u"br", + "state": u"pb", + "name": u"Bom Sucesso", }, { - "country": "br", - "state": "pb", - "name": "Bonito de Santa Fé", + "country": u"br", + "state": u"pb", + "name": u"Bonito de Santa Fé", }, { - "country": "br", - "state": "pb", - "name": "Boqueirão", + "country": u"br", + "state": u"pb", + "name": u"Boqueirão", }, { - "country": "br", - "state": "pb", - "name": "Borborema", + "country": u"br", + "state": u"pb", + "name": u"Borborema", }, { - "country": "br", - "state": "pb", - "name": "Brejo do Cruz", + "country": u"br", + "state": u"pb", + "name": u"Brejo do Cruz", }, { - "country": "br", - "state": "pb", - "name": "Brejo dos Santos", + "country": u"br", + "state": u"pb", + "name": u"Brejo dos Santos", }, { - "country": "br", - "state": "pb", - "name": "Caaporã", + "country": u"br", + "state": u"pb", + "name": u"Caaporã", }, { - "country": "br", - "state": "pb", - "name": "Cabaceiras", + "country": u"br", + "state": u"pb", + "name": u"Cabaceiras", }, { - "country": "br", - "state": "pb", - "name": "Cabedelo", + "country": u"br", + "state": u"pb", + "name": u"Cabedelo", }, { - "country": "br", - "state": "pb", - "name": "Cachoeira dos Índios", + "country": u"br", + "state": u"pb", + "name": u"Cachoeira dos Índios", }, { - "country": "br", - "state": "pb", - "name": "Cacimba de Areia", + "country": u"br", + "state": u"pb", + "name": u"Cacimba de Areia", }, { - "country": "br", - "state": "pb", - "name": "Cacimba de Dentro", + "country": u"br", + "state": u"pb", + "name": u"Cacimba de Dentro", }, { - "country": "br", - "state": "pb", - "name": "Cacimbas", + "country": u"br", + "state": u"pb", + "name": u"Cacimbas", }, { - "country": "br", - "state": "pb", - "name": "Caiçara", + "country": u"br", + "state": u"pb", + "name": u"Caiçara", }, { - "country": "br", - "state": "pb", - "name": "Cajazeiras", + "country": u"br", + "state": u"pb", + "name": u"Cajazeiras", }, { - "country": "br", - "state": "pb", - "name": "Cajazeirinhas", + "country": u"br", + "state": u"pb", + "name": u"Cajazeirinhas", }, { - "country": "br", - "state": "pb", - "name": "Caldas Brandão", + "country": u"br", + "state": u"pb", + "name": u"Caldas Brandão", }, { - "country": "br", - "state": "pb", - "name": "Camalaú", + "country": u"br", + "state": u"pb", + "name": u"Camalaú", }, { - "country": "br", - "state": "pb", - "name": "Campina Grande", + "country": u"br", + "state": u"pb", + "name": u"Campina Grande", }, { - "country": "br", - "state": "pb", - "name": "Campo de Santana", + "country": u"br", + "state": u"pb", + "name": u"Campo de Santana", }, { - "country": "br", - "state": "pb", - "name": "Capim", + "country": u"br", + "state": u"pb", + "name": u"Capim", }, { - "country": "br", - "state": "pb", - "name": "Caraúbas", + "country": u"br", + "state": u"pb", + "name": u"Caraúbas", }, { - "country": "br", - "state": "pb", - "name": "Carrapateira", + "country": u"br", + "state": u"pb", + "name": u"Carrapateira", }, { - "country": "br", - "state": "pb", - "name": "Casserengue", + "country": u"br", + "state": u"pb", + "name": u"Casserengue", }, { - "country": "br", - "state": "pb", - "name": "Catingueira", + "country": u"br", + "state": u"pb", + "name": u"Catingueira", }, { - "country": "br", - "state": "pb", - "name": "Catolé do Rocha", + "country": u"br", + "state": u"pb", + "name": u"Catolé do Rocha", }, { - "country": "br", - "state": "pb", - "name": "Caturité", + "country": u"br", + "state": u"pb", + "name": u"Caturité", }, { - "country": "br", - "state": "pb", - "name": "Conceição", + "country": u"br", + "state": u"pb", + "name": u"Conceição", }, { - "country": "br", - "state": "pb", - "name": "Condado", + "country": u"br", + "state": u"pb", + "name": u"Condado", }, { - "country": "br", - "state": "pb", - "name": "Conde", + "country": u"br", + "state": u"pb", + "name": u"Conde", }, { - "country": "br", - "state": "pb", - "name": "Congo", + "country": u"br", + "state": u"pb", + "name": u"Congo", }, { - "country": "br", - "state": "pb", - "name": "Coremas", + "country": u"br", + "state": u"pb", + "name": u"Coremas", }, { - "country": "br", - "state": "pb", - "name": "Coxixola", + "country": u"br", + "state": u"pb", + "name": u"Coxixola", }, { - "country": "br", - "state": "pb", - "name": "Cruz do Espírito Santo", + "country": u"br", + "state": u"pb", + "name": u"Cruz do Espírito Santo", }, { - "country": "br", - "state": "pb", - "name": "Cubati", + "country": u"br", + "state": u"pb", + "name": u"Cubati", }, { - "country": "br", - "state": "pb", - "name": "Cuité", + "country": u"br", + "state": u"pb", + "name": u"Cuité", }, { - "country": "br", - "state": "pb", - "name": "Cuité de Mamanguape", + "country": u"br", + "state": u"pb", + "name": u"Cuité de Mamanguape", }, { - "country": "br", - "state": "pb", - "name": "Cuitegi", + "country": u"br", + "state": u"pb", + "name": u"Cuitegi", }, { - "country": "br", - "state": "pb", - "name": "Curral de Cima", + "country": u"br", + "state": u"pb", + "name": u"Curral de Cima", }, { - "country": "br", - "state": "pb", - "name": "Curral Velho", + "country": u"br", + "state": u"pb", + "name": u"Curral Velho", }, { - "country": "br", - "state": "pb", - "name": "Damião", + "country": u"br", + "state": u"pb", + "name": u"Damião", }, { - "country": "br", - "state": "pb", - "name": "Desterro", + "country": u"br", + "state": u"pb", + "name": u"Desterro", }, { - "country": "br", - "state": "pb", - "name": "Diamante", + "country": u"br", + "state": u"pb", + "name": u"Diamante", }, { - "country": "br", - "state": "pb", - "name": "Dona Inês", + "country": u"br", + "state": u"pb", + "name": u"Dona Inês", }, { - "country": "br", - "state": "pb", - "name": "Duas Estradas", + "country": u"br", + "state": u"pb", + "name": u"Duas Estradas", }, { - "country": "br", - "state": "pb", - "name": "Emas", + "country": u"br", + "state": u"pb", + "name": u"Emas", }, { - "country": "br", - "state": "pb", - "name": "Esperança", + "country": u"br", + "state": u"pb", + "name": u"Esperança", }, { - "country": "br", - "state": "pb", - "name": "Fagundes", + "country": u"br", + "state": u"pb", + "name": u"Fagundes", }, { - "country": "br", - "state": "pb", - "name": "Frei Martinho", + "country": u"br", + "state": u"pb", + "name": u"Frei Martinho", }, { - "country": "br", - "state": "pb", - "name": "Gado Bravo", + "country": u"br", + "state": u"pb", + "name": u"Gado Bravo", }, { - "country": "br", - "state": "pb", - "name": "Guarabira", + "country": u"br", + "state": u"pb", + "name": u"Guarabira", }, { - "country": "br", - "state": "pb", - "name": "Gurinhém", + "country": u"br", + "state": u"pb", + "name": u"Gurinhém", }, { - "country": "br", - "state": "pb", - "name": "Gurjão", + "country": u"br", + "state": u"pb", + "name": u"Gurjão", }, { - "country": "br", - "state": "pb", - "name": "Ibiara", + "country": u"br", + "state": u"pb", + "name": u"Ibiara", }, { - "country": "br", - "state": "pb", - "name": "Igaracy", + "country": u"br", + "state": u"pb", + "name": u"Igaracy", }, { - "country": "br", - "state": "pb", - "name": "Imaculada", + "country": u"br", + "state": u"pb", + "name": u"Imaculada", }, { - "country": "br", - "state": "pb", - "name": "Ingá", + "country": u"br", + "state": u"pb", + "name": u"Ingá", }, { - "country": "br", - "state": "pb", - "name": "Itabaiana", + "country": u"br", + "state": u"pb", + "name": u"Itabaiana", }, { - "country": "br", - "state": "pb", - "name": "Itaporanga", + "country": u"br", + "state": u"pb", + "name": u"Itaporanga", }, { - "country": "br", - "state": "pb", - "name": "Itapororoca", + "country": u"br", + "state": u"pb", + "name": u"Itapororoca", }, { - "country": "br", - "state": "pb", - "name": "Itatuba", + "country": u"br", + "state": u"pb", + "name": u"Itatuba", }, { - "country": "br", - "state": "pb", - "name": "Jacaraú", + "country": u"br", + "state": u"pb", + "name": u"Jacaraú", }, { - "country": "br", - "state": "pb", - "name": "Jericó", + "country": u"br", + "state": u"pb", + "name": u"Jericó", }, { - "country": "br", - "state": "pb", - "name": "João Pessoa", + "country": u"br", + "state": u"pb", + "name": u"João Pessoa", }, { - "country": "br", - "state": "pb", - "name": "Juarez Távora", + "country": u"br", + "state": u"pb", + "name": u"Juarez Távora", }, { - "country": "br", - "state": "pb", - "name": "Juazeirinho", + "country": u"br", + "state": u"pb", + "name": u"Juazeirinho", }, { - "country": "br", - "state": "pb", - "name": "Junco do Seridó", + "country": u"br", + "state": u"pb", + "name": u"Junco do Seridó", }, { - "country": "br", - "state": "pb", - "name": "Juripiranga", + "country": u"br", + "state": u"pb", + "name": u"Juripiranga", }, { - "country": "br", - "state": "pb", - "name": "Juru", + "country": u"br", + "state": u"pb", + "name": u"Juru", }, { - "country": "br", - "state": "pb", - "name": "Lagoa", + "country": u"br", + "state": u"pb", + "name": u"Lagoa", }, { - "country": "br", - "state": "pb", - "name": "Lagoa de Dentro", + "country": u"br", + "state": u"pb", + "name": u"Lagoa de Dentro", }, { - "country": "br", - "state": "pb", - "name": "Lagoa Seca", + "country": u"br", + "state": u"pb", + "name": u"Lagoa Seca", }, { - "country": "br", - "state": "pb", - "name": "Lastro", + "country": u"br", + "state": u"pb", + "name": u"Lastro", }, { - "country": "br", - "state": "pb", - "name": "Livramento", + "country": u"br", + "state": u"pb", + "name": u"Livramento", }, { - "country": "br", - "state": "pb", - "name": "Logradouro", + "country": u"br", + "state": u"pb", + "name": u"Logradouro", }, { - "country": "br", - "state": "pb", - "name": "Lucena", + "country": u"br", + "state": u"pb", + "name": u"Lucena", }, { - "country": "br", - "state": "pb", - "name": "Mãe d`Água", + "country": u"br", + "state": u"pb", + "name": u"Mãe d`Água", }, { - "country": "br", - "state": "pb", - "name": "Malta", + "country": u"br", + "state": u"pb", + "name": u"Malta", }, { - "country": "br", - "state": "pb", - "name": "Mamanguape", + "country": u"br", + "state": u"pb", + "name": u"Mamanguape", }, { - "country": "br", - "state": "pb", - "name": "Manaíra", + "country": u"br", + "state": u"pb", + "name": u"Manaíra", }, { - "country": "br", - "state": "pb", - "name": "Marcação", + "country": u"br", + "state": u"pb", + "name": u"Marcação", }, { - "country": "br", - "state": "pb", - "name": "Mari", + "country": u"br", + "state": u"pb", + "name": u"Mari", }, { - "country": "br", - "state": "pb", - "name": "Marizópolis", + "country": u"br", + "state": u"pb", + "name": u"Marizópolis", }, { - "country": "br", - "state": "pb", - "name": "Massaranduba", + "country": u"br", + "state": u"pb", + "name": u"Massaranduba", }, { - "country": "br", - "state": "pb", - "name": "Mataraca", + "country": u"br", + "state": u"pb", + "name": u"Mataraca", }, { - "country": "br", - "state": "pb", - "name": "Matinhas", + "country": u"br", + "state": u"pb", + "name": u"Matinhas", }, { - "country": "br", - "state": "pb", - "name": "Mato Grosso", + "country": u"br", + "state": u"pb", + "name": u"Mato Grosso", }, { - "country": "br", - "state": "pb", - "name": "Maturéia", + "country": u"br", + "state": u"pb", + "name": u"Maturéia", }, { - "country": "br", - "state": "pb", - "name": "Mogeiro", + "country": u"br", + "state": u"pb", + "name": u"Mogeiro", }, { - "country": "br", - "state": "pb", - "name": "Montadas", + "country": u"br", + "state": u"pb", + "name": u"Montadas", }, { - "country": "br", - "state": "pb", - "name": "Monte Horebe", + "country": u"br", + "state": u"pb", + "name": u"Monte Horebe", }, { - "country": "br", - "state": "pb", - "name": "Monteiro", + "country": u"br", + "state": u"pb", + "name": u"Monteiro", }, { - "country": "br", - "state": "pb", - "name": "Mulungu", + "country": u"br", + "state": u"pb", + "name": u"Mulungu", }, { - "country": "br", - "state": "pb", - "name": "Natuba", + "country": u"br", + "state": u"pb", + "name": u"Natuba", }, { - "country": "br", - "state": "pb", - "name": "Nazarezinho", + "country": u"br", + "state": u"pb", + "name": u"Nazarezinho", }, { - "country": "br", - "state": "pb", - "name": "Nova Floresta", + "country": u"br", + "state": u"pb", + "name": u"Nova Floresta", }, { - "country": "br", - "state": "pb", - "name": "Nova Olinda", + "country": u"br", + "state": u"pb", + "name": u"Nova Olinda", }, { - "country": "br", - "state": "pb", - "name": "Nova Palmeira", + "country": u"br", + "state": u"pb", + "name": u"Nova Palmeira", }, { - "country": "br", - "state": "pb", - "name": "Olho d`Água", + "country": u"br", + "state": u"pb", + "name": u"Olho d`Água", }, { - "country": "br", - "state": "pb", - "name": "Olivedos", + "country": u"br", + "state": u"pb", + "name": u"Olivedos", }, { - "country": "br", - "state": "pb", - "name": "Ouro Velho", + "country": u"br", + "state": u"pb", + "name": u"Ouro Velho", }, { - "country": "br", - "state": "pb", - "name": "Parari", + "country": u"br", + "state": u"pb", + "name": u"Parari", }, { - "country": "br", - "state": "pb", - "name": "Passagem", + "country": u"br", + "state": u"pb", + "name": u"Passagem", }, { - "country": "br", - "state": "pb", - "name": "Patos", + "country": u"br", + "state": u"pb", + "name": u"Patos", }, { - "country": "br", - "state": "pb", - "name": "Paulista", + "country": u"br", + "state": u"pb", + "name": u"Paulista", }, { - "country": "br", - "state": "pb", - "name": "Pedra Branca", + "country": u"br", + "state": u"pb", + "name": u"Pedra Branca", }, { - "country": "br", - "state": "pb", - "name": "Pedra Lavrada", + "country": u"br", + "state": u"pb", + "name": u"Pedra Lavrada", }, { - "country": "br", - "state": "pb", - "name": "Pedras de Fogo", + "country": u"br", + "state": u"pb", + "name": u"Pedras de Fogo", }, { - "country": "br", - "state": "pb", - "name": "Pedro Régis", + "country": u"br", + "state": u"pb", + "name": u"Pedro Régis", }, { - "country": "br", - "state": "pb", - "name": "Piancó", + "country": u"br", + "state": u"pb", + "name": u"Piancó", }, { - "country": "br", - "state": "pb", - "name": "Picuí", + "country": u"br", + "state": u"pb", + "name": u"Picuí", }, { - "country": "br", - "state": "pb", - "name": "Pilar", + "country": u"br", + "state": u"pb", + "name": u"Pilar", }, { - "country": "br", - "state": "pb", - "name": "Pilões", + "country": u"br", + "state": u"pb", + "name": u"Pilões", }, { - "country": "br", - "state": "pb", - "name": "Pilõezinhos", + "country": u"br", + "state": u"pb", + "name": u"Pilõezinhos", }, { - "country": "br", - "state": "pb", - "name": "Pirpirituba", + "country": u"br", + "state": u"pb", + "name": u"Pirpirituba", }, { - "country": "br", - "state": "pb", - "name": "Pitimbu", + "country": u"br", + "state": u"pb", + "name": u"Pitimbu", }, { - "country": "br", - "state": "pb", - "name": "Pocinhos", + "country": u"br", + "state": u"pb", + "name": u"Pocinhos", }, { - "country": "br", - "state": "pb", - "name": "Poço Dantas", + "country": u"br", + "state": u"pb", + "name": u"Poço Dantas", }, { - "country": "br", - "state": "pb", - "name": "Poço de José de Moura", + "country": u"br", + "state": u"pb", + "name": u"Poço de José de Moura", }, { - "country": "br", - "state": "pb", - "name": "Pombal", + "country": u"br", + "state": u"pb", + "name": u"Pombal", }, { - "country": "br", - "state": "pb", - "name": "Prata", + "country": u"br", + "state": u"pb", + "name": u"Prata", }, { - "country": "br", - "state": "pb", - "name": "Princesa Isabel", + "country": u"br", + "state": u"pb", + "name": u"Princesa Isabel", }, { - "country": "br", - "state": "pb", - "name": "Puxinanã", + "country": u"br", + "state": u"pb", + "name": u"Puxinanã", }, { - "country": "br", - "state": "pb", - "name": "Queimadas", + "country": u"br", + "state": u"pb", + "name": u"Queimadas", }, { - "country": "br", - "state": "pb", - "name": "Quixabá", + "country": u"br", + "state": u"pb", + "name": u"Quixabá", }, { - "country": "br", - "state": "pb", - "name": "Remígio", + "country": u"br", + "state": u"pb", + "name": u"Remígio", }, { - "country": "br", - "state": "pb", - "name": "Riachão", + "country": u"br", + "state": u"pb", + "name": u"Riachão", }, { - "country": "br", - "state": "pb", - "name": "Riachão do Bacamarte", + "country": u"br", + "state": u"pb", + "name": u"Riachão do Bacamarte", }, { - "country": "br", - "state": "pb", - "name": "Riachão do Poço", + "country": u"br", + "state": u"pb", + "name": u"Riachão do Poço", }, { - "country": "br", - "state": "pb", - "name": "Riacho de Santo Antônio", + "country": u"br", + "state": u"pb", + "name": u"Riacho de Santo Antônio", }, { - "country": "br", - "state": "pb", - "name": "Riacho dos Cavalos", + "country": u"br", + "state": u"pb", + "name": u"Riacho dos Cavalos", }, { - "country": "br", - "state": "pb", - "name": "Rio Tinto", + "country": u"br", + "state": u"pb", + "name": u"Rio Tinto", }, { - "country": "br", - "state": "pb", - "name": "Salgadinho", + "country": u"br", + "state": u"pb", + "name": u"Salgadinho", }, { - "country": "br", - "state": "pb", - "name": "Salgado de São Félix", + "country": u"br", + "state": u"pb", + "name": u"Salgado de São Félix", }, { - "country": "br", - "state": "pb", - "name": "Santa Cecília", + "country": u"br", + "state": u"pb", + "name": u"Santa Cecília", }, { - "country": "br", - "state": "pb", - "name": "Santa Cruz", + "country": u"br", + "state": u"pb", + "name": u"Santa Cruz", }, { - "country": "br", - "state": "pb", - "name": "Santa Helena", + "country": u"br", + "state": u"pb", + "name": u"Santa Helena", }, { - "country": "br", - "state": "pb", - "name": "Santa Inês", + "country": u"br", + "state": u"pb", + "name": u"Santa Inês", }, { - "country": "br", - "state": "pb", - "name": "Santa Luzia", + "country": u"br", + "state": u"pb", + "name": u"Santa Luzia", }, { - "country": "br", - "state": "pb", - "name": "Santa Rita", + "country": u"br", + "state": u"pb", + "name": u"Santa Rita", }, { - "country": "br", - "state": "pb", - "name": "Santa Teresinha", + "country": u"br", + "state": u"pb", + "name": u"Santa Teresinha", }, { - "country": "br", - "state": "pb", - "name": "Santana de Mangueira", + "country": u"br", + "state": u"pb", + "name": u"Santana de Mangueira", }, { - "country": "br", - "state": "pb", - "name": "Santana dos Garrotes", + "country": u"br", + "state": u"pb", + "name": u"Santana dos Garrotes", }, { - "country": "br", - "state": "pb", - "name": "Santarém", + "country": u"br", + "state": u"pb", + "name": u"Santarém", }, { - "country": "br", - "state": "pb", - "name": "Santo André", + "country": u"br", + "state": u"pb", + "name": u"Santo André", }, { - "country": "br", - "state": "pb", - "name": "São Bentinho", + "country": u"br", + "state": u"pb", + "name": u"São Bentinho", }, { - "country": "br", - "state": "pb", - "name": "São Bento", + "country": u"br", + "state": u"pb", + "name": u"São Bento", }, { - "country": "br", - "state": "pb", - "name": "São Domingos de Pombal", + "country": u"br", + "state": u"pb", + "name": u"São Domingos de Pombal", }, { - "country": "br", - "state": "pb", - "name": "São Domingos do Cariri", + "country": u"br", + "state": u"pb", + "name": u"São Domingos do Cariri", }, { - "country": "br", - "state": "pb", - "name": "São Francisco", + "country": u"br", + "state": u"pb", + "name": u"São Francisco", }, { - "country": "br", - "state": "pb", - "name": "São João do Cariri", + "country": u"br", + "state": u"pb", + "name": u"São João do Cariri", }, { - "country": "br", - "state": "pb", - "name": "São João do Rio do Peixe", + "country": u"br", + "state": u"pb", + "name": u"São João do Rio do Peixe", }, { - "country": "br", - "state": "pb", - "name": "São João do Tigre", + "country": u"br", + "state": u"pb", + "name": u"São João do Tigre", }, { - "country": "br", - "state": "pb", - "name": "São José da Lagoa Tapada", + "country": u"br", + "state": u"pb", + "name": u"São José da Lagoa Tapada", }, { - "country": "br", - "state": "pb", - "name": "São José de Caiana", + "country": u"br", + "state": u"pb", + "name": u"São José de Caiana", }, { - "country": "br", - "state": "pb", - "name": "São José de Espinharas", + "country": u"br", + "state": u"pb", + "name": u"São José de Espinharas", }, { - "country": "br", - "state": "pb", - "name": "São José de Piranhas", + "country": u"br", + "state": u"pb", + "name": u"São José de Piranhas", }, { - "country": "br", - "state": "pb", - "name": "São José de Princesa", + "country": u"br", + "state": u"pb", + "name": u"São José de Princesa", }, { - "country": "br", - "state": "pb", - "name": "São José do Bonfim", + "country": u"br", + "state": u"pb", + "name": u"São José do Bonfim", }, { - "country": "br", - "state": "pb", - "name": "São José do Brejo do Cruz", + "country": u"br", + "state": u"pb", + "name": u"São José do Brejo do Cruz", }, { - "country": "br", - "state": "pb", - "name": "São José do Sabugi", + "country": u"br", + "state": u"pb", + "name": u"São José do Sabugi", }, { - "country": "br", - "state": "pb", - "name": "São José dos Cordeiros", + "country": u"br", + "state": u"pb", + "name": u"São José dos Cordeiros", }, { - "country": "br", - "state": "pb", - "name": "São José dos Ramos", + "country": u"br", + "state": u"pb", + "name": u"São José dos Ramos", }, { - "country": "br", - "state": "pb", - "name": "São Mamede", + "country": u"br", + "state": u"pb", + "name": u"São Mamede", }, { - "country": "br", - "state": "pb", - "name": "São Miguel de Taipu", + "country": u"br", + "state": u"pb", + "name": u"São Miguel de Taipu", }, { - "country": "br", - "state": "pb", - "name": "São Sebastião de Lagoa de Roça", + "country": u"br", + "state": u"pb", + "name": u"São Sebastião de Lagoa de Roça", }, { - "country": "br", - "state": "pb", - "name": "São Sebastião do Umbuzeiro", + "country": u"br", + "state": u"pb", + "name": u"São Sebastião do Umbuzeiro", }, { - "country": "br", - "state": "pb", - "name": "Sapé", + "country": u"br", + "state": u"pb", + "name": u"Sapé", }, { - "country": "br", - "state": "pb", - "name": "Seridó", + "country": u"br", + "state": u"pb", + "name": u"Seridó", }, { - "country": "br", - "state": "pb", - "name": "Serra Branca", + "country": u"br", + "state": u"pb", + "name": u"Serra Branca", }, { - "country": "br", - "state": "pb", - "name": "Serra da Raiz", + "country": u"br", + "state": u"pb", + "name": u"Serra da Raiz", }, { - "country": "br", - "state": "pb", - "name": "Serra Grande", + "country": u"br", + "state": u"pb", + "name": u"Serra Grande", }, { - "country": "br", - "state": "pb", - "name": "Serra Redonda", + "country": u"br", + "state": u"pb", + "name": u"Serra Redonda", }, { - "country": "br", - "state": "pb", - "name": "Serraria", + "country": u"br", + "state": u"pb", + "name": u"Serraria", }, { - "country": "br", - "state": "pb", - "name": "Sertãozinho", + "country": u"br", + "state": u"pb", + "name": u"Sertãozinho", }, { - "country": "br", - "state": "pb", - "name": "Sobrado", + "country": u"br", + "state": u"pb", + "name": u"Sobrado", }, { - "country": "br", - "state": "pb", - "name": "Solânea", + "country": u"br", + "state": u"pb", + "name": u"Solânea", }, { - "country": "br", - "state": "pb", - "name": "Soledade", + "country": u"br", + "state": u"pb", + "name": u"Soledade", }, { - "country": "br", - "state": "pb", - "name": "Sossêgo", + "country": u"br", + "state": u"pb", + "name": u"Sossêgo", }, { - "country": "br", - "state": "pb", - "name": "Sousa", + "country": u"br", + "state": u"pb", + "name": u"Sousa", }, { - "country": "br", - "state": "pb", - "name": "Sumé", + "country": u"br", + "state": u"pb", + "name": u"Sumé", }, { - "country": "br", - "state": "pb", - "name": "Taperoá", + "country": u"br", + "state": u"pb", + "name": u"Taperoá", }, { - "country": "br", - "state": "pb", - "name": "Tavares", + "country": u"br", + "state": u"pb", + "name": u"Tavares", }, { - "country": "br", - "state": "pb", - "name": "Teixeira", + "country": u"br", + "state": u"pb", + "name": u"Teixeira", }, { - "country": "br", - "state": "pb", - "name": "Tenório", + "country": u"br", + "state": u"pb", + "name": u"Tenório", }, { - "country": "br", - "state": "pb", - "name": "Triunfo", + "country": u"br", + "state": u"pb", + "name": u"Triunfo", }, { - "country": "br", - "state": "pb", - "name": "Uiraúna", + "country": u"br", + "state": u"pb", + "name": u"Uiraúna", }, { - "country": "br", - "state": "pb", - "name": "Umbuzeiro", + "country": u"br", + "state": u"pb", + "name": u"Umbuzeiro", }, { - "country": "br", - "state": "pb", - "name": "Várzea", + "country": u"br", + "state": u"pb", + "name": u"Várzea", }, { - "country": "br", - "state": "pb", - "name": "Vieirópolis", + "country": u"br", + "state": u"pb", + "name": u"Vieirópolis", }, { - "country": "br", - "state": "pb", - "name": "Vista Serrana", + "country": u"br", + "state": u"pb", + "name": u"Vista Serrana", }, { - "country": "br", - "state": "pb", - "name": "Zabelê", + "country": u"br", + "state": u"pb", + "name": u"Zabelê", }, { - "country": "br", - "state": "to", - "name": "Abreulândia", + "country": u"br", + "state": u"to", + "name": u"Abreulândia", }, { - "country": "br", - "state": "to", - "name": "Aguiarnópolis", + "country": u"br", + "state": u"to", + "name": u"Aguiarnópolis", }, { - "country": "br", - "state": "to", - "name": "Aliança do Tocantins", + "country": u"br", + "state": u"to", + "name": u"Aliança do Tocantins", }, { - "country": "br", - "state": "to", - "name": "Almas", + "country": u"br", + "state": u"to", + "name": u"Almas", }, { - "country": "br", - "state": "to", - "name": "Alvorada", + "country": u"br", + "state": u"to", + "name": u"Alvorada", }, { - "country": "br", - "state": "to", - "name": "Ananás", + "country": u"br", + "state": u"to", + "name": u"Ananás", }, { - "country": "br", - "state": "to", - "name": "Angico", + "country": u"br", + "state": u"to", + "name": u"Angico", }, { - "country": "br", - "state": "to", - "name": "Aparecida do Rio Negro", + "country": u"br", + "state": u"to", + "name": u"Aparecida do Rio Negro", }, { - "country": "br", - "state": "to", - "name": "Aragominas", + "country": u"br", + "state": u"to", + "name": u"Aragominas", }, { - "country": "br", - "state": "to", - "name": "Araguacema", + "country": u"br", + "state": u"to", + "name": u"Araguacema", }, { - "country": "br", - "state": "to", - "name": "Araguaçu", + "country": u"br", + "state": u"to", + "name": u"Araguaçu", }, { - "country": "br", - "state": "to", - "name": "Araguaína", + "country": u"br", + "state": u"to", + "name": u"Araguaína", }, { - "country": "br", - "state": "to", - "name": "Araguanã", + "country": u"br", + "state": u"to", + "name": u"Araguanã", }, { - "country": "br", - "state": "to", - "name": "Araguatins", + "country": u"br", + "state": u"to", + "name": u"Araguatins", }, { - "country": "br", - "state": "to", - "name": "Arapoema", + "country": u"br", + "state": u"to", + "name": u"Arapoema", }, { - "country": "br", - "state": "to", - "name": "Arraias", + "country": u"br", + "state": u"to", + "name": u"Arraias", }, { - "country": "br", - "state": "to", - "name": "Augustinópolis", + "country": u"br", + "state": u"to", + "name": u"Augustinópolis", }, { - "country": "br", - "state": "to", - "name": "Aurora do Tocantins", + "country": u"br", + "state": u"to", + "name": u"Aurora do Tocantins", }, { - "country": "br", - "state": "to", - "name": "Axixá do Tocantins", + "country": u"br", + "state": u"to", + "name": u"Axixá do Tocantins", }, { - "country": "br", - "state": "to", - "name": "Babaçulândia", + "country": u"br", + "state": u"to", + "name": u"Babaçulândia", }, { - "country": "br", - "state": "to", - "name": "Bandeirantes do Tocantins", + "country": u"br", + "state": u"to", + "name": u"Bandeirantes do Tocantins", }, { - "country": "br", - "state": "to", - "name": "Barra do Ouro", + "country": u"br", + "state": u"to", + "name": u"Barra do Ouro", }, { - "country": "br", - "state": "to", - "name": "Barrolândia", + "country": u"br", + "state": u"to", + "name": u"Barrolândia", }, { - "country": "br", - "state": "to", - "name": "Bernardo Sayão", + "country": u"br", + "state": u"to", + "name": u"Bernardo Sayão", }, { - "country": "br", - "state": "to", - "name": "Bom Jesus do Tocantins", + "country": u"br", + "state": u"to", + "name": u"Bom Jesus do Tocantins", }, { - "country": "br", - "state": "to", - "name": "Brasilândia do Tocantins", + "country": u"br", + "state": u"to", + "name": u"Brasilândia do Tocantins", }, { - "country": "br", - "state": "to", - "name": "Brejinho de Nazaré", + "country": u"br", + "state": u"to", + "name": u"Brejinho de Nazaré", }, { - "country": "br", - "state": "to", - "name": "Buriti do Tocantins", + "country": u"br", + "state": u"to", + "name": u"Buriti do Tocantins", }, { - "country": "br", - "state": "to", - "name": "Cachoeirinha", + "country": u"br", + "state": u"to", + "name": u"Cachoeirinha", }, { - "country": "br", - "state": "to", - "name": "Campos Lindos", + "country": u"br", + "state": u"to", + "name": u"Campos Lindos", }, { - "country": "br", - "state": "to", - "name": "Cariri do Tocantins", + "country": u"br", + "state": u"to", + "name": u"Cariri do Tocantins", }, { - "country": "br", - "state": "to", - "name": "Carmolândia", + "country": u"br", + "state": u"to", + "name": u"Carmolândia", }, { - "country": "br", - "state": "to", - "name": "Carrasco Bonito", + "country": u"br", + "state": u"to", + "name": u"Carrasco Bonito", }, { - "country": "br", - "state": "to", - "name": "Caseara", + "country": u"br", + "state": u"to", + "name": u"Caseara", }, { - "country": "br", - "state": "to", - "name": "Centenário", + "country": u"br", + "state": u"to", + "name": u"Centenário", }, { - "country": "br", - "state": "to", - "name": "Chapada da Natividade", + "country": u"br", + "state": u"to", + "name": u"Chapada da Natividade", }, { - "country": "br", - "state": "to", - "name": "Chapada de Areia", + "country": u"br", + "state": u"to", + "name": u"Chapada de Areia", }, { - "country": "br", - "state": "to", - "name": "Colinas do Tocantins", + "country": u"br", + "state": u"to", + "name": u"Colinas do Tocantins", }, { - "country": "br", - "state": "to", - "name": "Colméia", + "country": u"br", + "state": u"to", + "name": u"Colméia", }, { - "country": "br", - "state": "to", - "name": "Combinado", + "country": u"br", + "state": u"to", + "name": u"Combinado", }, { - "country": "br", - "state": "to", - "name": "Conceição do Tocantins", + "country": u"br", + "state": u"to", + "name": u"Conceição do Tocantins", }, { - "country": "br", - "state": "to", - "name": "Couto de Magalhães", + "country": u"br", + "state": u"to", + "name": u"Couto de Magalhães", }, { - "country": "br", - "state": "to", - "name": "Cristalândia", + "country": u"br", + "state": u"to", + "name": u"Cristalândia", }, { - "country": "br", - "state": "to", - "name": "Crixás do Tocantins", + "country": u"br", + "state": u"to", + "name": u"Crixás do Tocantins", }, { - "country": "br", - "state": "to", - "name": "Darcinópolis", + "country": u"br", + "state": u"to", + "name": u"Darcinópolis", }, { - "country": "br", - "state": "to", - "name": "Dianópolis", + "country": u"br", + "state": u"to", + "name": u"Dianópolis", }, { - "country": "br", - "state": "to", - "name": "Divinópolis do Tocantins", + "country": u"br", + "state": u"to", + "name": u"Divinópolis do Tocantins", }, { - "country": "br", - "state": "to", - "name": "Dois Irmãos do Tocantins", + "country": u"br", + "state": u"to", + "name": u"Dois Irmãos do Tocantins", }, { - "country": "br", - "state": "to", - "name": "Dueré", + "country": u"br", + "state": u"to", + "name": u"Dueré", }, { - "country": "br", - "state": "to", - "name": "Esperantina", + "country": u"br", + "state": u"to", + "name": u"Esperantina", }, { - "country": "br", - "state": "to", - "name": "Fátima", + "country": u"br", + "state": u"to", + "name": u"Fátima", }, { - "country": "br", - "state": "to", - "name": "Figueirópolis", + "country": u"br", + "state": u"to", + "name": u"Figueirópolis", }, { - "country": "br", - "state": "to", - "name": "Filadélfia", + "country": u"br", + "state": u"to", + "name": u"Filadélfia", }, { - "country": "br", - "state": "to", - "name": "Formoso do Araguaia", + "country": u"br", + "state": u"to", + "name": u"Formoso do Araguaia", }, { - "country": "br", - "state": "to", - "name": "Fortaleza do Tabocão", + "country": u"br", + "state": u"to", + "name": u"Fortaleza do Tabocão", }, { - "country": "br", - "state": "to", - "name": "Goianorte", + "country": u"br", + "state": u"to", + "name": u"Goianorte", }, { - "country": "br", - "state": "to", - "name": "Goiatins", + "country": u"br", + "state": u"to", + "name": u"Goiatins", }, { - "country": "br", - "state": "to", - "name": "Guaraí", + "country": u"br", + "state": u"to", + "name": u"Guaraí", }, { - "country": "br", - "state": "to", - "name": "Gurupi", + "country": u"br", + "state": u"to", + "name": u"Gurupi", }, { - "country": "br", - "state": "to", - "name": "Ipueiras", + "country": u"br", + "state": u"to", + "name": u"Ipueiras", }, { - "country": "br", - "state": "to", - "name": "Itacajá", + "country": u"br", + "state": u"to", + "name": u"Itacajá", }, { - "country": "br", - "state": "to", - "name": "Itaguatins", + "country": u"br", + "state": u"to", + "name": u"Itaguatins", }, { - "country": "br", - "state": "to", - "name": "Itapiratins", + "country": u"br", + "state": u"to", + "name": u"Itapiratins", }, { - "country": "br", - "state": "to", - "name": "Itaporã do Tocantins", + "country": u"br", + "state": u"to", + "name": u"Itaporã do Tocantins", }, { - "country": "br", - "state": "to", - "name": "Jaú do Tocantins", + "country": u"br", + "state": u"to", + "name": u"Jaú do Tocantins", }, { - "country": "br", - "state": "to", - "name": "Juarina", + "country": u"br", + "state": u"to", + "name": u"Juarina", }, { - "country": "br", - "state": "to", - "name": "Lagoa da Confusão", + "country": u"br", + "state": u"to", + "name": u"Lagoa da Confusão", }, { - "country": "br", - "state": "to", - "name": "Lagoa do Tocantins", + "country": u"br", + "state": u"to", + "name": u"Lagoa do Tocantins", }, { - "country": "br", - "state": "to", - "name": "Lajeado", + "country": u"br", + "state": u"to", + "name": u"Lajeado", }, { - "country": "br", - "state": "to", - "name": "Lavandeira", + "country": u"br", + "state": u"to", + "name": u"Lavandeira", }, { - "country": "br", - "state": "to", - "name": "Lizarda", + "country": u"br", + "state": u"to", + "name": u"Lizarda", }, { - "country": "br", - "state": "to", - "name": "Luzinópolis", + "country": u"br", + "state": u"to", + "name": u"Luzinópolis", }, { - "country": "br", - "state": "to", - "name": "Marianópolis do Tocantins", + "country": u"br", + "state": u"to", + "name": u"Marianópolis do Tocantins", }, { - "country": "br", - "state": "to", - "name": "Mateiros", + "country": u"br", + "state": u"to", + "name": u"Mateiros", }, { - "country": "br", - "state": "to", - "name": "Maurilândia do Tocantins", + "country": u"br", + "state": u"to", + "name": u"Maurilândia do Tocantins", }, { - "country": "br", - "state": "to", - "name": "Miracema do Tocantins", + "country": u"br", + "state": u"to", + "name": u"Miracema do Tocantins", }, { - "country": "br", - "state": "to", - "name": "Miranorte", + "country": u"br", + "state": u"to", + "name": u"Miranorte", }, { - "country": "br", - "state": "to", - "name": "Monte do Carmo", + "country": u"br", + "state": u"to", + "name": u"Monte do Carmo", }, { - "country": "br", - "state": "to", - "name": "Monte Santo do Tocantins", + "country": u"br", + "state": u"to", + "name": u"Monte Santo do Tocantins", }, { - "country": "br", - "state": "to", - "name": "Muricilândia", + "country": u"br", + "state": u"to", + "name": u"Muricilândia", }, { - "country": "br", - "state": "to", - "name": "Natividade", + "country": u"br", + "state": u"to", + "name": u"Natividade", }, { - "country": "br", - "state": "to", - "name": "Nazaré", + "country": u"br", + "state": u"to", + "name": u"Nazaré", }, { - "country": "br", - "state": "to", - "name": "Nova Olinda", + "country": u"br", + "state": u"to", + "name": u"Nova Olinda", }, { - "country": "br", - "state": "to", - "name": "Nova Rosalândia", + "country": u"br", + "state": u"to", + "name": u"Nova Rosalândia", }, { - "country": "br", - "state": "to", - "name": "Novo Acordo", + "country": u"br", + "state": u"to", + "name": u"Novo Acordo", }, { - "country": "br", - "state": "to", - "name": "Novo Alegre", + "country": u"br", + "state": u"to", + "name": u"Novo Alegre", }, { - "country": "br", - "state": "to", - "name": "Novo Jardim", + "country": u"br", + "state": u"to", + "name": u"Novo Jardim", }, { - "country": "br", - "state": "to", - "name": "Oliveira de Fátima", + "country": u"br", + "state": u"to", + "name": u"Oliveira de Fátima", }, { - "country": "br", - "state": "to", - "name": "Palmas", + "country": u"br", + "state": u"to", + "name": u"Palmas", }, { - "country": "br", - "state": "to", - "name": "Palmeirante", + "country": u"br", + "state": u"to", + "name": u"Palmeirante", }, { - "country": "br", - "state": "to", - "name": "Palmeiras do Tocantins", + "country": u"br", + "state": u"to", + "name": u"Palmeiras do Tocantins", }, { - "country": "br", - "state": "to", - "name": "Palmeirópolis", + "country": u"br", + "state": u"to", + "name": u"Palmeirópolis", }, { - "country": "br", - "state": "to", - "name": "Paraíso do Tocantins", + "country": u"br", + "state": u"to", + "name": u"Paraíso do Tocantins", }, { - "country": "br", - "state": "to", - "name": "Paranã", + "country": u"br", + "state": u"to", + "name": u"Paranã", }, { - "country": "br", - "state": "to", - "name": "Pau d`Arco", + "country": u"br", + "state": u"to", + "name": u"Pau d`Arco", }, { - "country": "br", - "state": "to", - "name": "Pedro Afonso", + "country": u"br", + "state": u"to", + "name": u"Pedro Afonso", }, { - "country": "br", - "state": "to", - "name": "Peixe", + "country": u"br", + "state": u"to", + "name": u"Peixe", }, { - "country": "br", - "state": "to", - "name": "Pequizeiro", + "country": u"br", + "state": u"to", + "name": u"Pequizeiro", }, { - "country": "br", - "state": "to", - "name": "Pindorama do Tocantins", + "country": u"br", + "state": u"to", + "name": u"Pindorama do Tocantins", }, { - "country": "br", - "state": "to", - "name": "Piraquê", + "country": u"br", + "state": u"to", + "name": u"Piraquê", }, { - "country": "br", - "state": "to", - "name": "Pium", + "country": u"br", + "state": u"to", + "name": u"Pium", }, { - "country": "br", - "state": "to", - "name": "Ponte Alta do Bom Jesus", + "country": u"br", + "state": u"to", + "name": u"Ponte Alta do Bom Jesus", }, { - "country": "br", - "state": "to", - "name": "Ponte Alta do Tocantins", + "country": u"br", + "state": u"to", + "name": u"Ponte Alta do Tocantins", }, { - "country": "br", - "state": "to", - "name": "Porto Alegre do Tocantins", + "country": u"br", + "state": u"to", + "name": u"Porto Alegre do Tocantins", }, { - "country": "br", - "state": "to", - "name": "Porto Nacional", + "country": u"br", + "state": u"to", + "name": u"Porto Nacional", }, { - "country": "br", - "state": "to", - "name": "Praia Norte", + "country": u"br", + "state": u"to", + "name": u"Praia Norte", }, { - "country": "br", - "state": "to", - "name": "Presidente Kennedy", + "country": u"br", + "state": u"to", + "name": u"Presidente Kennedy", }, { - "country": "br", - "state": "to", - "name": "Pugmil", + "country": u"br", + "state": u"to", + "name": u"Pugmil", }, { - "country": "br", - "state": "to", - "name": "Recursolândia", + "country": u"br", + "state": u"to", + "name": u"Recursolândia", }, { - "country": "br", - "state": "to", - "name": "Riachinho", + "country": u"br", + "state": u"to", + "name": u"Riachinho", }, { - "country": "br", - "state": "to", - "name": "Rio da Conceição", + "country": u"br", + "state": u"to", + "name": u"Rio da Conceição", }, { - "country": "br", - "state": "to", - "name": "Rio dos Bois", + "country": u"br", + "state": u"to", + "name": u"Rio dos Bois", }, { - "country": "br", - "state": "to", - "name": "Rio Sono", + "country": u"br", + "state": u"to", + "name": u"Rio Sono", }, { - "country": "br", - "state": "to", - "name": "Sampaio", + "country": u"br", + "state": u"to", + "name": u"Sampaio", }, { - "country": "br", - "state": "to", - "name": "Sandolândia", + "country": u"br", + "state": u"to", + "name": u"Sandolândia", }, { - "country": "br", - "state": "to", - "name": "Santa Fé do Araguaia", + "country": u"br", + "state": u"to", + "name": u"Santa Fé do Araguaia", }, { - "country": "br", - "state": "to", - "name": "Santa Maria do Tocantins", + "country": u"br", + "state": u"to", + "name": u"Santa Maria do Tocantins", }, { - "country": "br", - "state": "to", - "name": "Santa Rita do Tocantins", + "country": u"br", + "state": u"to", + "name": u"Santa Rita do Tocantins", }, { - "country": "br", - "state": "to", - "name": "Santa Rosa do Tocantins", + "country": u"br", + "state": u"to", + "name": u"Santa Rosa do Tocantins", }, { - "country": "br", - "state": "to", - "name": "Santa Tereza do Tocantins", + "country": u"br", + "state": u"to", + "name": u"Santa Tereza do Tocantins", }, { - "country": "br", - "state": "to", - "name": "Santa Terezinha do Tocantins", + "country": u"br", + "state": u"to", + "name": u"Santa Terezinha do Tocantins", }, { - "country": "br", - "state": "to", - "name": "São Bento do Tocantins", + "country": u"br", + "state": u"to", + "name": u"São Bento do Tocantins", }, { - "country": "br", - "state": "to", - "name": "São Félix do Tocantins", + "country": u"br", + "state": u"to", + "name": u"São Félix do Tocantins", }, { - "country": "br", - "state": "to", - "name": "São Miguel do Tocantins", + "country": u"br", + "state": u"to", + "name": u"São Miguel do Tocantins", }, { - "country": "br", - "state": "to", - "name": "São Salvador do Tocantins", + "country": u"br", + "state": u"to", + "name": u"São Salvador do Tocantins", }, { - "country": "br", - "state": "to", - "name": "São Sebastião do Tocantins", + "country": u"br", + "state": u"to", + "name": u"São Sebastião do Tocantins", }, { - "country": "br", - "state": "to", - "name": "São Valério da Natividade", + "country": u"br", + "state": u"to", + "name": u"São Valério da Natividade", }, { - "country": "br", - "state": "to", - "name": "Silvanópolis", + "country": u"br", + "state": u"to", + "name": u"Silvanópolis", }, { - "country": "br", - "state": "to", - "name": "Sítio Novo do Tocantins", + "country": u"br", + "state": u"to", + "name": u"Sítio Novo do Tocantins", }, { - "country": "br", - "state": "to", - "name": "Sucupira", + "country": u"br", + "state": u"to", + "name": u"Sucupira", }, { - "country": "br", - "state": "to", - "name": "Taguatinga", + "country": u"br", + "state": u"to", + "name": u"Taguatinga", }, { - "country": "br", - "state": "to", - "name": "Taipas do Tocantins", + "country": u"br", + "state": u"to", + "name": u"Taipas do Tocantins", }, { - "country": "br", - "state": "to", - "name": "Talismã", + "country": u"br", + "state": u"to", + "name": u"Talismã", }, { - "country": "br", - "state": "to", - "name": "Tocantínia", + "country": u"br", + "state": u"to", + "name": u"Tocantínia", }, { - "country": "br", - "state": "to", - "name": "Tocantinópolis", + "country": u"br", + "state": u"to", + "name": u"Tocantinópolis", }, { - "country": "br", - "state": "to", - "name": "Tupirama", + "country": u"br", + "state": u"to", + "name": u"Tupirama", }, { - "country": "br", - "state": "to", - "name": "Tupiratins", + "country": u"br", + "state": u"to", + "name": u"Tupiratins", }, { - "country": "br", - "state": "to", - "name": "Wanderlândia", + "country": u"br", + "state": u"to", + "name": u"Wanderlândia", }, { - "country": "br", - "state": "to", - "name": "Xambioá", + "country": u"br", + "state": u"to", + "name": u"Xambioá", }, { - "country": "br", - "state": "pa", - "name": "Abaetetuba", + "country": u"br", + "state": u"pa", + "name": u"Abaetetuba", }, { - "country": "br", - "state": "pa", - "name": "Abel Figueiredo", + "country": u"br", + "state": u"pa", + "name": u"Abel Figueiredo", }, { - "country": "br", - "state": "pa", - "name": "Acará", + "country": u"br", + "state": u"pa", + "name": u"Acará", }, { - "country": "br", - "state": "pa", - "name": "Afuá", + "country": u"br", + "state": u"pa", + "name": u"Afuá", }, { - "country": "br", - "state": "pa", - "name": "Água Azul do Norte", + "country": u"br", + "state": u"pa", + "name": u"Água Azul do Norte", }, { - "country": "br", - "state": "pa", - "name": "Alenquer", + "country": u"br", + "state": u"pa", + "name": u"Alenquer", }, { - "country": "br", - "state": "pa", - "name": "Almeirim", + "country": u"br", + "state": u"pa", + "name": u"Almeirim", }, { - "country": "br", - "state": "pa", - "name": "Altamira", + "country": u"br", + "state": u"pa", + "name": u"Altamira", }, { - "country": "br", - "state": "pa", - "name": "Anajás", + "country": u"br", + "state": u"pa", + "name": u"Anajás", }, { - "country": "br", - "state": "pa", - "name": "Ananindeua", + "country": u"br", + "state": u"pa", + "name": u"Ananindeua", }, { - "country": "br", - "state": "pa", - "name": "Anapu", + "country": u"br", + "state": u"pa", + "name": u"Anapu", }, { - "country": "br", - "state": "pa", - "name": "Augusto Corrêa", + "country": u"br", + "state": u"pa", + "name": u"Augusto Corrêa", }, { - "country": "br", - "state": "pa", - "name": "Aurora do Pará", + "country": u"br", + "state": u"pa", + "name": u"Aurora do Pará", }, { - "country": "br", - "state": "pa", - "name": "Aveiro", + "country": u"br", + "state": u"pa", + "name": u"Aveiro", }, { - "country": "br", - "state": "pa", - "name": "Bagre", + "country": u"br", + "state": u"pa", + "name": u"Bagre", }, { - "country": "br", - "state": "pa", - "name": "Baião", + "country": u"br", + "state": u"pa", + "name": u"Baião", }, { - "country": "br", - "state": "pa", - "name": "Bannach", + "country": u"br", + "state": u"pa", + "name": u"Bannach", }, { - "country": "br", - "state": "pa", - "name": "Barcarena", + "country": u"br", + "state": u"pa", + "name": u"Barcarena", }, { - "country": "br", - "state": "pa", - "name": "Belém", + "country": u"br", + "state": u"pa", + "name": u"Belém", }, { - "country": "br", - "state": "pa", - "name": "Belterra", + "country": u"br", + "state": u"pa", + "name": u"Belterra", }, { - "country": "br", - "state": "pa", - "name": "Benevides", + "country": u"br", + "state": u"pa", + "name": u"Benevides", }, { - "country": "br", - "state": "pa", - "name": "Bom Jesus do Tocantins", + "country": u"br", + "state": u"pa", + "name": u"Bom Jesus do Tocantins", }, { - "country": "br", - "state": "pa", - "name": "Bonito", + "country": u"br", + "state": u"pa", + "name": u"Bonito", }, { - "country": "br", - "state": "pa", - "name": "Bragança", + "country": u"br", + "state": u"pa", + "name": u"Bragança", }, { - "country": "br", - "state": "pa", - "name": "Brasil Novo", + "country": u"br", + "state": u"pa", + "name": u"Brasil Novo", }, { - "country": "br", - "state": "pa", - "name": "Brejo Grande do Araguaia", + "country": u"br", + "state": u"pa", + "name": u"Brejo Grande do Araguaia", }, { - "country": "br", - "state": "pa", - "name": "Breu Branco", + "country": u"br", + "state": u"pa", + "name": u"Breu Branco", }, { - "country": "br", - "state": "pa", - "name": "Breves", + "country": u"br", + "state": u"pa", + "name": u"Breves", }, { - "country": "br", - "state": "pa", - "name": "Bujaru", + "country": u"br", + "state": u"pa", + "name": u"Bujaru", }, { - "country": "br", - "state": "pa", - "name": "Cachoeira do Arari", + "country": u"br", + "state": u"pa", + "name": u"Cachoeira do Arari", }, { - "country": "br", - "state": "pa", - "name": "Cachoeira do Piriá", + "country": u"br", + "state": u"pa", + "name": u"Cachoeira do Piriá", }, { - "country": "br", - "state": "pa", - "name": "Cametá", + "country": u"br", + "state": u"pa", + "name": u"Cametá", }, { - "country": "br", - "state": "pa", - "name": "Canaã dos Carajás", + "country": u"br", + "state": u"pa", + "name": u"Canaã dos Carajás", }, { - "country": "br", - "state": "pa", - "name": "Capanema", + "country": u"br", + "state": u"pa", + "name": u"Capanema", }, { - "country": "br", - "state": "pa", - "name": "Capitão Poço", + "country": u"br", + "state": u"pa", + "name": u"Capitão Poço", }, { - "country": "br", - "state": "pa", - "name": "Castanhal", + "country": u"br", + "state": u"pa", + "name": u"Castanhal", }, { - "country": "br", - "state": "pa", - "name": "Chaves", + "country": u"br", + "state": u"pa", + "name": u"Chaves", }, { - "country": "br", - "state": "pa", - "name": "Colares", + "country": u"br", + "state": u"pa", + "name": u"Colares", }, { - "country": "br", - "state": "pa", - "name": "Conceição do Araguaia", + "country": u"br", + "state": u"pa", + "name": u"Conceição do Araguaia", }, { - "country": "br", - "state": "pa", - "name": "Concórdia do Pará", + "country": u"br", + "state": u"pa", + "name": u"Concórdia do Pará", }, { - "country": "br", - "state": "pa", - "name": "Cumaru do Norte", + "country": u"br", + "state": u"pa", + "name": u"Cumaru do Norte", }, { - "country": "br", - "state": "pa", - "name": "Curionópolis", + "country": u"br", + "state": u"pa", + "name": u"Curionópolis", }, { - "country": "br", - "state": "pa", - "name": "Curralinho", + "country": u"br", + "state": u"pa", + "name": u"Curralinho", }, { - "country": "br", - "state": "pa", - "name": "Curuá", + "country": u"br", + "state": u"pa", + "name": u"Curuá", }, { - "country": "br", - "state": "pa", - "name": "Curuçá", + "country": u"br", + "state": u"pa", + "name": u"Curuçá", }, { - "country": "br", - "state": "pa", - "name": "Dom Eliseu", + "country": u"br", + "state": u"pa", + "name": u"Dom Eliseu", }, { - "country": "br", - "state": "pa", - "name": "Eldorado dos Carajás", + "country": u"br", + "state": u"pa", + "name": u"Eldorado dos Carajás", }, { - "country": "br", - "state": "pa", - "name": "Faro", + "country": u"br", + "state": u"pa", + "name": u"Faro", }, { - "country": "br", - "state": "pa", - "name": "Floresta do Araguaia", + "country": u"br", + "state": u"pa", + "name": u"Floresta do Araguaia", }, { - "country": "br", - "state": "pa", - "name": "Garrafão do Norte", + "country": u"br", + "state": u"pa", + "name": u"Garrafão do Norte", }, { - "country": "br", - "state": "pa", - "name": "Goianésia do Pará", + "country": u"br", + "state": u"pa", + "name": u"Goianésia do Pará", }, { - "country": "br", - "state": "pa", - "name": "Gurupá", + "country": u"br", + "state": u"pa", + "name": u"Gurupá", }, { - "country": "br", - "state": "pa", - "name": "Igarapé-Açu", + "country": u"br", + "state": u"pa", + "name": u"Igarapé-Açu", }, { - "country": "br", - "state": "pa", - "name": "Igarapé-Miri", + "country": u"br", + "state": u"pa", + "name": u"Igarapé-Miri", }, { - "country": "br", - "state": "pa", - "name": "Inhangapi", + "country": u"br", + "state": u"pa", + "name": u"Inhangapi", }, { - "country": "br", - "state": "pa", - "name": "Ipixuna do Pará", + "country": u"br", + "state": u"pa", + "name": u"Ipixuna do Pará", }, { - "country": "br", - "state": "pa", - "name": "Irituia", + "country": u"br", + "state": u"pa", + "name": u"Irituia", }, { - "country": "br", - "state": "pa", - "name": "Itaituba", + "country": u"br", + "state": u"pa", + "name": u"Itaituba", }, { - "country": "br", - "state": "pa", - "name": "Itupiranga", + "country": u"br", + "state": u"pa", + "name": u"Itupiranga", }, { - "country": "br", - "state": "pa", - "name": "Jacareacanga", + "country": u"br", + "state": u"pa", + "name": u"Jacareacanga", }, { - "country": "br", - "state": "pa", - "name": "Jacundá", + "country": u"br", + "state": u"pa", + "name": u"Jacundá", }, { - "country": "br", - "state": "pa", - "name": "Juruti", + "country": u"br", + "state": u"pa", + "name": u"Juruti", }, { - "country": "br", - "state": "pa", - "name": "Limoeiro do Ajuru", + "country": u"br", + "state": u"pa", + "name": u"Limoeiro do Ajuru", }, { - "country": "br", - "state": "pa", - "name": "Mãe do Rio", + "country": u"br", + "state": u"pa", + "name": u"Mãe do Rio", }, { - "country": "br", - "state": "pa", - "name": "Magalhães Barata", + "country": u"br", + "state": u"pa", + "name": u"Magalhães Barata", }, { - "country": "br", - "state": "pa", - "name": "Marabá", + "country": u"br", + "state": u"pa", + "name": u"Marabá", }, { - "country": "br", - "state": "pa", - "name": "Maracanã", + "country": u"br", + "state": u"pa", + "name": u"Maracanã", }, { - "country": "br", - "state": "pa", - "name": "Marapanim", + "country": u"br", + "state": u"pa", + "name": u"Marapanim", }, { - "country": "br", - "state": "pa", - "name": "Marituba", + "country": u"br", + "state": u"pa", + "name": u"Marituba", }, { - "country": "br", - "state": "pa", - "name": "Medicilândia", + "country": u"br", + "state": u"pa", + "name": u"Medicilândia", }, { - "country": "br", - "state": "pa", - "name": "Melgaço", + "country": u"br", + "state": u"pa", + "name": u"Melgaço", }, { - "country": "br", - "state": "pa", - "name": "Mocajuba", + "country": u"br", + "state": u"pa", + "name": u"Mocajuba", }, { - "country": "br", - "state": "pa", - "name": "Moju", + "country": u"br", + "state": u"pa", + "name": u"Moju", }, { - "country": "br", - "state": "pa", - "name": "Monte Alegre", + "country": u"br", + "state": u"pa", + "name": u"Monte Alegre", }, { - "country": "br", - "state": "pa", - "name": "Muaná", + "country": u"br", + "state": u"pa", + "name": u"Muaná", }, { - "country": "br", - "state": "pa", - "name": "Nova Esperança do Piriá", + "country": u"br", + "state": u"pa", + "name": u"Nova Esperança do Piriá", }, { - "country": "br", - "state": "pa", - "name": "Nova Ipixuna", + "country": u"br", + "state": u"pa", + "name": u"Nova Ipixuna", }, { - "country": "br", - "state": "pa", - "name": "Nova Timboteua", + "country": u"br", + "state": u"pa", + "name": u"Nova Timboteua", }, { - "country": "br", - "state": "pa", - "name": "Novo Progresso", + "country": u"br", + "state": u"pa", + "name": u"Novo Progresso", }, { - "country": "br", - "state": "pa", - "name": "Novo Repartimento", + "country": u"br", + "state": u"pa", + "name": u"Novo Repartimento", }, { - "country": "br", - "state": "pa", - "name": "Óbidos", + "country": u"br", + "state": u"pa", + "name": u"Óbidos", }, { - "country": "br", - "state": "pa", - "name": "Oeiras do Pará", + "country": u"br", + "state": u"pa", + "name": u"Oeiras do Pará", }, { - "country": "br", - "state": "pa", - "name": "Oriximiná", + "country": u"br", + "state": u"pa", + "name": u"Oriximiná", }, { - "country": "br", - "state": "pa", - "name": "Ourém", + "country": u"br", + "state": u"pa", + "name": u"Ourém", }, { - "country": "br", - "state": "pa", - "name": "Ourilândia do Norte", + "country": u"br", + "state": u"pa", + "name": u"Ourilândia do Norte", }, { - "country": "br", - "state": "pa", - "name": "Pacajá", + "country": u"br", + "state": u"pa", + "name": u"Pacajá", }, { - "country": "br", - "state": "pa", - "name": "Palestina do Pará", + "country": u"br", + "state": u"pa", + "name": u"Palestina do Pará", }, { - "country": "br", - "state": "pa", - "name": "Paragominas", + "country": u"br", + "state": u"pa", + "name": u"Paragominas", }, { - "country": "br", - "state": "pa", - "name": "Parauapebas", + "country": u"br", + "state": u"pa", + "name": u"Parauapebas", }, { - "country": "br", - "state": "pa", - "name": "Pau d`Arco", + "country": u"br", + "state": u"pa", + "name": u"Pau d`Arco", }, { - "country": "br", - "state": "pa", - "name": "Peixe-Boi", + "country": u"br", + "state": u"pa", + "name": u"Peixe-Boi", }, { - "country": "br", - "state": "pa", - "name": "Piçarra", + "country": u"br", + "state": u"pa", + "name": u"Piçarra", }, { - "country": "br", - "state": "pa", - "name": "Placas", + "country": u"br", + "state": u"pa", + "name": u"Placas", }, { - "country": "br", - "state": "pa", - "name": "Ponta de Pedras", + "country": u"br", + "state": u"pa", + "name": u"Ponta de Pedras", }, { - "country": "br", - "state": "pa", - "name": "Portel", + "country": u"br", + "state": u"pa", + "name": u"Portel", }, { - "country": "br", - "state": "pa", - "name": "Porto de Moz", + "country": u"br", + "state": u"pa", + "name": u"Porto de Moz", }, { - "country": "br", - "state": "pa", - "name": "Prainha", + "country": u"br", + "state": u"pa", + "name": u"Prainha", }, { - "country": "br", - "state": "pa", - "name": "Primavera", + "country": u"br", + "state": u"pa", + "name": u"Primavera", }, { - "country": "br", - "state": "pa", - "name": "Quatipuru", + "country": u"br", + "state": u"pa", + "name": u"Quatipuru", }, { - "country": "br", - "state": "pa", - "name": "Redenção", + "country": u"br", + "state": u"pa", + "name": u"Redenção", }, { - "country": "br", - "state": "pa", - "name": "Rio Maria", + "country": u"br", + "state": u"pa", + "name": u"Rio Maria", }, { - "country": "br", - "state": "pa", - "name": "Rondon do Pará", + "country": u"br", + "state": u"pa", + "name": u"Rondon do Pará", }, { - "country": "br", - "state": "pa", - "name": "Rurópolis", + "country": u"br", + "state": u"pa", + "name": u"Rurópolis", }, { - "country": "br", - "state": "pa", - "name": "Salinópolis", + "country": u"br", + "state": u"pa", + "name": u"Salinópolis", }, { - "country": "br", - "state": "pa", - "name": "Salvaterra", + "country": u"br", + "state": u"pa", + "name": u"Salvaterra", }, { - "country": "br", - "state": "pa", - "name": "Santa Bárbara do Pará", + "country": u"br", + "state": u"pa", + "name": u"Santa Bárbara do Pará", }, { - "country": "br", - "state": "pa", - "name": "Santa Cruz do Arari", + "country": u"br", + "state": u"pa", + "name": u"Santa Cruz do Arari", }, { - "country": "br", - "state": "pa", - "name": "Santa Isabel do Pará", + "country": u"br", + "state": u"pa", + "name": u"Santa Isabel do Pará", }, { - "country": "br", - "state": "pa", - "name": "Santa Luzia do Pará", + "country": u"br", + "state": u"pa", + "name": u"Santa Luzia do Pará", }, { - "country": "br", - "state": "pa", - "name": "Santa Maria das Barreiras", + "country": u"br", + "state": u"pa", + "name": u"Santa Maria das Barreiras", }, { - "country": "br", - "state": "pa", - "name": "Santa Maria do Pará", + "country": u"br", + "state": u"pa", + "name": u"Santa Maria do Pará", }, { - "country": "br", - "state": "pa", - "name": "Santana do Araguaia", + "country": u"br", + "state": u"pa", + "name": u"Santana do Araguaia", }, { - "country": "br", - "state": "pa", - "name": "Santarém", + "country": u"br", + "state": u"pa", + "name": u"Santarém", }, { - "country": "br", - "state": "pa", - "name": "Santarém Novo", + "country": u"br", + "state": u"pa", + "name": u"Santarém Novo", }, { - "country": "br", - "state": "pa", - "name": "Santo Antônio do Tauá", + "country": u"br", + "state": u"pa", + "name": u"Santo Antônio do Tauá", }, { - "country": "br", - "state": "pa", - "name": "São Caetano de Odivelas", + "country": u"br", + "state": u"pa", + "name": u"São Caetano de Odivelas", }, { - "country": "br", - "state": "pa", - "name": "São Domingos do Araguaia", + "country": u"br", + "state": u"pa", + "name": u"São Domingos do Araguaia", }, { - "country": "br", - "state": "pa", - "name": "São Domingos do Capim", + "country": u"br", + "state": u"pa", + "name": u"São Domingos do Capim", }, { - "country": "br", - "state": "pa", - "name": "São Félix do Xingu", + "country": u"br", + "state": u"pa", + "name": u"São Félix do Xingu", }, { - "country": "br", - "state": "pa", - "name": "São Francisco do Pará", + "country": u"br", + "state": u"pa", + "name": u"São Francisco do Pará", }, { - "country": "br", - "state": "pa", - "name": "São Geraldo do Araguaia", + "country": u"br", + "state": u"pa", + "name": u"São Geraldo do Araguaia", }, { - "country": "br", - "state": "pa", - "name": "São João da Ponta", + "country": u"br", + "state": u"pa", + "name": u"São João da Ponta", }, { - "country": "br", - "state": "pa", - "name": "São João de Pirabas", + "country": u"br", + "state": u"pa", + "name": u"São João de Pirabas", }, { - "country": "br", - "state": "pa", - "name": "São João do Araguaia", + "country": u"br", + "state": u"pa", + "name": u"São João do Araguaia", }, { - "country": "br", - "state": "pa", - "name": "São Miguel do Guamá", + "country": u"br", + "state": u"pa", + "name": u"São Miguel do Guamá", }, { - "country": "br", - "state": "pa", - "name": "São Sebastião da Boa Vista", + "country": u"br", + "state": u"pa", + "name": u"São Sebastião da Boa Vista", }, { - "country": "br", - "state": "pa", - "name": "Sapucaia", + "country": u"br", + "state": u"pa", + "name": u"Sapucaia", }, { - "country": "br", - "state": "pa", - "name": "Senador José Porfírio", + "country": u"br", + "state": u"pa", + "name": u"Senador José Porfírio", }, { - "country": "br", - "state": "pa", - "name": "Soure", + "country": u"br", + "state": u"pa", + "name": u"Soure", }, { - "country": "br", - "state": "pa", - "name": "Tailândia", + "country": u"br", + "state": u"pa", + "name": u"Tailândia", }, { - "country": "br", - "state": "pa", - "name": "Terra Alta", + "country": u"br", + "state": u"pa", + "name": u"Terra Alta", }, { - "country": "br", - "state": "pa", - "name": "Terra Santa", + "country": u"br", + "state": u"pa", + "name": u"Terra Santa", }, { - "country": "br", - "state": "pa", - "name": "Tomé-Açu", + "country": u"br", + "state": u"pa", + "name": u"Tomé-Açu", }, { - "country": "br", - "state": "pa", - "name": "Tracuateua", + "country": u"br", + "state": u"pa", + "name": u"Tracuateua", }, { - "country": "br", - "state": "pa", - "name": "Trairão", + "country": u"br", + "state": u"pa", + "name": u"Trairão", }, { - "country": "br", - "state": "pa", - "name": "Tucumã", + "country": u"br", + "state": u"pa", + "name": u"Tucumã", }, { - "country": "br", - "state": "pa", - "name": "Tucuruí", + "country": u"br", + "state": u"pa", + "name": u"Tucuruí", }, { - "country": "br", - "state": "pa", - "name": "Ulianópolis", + "country": u"br", + "state": u"pa", + "name": u"Ulianópolis", }, { - "country": "br", - "state": "pa", - "name": "Uruará", + "country": u"br", + "state": u"pa", + "name": u"Uruará", }, { - "country": "br", - "state": "pa", - "name": "Vigia", + "country": u"br", + "state": u"pa", + "name": u"Vigia", }, { - "country": "br", - "state": "pa", - "name": "Viseu", + "country": u"br", + "state": u"pa", + "name": u"Viseu", }, { - "country": "br", - "state": "pa", - "name": "Vitória do Xingu", + "country": u"br", + "state": u"pa", + "name": u"Vitória do Xingu", }, { - "country": "br", - "state": "pa", - "name": "Xinguara", + "country": u"br", + "state": u"pa", + "name": u"Xinguara", }, { - "country": "br", - "state": "pe", - "name": "Abreu e Lima", + "country": u"br", + "state": u"pe", + "name": u"Abreu e Lima", }, { - "country": "br", - "state": "pe", - "name": "Afogados da Ingazeira", + "country": u"br", + "state": u"pe", + "name": u"Afogados da Ingazeira", }, { - "country": "br", - "state": "pe", - "name": "Afrânio", + "country": u"br", + "state": u"pe", + "name": u"Afrânio", }, { - "country": "br", - "state": "pe", - "name": "Agrestina", + "country": u"br", + "state": u"pe", + "name": u"Agrestina", }, { - "country": "br", - "state": "pe", - "name": "Água Preta", + "country": u"br", + "state": u"pe", + "name": u"Água Preta", }, { - "country": "br", - "state": "pe", - "name": "Águas Belas", + "country": u"br", + "state": u"pe", + "name": u"Águas Belas", }, { - "country": "br", - "state": "pe", - "name": "Alagoinha", + "country": u"br", + "state": u"pe", + "name": u"Alagoinha", }, { - "country": "br", - "state": "pe", - "name": "Aliança", + "country": u"br", + "state": u"pe", + "name": u"Aliança", }, { - "country": "br", - "state": "pe", - "name": "Altinho", + "country": u"br", + "state": u"pe", + "name": u"Altinho", }, { - "country": "br", - "state": "pe", - "name": "Amaraji", + "country": u"br", + "state": u"pe", + "name": u"Amaraji", }, { - "country": "br", - "state": "pe", - "name": "Angelim", + "country": u"br", + "state": u"pe", + "name": u"Angelim", }, { - "country": "br", - "state": "pe", - "name": "Araçoiaba", + "country": u"br", + "state": u"pe", + "name": u"Araçoiaba", }, { - "country": "br", - "state": "pe", - "name": "Araripina", + "country": u"br", + "state": u"pe", + "name": u"Araripina", }, { - "country": "br", - "state": "pe", - "name": "Arcoverde", + "country": u"br", + "state": u"pe", + "name": u"Arcoverde", }, { - "country": "br", - "state": "pe", - "name": "Barra de Guabiraba", + "country": u"br", + "state": u"pe", + "name": u"Barra de Guabiraba", }, { - "country": "br", - "state": "pe", - "name": "Barreiros", + "country": u"br", + "state": u"pe", + "name": u"Barreiros", }, { - "country": "br", - "state": "pe", - "name": "Belém de Maria", + "country": u"br", + "state": u"pe", + "name": u"Belém de Maria", }, { - "country": "br", - "state": "pe", - "name": "Belém de São Francisco", + "country": u"br", + "state": u"pe", + "name": u"Belém de São Francisco", }, { - "country": "br", - "state": "pe", - "name": "Belo Jardim", + "country": u"br", + "state": u"pe", + "name": u"Belo Jardim", }, { - "country": "br", - "state": "pe", - "name": "Betânia", + "country": u"br", + "state": u"pe", + "name": u"Betânia", }, { - "country": "br", - "state": "pe", - "name": "Bezerros", + "country": u"br", + "state": u"pe", + "name": u"Bezerros", }, { - "country": "br", - "state": "pe", - "name": "Bodocó", + "country": u"br", + "state": u"pe", + "name": u"Bodocó", }, { - "country": "br", - "state": "pe", - "name": "Bom Conselho", + "country": u"br", + "state": u"pe", + "name": u"Bom Conselho", }, { - "country": "br", - "state": "pe", - "name": "Bom Jardim", + "country": u"br", + "state": u"pe", + "name": u"Bom Jardim", }, { - "country": "br", - "state": "pe", - "name": "Bonito", + "country": u"br", + "state": u"pe", + "name": u"Bonito", }, { - "country": "br", - "state": "pe", - "name": "Brejão", + "country": u"br", + "state": u"pe", + "name": u"Brejão", }, { - "country": "br", - "state": "pe", - "name": "Brejinho", + "country": u"br", + "state": u"pe", + "name": u"Brejinho", }, { - "country": "br", - "state": "pe", - "name": "Brejo da Madre de Deus", + "country": u"br", + "state": u"pe", + "name": u"Brejo da Madre de Deus", }, { - "country": "br", - "state": "pe", - "name": "Buenos Aires", + "country": u"br", + "state": u"pe", + "name": u"Buenos Aires", }, { - "country": "br", - "state": "pe", - "name": "Buíque", + "country": u"br", + "state": u"pe", + "name": u"Buíque", }, { - "country": "br", - "state": "pe", - "name": "Cabo de Santo Agostinho", + "country": u"br", + "state": u"pe", + "name": u"Cabo de Santo Agostinho", }, { - "country": "br", - "state": "pe", - "name": "Cabrobó", + "country": u"br", + "state": u"pe", + "name": u"Cabrobó", }, { - "country": "br", - "state": "pe", - "name": "Cachoeirinha", + "country": u"br", + "state": u"pe", + "name": u"Cachoeirinha", }, { - "country": "br", - "state": "pe", - "name": "Caetés", + "country": u"br", + "state": u"pe", + "name": u"Caetés", }, { - "country": "br", - "state": "pe", - "name": "Calçado", + "country": u"br", + "state": u"pe", + "name": u"Calçado", }, { - "country": "br", - "state": "pe", - "name": "Calumbi", + "country": u"br", + "state": u"pe", + "name": u"Calumbi", }, { - "country": "br", - "state": "pe", - "name": "Camaragibe", + "country": u"br", + "state": u"pe", + "name": u"Camaragibe", }, { - "country": "br", - "state": "pe", - "name": "Camocim de São Félix", + "country": u"br", + "state": u"pe", + "name": u"Camocim de São Félix", }, { - "country": "br", - "state": "pe", - "name": "Camutanga", + "country": u"br", + "state": u"pe", + "name": u"Camutanga", }, { - "country": "br", - "state": "pe", - "name": "Canhotinho", + "country": u"br", + "state": u"pe", + "name": u"Canhotinho", }, { - "country": "br", - "state": "pe", - "name": "Capoeiras", + "country": u"br", + "state": u"pe", + "name": u"Capoeiras", }, { - "country": "br", - "state": "pe", - "name": "Carnaíba", + "country": u"br", + "state": u"pe", + "name": u"Carnaíba", }, { - "country": "br", - "state": "pe", - "name": "Carnaubeira da Penha", + "country": u"br", + "state": u"pe", + "name": u"Carnaubeira da Penha", }, { - "country": "br", - "state": "pe", - "name": "Carpina", + "country": u"br", + "state": u"pe", + "name": u"Carpina", }, { - "country": "br", - "state": "pe", - "name": "Caruaru", + "country": u"br", + "state": u"pe", + "name": u"Caruaru", }, { - "country": "br", - "state": "pe", - "name": "Casinhas", + "country": u"br", + "state": u"pe", + "name": u"Casinhas", }, { - "country": "br", - "state": "pe", - "name": "Catende", + "country": u"br", + "state": u"pe", + "name": u"Catende", }, { - "country": "br", - "state": "pe", - "name": "Cedro", + "country": u"br", + "state": u"pe", + "name": u"Cedro", }, { - "country": "br", - "state": "pe", - "name": "Chã de Alegria", + "country": u"br", + "state": u"pe", + "name": u"Chã de Alegria", }, { - "country": "br", - "state": "pe", - "name": "Chã Grande", + "country": u"br", + "state": u"pe", + "name": u"Chã Grande", }, { - "country": "br", - "state": "pe", - "name": "Condado", + "country": u"br", + "state": u"pe", + "name": u"Condado", }, { - "country": "br", - "state": "pe", - "name": "Correntes", + "country": u"br", + "state": u"pe", + "name": u"Correntes", }, { - "country": "br", - "state": "pe", - "name": "Cortês", + "country": u"br", + "state": u"pe", + "name": u"Cortês", }, { - "country": "br", - "state": "pe", - "name": "Cumaru", + "country": u"br", + "state": u"pe", + "name": u"Cumaru", }, { - "country": "br", - "state": "pe", - "name": "Cupira", + "country": u"br", + "state": u"pe", + "name": u"Cupira", }, { - "country": "br", - "state": "pe", - "name": "Custódia", + "country": u"br", + "state": u"pe", + "name": u"Custódia", }, { - "country": "br", - "state": "pe", - "name": "Dormentes", + "country": u"br", + "state": u"pe", + "name": u"Dormentes", }, { - "country": "br", - "state": "pe", - "name": "Escada", + "country": u"br", + "state": u"pe", + "name": u"Escada", }, { - "country": "br", - "state": "pe", - "name": "Exu", + "country": u"br", + "state": u"pe", + "name": u"Exu", }, { - "country": "br", - "state": "pe", - "name": "Feira Nova", + "country": u"br", + "state": u"pe", + "name": u"Feira Nova", }, { - "country": "br", - "state": "pe", - "name": "Fernando de Noronha", + "country": u"br", + "state": u"pe", + "name": u"Fernando de Noronha", }, { - "country": "br", - "state": "pe", - "name": "Ferreiros", + "country": u"br", + "state": u"pe", + "name": u"Ferreiros", }, { - "country": "br", - "state": "pe", - "name": "Flores", + "country": u"br", + "state": u"pe", + "name": u"Flores", }, { - "country": "br", - "state": "pe", - "name": "Floresta", + "country": u"br", + "state": u"pe", + "name": u"Floresta", }, { - "country": "br", - "state": "pe", - "name": "Frei Miguelinho", + "country": u"br", + "state": u"pe", + "name": u"Frei Miguelinho", }, { - "country": "br", - "state": "pe", - "name": "Gameleira", + "country": u"br", + "state": u"pe", + "name": u"Gameleira", }, { - "country": "br", - "state": "pe", - "name": "Garanhuns", + "country": u"br", + "state": u"pe", + "name": u"Garanhuns", }, { - "country": "br", - "state": "pe", - "name": "Glória do Goitá", + "country": u"br", + "state": u"pe", + "name": u"Glória do Goitá", }, { - "country": "br", - "state": "pe", - "name": "Goiana", + "country": u"br", + "state": u"pe", + "name": u"Goiana", }, { - "country": "br", - "state": "pe", - "name": "Granito", + "country": u"br", + "state": u"pe", + "name": u"Granito", }, { - "country": "br", - "state": "pe", - "name": "Gravatá", + "country": u"br", + "state": u"pe", + "name": u"Gravatá", }, { - "country": "br", - "state": "pe", - "name": "Iati", + "country": u"br", + "state": u"pe", + "name": u"Iati", }, { - "country": "br", - "state": "pe", - "name": "Ibimirim", + "country": u"br", + "state": u"pe", + "name": u"Ibimirim", }, { - "country": "br", - "state": "pe", - "name": "Ibirajuba", + "country": u"br", + "state": u"pe", + "name": u"Ibirajuba", }, { - "country": "br", - "state": "pe", - "name": "Igarassu", + "country": u"br", + "state": u"pe", + "name": u"Igarassu", }, { - "country": "br", - "state": "pe", - "name": "Iguaraci", + "country": u"br", + "state": u"pe", + "name": u"Iguaraci", }, { - "country": "br", - "state": "pe", - "name": "Ilha de Itamaracá", + "country": u"br", + "state": u"pe", + "name": u"Ilha de Itamaracá", }, { - "country": "br", - "state": "pe", - "name": "Inajá", + "country": u"br", + "state": u"pe", + "name": u"Inajá", }, { - "country": "br", - "state": "pe", - "name": "Ingazeira", + "country": u"br", + "state": u"pe", + "name": u"Ingazeira", }, { - "country": "br", - "state": "pe", - "name": "Ipojuca", + "country": u"br", + "state": u"pe", + "name": u"Ipojuca", }, { - "country": "br", - "state": "pe", - "name": "Ipubi", + "country": u"br", + "state": u"pe", + "name": u"Ipubi", }, { - "country": "br", - "state": "pe", - "name": "Itacuruba", + "country": u"br", + "state": u"pe", + "name": u"Itacuruba", }, { - "country": "br", - "state": "pe", - "name": "Itaíba", + "country": u"br", + "state": u"pe", + "name": u"Itaíba", }, { - "country": "br", - "state": "pe", - "name": "Itambé", + "country": u"br", + "state": u"pe", + "name": u"Itambé", }, { - "country": "br", - "state": "pe", - "name": "Itapetim", + "country": u"br", + "state": u"pe", + "name": u"Itapetim", }, { - "country": "br", - "state": "pe", - "name": "Itapissuma", + "country": u"br", + "state": u"pe", + "name": u"Itapissuma", }, { - "country": "br", - "state": "pe", - "name": "Itaquitinga", + "country": u"br", + "state": u"pe", + "name": u"Itaquitinga", }, { - "country": "br", - "state": "pe", - "name": "Jaboatão dos Guararapes", + "country": u"br", + "state": u"pe", + "name": u"Jaboatão dos Guararapes", }, { - "country": "br", - "state": "pe", - "name": "Jaqueira", + "country": u"br", + "state": u"pe", + "name": u"Jaqueira", }, { - "country": "br", - "state": "pe", - "name": "Jataúba", + "country": u"br", + "state": u"pe", + "name": u"Jataúba", }, { - "country": "br", - "state": "pe", - "name": "Jatobá", + "country": u"br", + "state": u"pe", + "name": u"Jatobá", }, { - "country": "br", - "state": "pe", - "name": "João Alfredo", + "country": u"br", + "state": u"pe", + "name": u"João Alfredo", }, { - "country": "br", - "state": "pe", - "name": "Joaquim Nabuco", + "country": u"br", + "state": u"pe", + "name": u"Joaquim Nabuco", }, { - "country": "br", - "state": "pe", - "name": "Jucati", + "country": u"br", + "state": u"pe", + "name": u"Jucati", }, { - "country": "br", - "state": "pe", - "name": "Jupi", + "country": u"br", + "state": u"pe", + "name": u"Jupi", }, { - "country": "br", - "state": "pe", - "name": "Jurema", + "country": u"br", + "state": u"pe", + "name": u"Jurema", }, { - "country": "br", - "state": "pe", - "name": "Lagoa do Carro", + "country": u"br", + "state": u"pe", + "name": u"Lagoa do Carro", }, { - "country": "br", - "state": "pe", - "name": "Lagoa do Itaenga", + "country": u"br", + "state": u"pe", + "name": u"Lagoa do Itaenga", }, { - "country": "br", - "state": "pe", - "name": "Lagoa do Ouro", + "country": u"br", + "state": u"pe", + "name": u"Lagoa do Ouro", }, { - "country": "br", - "state": "pe", - "name": "Lagoa dos Gatos", + "country": u"br", + "state": u"pe", + "name": u"Lagoa dos Gatos", }, { - "country": "br", - "state": "pe", - "name": "Lagoa Grande", + "country": u"br", + "state": u"pe", + "name": u"Lagoa Grande", }, { - "country": "br", - "state": "pe", - "name": "Lajedo", + "country": u"br", + "state": u"pe", + "name": u"Lajedo", }, { - "country": "br", - "state": "pe", - "name": "Limoeiro", + "country": u"br", + "state": u"pe", + "name": u"Limoeiro", }, { - "country": "br", - "state": "pe", - "name": "Macaparana", + "country": u"br", + "state": u"pe", + "name": u"Macaparana", }, { - "country": "br", - "state": "pe", - "name": "Machados", + "country": u"br", + "state": u"pe", + "name": u"Machados", }, { - "country": "br", - "state": "pe", - "name": "Manari", + "country": u"br", + "state": u"pe", + "name": u"Manari", }, { - "country": "br", - "state": "pe", - "name": "Maraial", + "country": u"br", + "state": u"pe", + "name": u"Maraial", }, { - "country": "br", - "state": "pe", - "name": "Mirandiba", + "country": u"br", + "state": u"pe", + "name": u"Mirandiba", }, { - "country": "br", - "state": "pe", - "name": "Moreilândia", + "country": u"br", + "state": u"pe", + "name": u"Moreilândia", }, { - "country": "br", - "state": "pe", - "name": "Moreno", + "country": u"br", + "state": u"pe", + "name": u"Moreno", }, { - "country": "br", - "state": "pe", - "name": "Nazaré da Mata", + "country": u"br", + "state": u"pe", + "name": u"Nazaré da Mata", }, { - "country": "br", - "state": "pe", - "name": "Olinda", + "country": u"br", + "state": u"pe", + "name": u"Olinda", }, { - "country": "br", - "state": "pe", - "name": "Orobó", + "country": u"br", + "state": u"pe", + "name": u"Orobó", }, { - "country": "br", - "state": "pe", - "name": "Orocó", + "country": u"br", + "state": u"pe", + "name": u"Orocó", }, { - "country": "br", - "state": "pe", - "name": "Ouricuri", + "country": u"br", + "state": u"pe", + "name": u"Ouricuri", }, { - "country": "br", - "state": "pe", - "name": "Palmares", + "country": u"br", + "state": u"pe", + "name": u"Palmares", }, { - "country": "br", - "state": "pe", - "name": "Palmeirina", + "country": u"br", + "state": u"pe", + "name": u"Palmeirina", }, { - "country": "br", - "state": "pe", - "name": "Panelas", + "country": u"br", + "state": u"pe", + "name": u"Panelas", }, { - "country": "br", - "state": "pe", - "name": "Paranatama", + "country": u"br", + "state": u"pe", + "name": u"Paranatama", }, { - "country": "br", - "state": "pe", - "name": "Parnamirim", + "country": u"br", + "state": u"pe", + "name": u"Parnamirim", }, { - "country": "br", - "state": "pe", - "name": "Passira", + "country": u"br", + "state": u"pe", + "name": u"Passira", }, { - "country": "br", - "state": "pe", - "name": "Paudalho", + "country": u"br", + "state": u"pe", + "name": u"Paudalho", }, { - "country": "br", - "state": "pe", - "name": "Paulista", + "country": u"br", + "state": u"pe", + "name": u"Paulista", }, { - "country": "br", - "state": "pe", - "name": "Pedra", + "country": u"br", + "state": u"pe", + "name": u"Pedra", }, { - "country": "br", - "state": "pe", - "name": "Pesqueira", + "country": u"br", + "state": u"pe", + "name": u"Pesqueira", }, { - "country": "br", - "state": "pe", - "name": "Petrolândia", + "country": u"br", + "state": u"pe", + "name": u"Petrolândia", }, { - "country": "br", - "state": "pe", - "name": "Petrolina", + "country": u"br", + "state": u"pe", + "name": u"Petrolina", }, { - "country": "br", - "state": "pe", - "name": "Poção", + "country": u"br", + "state": u"pe", + "name": u"Poção", }, { - "country": "br", - "state": "pe", - "name": "Pombos", + "country": u"br", + "state": u"pe", + "name": u"Pombos", }, { - "country": "br", - "state": "pe", - "name": "Primavera", + "country": u"br", + "state": u"pe", + "name": u"Primavera", }, { - "country": "br", - "state": "pe", - "name": "Quipapá", + "country": u"br", + "state": u"pe", + "name": u"Quipapá", }, { - "country": "br", - "state": "pe", - "name": "Quixaba", + "country": u"br", + "state": u"pe", + "name": u"Quixaba", }, { - "country": "br", - "state": "pe", - "name": "Recife", + "country": u"br", + "state": u"pe", + "name": u"Recife", }, { - "country": "br", - "state": "pe", - "name": "Riacho das Almas", + "country": u"br", + "state": u"pe", + "name": u"Riacho das Almas", }, { - "country": "br", - "state": "pe", - "name": "Ribeirão", + "country": u"br", + "state": u"pe", + "name": u"Ribeirão", }, { - "country": "br", - "state": "pe", - "name": "Rio Formoso", + "country": u"br", + "state": u"pe", + "name": u"Rio Formoso", }, { - "country": "br", - "state": "pe", - "name": "Sairé", + "country": u"br", + "state": u"pe", + "name": u"Sairé", }, { - "country": "br", - "state": "pe", - "name": "Salgadinho", + "country": u"br", + "state": u"pe", + "name": u"Salgadinho", }, { - "country": "br", - "state": "pe", - "name": "Salgueiro", + "country": u"br", + "state": u"pe", + "name": u"Salgueiro", }, { - "country": "br", - "state": "pe", - "name": "Saloá", + "country": u"br", + "state": u"pe", + "name": u"Saloá", }, { - "country": "br", - "state": "pe", - "name": "Sanharó", + "country": u"br", + "state": u"pe", + "name": u"Sanharó", }, { - "country": "br", - "state": "pe", - "name": "Santa Cruz", + "country": u"br", + "state": u"pe", + "name": u"Santa Cruz", }, { - "country": "br", - "state": "pe", - "name": "Santa Cruz da Baixa Verde", + "country": u"br", + "state": u"pe", + "name": u"Santa Cruz da Baixa Verde", }, { - "country": "br", - "state": "pe", - "name": "Santa Cruz do Capibaribe", + "country": u"br", + "state": u"pe", + "name": u"Santa Cruz do Capibaribe", }, { - "country": "br", - "state": "pe", - "name": "Santa Filomena", + "country": u"br", + "state": u"pe", + "name": u"Santa Filomena", }, { - "country": "br", - "state": "pe", - "name": "Santa Maria da Boa Vista", + "country": u"br", + "state": u"pe", + "name": u"Santa Maria da Boa Vista", }, { - "country": "br", - "state": "pe", - "name": "Santa Maria do Cambucá", + "country": u"br", + "state": u"pe", + "name": u"Santa Maria do Cambucá", }, { - "country": "br", - "state": "pe", - "name": "Santa Terezinha", + "country": u"br", + "state": u"pe", + "name": u"Santa Terezinha", }, { - "country": "br", - "state": "pe", - "name": "São Benedito do Sul", + "country": u"br", + "state": u"pe", + "name": u"São Benedito do Sul", }, { - "country": "br", - "state": "pe", - "name": "São Bento do Una", + "country": u"br", + "state": u"pe", + "name": u"São Bento do Una", }, { - "country": "br", - "state": "pe", - "name": "São Caitano", + "country": u"br", + "state": u"pe", + "name": u"São Caitano", }, { - "country": "br", - "state": "pe", - "name": "São João", + "country": u"br", + "state": u"pe", + "name": u"São João", }, { - "country": "br", - "state": "pe", - "name": "São Joaquim do Monte", + "country": u"br", + "state": u"pe", + "name": u"São Joaquim do Monte", }, { - "country": "br", - "state": "pe", - "name": "São José da Coroa Grande", + "country": u"br", + "state": u"pe", + "name": u"São José da Coroa Grande", }, { - "country": "br", - "state": "pe", - "name": "São José do Belmonte", + "country": u"br", + "state": u"pe", + "name": u"São José do Belmonte", }, { - "country": "br", - "state": "pe", - "name": "São José do Egito", + "country": u"br", + "state": u"pe", + "name": u"São José do Egito", }, { - "country": "br", - "state": "pe", - "name": "São Lourenço da Mata", + "country": u"br", + "state": u"pe", + "name": u"São Lourenço da Mata", }, { - "country": "br", - "state": "pe", - "name": "São Vicente Ferrer", + "country": u"br", + "state": u"pe", + "name": u"São Vicente Ferrer", }, { - "country": "br", - "state": "pe", - "name": "Serra Talhada", + "country": u"br", + "state": u"pe", + "name": u"Serra Talhada", }, { - "country": "br", - "state": "pe", - "name": "Serrita", + "country": u"br", + "state": u"pe", + "name": u"Serrita", }, { - "country": "br", - "state": "pe", - "name": "Sertânia", + "country": u"br", + "state": u"pe", + "name": u"Sertânia", }, { - "country": "br", - "state": "pe", - "name": "Sirinhaém", + "country": u"br", + "state": u"pe", + "name": u"Sirinhaém", }, { - "country": "br", - "state": "pe", - "name": "Solidão", + "country": u"br", + "state": u"pe", + "name": u"Solidão", }, { - "country": "br", - "state": "pe", - "name": "Surubim", + "country": u"br", + "state": u"pe", + "name": u"Surubim", }, { - "country": "br", - "state": "pe", - "name": "Tabira", + "country": u"br", + "state": u"pe", + "name": u"Tabira", }, { - "country": "br", - "state": "pe", - "name": "Tacaimbó", + "country": u"br", + "state": u"pe", + "name": u"Tacaimbó", }, { - "country": "br", - "state": "pe", - "name": "Tacaratu", + "country": u"br", + "state": u"pe", + "name": u"Tacaratu", }, { - "country": "br", - "state": "pe", - "name": "Tamandaré", + "country": u"br", + "state": u"pe", + "name": u"Tamandaré", }, { - "country": "br", - "state": "pe", - "name": "Taquaritinga do Norte", + "country": u"br", + "state": u"pe", + "name": u"Taquaritinga do Norte", }, { - "country": "br", - "state": "pe", - "name": "Terezinha", + "country": u"br", + "state": u"pe", + "name": u"Terezinha", }, { - "country": "br", - "state": "pe", - "name": "Terra Nova", + "country": u"br", + "state": u"pe", + "name": u"Terra Nova", }, { - "country": "br", - "state": "pe", - "name": "Timbaúba", + "country": u"br", + "state": u"pe", + "name": u"Timbaúba", }, { - "country": "br", - "state": "pe", - "name": "Toritama", + "country": u"br", + "state": u"pe", + "name": u"Toritama", }, { - "country": "br", - "state": "pe", - "name": "Tracunhaém", + "country": u"br", + "state": u"pe", + "name": u"Tracunhaém", }, { - "country": "br", - "state": "pe", - "name": "Trindade", + "country": u"br", + "state": u"pe", + "name": u"Trindade", }, { - "country": "br", - "state": "pe", - "name": "Triunfo", + "country": u"br", + "state": u"pe", + "name": u"Triunfo", }, { - "country": "br", - "state": "pe", - "name": "Tupanatinga", + "country": u"br", + "state": u"pe", + "name": u"Tupanatinga", }, { - "country": "br", - "state": "pe", - "name": "Tuparetama", + "country": u"br", + "state": u"pe", + "name": u"Tuparetama", }, { - "country": "br", - "state": "pe", - "name": "Venturosa", + "country": u"br", + "state": u"pe", + "name": u"Venturosa", }, { - "country": "br", - "state": "pe", - "name": "Verdejante", + "country": u"br", + "state": u"pe", + "name": u"Verdejante", }, { - "country": "br", - "state": "pe", - "name": "Vertente do Lério", + "country": u"br", + "state": u"pe", + "name": u"Vertente do Lério", }, { - "country": "br", - "state": "pe", - "name": "Vertentes", + "country": u"br", + "state": u"pe", + "name": u"Vertentes", }, { - "country": "br", - "state": "pe", - "name": "Vicência", + "country": u"br", + "state": u"pe", + "name": u"Vicência", }, { - "country": "br", - "state": "pe", - "name": "Vitória de Santo Antão", + "country": u"br", + "state": u"pe", + "name": u"Vitória de Santo Antão", }, { - "country": "br", - "state": "pe", - "name": "Xexéu", + "country": u"br", + "state": u"pe", + "name": u"Xexéu", }, { - "country": "br", - "state": "rn", - "name": "Acari", + "country": u"br", + "state": u"rn", + "name": u"Acari", }, { - "country": "br", - "state": "rn", - "name": "Açu", + "country": u"br", + "state": u"rn", + "name": u"Açu", }, { - "country": "br", - "state": "rn", - "name": "Afonso Bezerra", + "country": u"br", + "state": u"rn", + "name": u"Afonso Bezerra", }, { - "country": "br", - "state": "rn", - "name": "Água Nova", + "country": u"br", + "state": u"rn", + "name": u"Água Nova", }, { - "country": "br", - "state": "rn", - "name": "Alexandria", + "country": u"br", + "state": u"rn", + "name": u"Alexandria", }, { - "country": "br", - "state": "rn", - "name": "Almino Afonso", + "country": u"br", + "state": u"rn", + "name": u"Almino Afonso", }, { - "country": "br", - "state": "rn", - "name": "Alto do Rodrigues", + "country": u"br", + "state": u"rn", + "name": u"Alto do Rodrigues", }, { - "country": "br", - "state": "rn", - "name": "Angicos", + "country": u"br", + "state": u"rn", + "name": u"Angicos", }, { - "country": "br", - "state": "rn", - "name": "Antônio Martins", + "country": u"br", + "state": u"rn", + "name": u"Antônio Martins", }, { - "country": "br", - "state": "rn", - "name": "Apodi", + "country": u"br", + "state": u"rn", + "name": u"Apodi", }, { - "country": "br", - "state": "rn", - "name": "Areia Branca", + "country": u"br", + "state": u"rn", + "name": u"Areia Branca", }, { - "country": "br", - "state": "rn", - "name": "Arês", + "country": u"br", + "state": u"rn", + "name": u"Arês", }, { - "country": "br", - "state": "rn", - "name": "Augusto Severo", + "country": u"br", + "state": u"rn", + "name": u"Augusto Severo", }, { - "country": "br", - "state": "rn", - "name": "Baía Formosa", + "country": u"br", + "state": u"rn", + "name": u"Baía Formosa", }, { - "country": "br", - "state": "rn", - "name": "Baraúna", + "country": u"br", + "state": u"rn", + "name": u"Baraúna", }, { - "country": "br", - "state": "rn", - "name": "Barcelona", + "country": u"br", + "state": u"rn", + "name": u"Barcelona", }, { - "country": "br", - "state": "rn", - "name": "Bento Fernandes", + "country": u"br", + "state": u"rn", + "name": u"Bento Fernandes", }, { - "country": "br", - "state": "rn", - "name": "Bodó", + "country": u"br", + "state": u"rn", + "name": u"Bodó", }, { - "country": "br", - "state": "rn", - "name": "Bom Jesus", + "country": u"br", + "state": u"rn", + "name": u"Bom Jesus", }, { - "country": "br", - "state": "rn", - "name": "Brejinho", + "country": u"br", + "state": u"rn", + "name": u"Brejinho", }, { - "country": "br", - "state": "rn", - "name": "Caiçara do Norte", + "country": u"br", + "state": u"rn", + "name": u"Caiçara do Norte", }, { - "country": "br", - "state": "rn", - "name": "Caiçara do Rio do Vento", + "country": u"br", + "state": u"rn", + "name": u"Caiçara do Rio do Vento", }, { - "country": "br", - "state": "rn", - "name": "Caicó", + "country": u"br", + "state": u"rn", + "name": u"Caicó", }, { - "country": "br", - "state": "rn", - "name": "Campo Redondo", + "country": u"br", + "state": u"rn", + "name": u"Campo Redondo", }, { - "country": "br", - "state": "rn", - "name": "Canguaretama", + "country": u"br", + "state": u"rn", + "name": u"Canguaretama", }, { - "country": "br", - "state": "rn", - "name": "Caraúbas", + "country": u"br", + "state": u"rn", + "name": u"Caraúbas", }, { - "country": "br", - "state": "rn", - "name": "Carnaúba dos Dantas", + "country": u"br", + "state": u"rn", + "name": u"Carnaúba dos Dantas", }, { - "country": "br", - "state": "rn", - "name": "Carnaubais", + "country": u"br", + "state": u"rn", + "name": u"Carnaubais", }, { - "country": "br", - "state": "rn", - "name": "Ceará-Mirim", + "country": u"br", + "state": u"rn", + "name": u"Ceará-Mirim", }, { - "country": "br", - "state": "rn", - "name": "Cerro Corá", + "country": u"br", + "state": u"rn", + "name": u"Cerro Corá", }, { - "country": "br", - "state": "rn", - "name": "Coronel Ezequiel", + "country": u"br", + "state": u"rn", + "name": u"Coronel Ezequiel", }, { - "country": "br", - "state": "rn", - "name": "Coronel João Pessoa", + "country": u"br", + "state": u"rn", + "name": u"Coronel João Pessoa", }, { - "country": "br", - "state": "rn", - "name": "Cruzeta", + "country": u"br", + "state": u"rn", + "name": u"Cruzeta", }, { - "country": "br", - "state": "rn", - "name": "Currais Novos", + "country": u"br", + "state": u"rn", + "name": u"Currais Novos", }, { - "country": "br", - "state": "rn", - "name": "Doutor Severiano", + "country": u"br", + "state": u"rn", + "name": u"Doutor Severiano", }, { - "country": "br", - "state": "rn", - "name": "Encanto", + "country": u"br", + "state": u"rn", + "name": u"Encanto", }, { - "country": "br", - "state": "rn", - "name": "Equador", + "country": u"br", + "state": u"rn", + "name": u"Equador", }, { - "country": "br", - "state": "rn", - "name": "Espírito Santo", + "country": u"br", + "state": u"rn", + "name": u"Espírito Santo", }, { - "country": "br", - "state": "rn", - "name": "Extremoz", + "country": u"br", + "state": u"rn", + "name": u"Extremoz", }, { - "country": "br", - "state": "rn", - "name": "Felipe Guerra", + "country": u"br", + "state": u"rn", + "name": u"Felipe Guerra", }, { - "country": "br", - "state": "rn", - "name": "Fernando Pedroza", + "country": u"br", + "state": u"rn", + "name": u"Fernando Pedroza", }, { - "country": "br", - "state": "rn", - "name": "Florânia", + "country": u"br", + "state": u"rn", + "name": u"Florânia", }, { - "country": "br", - "state": "rn", - "name": "Francisco Dantas", + "country": u"br", + "state": u"rn", + "name": u"Francisco Dantas", }, { - "country": "br", - "state": "rn", - "name": "Frutuoso Gomes", + "country": u"br", + "state": u"rn", + "name": u"Frutuoso Gomes", }, { - "country": "br", - "state": "rn", - "name": "Galinhos", + "country": u"br", + "state": u"rn", + "name": u"Galinhos", }, { - "country": "br", - "state": "rn", - "name": "Goianinha", + "country": u"br", + "state": u"rn", + "name": u"Goianinha", }, { - "country": "br", - "state": "rn", - "name": "Governador Dix-Sept Rosado", + "country": u"br", + "state": u"rn", + "name": u"Governador Dix-Sept Rosado", }, { - "country": "br", - "state": "rn", - "name": "Grossos", + "country": u"br", + "state": u"rn", + "name": u"Grossos", }, { - "country": "br", - "state": "rn", - "name": "Guamaré", + "country": u"br", + "state": u"rn", + "name": u"Guamaré", }, { - "country": "br", - "state": "rn", - "name": "Ielmo Marinho", + "country": u"br", + "state": u"rn", + "name": u"Ielmo Marinho", }, { - "country": "br", - "state": "rn", - "name": "Ipanguaçu", + "country": u"br", + "state": u"rn", + "name": u"Ipanguaçu", }, { - "country": "br", - "state": "rn", - "name": "Ipueira", + "country": u"br", + "state": u"rn", + "name": u"Ipueira", }, { - "country": "br", - "state": "rn", - "name": "Itajá", + "country": u"br", + "state": u"rn", + "name": u"Itajá", }, { - "country": "br", - "state": "rn", - "name": "Itaú", + "country": u"br", + "state": u"rn", + "name": u"Itaú", }, { - "country": "br", - "state": "rn", - "name": "Jaçanã", + "country": u"br", + "state": u"rn", + "name": u"Jaçanã", }, { - "country": "br", - "state": "rn", - "name": "Jandaíra", + "country": u"br", + "state": u"rn", + "name": u"Jandaíra", }, { - "country": "br", - "state": "rn", - "name": "Janduís", + "country": u"br", + "state": u"rn", + "name": u"Janduís", }, { - "country": "br", - "state": "rn", - "name": "Januário Cicco", + "country": u"br", + "state": u"rn", + "name": u"Januário Cicco", }, { - "country": "br", - "state": "rn", - "name": "Japi", + "country": u"br", + "state": u"rn", + "name": u"Japi", }, { - "country": "br", - "state": "rn", - "name": "Jardim de Angicos", + "country": u"br", + "state": u"rn", + "name": u"Jardim de Angicos", }, { - "country": "br", - "state": "rn", - "name": "Jardim de Piranhas", + "country": u"br", + "state": u"rn", + "name": u"Jardim de Piranhas", }, { - "country": "br", - "state": "rn", - "name": "Jardim do Seridó", + "country": u"br", + "state": u"rn", + "name": u"Jardim do Seridó", }, { - "country": "br", - "state": "rn", - "name": "João Câmara", + "country": u"br", + "state": u"rn", + "name": u"João Câmara", }, { - "country": "br", - "state": "rn", - "name": "João Dias", + "country": u"br", + "state": u"rn", + "name": u"João Dias", }, { - "country": "br", - "state": "rn", - "name": "José da Penha", + "country": u"br", + "state": u"rn", + "name": u"José da Penha", }, { - "country": "br", - "state": "rn", - "name": "Jucurutu", + "country": u"br", + "state": u"rn", + "name": u"Jucurutu", }, { - "country": "br", - "state": "rn", - "name": "Jundiá", + "country": u"br", + "state": u"rn", + "name": u"Jundiá", }, { - "country": "br", - "state": "rn", - "name": "Lagoa d`Anta", + "country": u"br", + "state": u"rn", + "name": u"Lagoa d`Anta", }, { - "country": "br", - "state": "rn", - "name": "Lagoa de Pedras", + "country": u"br", + "state": u"rn", + "name": u"Lagoa de Pedras", }, { - "country": "br", - "state": "rn", - "name": "Lagoa de Velhos", + "country": u"br", + "state": u"rn", + "name": u"Lagoa de Velhos", }, { - "country": "br", - "state": "rn", - "name": "Lagoa Nova", + "country": u"br", + "state": u"rn", + "name": u"Lagoa Nova", }, { - "country": "br", - "state": "rn", - "name": "Lagoa Salgada", + "country": u"br", + "state": u"rn", + "name": u"Lagoa Salgada", }, { - "country": "br", - "state": "rn", - "name": "Lajes", + "country": u"br", + "state": u"rn", + "name": u"Lajes", }, { - "country": "br", - "state": "rn", - "name": "Lajes Pintadas", + "country": u"br", + "state": u"rn", + "name": u"Lajes Pintadas", }, { - "country": "br", - "state": "rn", - "name": "Lucrécia", + "country": u"br", + "state": u"rn", + "name": u"Lucrécia", }, { - "country": "br", - "state": "rn", - "name": "Luís Gomes", + "country": u"br", + "state": u"rn", + "name": u"Luís Gomes", }, { - "country": "br", - "state": "rn", - "name": "Macaíba", + "country": u"br", + "state": u"rn", + "name": u"Macaíba", }, { - "country": "br", - "state": "rn", - "name": "Macau", + "country": u"br", + "state": u"rn", + "name": u"Macau", }, { - "country": "br", - "state": "rn", - "name": "Major Sales", + "country": u"br", + "state": u"rn", + "name": u"Major Sales", }, { - "country": "br", - "state": "rn", - "name": "Marcelino Vieira", + "country": u"br", + "state": u"rn", + "name": u"Marcelino Vieira", }, { - "country": "br", - "state": "rn", - "name": "Martins", + "country": u"br", + "state": u"rn", + "name": u"Martins", }, { - "country": "br", - "state": "rn", - "name": "Maxaranguape", + "country": u"br", + "state": u"rn", + "name": u"Maxaranguape", }, { - "country": "br", - "state": "rn", - "name": "Messias Targino", + "country": u"br", + "state": u"rn", + "name": u"Messias Targino", }, { - "country": "br", - "state": "rn", - "name": "Montanhas", + "country": u"br", + "state": u"rn", + "name": u"Montanhas", }, { - "country": "br", - "state": "rn", - "name": "Monte Alegre", + "country": u"br", + "state": u"rn", + "name": u"Monte Alegre", }, { - "country": "br", - "state": "rn", - "name": "Monte das Gameleiras", + "country": u"br", + "state": u"rn", + "name": u"Monte das Gameleiras", }, { - "country": "br", - "state": "rn", - "name": "Mossoró", + "country": u"br", + "state": u"rn", + "name": u"Mossoró", }, { - "country": "br", - "state": "rn", - "name": "Natal", + "country": u"br", + "state": u"rn", + "name": u"Natal", }, { - "country": "br", - "state": "rn", - "name": "Nísia Floresta", + "country": u"br", + "state": u"rn", + "name": u"Nísia Floresta", }, { - "country": "br", - "state": "rn", - "name": "Nova Cruz", + "country": u"br", + "state": u"rn", + "name": u"Nova Cruz", }, { - "country": "br", - "state": "rn", - "name": "Olho-d`Água do Borges", + "country": u"br", + "state": u"rn", + "name": u"Olho-d`Água do Borges", }, { - "country": "br", - "state": "rn", - "name": "Ouro Branco", + "country": u"br", + "state": u"rn", + "name": u"Ouro Branco", }, { - "country": "br", - "state": "rn", - "name": "Paraná", + "country": u"br", + "state": u"rn", + "name": u"Paraná", }, { - "country": "br", - "state": "rn", - "name": "Paraú", + "country": u"br", + "state": u"rn", + "name": u"Paraú", }, { - "country": "br", - "state": "rn", - "name": "Parazinho", + "country": u"br", + "state": u"rn", + "name": u"Parazinho", }, { - "country": "br", - "state": "rn", - "name": "Parelhas", + "country": u"br", + "state": u"rn", + "name": u"Parelhas", }, { - "country": "br", - "state": "rn", - "name": "Parnamirim", + "country": u"br", + "state": u"rn", + "name": u"Parnamirim", }, { - "country": "br", - "state": "rn", - "name": "Passa e Fica", + "country": u"br", + "state": u"rn", + "name": u"Passa e Fica", }, { - "country": "br", - "state": "rn", - "name": "Passagem", + "country": u"br", + "state": u"rn", + "name": u"Passagem", }, { - "country": "br", - "state": "rn", - "name": "Patu", + "country": u"br", + "state": u"rn", + "name": u"Patu", }, { - "country": "br", - "state": "rn", - "name": "Pau dos Ferros", + "country": u"br", + "state": u"rn", + "name": u"Pau dos Ferros", }, { - "country": "br", - "state": "rn", - "name": "Pedra Grande", + "country": u"br", + "state": u"rn", + "name": u"Pedra Grande", }, { - "country": "br", - "state": "rn", - "name": "Pedra Preta", + "country": u"br", + "state": u"rn", + "name": u"Pedra Preta", }, { - "country": "br", - "state": "rn", - "name": "Pedro Avelino", + "country": u"br", + "state": u"rn", + "name": u"Pedro Avelino", }, { - "country": "br", - "state": "rn", - "name": "Pedro Velho", + "country": u"br", + "state": u"rn", + "name": u"Pedro Velho", }, { - "country": "br", - "state": "rn", - "name": "Pendências", + "country": u"br", + "state": u"rn", + "name": u"Pendências", }, { - "country": "br", - "state": "rn", - "name": "Pilões", + "country": u"br", + "state": u"rn", + "name": u"Pilões", }, { - "country": "br", - "state": "rn", - "name": "Poço Branco", + "country": u"br", + "state": u"rn", + "name": u"Poço Branco", }, { - "country": "br", - "state": "rn", - "name": "Portalegre", + "country": u"br", + "state": u"rn", + "name": u"Portalegre", }, { - "country": "br", - "state": "rn", - "name": "Porto do Mangue", + "country": u"br", + "state": u"rn", + "name": u"Porto do Mangue", }, { - "country": "br", - "state": "rn", - "name": "Presidente Juscelino", + "country": u"br", + "state": u"rn", + "name": u"Presidente Juscelino", }, { - "country": "br", - "state": "rn", - "name": "Pureza", + "country": u"br", + "state": u"rn", + "name": u"Pureza", }, { - "country": "br", - "state": "rn", - "name": "Rafael Fernandes", + "country": u"br", + "state": u"rn", + "name": u"Rafael Fernandes", }, { - "country": "br", - "state": "rn", - "name": "Rafael Godeiro", + "country": u"br", + "state": u"rn", + "name": u"Rafael Godeiro", }, { - "country": "br", - "state": "rn", - "name": "Riacho da Cruz", + "country": u"br", + "state": u"rn", + "name": u"Riacho da Cruz", }, { - "country": "br", - "state": "rn", - "name": "Riacho de Santana", + "country": u"br", + "state": u"rn", + "name": u"Riacho de Santana", }, { - "country": "br", - "state": "rn", - "name": "Riachuelo", + "country": u"br", + "state": u"rn", + "name": u"Riachuelo", }, { - "country": "br", - "state": "rn", - "name": "Rio do Fogo", + "country": u"br", + "state": u"rn", + "name": u"Rio do Fogo", }, { - "country": "br", - "state": "rn", - "name": "Rodolfo Fernandes", + "country": u"br", + "state": u"rn", + "name": u"Rodolfo Fernandes", }, { - "country": "br", - "state": "rn", - "name": "Ruy Barbosa", + "country": u"br", + "state": u"rn", + "name": u"Ruy Barbosa", }, { - "country": "br", - "state": "rn", - "name": "Santa Cruz", + "country": u"br", + "state": u"rn", + "name": u"Santa Cruz", }, { - "country": "br", - "state": "rn", - "name": "Santa Maria", + "country": u"br", + "state": u"rn", + "name": u"Santa Maria", }, { - "country": "br", - "state": "rn", - "name": "Santana do Matos", + "country": u"br", + "state": u"rn", + "name": u"Santana do Matos", }, { - "country": "br", - "state": "rn", - "name": "Santana do Seridó", + "country": u"br", + "state": u"rn", + "name": u"Santana do Seridó", }, { - "country": "br", - "state": "rn", - "name": "Santo Antônio", + "country": u"br", + "state": u"rn", + "name": u"Santo Antônio", }, { - "country": "br", - "state": "rn", - "name": "São Bento do Norte", + "country": u"br", + "state": u"rn", + "name": u"São Bento do Norte", }, { - "country": "br", - "state": "rn", - "name": "São Bento do Trairí", + "country": u"br", + "state": u"rn", + "name": u"São Bento do Trairí", }, { - "country": "br", - "state": "rn", - "name": "São Fernando", + "country": u"br", + "state": u"rn", + "name": u"São Fernando", }, { - "country": "br", - "state": "rn", - "name": "São Francisco do Oeste", + "country": u"br", + "state": u"rn", + "name": u"São Francisco do Oeste", }, { - "country": "br", - "state": "rn", - "name": "São Gonçalo do Amarante", + "country": u"br", + "state": u"rn", + "name": u"São Gonçalo do Amarante", }, { - "country": "br", - "state": "rn", - "name": "São João do Sabugi", + "country": u"br", + "state": u"rn", + "name": u"São João do Sabugi", }, { - "country": "br", - "state": "rn", - "name": "São José de Mipibu", + "country": u"br", + "state": u"rn", + "name": u"São José de Mipibu", }, { - "country": "br", - "state": "rn", - "name": "São José do Campestre", + "country": u"br", + "state": u"rn", + "name": u"São José do Campestre", }, { - "country": "br", - "state": "rn", - "name": "São José do Seridó", + "country": u"br", + "state": u"rn", + "name": u"São José do Seridó", }, { - "country": "br", - "state": "rn", - "name": "São Miguel", + "country": u"br", + "state": u"rn", + "name": u"São Miguel", }, { - "country": "br", - "state": "rn", - "name": "São Miguel do Gostoso", + "country": u"br", + "state": u"rn", + "name": u"São Miguel do Gostoso", }, { - "country": "br", - "state": "rn", - "name": "São Paulo do Potengi", + "country": u"br", + "state": u"rn", + "name": u"São Paulo do Potengi", }, { - "country": "br", - "state": "rn", - "name": "São Pedro", + "country": u"br", + "state": u"rn", + "name": u"São Pedro", }, { - "country": "br", - "state": "rn", - "name": "São Rafael", + "country": u"br", + "state": u"rn", + "name": u"São Rafael", }, { - "country": "br", - "state": "rn", - "name": "São Tomé", + "country": u"br", + "state": u"rn", + "name": u"São Tomé", }, { - "country": "br", - "state": "rn", - "name": "São Vicente", + "country": u"br", + "state": u"rn", + "name": u"São Vicente", }, { - "country": "br", - "state": "rn", - "name": "Senador Elói de Souza", + "country": u"br", + "state": u"rn", + "name": u"Senador Elói de Souza", }, { - "country": "br", - "state": "rn", - "name": "Senador Georgino Avelino", + "country": u"br", + "state": u"rn", + "name": u"Senador Georgino Avelino", }, { - "country": "br", - "state": "rn", - "name": "Serra de São Bento", + "country": u"br", + "state": u"rn", + "name": u"Serra de São Bento", }, { - "country": "br", - "state": "rn", - "name": "Serra do Mel", + "country": u"br", + "state": u"rn", + "name": u"Serra do Mel", }, { - "country": "br", - "state": "rn", - "name": "Serra Negra do Norte", + "country": u"br", + "state": u"rn", + "name": u"Serra Negra do Norte", }, { - "country": "br", - "state": "rn", - "name": "Serrinha", + "country": u"br", + "state": u"rn", + "name": u"Serrinha", }, { - "country": "br", - "state": "rn", - "name": "Serrinha dos Pintos", + "country": u"br", + "state": u"rn", + "name": u"Serrinha dos Pintos", }, { - "country": "br", - "state": "rn", - "name": "Severiano Melo", + "country": u"br", + "state": u"rn", + "name": u"Severiano Melo", }, { - "country": "br", - "state": "rn", - "name": "Sítio Novo", + "country": u"br", + "state": u"rn", + "name": u"Sítio Novo", }, { - "country": "br", - "state": "rn", - "name": "Taboleiro Grande", + "country": u"br", + "state": u"rn", + "name": u"Taboleiro Grande", }, { - "country": "br", - "state": "rn", - "name": "Taipu", + "country": u"br", + "state": u"rn", + "name": u"Taipu", }, { - "country": "br", - "state": "rn", - "name": "Tangará", + "country": u"br", + "state": u"rn", + "name": u"Tangará", }, { - "country": "br", - "state": "rn", - "name": "Tenente Ananias", + "country": u"br", + "state": u"rn", + "name": u"Tenente Ananias", }, { - "country": "br", - "state": "rn", - "name": "Tenente Laurentino Cruz", + "country": u"br", + "state": u"rn", + "name": u"Tenente Laurentino Cruz", }, { - "country": "br", - "state": "rn", - "name": "Tibau", + "country": u"br", + "state": u"rn", + "name": u"Tibau", }, { - "country": "br", - "state": "rn", - "name": "Tibau do Sul", + "country": u"br", + "state": u"rn", + "name": u"Tibau do Sul", }, { - "country": "br", - "state": "rn", - "name": "Timbaúba dos Batistas", + "country": u"br", + "state": u"rn", + "name": u"Timbaúba dos Batistas", }, { - "country": "br", - "state": "rn", - "name": "Touros", + "country": u"br", + "state": u"rn", + "name": u"Touros", }, { - "country": "br", - "state": "rn", - "name": "Triunfo Potiguar", + "country": u"br", + "state": u"rn", + "name": u"Triunfo Potiguar", }, { - "country": "br", - "state": "rn", - "name": "Umarizal", + "country": u"br", + "state": u"rn", + "name": u"Umarizal", }, { - "country": "br", - "state": "rn", - "name": "Upanema", + "country": u"br", + "state": u"rn", + "name": u"Upanema", }, { - "country": "br", - "state": "rn", - "name": "Várzea", + "country": u"br", + "state": u"rn", + "name": u"Várzea", }, { - "country": "br", - "state": "rn", - "name": "Venha-Ver", + "country": u"br", + "state": u"rn", + "name": u"Venha-Ver", }, { - "country": "br", - "state": "rn", - "name": "Vera Cruz", + "country": u"br", + "state": u"rn", + "name": u"Vera Cruz", }, { - "country": "br", - "state": "rn", - "name": "Viçosa", + "country": u"br", + "state": u"rn", + "name": u"Viçosa", }, { - "country": "br", - "state": "rn", - "name": "Vila Flor", + "country": u"br", + "state": u"rn", + "name": u"Vila Flor", }, { - "country": "br", - "state": "ro", - "name": "Alta Floresta d`Oeste", + "country": u"br", + "state": u"ro", + "name": u"Alta Floresta d`Oeste", }, { - "country": "br", - "state": "ro", - "name": "Alto Alegre dos Parecis", + "country": u"br", + "state": u"ro", + "name": u"Alto Alegre dos Parecis", }, { - "country": "br", - "state": "ro", - "name": "Alto Paraíso", + "country": u"br", + "state": u"ro", + "name": u"Alto Paraíso", }, { - "country": "br", - "state": "ro", - "name": "Alvorada d`Oeste", + "country": u"br", + "state": u"ro", + "name": u"Alvorada d`Oeste", }, { - "country": "br", - "state": "ro", - "name": "Ariquemes", + "country": u"br", + "state": u"ro", + "name": u"Ariquemes", }, { - "country": "br", - "state": "ro", - "name": "Buritis", + "country": u"br", + "state": u"ro", + "name": u"Buritis", }, { - "country": "br", - "state": "ro", - "name": "Cabixi", + "country": u"br", + "state": u"ro", + "name": u"Cabixi", }, { - "country": "br", - "state": "ro", - "name": "Cacaulândia", + "country": u"br", + "state": u"ro", + "name": u"Cacaulândia", }, { - "country": "br", - "state": "ro", - "name": "Cacoal", + "country": u"br", + "state": u"ro", + "name": u"Cacoal", }, { - "country": "br", - "state": "ro", - "name": "Campo Novo de Rondônia", + "country": u"br", + "state": u"ro", + "name": u"Campo Novo de Rondônia", }, { - "country": "br", - "state": "ro", - "name": "Candeias do Jamari", + "country": u"br", + "state": u"ro", + "name": u"Candeias do Jamari", }, { - "country": "br", - "state": "ro", - "name": "Castanheiras", + "country": u"br", + "state": u"ro", + "name": u"Castanheiras", }, { - "country": "br", - "state": "ro", - "name": "Cerejeiras", + "country": u"br", + "state": u"ro", + "name": u"Cerejeiras", }, { - "country": "br", - "state": "ro", - "name": "Chupinguaia", + "country": u"br", + "state": u"ro", + "name": u"Chupinguaia", }, { - "country": "br", - "state": "ro", - "name": "Colorado do Oeste", + "country": u"br", + "state": u"ro", + "name": u"Colorado do Oeste", }, { - "country": "br", - "state": "ro", - "name": "Corumbiara", + "country": u"br", + "state": u"ro", + "name": u"Corumbiara", }, { - "country": "br", - "state": "ro", - "name": "Costa Marques", + "country": u"br", + "state": u"ro", + "name": u"Costa Marques", }, { - "country": "br", - "state": "ro", - "name": "Cujubim", + "country": u"br", + "state": u"ro", + "name": u"Cujubim", }, { - "country": "br", - "state": "ro", - "name": "Espigão d`Oeste", + "country": u"br", + "state": u"ro", + "name": u"Espigão d`Oeste", }, { - "country": "br", - "state": "ro", - "name": "Governador Jorge Teixeira", + "country": u"br", + "state": u"ro", + "name": u"Governador Jorge Teixeira", }, { - "country": "br", - "state": "ro", - "name": "Guajará-Mirim", + "country": u"br", + "state": u"ro", + "name": u"Guajará-Mirim", }, { - "country": "br", - "state": "ro", - "name": "Itapuã do Oeste", + "country": u"br", + "state": u"ro", + "name": u"Itapuã do Oeste", }, { - "country": "br", - "state": "ro", - "name": "Jaru", + "country": u"br", + "state": u"ro", + "name": u"Jaru", }, { - "country": "br", - "state": "ro", - "name": "Ji-Paraná", + "country": u"br", + "state": u"ro", + "name": u"Ji-Paraná", }, { - "country": "br", - "state": "ro", - "name": "Machadinho d`Oeste", + "country": u"br", + "state": u"ro", + "name": u"Machadinho d`Oeste", }, { - "country": "br", - "state": "ro", - "name": "Ministro Andreazza", + "country": u"br", + "state": u"ro", + "name": u"Ministro Andreazza", }, { - "country": "br", - "state": "ro", - "name": "Mirante da Serra", + "country": u"br", + "state": u"ro", + "name": u"Mirante da Serra", }, { - "country": "br", - "state": "ro", - "name": "Monte Negro", + "country": u"br", + "state": u"ro", + "name": u"Monte Negro", }, { - "country": "br", - "state": "ro", - "name": "Nova Brasilândia d`Oeste", + "country": u"br", + "state": u"ro", + "name": u"Nova Brasilândia d`Oeste", }, { - "country": "br", - "state": "ro", - "name": "Nova Mamoré", + "country": u"br", + "state": u"ro", + "name": u"Nova Mamoré", }, { - "country": "br", - "state": "ro", - "name": "Nova União", + "country": u"br", + "state": u"ro", + "name": u"Nova União", }, { - "country": "br", - "state": "ro", - "name": "Novo Horizonte do Oeste", + "country": u"br", + "state": u"ro", + "name": u"Novo Horizonte do Oeste", }, { - "country": "br", - "state": "ro", - "name": "Ouro Preto do Oeste", + "country": u"br", + "state": u"ro", + "name": u"Ouro Preto do Oeste", }, { - "country": "br", - "state": "ro", - "name": "Parecis", + "country": u"br", + "state": u"ro", + "name": u"Parecis", }, { - "country": "br", - "state": "ro", - "name": "Pimenta Bueno", + "country": u"br", + "state": u"ro", + "name": u"Pimenta Bueno", }, { - "country": "br", - "state": "ro", - "name": "Pimenteiras do Oeste", + "country": u"br", + "state": u"ro", + "name": u"Pimenteiras do Oeste", }, { - "country": "br", - "state": "ro", - "name": "Porto Velho", + "country": u"br", + "state": u"ro", + "name": u"Porto Velho", }, { - "country": "br", - "state": "ro", - "name": "Presidente Médici", + "country": u"br", + "state": u"ro", + "name": u"Presidente Médici", }, { - "country": "br", - "state": "ro", - "name": "Primavera de Rondônia", + "country": u"br", + "state": u"ro", + "name": u"Primavera de Rondônia", }, { - "country": "br", - "state": "ro", - "name": "Rio Crespo", + "country": u"br", + "state": u"ro", + "name": u"Rio Crespo", }, { - "country": "br", - "state": "ro", - "name": "Rolim de Moura", + "country": u"br", + "state": u"ro", + "name": u"Rolim de Moura", }, { - "country": "br", - "state": "ro", - "name": "Santa Luzia d`Oeste", + "country": u"br", + "state": u"ro", + "name": u"Santa Luzia d`Oeste", }, { - "country": "br", - "state": "ro", - "name": "São Felipe d`Oeste", + "country": u"br", + "state": u"ro", + "name": u"São Felipe d`Oeste", }, { - "country": "br", - "state": "ro", - "name": "São Francisco do Guaporé", + "country": u"br", + "state": u"ro", + "name": u"São Francisco do Guaporé", }, { - "country": "br", - "state": "ro", - "name": "São Miguel do Guaporé", + "country": u"br", + "state": u"ro", + "name": u"São Miguel do Guaporé", }, { - "country": "br", - "state": "ro", - "name": "Seringueiras", + "country": u"br", + "state": u"ro", + "name": u"Seringueiras", }, { - "country": "br", - "state": "ro", - "name": "Teixeirópolis", + "country": u"br", + "state": u"ro", + "name": u"Teixeirópolis", }, { - "country": "br", - "state": "ro", - "name": "Theobroma", + "country": u"br", + "state": u"ro", + "name": u"Theobroma", }, { - "country": "br", - "state": "ro", - "name": "Urupá", + "country": u"br", + "state": u"ro", + "name": u"Urupá", }, { - "country": "br", - "state": "ro", - "name": "Vale do Anari", + "country": u"br", + "state": u"ro", + "name": u"Vale do Anari", }, { - "country": "br", - "state": "ro", - "name": "Vale do Paraíso", + "country": u"br", + "state": u"ro", + "name": u"Vale do Paraíso", }, { - "country": "br", - "state": "ro", - "name": "Vilhena", + "country": u"br", + "state": u"ro", + "name": u"Vilhena", }, { - "country": "br", - "state": "rj", - "name": "Angra dos Reis", + "country": u"br", + "state": u"rj", + "name": u"Angra dos Reis", }, { - "country": "br", - "state": "rj", - "name": "Aperibé", + "country": u"br", + "state": u"rj", + "name": u"Aperibé", }, { - "country": "br", - "state": "rj", - "name": "Araruama", + "country": u"br", + "state": u"rj", + "name": u"Araruama", }, { - "country": "br", - "state": "rj", - "name": "Areal", + "country": u"br", + "state": u"rj", + "name": u"Areal", }, { - "country": "br", - "state": "rj", - "name": "Armação dos Búzios", + "country": u"br", + "state": u"rj", + "name": u"Armação dos Búzios", }, { - "country": "br", - "state": "rj", - "name": "Arraial do Cabo", + "country": u"br", + "state": u"rj", + "name": u"Arraial do Cabo", }, { - "country": "br", - "state": "rj", - "name": "Barra do Piraí", + "country": u"br", + "state": u"rj", + "name": u"Barra do Piraí", }, { - "country": "br", - "state": "rj", - "name": "Barra Mansa", + "country": u"br", + "state": u"rj", + "name": u"Barra Mansa", }, { - "country": "br", - "state": "rj", - "name": "Belford Roxo", + "country": u"br", + "state": u"rj", + "name": u"Belford Roxo", }, { - "country": "br", - "state": "rj", - "name": "Bom Jardim", + "country": u"br", + "state": u"rj", + "name": u"Bom Jardim", }, { - "country": "br", - "state": "rj", - "name": "Bom Jesus do Itabapoana", + "country": u"br", + "state": u"rj", + "name": u"Bom Jesus do Itabapoana", }, { - "country": "br", - "state": "rj", - "name": "Cabo Frio", + "country": u"br", + "state": u"rj", + "name": u"Cabo Frio", }, { - "country": "br", - "state": "rj", - "name": "Cachoeiras de Macacu", + "country": u"br", + "state": u"rj", + "name": u"Cachoeiras de Macacu", }, { - "country": "br", - "state": "rj", - "name": "Cambuci", + "country": u"br", + "state": u"rj", + "name": u"Cambuci", }, { - "country": "br", - "state": "rj", - "name": "Campos dos Goytacazes", + "country": u"br", + "state": u"rj", + "name": u"Campos dos Goytacazes", }, { - "country": "br", - "state": "rj", - "name": "Cantagalo", + "country": u"br", + "state": u"rj", + "name": u"Cantagalo", }, { - "country": "br", - "state": "rj", - "name": "Carapebus", + "country": u"br", + "state": u"rj", + "name": u"Carapebus", }, { - "country": "br", - "state": "rj", - "name": "Cardoso Moreira", + "country": u"br", + "state": u"rj", + "name": u"Cardoso Moreira", }, { - "country": "br", - "state": "rj", - "name": "Carmo", + "country": u"br", + "state": u"rj", + "name": u"Carmo", }, { - "country": "br", - "state": "rj", - "name": "Casimiro de Abreu", + "country": u"br", + "state": u"rj", + "name": u"Casimiro de Abreu", }, { - "country": "br", - "state": "rj", - "name": "Comendador Levy Gasparian", + "country": u"br", + "state": u"rj", + "name": u"Comendador Levy Gasparian", }, { - "country": "br", - "state": "rj", - "name": "Conceição de Macabu", + "country": u"br", + "state": u"rj", + "name": u"Conceição de Macabu", }, { - "country": "br", - "state": "rj", - "name": "Cordeiro", + "country": u"br", + "state": u"rj", + "name": u"Cordeiro", }, { - "country": "br", - "state": "rj", - "name": "Duas Barras", + "country": u"br", + "state": u"rj", + "name": u"Duas Barras", }, { - "country": "br", - "state": "rj", - "name": "Duque de Caxias", + "country": u"br", + "state": u"rj", + "name": u"Duque de Caxias", }, { - "country": "br", - "state": "rj", - "name": "Engenheiro Paulo de Frontin", + "country": u"br", + "state": u"rj", + "name": u"Engenheiro Paulo de Frontin", }, { - "country": "br", - "state": "rj", - "name": "Guapimirim", + "country": u"br", + "state": u"rj", + "name": u"Guapimirim", }, { - "country": "br", - "state": "rj", - "name": "Iguaba Grande", + "country": u"br", + "state": u"rj", + "name": u"Iguaba Grande", }, { - "country": "br", - "state": "rj", - "name": "Itaboraí", + "country": u"br", + "state": u"rj", + "name": u"Itaboraí", }, { - "country": "br", - "state": "rj", - "name": "Itaguaí", + "country": u"br", + "state": u"rj", + "name": u"Itaguaí", }, { - "country": "br", - "state": "rj", - "name": "Italva", + "country": u"br", + "state": u"rj", + "name": u"Italva", }, { - "country": "br", - "state": "rj", - "name": "Itaocara", + "country": u"br", + "state": u"rj", + "name": u"Itaocara", }, { - "country": "br", - "state": "rj", - "name": "Itaperuna", + "country": u"br", + "state": u"rj", + "name": u"Itaperuna", }, { - "country": "br", - "state": "rj", - "name": "Itatiaia", + "country": u"br", + "state": u"rj", + "name": u"Itatiaia", }, { - "country": "br", - "state": "rj", - "name": "Japeri", + "country": u"br", + "state": u"rj", + "name": u"Japeri", }, { - "country": "br", - "state": "rj", - "name": "Laje do Muriaé", + "country": u"br", + "state": u"rj", + "name": u"Laje do Muriaé", }, { - "country": "br", - "state": "rj", - "name": "Macaé", + "country": u"br", + "state": u"rj", + "name": u"Macaé", }, { - "country": "br", - "state": "rj", - "name": "Macuco", + "country": u"br", + "state": u"rj", + "name": u"Macuco", }, { - "country": "br", - "state": "rj", - "name": "Magé", + "country": u"br", + "state": u"rj", + "name": u"Magé", }, { - "country": "br", - "state": "rj", - "name": "Mangaratiba", + "country": u"br", + "state": u"rj", + "name": u"Mangaratiba", }, { - "country": "br", - "state": "rj", - "name": "Maricá", + "country": u"br", + "state": u"rj", + "name": u"Maricá", }, { - "country": "br", - "state": "rj", - "name": "Mendes", + "country": u"br", + "state": u"rj", + "name": u"Mendes", }, { - "country": "br", - "state": "rj", - "name": "Mesquita", + "country": u"br", + "state": u"rj", + "name": u"Mesquita", }, { - "country": "br", - "state": "rj", - "name": "Miguel Pereira", + "country": u"br", + "state": u"rj", + "name": u"Miguel Pereira", }, { - "country": "br", - "state": "rj", - "name": "Miracema", + "country": u"br", + "state": u"rj", + "name": u"Miracema", }, { - "country": "br", - "state": "rj", - "name": "Natividade", + "country": u"br", + "state": u"rj", + "name": u"Natividade", }, { - "country": "br", - "state": "rj", - "name": "Nilópolis", + "country": u"br", + "state": u"rj", + "name": u"Nilópolis", }, { - "country": "br", - "state": "rj", - "name": "Niterói", + "country": u"br", + "state": u"rj", + "name": u"Niterói", }, { - "country": "br", - "state": "rj", - "name": "Nova Friburgo", + "country": u"br", + "state": u"rj", + "name": u"Nova Friburgo", }, { - "country": "br", - "state": "rj", - "name": "Nova Iguaçu", + "country": u"br", + "state": u"rj", + "name": u"Nova Iguaçu", }, { - "country": "br", - "state": "rj", - "name": "Paracambi", + "country": u"br", + "state": u"rj", + "name": u"Paracambi", }, { - "country": "br", - "state": "rj", - "name": "Paraíba do Sul", + "country": u"br", + "state": u"rj", + "name": u"Paraíba do Sul", }, { - "country": "br", - "state": "rj", - "name": "Parati", + "country": u"br", + "state": u"rj", + "name": u"Parati", }, { - "country": "br", - "state": "rj", - "name": "Paty do Alferes", + "country": u"br", + "state": u"rj", + "name": u"Paty do Alferes", }, { - "country": "br", - "state": "rj", - "name": "Petrópolis", + "country": u"br", + "state": u"rj", + "name": u"Petrópolis", }, { - "country": "br", - "state": "rj", - "name": "Pinheiral", + "country": u"br", + "state": u"rj", + "name": u"Pinheiral", }, { - "country": "br", - "state": "rj", - "name": "Piraí", + "country": u"br", + "state": u"rj", + "name": u"Piraí", }, { - "country": "br", - "state": "rj", - "name": "Porciúncula", + "country": u"br", + "state": u"rj", + "name": u"Porciúncula", }, { - "country": "br", - "state": "rj", - "name": "Porto Real", + "country": u"br", + "state": u"rj", + "name": u"Porto Real", }, { - "country": "br", - "state": "rj", - "name": "Quatis", + "country": u"br", + "state": u"rj", + "name": u"Quatis", }, { - "country": "br", - "state": "rj", - "name": "Queimados", + "country": u"br", + "state": u"rj", + "name": u"Queimados", }, { - "country": "br", - "state": "rj", - "name": "Quissamã", + "country": u"br", + "state": u"rj", + "name": u"Quissamã", }, { - "country": "br", - "state": "rj", - "name": "Resende", + "country": u"br", + "state": u"rj", + "name": u"Resende", }, { - "country": "br", - "state": "rj", - "name": "Rio Bonito", + "country": u"br", + "state": u"rj", + "name": u"Rio Bonito", }, { - "country": "br", - "state": "rj", - "name": "Rio Claro", + "country": u"br", + "state": u"rj", + "name": u"Rio Claro", }, { - "country": "br", - "state": "rj", - "name": "Rio das Flores", + "country": u"br", + "state": u"rj", + "name": u"Rio das Flores", }, { - "country": "br", - "state": "rj", - "name": "Rio das Ostras", + "country": u"br", + "state": u"rj", + "name": u"Rio das Ostras", }, { - "country": "br", - "state": "rj", - "name": "Rio de Janeiro", + "country": u"br", + "state": u"rj", + "name": u"Rio de Janeiro", }, { - "country": "br", - "state": "rj", - "name": "Santa Maria Madalena", + "country": u"br", + "state": u"rj", + "name": u"Santa Maria Madalena", }, { - "country": "br", - "state": "rj", - "name": "Santo Antônio de Pádua", + "country": u"br", + "state": u"rj", + "name": u"Santo Antônio de Pádua", }, { - "country": "br", - "state": "rj", - "name": "São Fidélis", + "country": u"br", + "state": u"rj", + "name": u"São Fidélis", }, { - "country": "br", - "state": "rj", - "name": "São Francisco de Itabapoana", + "country": u"br", + "state": u"rj", + "name": u"São Francisco de Itabapoana", }, { - "country": "br", - "state": "rj", - "name": "São Gonçalo", + "country": u"br", + "state": u"rj", + "name": u"São Gonçalo", }, { - "country": "br", - "state": "rj", - "name": "São João da Barra", + "country": u"br", + "state": u"rj", + "name": u"São João da Barra", }, { - "country": "br", - "state": "rj", - "name": "São João de Meriti", + "country": u"br", + "state": u"rj", + "name": u"São João de Meriti", }, { - "country": "br", - "state": "rj", - "name": "São José de Ubá", + "country": u"br", + "state": u"rj", + "name": u"São José de Ubá", }, { - "country": "br", - "state": "rj", - "name": "São José do Vale do Rio Pret", + "country": u"br", + "state": u"rj", + "name": u"São José do Vale do Rio Pret", }, { - "country": "br", - "state": "rj", - "name": "São Pedro da Aldeia", + "country": u"br", + "state": u"rj", + "name": u"São Pedro da Aldeia", }, { - "country": "br", - "state": "rj", - "name": "São Sebastião do Alto", + "country": u"br", + "state": u"rj", + "name": u"São Sebastião do Alto", }, { - "country": "br", - "state": "rj", - "name": "Sapucaia", + "country": u"br", + "state": u"rj", + "name": u"Sapucaia", }, { - "country": "br", - "state": "rj", - "name": "Saquarema", + "country": u"br", + "state": u"rj", + "name": u"Saquarema", }, { - "country": "br", - "state": "rj", - "name": "Seropédica", + "country": u"br", + "state": u"rj", + "name": u"Seropédica", }, { - "country": "br", - "state": "rj", - "name": "Silva Jardim", + "country": u"br", + "state": u"rj", + "name": u"Silva Jardim", }, { - "country": "br", - "state": "rj", - "name": "Sumidouro", + "country": u"br", + "state": u"rj", + "name": u"Sumidouro", }, { - "country": "br", - "state": "rj", - "name": "Tanguá", + "country": u"br", + "state": u"rj", + "name": u"Tanguá", }, { - "country": "br", - "state": "rj", - "name": "Teresópolis", + "country": u"br", + "state": u"rj", + "name": u"Teresópolis", }, { - "country": "br", - "state": "rj", - "name": "Trajano de Morais", + "country": u"br", + "state": u"rj", + "name": u"Trajano de Morais", }, { - "country": "br", - "state": "rj", - "name": "Três Rios", + "country": u"br", + "state": u"rj", + "name": u"Três Rios", }, { - "country": "br", - "state": "rj", - "name": "Valença", + "country": u"br", + "state": u"rj", + "name": u"Valença", }, { - "country": "br", - "state": "rj", - "name": "Varre-Sai", + "country": u"br", + "state": u"rj", + "name": u"Varre-Sai", }, { - "country": "br", - "state": "rj", - "name": "Vassouras", + "country": u"br", + "state": u"rj", + "name": u"Vassouras", }, { - "country": "br", - "state": "rj", - "name": "Volta Redonda", + "country": u"br", + "state": u"rj", + "name": u"Volta Redonda", }, { - "country": "br", - "state": "ba", - "name": "Abaíra", + "country": u"br", + "state": u"ba", + "name": u"Abaíra", }, { - "country": "br", - "state": "ba", - "name": "Abaré", + "country": u"br", + "state": u"ba", + "name": u"Abaré", }, { - "country": "br", - "state": "ba", - "name": "Acajutiba", + "country": u"br", + "state": u"ba", + "name": u"Acajutiba", }, { - "country": "br", - "state": "ba", - "name": "Adustina", + "country": u"br", + "state": u"ba", + "name": u"Adustina", }, { - "country": "br", - "state": "ba", - "name": "Água Fria", + "country": u"br", + "state": u"ba", + "name": u"Água Fria", }, { - "country": "br", - "state": "ba", - "name": "Aiquara", + "country": u"br", + "state": u"ba", + "name": u"Aiquara", }, { - "country": "br", - "state": "ba", - "name": "Alagoinhas", + "country": u"br", + "state": u"ba", + "name": u"Alagoinhas", }, { - "country": "br", - "state": "ba", - "name": "Alcobaça", + "country": u"br", + "state": u"ba", + "name": u"Alcobaça", }, { - "country": "br", - "state": "ba", - "name": "Almadina", + "country": u"br", + "state": u"ba", + "name": u"Almadina", }, { - "country": "br", - "state": "ba", - "name": "Amargosa", + "country": u"br", + "state": u"ba", + "name": u"Amargosa", }, { - "country": "br", - "state": "ba", - "name": "Amélia Rodrigues", + "country": u"br", + "state": u"ba", + "name": u"Amélia Rodrigues", }, { - "country": "br", - "state": "ba", - "name": "América Dourada", + "country": u"br", + "state": u"ba", + "name": u"América Dourada", }, { - "country": "br", - "state": "ba", - "name": "Anagé", + "country": u"br", + "state": u"ba", + "name": u"Anagé", }, { - "country": "br", - "state": "ba", - "name": "Andaraí", + "country": u"br", + "state": u"ba", + "name": u"Andaraí", }, { - "country": "br", - "state": "ba", - "name": "Andorinha", + "country": u"br", + "state": u"ba", + "name": u"Andorinha", }, { - "country": "br", - "state": "ba", - "name": "Angical", + "country": u"br", + "state": u"ba", + "name": u"Angical", }, { - "country": "br", - "state": "ba", - "name": "Anguera", + "country": u"br", + "state": u"ba", + "name": u"Anguera", }, { - "country": "br", - "state": "ba", - "name": "Antas", + "country": u"br", + "state": u"ba", + "name": u"Antas", }, { - "country": "br", - "state": "ba", - "name": "Antônio Cardoso", + "country": u"br", + "state": u"ba", + "name": u"Antônio Cardoso", }, { - "country": "br", - "state": "ba", - "name": "Antônio Gonçalves", + "country": u"br", + "state": u"ba", + "name": u"Antônio Gonçalves", }, { - "country": "br", - "state": "ba", - "name": "Aporá", + "country": u"br", + "state": u"ba", + "name": u"Aporá", }, { - "country": "br", - "state": "ba", - "name": "Apuarema", + "country": u"br", + "state": u"ba", + "name": u"Apuarema", }, { - "country": "br", - "state": "ba", - "name": "Araças", + "country": u"br", + "state": u"ba", + "name": u"Araças", }, { - "country": "br", - "state": "ba", - "name": "Aracatu", + "country": u"br", + "state": u"ba", + "name": u"Aracatu", }, { - "country": "br", - "state": "ba", - "name": "Araci", + "country": u"br", + "state": u"ba", + "name": u"Araci", }, { - "country": "br", - "state": "ba", - "name": "Aramari", + "country": u"br", + "state": u"ba", + "name": u"Aramari", }, { - "country": "br", - "state": "ba", - "name": "Arataca", + "country": u"br", + "state": u"ba", + "name": u"Arataca", }, { - "country": "br", - "state": "ba", - "name": "Aratuípe", + "country": u"br", + "state": u"ba", + "name": u"Aratuípe", }, { - "country": "br", - "state": "ba", - "name": "Aurelino Leal", + "country": u"br", + "state": u"ba", + "name": u"Aurelino Leal", }, { - "country": "br", - "state": "ba", - "name": "Baianópolis", + "country": u"br", + "state": u"ba", + "name": u"Baianópolis", }, { - "country": "br", - "state": "ba", - "name": "Baixa Grande", + "country": u"br", + "state": u"ba", + "name": u"Baixa Grande", }, { - "country": "br", - "state": "ba", - "name": "Banzaê", + "country": u"br", + "state": u"ba", + "name": u"Banzaê", }, { - "country": "br", - "state": "ba", - "name": "Barra", + "country": u"br", + "state": u"ba", + "name": u"Barra", }, { - "country": "br", - "state": "ba", - "name": "Barra da Estiva", + "country": u"br", + "state": u"ba", + "name": u"Barra da Estiva", }, { - "country": "br", - "state": "ba", - "name": "Barra do Choça", + "country": u"br", + "state": u"ba", + "name": u"Barra do Choça", }, { - "country": "br", - "state": "ba", - "name": "Barra do Mendes", + "country": u"br", + "state": u"ba", + "name": u"Barra do Mendes", }, { - "country": "br", - "state": "ba", - "name": "Barra do Rocha", + "country": u"br", + "state": u"ba", + "name": u"Barra do Rocha", }, { - "country": "br", - "state": "ba", - "name": "Barreiras", + "country": u"br", + "state": u"ba", + "name": u"Barreiras", }, { - "country": "br", - "state": "ba", - "name": "Barro Alto", + "country": u"br", + "state": u"ba", + "name": u"Barro Alto", }, { - "country": "br", - "state": "ba", - "name": "Barro Preto (antigo Gov. Lomanto Jr.)", + "country": u"br", + "state": u"ba", + "name": u"Barro Preto (antigo Gov. Lomanto Jr.)", }, { - "country": "br", - "state": "ba", - "name": "Barrocas", + "country": u"br", + "state": u"ba", + "name": u"Barrocas", }, { - "country": "br", - "state": "ba", - "name": "Belmonte", + "country": u"br", + "state": u"ba", + "name": u"Belmonte", }, { - "country": "br", - "state": "ba", - "name": "Belo Campo", + "country": u"br", + "state": u"ba", + "name": u"Belo Campo", }, { - "country": "br", - "state": "ba", - "name": "Biritinga", + "country": u"br", + "state": u"ba", + "name": u"Biritinga", }, { - "country": "br", - "state": "ba", - "name": "Boa Nova", + "country": u"br", + "state": u"ba", + "name": u"Boa Nova", }, { - "country": "br", - "state": "ba", - "name": "Boa Vista do Tupim", + "country": u"br", + "state": u"ba", + "name": u"Boa Vista do Tupim", }, { - "country": "br", - "state": "ba", - "name": "Bom Jesus da Lapa", + "country": u"br", + "state": u"ba", + "name": u"Bom Jesus da Lapa", }, { - "country": "br", - "state": "ba", - "name": "Bom Jesus da Serra", + "country": u"br", + "state": u"ba", + "name": u"Bom Jesus da Serra", }, { - "country": "br", - "state": "ba", - "name": "Boninal", + "country": u"br", + "state": u"ba", + "name": u"Boninal", }, { - "country": "br", - "state": "ba", - "name": "Bonito", + "country": u"br", + "state": u"ba", + "name": u"Bonito", }, { - "country": "br", - "state": "ba", - "name": "Boquira", + "country": u"br", + "state": u"ba", + "name": u"Boquira", }, { - "country": "br", - "state": "ba", - "name": "Botuporã", + "country": u"br", + "state": u"ba", + "name": u"Botuporã", }, { - "country": "br", - "state": "ba", - "name": "Brejões", + "country": u"br", + "state": u"ba", + "name": u"Brejões", }, { - "country": "br", - "state": "ba", - "name": "Brejolândia", + "country": u"br", + "state": u"ba", + "name": u"Brejolândia", }, { - "country": "br", - "state": "ba", - "name": "Brotas de Macaúbas", + "country": u"br", + "state": u"ba", + "name": u"Brotas de Macaúbas", }, { - "country": "br", - "state": "ba", - "name": "Brumado", + "country": u"br", + "state": u"ba", + "name": u"Brumado", }, { - "country": "br", - "state": "ba", - "name": "Buerarema", + "country": u"br", + "state": u"ba", + "name": u"Buerarema", }, { - "country": "br", - "state": "ba", - "name": "Buritirama", + "country": u"br", + "state": u"ba", + "name": u"Buritirama", }, { - "country": "br", - "state": "ba", - "name": "Caatiba", + "country": u"br", + "state": u"ba", + "name": u"Caatiba", }, { - "country": "br", - "state": "ba", - "name": "Cabaceiras do Paraguaçu", + "country": u"br", + "state": u"ba", + "name": u"Cabaceiras do Paraguaçu", }, { - "country": "br", - "state": "ba", - "name": "Cachoeira", + "country": u"br", + "state": u"ba", + "name": u"Cachoeira", }, { - "country": "br", - "state": "ba", - "name": "Caculé", + "country": u"br", + "state": u"ba", + "name": u"Caculé", }, { - "country": "br", - "state": "ba", - "name": "Caém", + "country": u"br", + "state": u"ba", + "name": u"Caém", }, { - "country": "br", - "state": "ba", - "name": "Caetanos", + "country": u"br", + "state": u"ba", + "name": u"Caetanos", }, { - "country": "br", - "state": "ba", - "name": "Caetité", + "country": u"br", + "state": u"ba", + "name": u"Caetité", }, { - "country": "br", - "state": "ba", - "name": "Cafarnaum", + "country": u"br", + "state": u"ba", + "name": u"Cafarnaum", }, { - "country": "br", - "state": "ba", - "name": "Cairu", + "country": u"br", + "state": u"ba", + "name": u"Cairu", }, { - "country": "br", - "state": "ba", - "name": "Caldeirão Grande", + "country": u"br", + "state": u"ba", + "name": u"Caldeirão Grande", }, { - "country": "br", - "state": "ba", - "name": "Camacan", + "country": u"br", + "state": u"ba", + "name": u"Camacan", }, { - "country": "br", - "state": "ba", - "name": "Camaçari", + "country": u"br", + "state": u"ba", + "name": u"Camaçari", }, { - "country": "br", - "state": "ba", - "name": "Camamu", + "country": u"br", + "state": u"ba", + "name": u"Camamu", }, { - "country": "br", - "state": "ba", - "name": "Campo Alegre de Lourdes", + "country": u"br", + "state": u"ba", + "name": u"Campo Alegre de Lourdes", }, { - "country": "br", - "state": "ba", - "name": "Campo Formoso", + "country": u"br", + "state": u"ba", + "name": u"Campo Formoso", }, { - "country": "br", - "state": "ba", - "name": "Canápolis", + "country": u"br", + "state": u"ba", + "name": u"Canápolis", }, { - "country": "br", - "state": "ba", - "name": "Canarana", + "country": u"br", + "state": u"ba", + "name": u"Canarana", }, { - "country": "br", - "state": "ba", - "name": "Canavieiras", + "country": u"br", + "state": u"ba", + "name": u"Canavieiras", }, { - "country": "br", - "state": "ba", - "name": "Candeal", + "country": u"br", + "state": u"ba", + "name": u"Candeal", }, { - "country": "br", - "state": "ba", - "name": "Candeias", + "country": u"br", + "state": u"ba", + "name": u"Candeias", }, { - "country": "br", - "state": "ba", - "name": "Candiba", + "country": u"br", + "state": u"ba", + "name": u"Candiba", }, { - "country": "br", - "state": "ba", - "name": "Cândido Sales", + "country": u"br", + "state": u"ba", + "name": u"Cândido Sales", }, { - "country": "br", - "state": "ba", - "name": "Cansanção", + "country": u"br", + "state": u"ba", + "name": u"Cansanção", }, { - "country": "br", - "state": "ba", - "name": "Canudos", + "country": u"br", + "state": u"ba", + "name": u"Canudos", }, { - "country": "br", - "state": "ba", - "name": "Capela do Alto Alegre", + "country": u"br", + "state": u"ba", + "name": u"Capela do Alto Alegre", }, { - "country": "br", - "state": "ba", - "name": "Capim Grosso", + "country": u"br", + "state": u"ba", + "name": u"Capim Grosso", }, { - "country": "br", - "state": "ba", - "name": "Caraíbas", + "country": u"br", + "state": u"ba", + "name": u"Caraíbas", }, { - "country": "br", - "state": "ba", - "name": "Caravelas", + "country": u"br", + "state": u"ba", + "name": u"Caravelas", }, { - "country": "br", - "state": "ba", - "name": "Cardeal da Silva", + "country": u"br", + "state": u"ba", + "name": u"Cardeal da Silva", }, { - "country": "br", - "state": "ba", - "name": "Carinhanha", + "country": u"br", + "state": u"ba", + "name": u"Carinhanha", }, { - "country": "br", - "state": "ba", - "name": "Casa Nova", + "country": u"br", + "state": u"ba", + "name": u"Casa Nova", }, { - "country": "br", - "state": "ba", - "name": "Castro Alves", + "country": u"br", + "state": u"ba", + "name": u"Castro Alves", }, { - "country": "br", - "state": "ba", - "name": "Catolândia", + "country": u"br", + "state": u"ba", + "name": u"Catolândia", }, { - "country": "br", - "state": "ba", - "name": "Catu", + "country": u"br", + "state": u"ba", + "name": u"Catu", }, { - "country": "br", - "state": "ba", - "name": "Caturama", + "country": u"br", + "state": u"ba", + "name": u"Caturama", }, { - "country": "br", - "state": "ba", - "name": "Central", + "country": u"br", + "state": u"ba", + "name": u"Central", }, { - "country": "br", - "state": "ba", - "name": "Chorrochó", + "country": u"br", + "state": u"ba", + "name": u"Chorrochó", }, { - "country": "br", - "state": "ba", - "name": "Cícero Dantas", + "country": u"br", + "state": u"ba", + "name": u"Cícero Dantas", }, { - "country": "br", - "state": "ba", - "name": "Cipó", + "country": u"br", + "state": u"ba", + "name": u"Cipó", }, { - "country": "br", - "state": "ba", - "name": "Coaraci", + "country": u"br", + "state": u"ba", + "name": u"Coaraci", }, { - "country": "br", - "state": "ba", - "name": "Cocos", + "country": u"br", + "state": u"ba", + "name": u"Cocos", }, { - "country": "br", - "state": "ba", - "name": "Conceição da Feira", + "country": u"br", + "state": u"ba", + "name": u"Conceição da Feira", }, { - "country": "br", - "state": "ba", - "name": "Conceição do Almeida", + "country": u"br", + "state": u"ba", + "name": u"Conceição do Almeida", }, { - "country": "br", - "state": "ba", - "name": "Conceição do Coité", + "country": u"br", + "state": u"ba", + "name": u"Conceição do Coité", }, { - "country": "br", - "state": "ba", - "name": "Conceição do Jacuípe", + "country": u"br", + "state": u"ba", + "name": u"Conceição do Jacuípe", }, { - "country": "br", - "state": "ba", - "name": "Conde", + "country": u"br", + "state": u"ba", + "name": u"Conde", }, { - "country": "br", - "state": "ba", - "name": "Condeúba", + "country": u"br", + "state": u"ba", + "name": u"Condeúba", }, { - "country": "br", - "state": "ba", - "name": "Contendas do Sincorá", + "country": u"br", + "state": u"ba", + "name": u"Contendas do Sincorá", }, { - "country": "br", - "state": "ba", - "name": "Coração de Maria", + "country": u"br", + "state": u"ba", + "name": u"Coração de Maria", }, { - "country": "br", - "state": "ba", - "name": "Cordeiros", + "country": u"br", + "state": u"ba", + "name": u"Cordeiros", }, { - "country": "br", - "state": "ba", - "name": "Coribe", + "country": u"br", + "state": u"ba", + "name": u"Coribe", }, { - "country": "br", - "state": "ba", - "name": "Coronel João Sá", + "country": u"br", + "state": u"ba", + "name": u"Coronel João Sá", }, { - "country": "br", - "state": "ba", - "name": "Correntina", + "country": u"br", + "state": u"ba", + "name": u"Correntina", }, { - "country": "br", - "state": "ba", - "name": "Cotegipe", + "country": u"br", + "state": u"ba", + "name": u"Cotegipe", }, { - "country": "br", - "state": "ba", - "name": "Cravolândia", + "country": u"br", + "state": u"ba", + "name": u"Cravolândia", }, { - "country": "br", - "state": "ba", - "name": "Crisópolis", + "country": u"br", + "state": u"ba", + "name": u"Crisópolis", }, { - "country": "br", - "state": "ba", - "name": "Cristópolis", + "country": u"br", + "state": u"ba", + "name": u"Cristópolis", }, { - "country": "br", - "state": "ba", - "name": "Cruz das Almas", + "country": u"br", + "state": u"ba", + "name": u"Cruz das Almas", }, { - "country": "br", - "state": "ba", - "name": "Curaçá", + "country": u"br", + "state": u"ba", + "name": u"Curaçá", }, { - "country": "br", - "state": "ba", - "name": "Dário Meira", + "country": u"br", + "state": u"ba", + "name": u"Dário Meira", }, { - "country": "br", - "state": "ba", - "name": "Dias d`Ávila", + "country": u"br", + "state": u"ba", + "name": u"Dias d`Ávila", }, { - "country": "br", - "state": "ba", - "name": "Dom Basílio", + "country": u"br", + "state": u"ba", + "name": u"Dom Basílio", }, { - "country": "br", - "state": "ba", - "name": "Dom Macedo Costa", + "country": u"br", + "state": u"ba", + "name": u"Dom Macedo Costa", }, { - "country": "br", - "state": "ba", - "name": "Elísio Medrado", + "country": u"br", + "state": u"ba", + "name": u"Elísio Medrado", }, { - "country": "br", - "state": "ba", - "name": "Encruzilhada", + "country": u"br", + "state": u"ba", + "name": u"Encruzilhada", }, { - "country": "br", - "state": "ba", - "name": "Entre Rios", + "country": u"br", + "state": u"ba", + "name": u"Entre Rios", }, { - "country": "br", - "state": "ba", - "name": "Érico Cardoso", + "country": u"br", + "state": u"ba", + "name": u"Érico Cardoso", }, { - "country": "br", - "state": "ba", - "name": "Esplanada", + "country": u"br", + "state": u"ba", + "name": u"Esplanada", }, { - "country": "br", - "state": "ba", - "name": "Euclides da Cunha", + "country": u"br", + "state": u"ba", + "name": u"Euclides da Cunha", }, { - "country": "br", - "state": "ba", - "name": "Eunápolis", + "country": u"br", + "state": u"ba", + "name": u"Eunápolis", }, { - "country": "br", - "state": "ba", - "name": "Fátima", + "country": u"br", + "state": u"ba", + "name": u"Fátima", }, { - "country": "br", - "state": "ba", - "name": "Feira da Mata", + "country": u"br", + "state": u"ba", + "name": u"Feira da Mata", }, { - "country": "br", - "state": "ba", - "name": "Feira de Santana", + "country": u"br", + "state": u"ba", + "name": u"Feira de Santana", }, { - "country": "br", - "state": "ba", - "name": "Filadélfia", + "country": u"br", + "state": u"ba", + "name": u"Filadélfia", }, { - "country": "br", - "state": "ba", - "name": "Firmino Alves", + "country": u"br", + "state": u"ba", + "name": u"Firmino Alves", }, { - "country": "br", - "state": "ba", - "name": "Floresta Azul", + "country": u"br", + "state": u"ba", + "name": u"Floresta Azul", }, { - "country": "br", - "state": "ba", - "name": "Formosa do Rio Preto", + "country": u"br", + "state": u"ba", + "name": u"Formosa do Rio Preto", }, { - "country": "br", - "state": "ba", - "name": "Gandu", + "country": u"br", + "state": u"ba", + "name": u"Gandu", }, { - "country": "br", - "state": "ba", - "name": "Gavião", + "country": u"br", + "state": u"ba", + "name": u"Gavião", }, { - "country": "br", - "state": "ba", - "name": "Gentio do Ouro", + "country": u"br", + "state": u"ba", + "name": u"Gentio do Ouro", }, { - "country": "br", - "state": "ba", - "name": "Glória", + "country": u"br", + "state": u"ba", + "name": u"Glória", }, { - "country": "br", - "state": "ba", - "name": "Gongogi", + "country": u"br", + "state": u"ba", + "name": u"Gongogi", }, { - "country": "br", - "state": "ba", - "name": "Governador Mangabeira", + "country": u"br", + "state": u"ba", + "name": u"Governador Mangabeira", }, { - "country": "br", - "state": "ba", - "name": "Guajeru", + "country": u"br", + "state": u"ba", + "name": u"Guajeru", }, { - "country": "br", - "state": "ba", - "name": "Guanambi", + "country": u"br", + "state": u"ba", + "name": u"Guanambi", }, { - "country": "br", - "state": "ba", - "name": "Guaratinga", + "country": u"br", + "state": u"ba", + "name": u"Guaratinga", }, { - "country": "br", - "state": "ba", - "name": "Heliópolis", + "country": u"br", + "state": u"ba", + "name": u"Heliópolis", }, { - "country": "br", - "state": "ba", - "name": "Iaçu", + "country": u"br", + "state": u"ba", + "name": u"Iaçu", }, { - "country": "br", - "state": "ba", - "name": "Ibiassucê", + "country": u"br", + "state": u"ba", + "name": u"Ibiassucê", }, { - "country": "br", - "state": "ba", - "name": "Ibicaraí", + "country": u"br", + "state": u"ba", + "name": u"Ibicaraí", }, { - "country": "br", - "state": "ba", - "name": "Ibicoara", + "country": u"br", + "state": u"ba", + "name": u"Ibicoara", }, { - "country": "br", - "state": "ba", - "name": "Ibicuí", + "country": u"br", + "state": u"ba", + "name": u"Ibicuí", }, { - "country": "br", - "state": "ba", - "name": "Ibipeba", + "country": u"br", + "state": u"ba", + "name": u"Ibipeba", }, { - "country": "br", - "state": "ba", - "name": "Ibipitanga", + "country": u"br", + "state": u"ba", + "name": u"Ibipitanga", }, { - "country": "br", - "state": "ba", - "name": "Ibiquera", + "country": u"br", + "state": u"ba", + "name": u"Ibiquera", }, { - "country": "br", - "state": "ba", - "name": "Ibirapitanga", + "country": u"br", + "state": u"ba", + "name": u"Ibirapitanga", }, { - "country": "br", - "state": "ba", - "name": "Ibirapuã", + "country": u"br", + "state": u"ba", + "name": u"Ibirapuã", }, { - "country": "br", - "state": "ba", - "name": "Ibirataia", + "country": u"br", + "state": u"ba", + "name": u"Ibirataia", }, { - "country": "br", - "state": "ba", - "name": "Ibitiara", + "country": u"br", + "state": u"ba", + "name": u"Ibitiara", }, { - "country": "br", - "state": "ba", - "name": "Ibititá", + "country": u"br", + "state": u"ba", + "name": u"Ibititá", }, { - "country": "br", - "state": "ba", - "name": "Ibotirama", + "country": u"br", + "state": u"ba", + "name": u"Ibotirama", }, { - "country": "br", - "state": "ba", - "name": "Ichu", + "country": u"br", + "state": u"ba", + "name": u"Ichu", }, { - "country": "br", - "state": "ba", - "name": "Igaporã", + "country": u"br", + "state": u"ba", + "name": u"Igaporã", }, { - "country": "br", - "state": "ba", - "name": "Igrapiúna", + "country": u"br", + "state": u"ba", + "name": u"Igrapiúna", }, { - "country": "br", - "state": "ba", - "name": "Iguaí", + "country": u"br", + "state": u"ba", + "name": u"Iguaí", }, { - "country": "br", - "state": "ba", - "name": "Ilhéus", + "country": u"br", + "state": u"ba", + "name": u"Ilhéus", }, { - "country": "br", - "state": "ba", - "name": "Inhambupe", + "country": u"br", + "state": u"ba", + "name": u"Inhambupe", }, { - "country": "br", - "state": "ba", - "name": "Ipecaetá", + "country": u"br", + "state": u"ba", + "name": u"Ipecaetá", }, { - "country": "br", - "state": "ba", - "name": "Ipiaú", + "country": u"br", + "state": u"ba", + "name": u"Ipiaú", }, { - "country": "br", - "state": "ba", - "name": "Ipirá", + "country": u"br", + "state": u"ba", + "name": u"Ipirá", }, { - "country": "br", - "state": "ba", - "name": "Ipupiara", + "country": u"br", + "state": u"ba", + "name": u"Ipupiara", }, { - "country": "br", - "state": "ba", - "name": "Irajuba", + "country": u"br", + "state": u"ba", + "name": u"Irajuba", }, { - "country": "br", - "state": "ba", - "name": "Iramaia", + "country": u"br", + "state": u"ba", + "name": u"Iramaia", }, { - "country": "br", - "state": "ba", - "name": "Iraquara", + "country": u"br", + "state": u"ba", + "name": u"Iraquara", }, { - "country": "br", - "state": "ba", - "name": "Irará", + "country": u"br", + "state": u"ba", + "name": u"Irará", }, { - "country": "br", - "state": "ba", - "name": "Irecê", + "country": u"br", + "state": u"ba", + "name": u"Irecê", }, { - "country": "br", - "state": "ba", - "name": "Itabela", + "country": u"br", + "state": u"ba", + "name": u"Itabela", }, { - "country": "br", - "state": "ba", - "name": "Itaberaba", + "country": u"br", + "state": u"ba", + "name": u"Itaberaba", }, { - "country": "br", - "state": "ba", - "name": "Itabuna", + "country": u"br", + "state": u"ba", + "name": u"Itabuna", }, { - "country": "br", - "state": "ba", - "name": "Itacaré", + "country": u"br", + "state": u"ba", + "name": u"Itacaré", }, { - "country": "br", - "state": "ba", - "name": "Itaeté", + "country": u"br", + "state": u"ba", + "name": u"Itaeté", }, { - "country": "br", - "state": "ba", - "name": "Itagi", + "country": u"br", + "state": u"ba", + "name": u"Itagi", }, { - "country": "br", - "state": "ba", - "name": "Itagibá", + "country": u"br", + "state": u"ba", + "name": u"Itagibá", }, { - "country": "br", - "state": "ba", - "name": "Itagimirim", + "country": u"br", + "state": u"ba", + "name": u"Itagimirim", }, { - "country": "br", - "state": "ba", - "name": "Itaguaçu da Bahia", + "country": u"br", + "state": u"ba", + "name": u"Itaguaçu da Bahia", }, { - "country": "br", - "state": "ba", - "name": "Itaju do Colônia", + "country": u"br", + "state": u"ba", + "name": u"Itaju do Colônia", }, { - "country": "br", - "state": "ba", - "name": "Itajuípe", + "country": u"br", + "state": u"ba", + "name": u"Itajuípe", }, { - "country": "br", - "state": "ba", - "name": "Itamaraju", + "country": u"br", + "state": u"ba", + "name": u"Itamaraju", }, { - "country": "br", - "state": "ba", - "name": "Itamari", + "country": u"br", + "state": u"ba", + "name": u"Itamari", }, { - "country": "br", - "state": "ba", - "name": "Itambé", + "country": u"br", + "state": u"ba", + "name": u"Itambé", }, { - "country": "br", - "state": "ba", - "name": "Itanagra", + "country": u"br", + "state": u"ba", + "name": u"Itanagra", }, { - "country": "br", - "state": "ba", - "name": "Itanhém", + "country": u"br", + "state": u"ba", + "name": u"Itanhém", }, { - "country": "br", - "state": "ba", - "name": "Itaparica", + "country": u"br", + "state": u"ba", + "name": u"Itaparica", }, { - "country": "br", - "state": "ba", - "name": "Itapé", + "country": u"br", + "state": u"ba", + "name": u"Itapé", }, { - "country": "br", - "state": "ba", - "name": "Itapebi", + "country": u"br", + "state": u"ba", + "name": u"Itapebi", }, { - "country": "br", - "state": "ba", - "name": "Itapetinga", + "country": u"br", + "state": u"ba", + "name": u"Itapetinga", }, { - "country": "br", - "state": "ba", - "name": "Itapicuru", + "country": u"br", + "state": u"ba", + "name": u"Itapicuru", }, { - "country": "br", - "state": "ba", - "name": "Itapitanga", + "country": u"br", + "state": u"ba", + "name": u"Itapitanga", }, { - "country": "br", - "state": "ba", - "name": "Itaquara", + "country": u"br", + "state": u"ba", + "name": u"Itaquara", }, { - "country": "br", - "state": "ba", - "name": "Itarantim", + "country": u"br", + "state": u"ba", + "name": u"Itarantim", }, { - "country": "br", - "state": "ba", - "name": "Itatim", + "country": u"br", + "state": u"ba", + "name": u"Itatim", }, { - "country": "br", - "state": "ba", - "name": "Itiruçu", + "country": u"br", + "state": u"ba", + "name": u"Itiruçu", }, { - "country": "br", - "state": "ba", - "name": "Itiúba", + "country": u"br", + "state": u"ba", + "name": u"Itiúba", }, { - "country": "br", - "state": "ba", - "name": "Itororó", + "country": u"br", + "state": u"ba", + "name": u"Itororó", }, { - "country": "br", - "state": "ba", - "name": "Ituaçu", + "country": u"br", + "state": u"ba", + "name": u"Ituaçu", }, { - "country": "br", - "state": "ba", - "name": "Ituberá", + "country": u"br", + "state": u"ba", + "name": u"Ituberá", }, { - "country": "br", - "state": "ba", - "name": "Iuiú", + "country": u"br", + "state": u"ba", + "name": u"Iuiú", }, { - "country": "br", - "state": "ba", - "name": "Jaborandi", + "country": u"br", + "state": u"ba", + "name": u"Jaborandi", }, { - "country": "br", - "state": "ba", - "name": "Jacaraci", + "country": u"br", + "state": u"ba", + "name": u"Jacaraci", }, { - "country": "br", - "state": "ba", - "name": "Jacobina", + "country": u"br", + "state": u"ba", + "name": u"Jacobina", }, { - "country": "br", - "state": "ba", - "name": "Jaguaquara", + "country": u"br", + "state": u"ba", + "name": u"Jaguaquara", }, { - "country": "br", - "state": "ba", - "name": "Jaguarari", + "country": u"br", + "state": u"ba", + "name": u"Jaguarari", }, { - "country": "br", - "state": "ba", - "name": "Jaguaripe", + "country": u"br", + "state": u"ba", + "name": u"Jaguaripe", }, { - "country": "br", - "state": "ba", - "name": "Jandaíra", + "country": u"br", + "state": u"ba", + "name": u"Jandaíra", }, { - "country": "br", - "state": "ba", - "name": "Jequié", + "country": u"br", + "state": u"ba", + "name": u"Jequié", }, { - "country": "br", - "state": "ba", - "name": "Jeremoabo", + "country": u"br", + "state": u"ba", + "name": u"Jeremoabo", }, { - "country": "br", - "state": "ba", - "name": "Jiquiriçá", + "country": u"br", + "state": u"ba", + "name": u"Jiquiriçá", }, { - "country": "br", - "state": "ba", - "name": "Jitaúna", + "country": u"br", + "state": u"ba", + "name": u"Jitaúna", }, { - "country": "br", - "state": "ba", - "name": "João Dourado", + "country": u"br", + "state": u"ba", + "name": u"João Dourado", }, { - "country": "br", - "state": "ba", - "name": "Juazeiro", + "country": u"br", + "state": u"ba", + "name": u"Juazeiro", }, { - "country": "br", - "state": "ba", - "name": "Jucuruçu", + "country": u"br", + "state": u"ba", + "name": u"Jucuruçu", }, { - "country": "br", - "state": "ba", - "name": "Jussara", + "country": u"br", + "state": u"ba", + "name": u"Jussara", }, { - "country": "br", - "state": "ba", - "name": "Jussari", + "country": u"br", + "state": u"ba", + "name": u"Jussari", }, { - "country": "br", - "state": "ba", - "name": "Jussiape", + "country": u"br", + "state": u"ba", + "name": u"Jussiape", }, { - "country": "br", - "state": "ba", - "name": "Lafaiete Coutinho", + "country": u"br", + "state": u"ba", + "name": u"Lafaiete Coutinho", }, { - "country": "br", - "state": "ba", - "name": "Lagoa Real", + "country": u"br", + "state": u"ba", + "name": u"Lagoa Real", }, { - "country": "br", - "state": "ba", - "name": "Laje", + "country": u"br", + "state": u"ba", + "name": u"Laje", }, { - "country": "br", - "state": "ba", - "name": "Lajedão", + "country": u"br", + "state": u"ba", + "name": u"Lajedão", }, { - "country": "br", - "state": "ba", - "name": "Lajedinho", + "country": u"br", + "state": u"ba", + "name": u"Lajedinho", }, { - "country": "br", - "state": "ba", - "name": "Lajedo do Tabocal", + "country": u"br", + "state": u"ba", + "name": u"Lajedo do Tabocal", }, { - "country": "br", - "state": "ba", - "name": "Lamarão", + "country": u"br", + "state": u"ba", + "name": u"Lamarão", }, { - "country": "br", - "state": "ba", - "name": "Lapão", + "country": u"br", + "state": u"ba", + "name": u"Lapão", }, { - "country": "br", - "state": "ba", - "name": "Lauro de Freitas", + "country": u"br", + "state": u"ba", + "name": u"Lauro de Freitas", }, { - "country": "br", - "state": "ba", - "name": "Lençóis", + "country": u"br", + "state": u"ba", + "name": u"Lençóis", }, { - "country": "br", - "state": "ba", - "name": "Licínio de Almeida", + "country": u"br", + "state": u"ba", + "name": u"Licínio de Almeida", }, { - "country": "br", - "state": "ba", - "name": "Livramento de Nossa Senhora", + "country": u"br", + "state": u"ba", + "name": u"Livramento de Nossa Senhora", }, { - "country": "br", - "state": "ba", - "name": "Luís Eduardo Magalhães", + "country": u"br", + "state": u"ba", + "name": u"Luís Eduardo Magalhães", }, { - "country": "br", - "state": "ba", - "name": "Macajuba", + "country": u"br", + "state": u"ba", + "name": u"Macajuba", }, { - "country": "br", - "state": "ba", - "name": "Macarani", + "country": u"br", + "state": u"ba", + "name": u"Macarani", }, { - "country": "br", - "state": "ba", - "name": "Macaúbas", + "country": u"br", + "state": u"ba", + "name": u"Macaúbas", }, { - "country": "br", - "state": "ba", - "name": "Macururé", + "country": u"br", + "state": u"ba", + "name": u"Macururé", }, { - "country": "br", - "state": "ba", - "name": "Madre de Deus", + "country": u"br", + "state": u"ba", + "name": u"Madre de Deus", }, { - "country": "br", - "state": "ba", - "name": "Maetinga", + "country": u"br", + "state": u"ba", + "name": u"Maetinga", }, { - "country": "br", - "state": "ba", - "name": "Maiquinique", + "country": u"br", + "state": u"ba", + "name": u"Maiquinique", }, { - "country": "br", - "state": "ba", - "name": "Mairi", + "country": u"br", + "state": u"ba", + "name": u"Mairi", }, { - "country": "br", - "state": "ba", - "name": "Malhada", + "country": u"br", + "state": u"ba", + "name": u"Malhada", }, { - "country": "br", - "state": "ba", - "name": "Malhada de Pedras", + "country": u"br", + "state": u"ba", + "name": u"Malhada de Pedras", }, { - "country": "br", - "state": "ba", - "name": "Manoel Vitorino", + "country": u"br", + "state": u"ba", + "name": u"Manoel Vitorino", }, { - "country": "br", - "state": "ba", - "name": "Mansidão", + "country": u"br", + "state": u"ba", + "name": u"Mansidão", }, { - "country": "br", - "state": "ba", - "name": "Maracás", + "country": u"br", + "state": u"ba", + "name": u"Maracás", }, { - "country": "br", - "state": "ba", - "name": "Maragogipe", + "country": u"br", + "state": u"ba", + "name": u"Maragogipe", }, { - "country": "br", - "state": "ba", - "name": "Maraú", + "country": u"br", + "state": u"ba", + "name": u"Maraú", }, { - "country": "br", - "state": "ba", - "name": "Marcionílio Souza", + "country": u"br", + "state": u"ba", + "name": u"Marcionílio Souza", }, { - "country": "br", - "state": "ba", - "name": "Mascote", + "country": u"br", + "state": u"ba", + "name": u"Mascote", }, { - "country": "br", - "state": "ba", - "name": "Mata de São João", + "country": u"br", + "state": u"ba", + "name": u"Mata de São João", }, { - "country": "br", - "state": "ba", - "name": "Matina", + "country": u"br", + "state": u"ba", + "name": u"Matina", }, { - "country": "br", - "state": "ba", - "name": "Medeiros Neto", + "country": u"br", + "state": u"ba", + "name": u"Medeiros Neto", }, { - "country": "br", - "state": "ba", - "name": "Miguel Calmon", + "country": u"br", + "state": u"ba", + "name": u"Miguel Calmon", }, { - "country": "br", - "state": "ba", - "name": "Milagres", + "country": u"br", + "state": u"ba", + "name": u"Milagres", }, { - "country": "br", - "state": "ba", - "name": "Mirangaba", + "country": u"br", + "state": u"ba", + "name": u"Mirangaba", }, { - "country": "br", - "state": "ba", - "name": "Mirante", + "country": u"br", + "state": u"ba", + "name": u"Mirante", }, { - "country": "br", - "state": "ba", - "name": "Monte Santo", + "country": u"br", + "state": u"ba", + "name": u"Monte Santo", }, { - "country": "br", - "state": "ba", - "name": "Morpará", + "country": u"br", + "state": u"ba", + "name": u"Morpará", }, { - "country": "br", - "state": "ba", - "name": "Morro do Chapéu", + "country": u"br", + "state": u"ba", + "name": u"Morro do Chapéu", }, { - "country": "br", - "state": "ba", - "name": "Mortugaba", + "country": u"br", + "state": u"ba", + "name": u"Mortugaba", }, { - "country": "br", - "state": "ba", - "name": "Mucugê", + "country": u"br", + "state": u"ba", + "name": u"Mucugê", }, { - "country": "br", - "state": "ba", - "name": "Mucuri", + "country": u"br", + "state": u"ba", + "name": u"Mucuri", }, { - "country": "br", - "state": "ba", - "name": "Mulungu do Morro", + "country": u"br", + "state": u"ba", + "name": u"Mulungu do Morro", }, { - "country": "br", - "state": "ba", - "name": "Mundo Novo", + "country": u"br", + "state": u"ba", + "name": u"Mundo Novo", }, { - "country": "br", - "state": "ba", - "name": "Muniz Ferreira", + "country": u"br", + "state": u"ba", + "name": u"Muniz Ferreira", }, { - "country": "br", - "state": "ba", - "name": "Muquém de São Francisco", + "country": u"br", + "state": u"ba", + "name": u"Muquém de São Francisco", }, { - "country": "br", - "state": "ba", - "name": "Muritiba", + "country": u"br", + "state": u"ba", + "name": u"Muritiba", }, { - "country": "br", - "state": "ba", - "name": "Mutuípe", + "country": u"br", + "state": u"ba", + "name": u"Mutuípe", }, { - "country": "br", - "state": "ba", - "name": "Nazaré", + "country": u"br", + "state": u"ba", + "name": u"Nazaré", }, { - "country": "br", - "state": "ba", - "name": "Nilo Peçanha", + "country": u"br", + "state": u"ba", + "name": u"Nilo Peçanha", }, { - "country": "br", - "state": "ba", - "name": "Nordestina", + "country": u"br", + "state": u"ba", + "name": u"Nordestina", }, { - "country": "br", - "state": "ba", - "name": "Nova Canaã", + "country": u"br", + "state": u"ba", + "name": u"Nova Canaã", }, { - "country": "br", - "state": "ba", - "name": "Nova Fátima", + "country": u"br", + "state": u"ba", + "name": u"Nova Fátima", }, { - "country": "br", - "state": "ba", - "name": "Nova Ibiá", + "country": u"br", + "state": u"ba", + "name": u"Nova Ibiá", }, { - "country": "br", - "state": "ba", - "name": "Nova Itarana", + "country": u"br", + "state": u"ba", + "name": u"Nova Itarana", }, { - "country": "br", - "state": "ba", - "name": "Nova Redenção", + "country": u"br", + "state": u"ba", + "name": u"Nova Redenção", }, { - "country": "br", - "state": "ba", - "name": "Nova Soure", + "country": u"br", + "state": u"ba", + "name": u"Nova Soure", }, { - "country": "br", - "state": "ba", - "name": "Nova Viçosa", + "country": u"br", + "state": u"ba", + "name": u"Nova Viçosa", }, { - "country": "br", - "state": "ba", - "name": "Novo Horizonte", + "country": u"br", + "state": u"ba", + "name": u"Novo Horizonte", }, { - "country": "br", - "state": "ba", - "name": "Novo Triunfo", + "country": u"br", + "state": u"ba", + "name": u"Novo Triunfo", }, { - "country": "br", - "state": "ba", - "name": "Olindina", + "country": u"br", + "state": u"ba", + "name": u"Olindina", }, { - "country": "br", - "state": "ba", - "name": "Oliveira dos Brejinhos", + "country": u"br", + "state": u"ba", + "name": u"Oliveira dos Brejinhos", }, { - "country": "br", - "state": "ba", - "name": "Ouriçangas", + "country": u"br", + "state": u"ba", + "name": u"Ouriçangas", }, { - "country": "br", - "state": "ba", - "name": "Ourolândia", + "country": u"br", + "state": u"ba", + "name": u"Ourolândia", }, { - "country": "br", - "state": "ba", - "name": "Palmas de Monte Alto", + "country": u"br", + "state": u"ba", + "name": u"Palmas de Monte Alto", }, { - "country": "br", - "state": "ba", - "name": "Palmeiras", + "country": u"br", + "state": u"ba", + "name": u"Palmeiras", }, { - "country": "br", - "state": "ba", - "name": "Paramirim", + "country": u"br", + "state": u"ba", + "name": u"Paramirim", }, { - "country": "br", - "state": "ba", - "name": "Paratinga", + "country": u"br", + "state": u"ba", + "name": u"Paratinga", }, { - "country": "br", - "state": "ba", - "name": "Paripiranga", + "country": u"br", + "state": u"ba", + "name": u"Paripiranga", }, { - "country": "br", - "state": "ba", - "name": "Pau Brasil", + "country": u"br", + "state": u"ba", + "name": u"Pau Brasil", }, { - "country": "br", - "state": "ba", - "name": "Paulo Afonso", + "country": u"br", + "state": u"ba", + "name": u"Paulo Afonso", }, { - "country": "br", - "state": "ba", - "name": "Pé de Serra", + "country": u"br", + "state": u"ba", + "name": u"Pé de Serra", }, { - "country": "br", - "state": "ba", - "name": "Pedrão", + "country": u"br", + "state": u"ba", + "name": u"Pedrão", }, { - "country": "br", - "state": "ba", - "name": "Pedro Alexandre", + "country": u"br", + "state": u"ba", + "name": u"Pedro Alexandre", }, { - "country": "br", - "state": "ba", - "name": "Piatã", + "country": u"br", + "state": u"ba", + "name": u"Piatã", }, { - "country": "br", - "state": "ba", - "name": "Pilão Arcado", + "country": u"br", + "state": u"ba", + "name": u"Pilão Arcado", }, { - "country": "br", - "state": "ba", - "name": "Pindaí", + "country": u"br", + "state": u"ba", + "name": u"Pindaí", }, { - "country": "br", - "state": "ba", - "name": "Pindobaçu", + "country": u"br", + "state": u"ba", + "name": u"Pindobaçu", }, { - "country": "br", - "state": "ba", - "name": "Pintadas", + "country": u"br", + "state": u"ba", + "name": u"Pintadas", }, { - "country": "br", - "state": "ba", - "name": "Piraí do Norte", + "country": u"br", + "state": u"ba", + "name": u"Piraí do Norte", }, { - "country": "br", - "state": "ba", - "name": "Piripá", + "country": u"br", + "state": u"ba", + "name": u"Piripá", }, { - "country": "br", - "state": "ba", - "name": "Piritiba", + "country": u"br", + "state": u"ba", + "name": u"Piritiba", }, { - "country": "br", - "state": "ba", - "name": "Planaltino", + "country": u"br", + "state": u"ba", + "name": u"Planaltino", }, { - "country": "br", - "state": "ba", - "name": "Planalto", + "country": u"br", + "state": u"ba", + "name": u"Planalto", }, { - "country": "br", - "state": "ba", - "name": "Poções", + "country": u"br", + "state": u"ba", + "name": u"Poções", }, { - "country": "br", - "state": "ba", - "name": "Pojuca", + "country": u"br", + "state": u"ba", + "name": u"Pojuca", }, { - "country": "br", - "state": "ba", - "name": "Ponto Novo", + "country": u"br", + "state": u"ba", + "name": u"Ponto Novo", }, { - "country": "br", - "state": "ba", - "name": "Porto Seguro", + "country": u"br", + "state": u"ba", + "name": u"Porto Seguro", }, { - "country": "br", - "state": "ba", - "name": "Potiraguá", + "country": u"br", + "state": u"ba", + "name": u"Potiraguá", }, { - "country": "br", - "state": "ba", - "name": "Prado", + "country": u"br", + "state": u"ba", + "name": u"Prado", }, { - "country": "br", - "state": "ba", - "name": "Presidente Dutra", + "country": u"br", + "state": u"ba", + "name": u"Presidente Dutra", }, { - "country": "br", - "state": "ba", - "name": "Presidente Jânio Quadros", + "country": u"br", + "state": u"ba", + "name": u"Presidente Jânio Quadros", }, { - "country": "br", - "state": "ba", - "name": "Presidente Tancredo Neves", + "country": u"br", + "state": u"ba", + "name": u"Presidente Tancredo Neves", }, { - "country": "br", - "state": "ba", - "name": "Queimadas", + "country": u"br", + "state": u"ba", + "name": u"Queimadas", }, { - "country": "br", - "state": "ba", - "name": "Quijingue", + "country": u"br", + "state": u"ba", + "name": u"Quijingue", }, { - "country": "br", - "state": "ba", - "name": "Quixabeira", + "country": u"br", + "state": u"ba", + "name": u"Quixabeira", }, { - "country": "br", - "state": "ba", - "name": "Rafael Jambeiro", + "country": u"br", + "state": u"ba", + "name": u"Rafael Jambeiro", }, { - "country": "br", - "state": "ba", - "name": "Remanso", + "country": u"br", + "state": u"ba", + "name": u"Remanso", }, { - "country": "br", - "state": "ba", - "name": "Retirolândia", + "country": u"br", + "state": u"ba", + "name": u"Retirolândia", }, { - "country": "br", - "state": "ba", - "name": "Riachão das Neves", + "country": u"br", + "state": u"ba", + "name": u"Riachão das Neves", }, { - "country": "br", - "state": "ba", - "name": "Riachão do Jacuípe", + "country": u"br", + "state": u"ba", + "name": u"Riachão do Jacuípe", }, { - "country": "br", - "state": "ba", - "name": "Riacho de Santana", + "country": u"br", + "state": u"ba", + "name": u"Riacho de Santana", }, { - "country": "br", - "state": "ba", - "name": "Ribeira do Amparo", + "country": u"br", + "state": u"ba", + "name": u"Ribeira do Amparo", }, { - "country": "br", - "state": "ba", - "name": "Ribeira do Pombal", + "country": u"br", + "state": u"ba", + "name": u"Ribeira do Pombal", }, { - "country": "br", - "state": "ba", - "name": "Ribeirão do Largo", + "country": u"br", + "state": u"ba", + "name": u"Ribeirão do Largo", }, { - "country": "br", - "state": "ba", - "name": "Rio de Contas", + "country": u"br", + "state": u"ba", + "name": u"Rio de Contas", }, { - "country": "br", - "state": "ba", - "name": "Rio do Antônio", + "country": u"br", + "state": u"ba", + "name": u"Rio do Antônio", }, { - "country": "br", - "state": "ba", - "name": "Rio do Pires", + "country": u"br", + "state": u"ba", + "name": u"Rio do Pires", }, { - "country": "br", - "state": "ba", - "name": "Rio Real", + "country": u"br", + "state": u"ba", + "name": u"Rio Real", }, { - "country": "br", - "state": "ba", - "name": "Rodelas", + "country": u"br", + "state": u"ba", + "name": u"Rodelas", }, { - "country": "br", - "state": "ba", - "name": "Ruy Barbosa", + "country": u"br", + "state": u"ba", + "name": u"Ruy Barbosa", }, { - "country": "br", - "state": "ba", - "name": "Salinas da Margarida", + "country": u"br", + "state": u"ba", + "name": u"Salinas da Margarida", }, { - "country": "br", - "state": "ba", - "name": "Salvador", + "country": u"br", + "state": u"ba", + "name": u"Salvador", }, { - "country": "br", - "state": "ba", - "name": "Santa Bárbara", + "country": u"br", + "state": u"ba", + "name": u"Santa Bárbara", }, { - "country": "br", - "state": "ba", - "name": "Santa Brígida", + "country": u"br", + "state": u"ba", + "name": u"Santa Brígida", }, { - "country": "br", - "state": "ba", - "name": "Santa Cruz Cabrália", + "country": u"br", + "state": u"ba", + "name": u"Santa Cruz Cabrália", }, { - "country": "br", - "state": "ba", - "name": "Santa Cruz da Vitória", + "country": u"br", + "state": u"ba", + "name": u"Santa Cruz da Vitória", }, { - "country": "br", - "state": "ba", - "name": "Santa Inês", + "country": u"br", + "state": u"ba", + "name": u"Santa Inês", }, { - "country": "br", - "state": "ba", - "name": "Santa Luzia", + "country": u"br", + "state": u"ba", + "name": u"Santa Luzia", }, { - "country": "br", - "state": "ba", - "name": "Santa Maria da Vitória", + "country": u"br", + "state": u"ba", + "name": u"Santa Maria da Vitória", }, { - "country": "br", - "state": "ba", - "name": "Santa Rita de Cássia", + "country": u"br", + "state": u"ba", + "name": u"Santa Rita de Cássia", }, { - "country": "br", - "state": "ba", - "name": "Santa Teresinha", + "country": u"br", + "state": u"ba", + "name": u"Santa Teresinha", }, { - "country": "br", - "state": "ba", - "name": "Santaluz", + "country": u"br", + "state": u"ba", + "name": u"Santaluz", }, { - "country": "br", - "state": "ba", - "name": "Santana", + "country": u"br", + "state": u"ba", + "name": u"Santana", }, { - "country": "br", - "state": "ba", - "name": "Santanópolis", + "country": u"br", + "state": u"ba", + "name": u"Santanópolis", }, { - "country": "br", - "state": "ba", - "name": "Santo Amaro", + "country": u"br", + "state": u"ba", + "name": u"Santo Amaro", }, { - "country": "br", - "state": "ba", - "name": "Santo Antônio de Jesus", + "country": u"br", + "state": u"ba", + "name": u"Santo Antônio de Jesus", }, { - "country": "br", - "state": "ba", - "name": "Santo Estêvão", + "country": u"br", + "state": u"ba", + "name": u"Santo Estêvão", }, { - "country": "br", - "state": "ba", - "name": "São Desidério", + "country": u"br", + "state": u"ba", + "name": u"São Desidério", }, { - "country": "br", - "state": "ba", - "name": "São Domingos", + "country": u"br", + "state": u"ba", + "name": u"São Domingos", }, { - "country": "br", - "state": "ba", - "name": "São Felipe", + "country": u"br", + "state": u"ba", + "name": u"São Felipe", }, { - "country": "br", - "state": "ba", - "name": "São Félix", + "country": u"br", + "state": u"ba", + "name": u"São Félix", }, { - "country": "br", - "state": "ba", - "name": "São Félix do Coribe", + "country": u"br", + "state": u"ba", + "name": u"São Félix do Coribe", }, { - "country": "br", - "state": "ba", - "name": "São Francisco do Conde", + "country": u"br", + "state": u"ba", + "name": u"São Francisco do Conde", }, { - "country": "br", - "state": "ba", - "name": "São Gabriel", + "country": u"br", + "state": u"ba", + "name": u"São Gabriel", }, { - "country": "br", - "state": "ba", - "name": "São Gonçalo dos Campos", + "country": u"br", + "state": u"ba", + "name": u"São Gonçalo dos Campos", }, { - "country": "br", - "state": "ba", - "name": "São José da Vitória", + "country": u"br", + "state": u"ba", + "name": u"São José da Vitória", }, { - "country": "br", - "state": "ba", - "name": "São José do Jacuípe", + "country": u"br", + "state": u"ba", + "name": u"São José do Jacuípe", }, { - "country": "br", - "state": "ba", - "name": "São Miguel das Matas", + "country": u"br", + "state": u"ba", + "name": u"São Miguel das Matas", }, { - "country": "br", - "state": "ba", - "name": "São Sebastião do Passé", + "country": u"br", + "state": u"ba", + "name": u"São Sebastião do Passé", }, { - "country": "br", - "state": "ba", - "name": "Sapeaçu", + "country": u"br", + "state": u"ba", + "name": u"Sapeaçu", }, { - "country": "br", - "state": "ba", - "name": "Sátiro Dias", + "country": u"br", + "state": u"ba", + "name": u"Sátiro Dias", }, { - "country": "br", - "state": "ba", - "name": "Saubara", + "country": u"br", + "state": u"ba", + "name": u"Saubara", }, { - "country": "br", - "state": "ba", - "name": "Saúde", + "country": u"br", + "state": u"ba", + "name": u"Saúde", }, { - "country": "br", - "state": "ba", - "name": "Seabra", + "country": u"br", + "state": u"ba", + "name": u"Seabra", }, { - "country": "br", - "state": "ba", - "name": "Sebastião Laranjeiras", + "country": u"br", + "state": u"ba", + "name": u"Sebastião Laranjeiras", }, { - "country": "br", - "state": "ba", - "name": "Senhor do Bonfim", + "country": u"br", + "state": u"ba", + "name": u"Senhor do Bonfim", }, { - "country": "br", - "state": "ba", - "name": "Sento Sé", + "country": u"br", + "state": u"ba", + "name": u"Sento Sé", }, { - "country": "br", - "state": "ba", - "name": "Serra do Ramalho", + "country": u"br", + "state": u"ba", + "name": u"Serra do Ramalho", }, { - "country": "br", - "state": "ba", - "name": "Serra Dourada", + "country": u"br", + "state": u"ba", + "name": u"Serra Dourada", }, { - "country": "br", - "state": "ba", - "name": "Serra Preta", + "country": u"br", + "state": u"ba", + "name": u"Serra Preta", }, { - "country": "br", - "state": "ba", - "name": "Serrinha", + "country": u"br", + "state": u"ba", + "name": u"Serrinha", }, { - "country": "br", - "state": "ba", - "name": "Serrolândia", + "country": u"br", + "state": u"ba", + "name": u"Serrolândia", }, { - "country": "br", - "state": "ba", - "name": "Simões Filho", + "country": u"br", + "state": u"ba", + "name": u"Simões Filho", }, { - "country": "br", - "state": "ba", - "name": "Sítio do Mato", + "country": u"br", + "state": u"ba", + "name": u"Sítio do Mato", }, { - "country": "br", - "state": "ba", - "name": "Sítio do Quinto", + "country": u"br", + "state": u"ba", + "name": u"Sítio do Quinto", }, { - "country": "br", - "state": "ba", - "name": "Sobradinho", + "country": u"br", + "state": u"ba", + "name": u"Sobradinho", }, { - "country": "br", - "state": "ba", - "name": "Souto Soares", + "country": u"br", + "state": u"ba", + "name": u"Souto Soares", }, { - "country": "br", - "state": "ba", - "name": "Tabocas do Brejo Velho", + "country": u"br", + "state": u"ba", + "name": u"Tabocas do Brejo Velho", }, { - "country": "br", - "state": "ba", - "name": "Tanhaçu", + "country": u"br", + "state": u"ba", + "name": u"Tanhaçu", }, { - "country": "br", - "state": "ba", - "name": "Tanque Novo", + "country": u"br", + "state": u"ba", + "name": u"Tanque Novo", }, { - "country": "br", - "state": "ba", - "name": "Tanquinho", + "country": u"br", + "state": u"ba", + "name": u"Tanquinho", }, { - "country": "br", - "state": "ba", - "name": "Taperoá", + "country": u"br", + "state": u"ba", + "name": u"Taperoá", }, { - "country": "br", - "state": "ba", - "name": "Tapiramutá", + "country": u"br", + "state": u"ba", + "name": u"Tapiramutá", }, { - "country": "br", - "state": "ba", - "name": "Teixeira de Freitas", + "country": u"br", + "state": u"ba", + "name": u"Teixeira de Freitas", }, { - "country": "br", - "state": "ba", - "name": "Teodoro Sampaio", + "country": u"br", + "state": u"ba", + "name": u"Teodoro Sampaio", }, { - "country": "br", - "state": "ba", - "name": "Teofilândia", + "country": u"br", + "state": u"ba", + "name": u"Teofilândia", }, { - "country": "br", - "state": "ba", - "name": "Teolândia", + "country": u"br", + "state": u"ba", + "name": u"Teolândia", }, { - "country": "br", - "state": "ba", - "name": "Terra Nova", + "country": u"br", + "state": u"ba", + "name": u"Terra Nova", }, { - "country": "br", - "state": "ba", - "name": "Tremedal", + "country": u"br", + "state": u"ba", + "name": u"Tremedal", }, { - "country": "br", - "state": "ba", - "name": "Tucano", + "country": u"br", + "state": u"ba", + "name": u"Tucano", }, { - "country": "br", - "state": "ba", - "name": "Uauá", + "country": u"br", + "state": u"ba", + "name": u"Uauá", }, { - "country": "br", - "state": "ba", - "name": "Ubaíra", + "country": u"br", + "state": u"ba", + "name": u"Ubaíra", }, { - "country": "br", - "state": "ba", - "name": "Ubaitaba", + "country": u"br", + "state": u"ba", + "name": u"Ubaitaba", }, { - "country": "br", - "state": "ba", - "name": "Ubatã", + "country": u"br", + "state": u"ba", + "name": u"Ubatã", }, { - "country": "br", - "state": "ba", - "name": "Uibaí", + "country": u"br", + "state": u"ba", + "name": u"Uibaí", }, { - "country": "br", - "state": "ba", - "name": "Umburanas", + "country": u"br", + "state": u"ba", + "name": u"Umburanas", }, { - "country": "br", - "state": "ba", - "name": "Una", + "country": u"br", + "state": u"ba", + "name": u"Una", }, { - "country": "br", - "state": "ba", - "name": "Urandi", + "country": u"br", + "state": u"ba", + "name": u"Urandi", }, { - "country": "br", - "state": "ba", - "name": "Uruçuca", + "country": u"br", + "state": u"ba", + "name": u"Uruçuca", }, { - "country": "br", - "state": "ba", - "name": "Utinga", + "country": u"br", + "state": u"ba", + "name": u"Utinga", }, { - "country": "br", - "state": "ba", - "name": "Valença", + "country": u"br", + "state": u"ba", + "name": u"Valença", }, { - "country": "br", - "state": "ba", - "name": "Valente", + "country": u"br", + "state": u"ba", + "name": u"Valente", }, { - "country": "br", - "state": "ba", - "name": "Várzea da Roça", + "country": u"br", + "state": u"ba", + "name": u"Várzea da Roça", }, { - "country": "br", - "state": "ba", - "name": "Várzea do Poço", + "country": u"br", + "state": u"ba", + "name": u"Várzea do Poço", }, { - "country": "br", - "state": "ba", - "name": "Várzea Nova", + "country": u"br", + "state": u"ba", + "name": u"Várzea Nova", }, { - "country": "br", - "state": "ba", - "name": "Varzedo", + "country": u"br", + "state": u"ba", + "name": u"Varzedo", }, { - "country": "br", - "state": "ba", - "name": "Vera Cruz", + "country": u"br", + "state": u"ba", + "name": u"Vera Cruz", }, { - "country": "br", - "state": "ba", - "name": "Vereda", + "country": u"br", + "state": u"ba", + "name": u"Vereda", }, { - "country": "br", - "state": "ba", - "name": "Vitória da Conquista", + "country": u"br", + "state": u"ba", + "name": u"Vitória da Conquista", }, { - "country": "br", - "state": "ba", - "name": "Wagner", + "country": u"br", + "state": u"ba", + "name": u"Wagner", }, { - "country": "br", - "state": "ba", - "name": "Wanderley", + "country": u"br", + "state": u"ba", + "name": u"Wanderley", }, { - "country": "br", - "state": "ba", - "name": "Wenceslau Guimarães", + "country": u"br", + "state": u"ba", + "name": u"Wenceslau Guimarães", }, { - "country": "br", - "state": "ba", - "name": "Xique-Xique", + "country": u"br", + "state": u"ba", + "name": u"Xique-Xique", }, { - "country": "br", - "state": "df", - "name": "Brasília", + "country": u"br", + "state": u"df", + "name": u"Brasília", }, { - "country": "br", - "state": "mg", - "name": "Abadia dos Dourados", + "country": u"br", + "state": u"mg", + "name": u"Abadia dos Dourados", }, { - "country": "br", - "state": "mg", - "name": "Abaeté", + "country": u"br", + "state": u"mg", + "name": u"Abaeté", }, { - "country": "br", - "state": "mg", - "name": "Abre Campo", + "country": u"br", + "state": u"mg", + "name": u"Abre Campo", }, { - "country": "br", - "state": "mg", - "name": "Acaiaca", + "country": u"br", + "state": u"mg", + "name": u"Acaiaca", }, { - "country": "br", - "state": "mg", - "name": "Açucena", + "country": u"br", + "state": u"mg", + "name": u"Açucena", }, { - "country": "br", - "state": "mg", - "name": "Água Boa", + "country": u"br", + "state": u"mg", + "name": u"Água Boa", }, { - "country": "br", - "state": "mg", - "name": "Água Comprida", + "country": u"br", + "state": u"mg", + "name": u"Água Comprida", }, { - "country": "br", - "state": "mg", - "name": "Aguanil", + "country": u"br", + "state": u"mg", + "name": u"Aguanil", }, { - "country": "br", - "state": "mg", - "name": "Águas Formosas", + "country": u"br", + "state": u"mg", + "name": u"Águas Formosas", }, { - "country": "br", - "state": "mg", - "name": "Águas Vermelhas", + "country": u"br", + "state": u"mg", + "name": u"Águas Vermelhas", }, { - "country": "br", - "state": "mg", - "name": "Aimorés", + "country": u"br", + "state": u"mg", + "name": u"Aimorés", }, { - "country": "br", - "state": "mg", - "name": "Aiuruoca", + "country": u"br", + "state": u"mg", + "name": u"Aiuruoca", }, { - "country": "br", - "state": "mg", - "name": "Alagoa", + "country": u"br", + "state": u"mg", + "name": u"Alagoa", }, { - "country": "br", - "state": "mg", - "name": "Albertina", + "country": u"br", + "state": u"mg", + "name": u"Albertina", }, { - "country": "br", - "state": "mg", - "name": "Além Paraíba", + "country": u"br", + "state": u"mg", + "name": u"Além Paraíba", }, { - "country": "br", - "state": "mg", - "name": "Alfenas", + "country": u"br", + "state": u"mg", + "name": u"Alfenas", }, { - "country": "br", - "state": "mg", - "name": "Alfredo Vasconcelos", + "country": u"br", + "state": u"mg", + "name": u"Alfredo Vasconcelos", }, { - "country": "br", - "state": "mg", - "name": "Almenara", + "country": u"br", + "state": u"mg", + "name": u"Almenara", }, { - "country": "br", - "state": "mg", - "name": "Alpercata", + "country": u"br", + "state": u"mg", + "name": u"Alpercata", }, { - "country": "br", - "state": "mg", - "name": "Alpinópolis", + "country": u"br", + "state": u"mg", + "name": u"Alpinópolis", }, { - "country": "br", - "state": "mg", - "name": "Alterosa", + "country": u"br", + "state": u"mg", + "name": u"Alterosa", }, { - "country": "br", - "state": "mg", - "name": "Alto Caparaó", + "country": u"br", + "state": u"mg", + "name": u"Alto Caparaó", }, { - "country": "br", - "state": "mg", - "name": "Alto Jequitibá", + "country": u"br", + "state": u"mg", + "name": u"Alto Jequitibá", }, { - "country": "br", - "state": "mg", - "name": "Alto Rio Doce", + "country": u"br", + "state": u"mg", + "name": u"Alto Rio Doce", }, { - "country": "br", - "state": "mg", - "name": "Alvarenga", + "country": u"br", + "state": u"mg", + "name": u"Alvarenga", }, { - "country": "br", - "state": "mg", - "name": "Alvinópolis", + "country": u"br", + "state": u"mg", + "name": u"Alvinópolis", }, { - "country": "br", - "state": "mg", - "name": "Alvorada de Minas", + "country": u"br", + "state": u"mg", + "name": u"Alvorada de Minas", }, { - "country": "br", - "state": "mg", - "name": "Amparo do Serra", + "country": u"br", + "state": u"mg", + "name": u"Amparo do Serra", }, { - "country": "br", - "state": "mg", - "name": "Andradas", + "country": u"br", + "state": u"mg", + "name": u"Andradas", }, { - "country": "br", - "state": "mg", - "name": "Andrelândia", + "country": u"br", + "state": u"mg", + "name": u"Andrelândia", }, { - "country": "br", - "state": "mg", - "name": "Angelândia", + "country": u"br", + "state": u"mg", + "name": u"Angelândia", }, { - "country": "br", - "state": "mg", - "name": "Antônio Carlos", + "country": u"br", + "state": u"mg", + "name": u"Antônio Carlos", }, { - "country": "br", - "state": "mg", - "name": "Antônio Dias", + "country": u"br", + "state": u"mg", + "name": u"Antônio Dias", }, { - "country": "br", - "state": "mg", - "name": "Antônio Prado de Minas", + "country": u"br", + "state": u"mg", + "name": u"Antônio Prado de Minas", }, { - "country": "br", - "state": "mg", - "name": "Araçaí", + "country": u"br", + "state": u"mg", + "name": u"Araçaí", }, { - "country": "br", - "state": "mg", - "name": "Aracitaba", + "country": u"br", + "state": u"mg", + "name": u"Aracitaba", }, { - "country": "br", - "state": "mg", - "name": "Araçuaí", + "country": u"br", + "state": u"mg", + "name": u"Araçuaí", }, { - "country": "br", - "state": "mg", - "name": "Araguari", + "country": u"br", + "state": u"mg", + "name": u"Araguari", }, { - "country": "br", - "state": "mg", - "name": "Arantina", + "country": u"br", + "state": u"mg", + "name": u"Arantina", }, { - "country": "br", - "state": "mg", - "name": "Araponga", + "country": u"br", + "state": u"mg", + "name": u"Araponga", }, { - "country": "br", - "state": "mg", - "name": "Araporã", + "country": u"br", + "state": u"mg", + "name": u"Araporã", }, { - "country": "br", - "state": "mg", - "name": "Arapuá", + "country": u"br", + "state": u"mg", + "name": u"Arapuá", }, { - "country": "br", - "state": "mg", - "name": "Araújos", + "country": u"br", + "state": u"mg", + "name": u"Araújos", }, { - "country": "br", - "state": "mg", - "name": "Araxá", + "country": u"br", + "state": u"mg", + "name": u"Araxá", }, { - "country": "br", - "state": "mg", - "name": "Arceburgo", + "country": u"br", + "state": u"mg", + "name": u"Arceburgo", }, { - "country": "br", - "state": "mg", - "name": "Arcos", + "country": u"br", + "state": u"mg", + "name": u"Arcos", }, { - "country": "br", - "state": "mg", - "name": "Areado", + "country": u"br", + "state": u"mg", + "name": u"Areado", }, { - "country": "br", - "state": "mg", - "name": "Argirita", + "country": u"br", + "state": u"mg", + "name": u"Argirita", }, { - "country": "br", - "state": "mg", - "name": "Aricanduva", + "country": u"br", + "state": u"mg", + "name": u"Aricanduva", }, { - "country": "br", - "state": "mg", - "name": "Arinos", + "country": u"br", + "state": u"mg", + "name": u"Arinos", }, { - "country": "br", - "state": "mg", - "name": "Astolfo Dutra", + "country": u"br", + "state": u"mg", + "name": u"Astolfo Dutra", }, { - "country": "br", - "state": "mg", - "name": "Ataléia", + "country": u"br", + "state": u"mg", + "name": u"Ataléia", }, { - "country": "br", - "state": "mg", - "name": "Augusto de Lima", + "country": u"br", + "state": u"mg", + "name": u"Augusto de Lima", }, { - "country": "br", - "state": "mg", - "name": "Baependi", + "country": u"br", + "state": u"mg", + "name": u"Baependi", }, { - "country": "br", - "state": "mg", - "name": "Baldim", + "country": u"br", + "state": u"mg", + "name": u"Baldim", }, { - "country": "br", - "state": "mg", - "name": "Bambuí", + "country": u"br", + "state": u"mg", + "name": u"Bambuí", }, { - "country": "br", - "state": "mg", - "name": "Bandeira", + "country": u"br", + "state": u"mg", + "name": u"Bandeira", }, { - "country": "br", - "state": "mg", - "name": "Bandeira do Sul", + "country": u"br", + "state": u"mg", + "name": u"Bandeira do Sul", }, { - "country": "br", - "state": "mg", - "name": "Barão de Cocais", + "country": u"br", + "state": u"mg", + "name": u"Barão de Cocais", }, { - "country": "br", - "state": "mg", - "name": "Barão de Monte Alto", + "country": u"br", + "state": u"mg", + "name": u"Barão de Monte Alto", }, { - "country": "br", - "state": "mg", - "name": "Barbacena", + "country": u"br", + "state": u"mg", + "name": u"Barbacena", }, { - "country": "br", - "state": "mg", - "name": "Barra Longa", + "country": u"br", + "state": u"mg", + "name": u"Barra Longa", }, { - "country": "br", - "state": "mg", - "name": "Barroso", + "country": u"br", + "state": u"mg", + "name": u"Barroso", }, { - "country": "br", - "state": "mg", - "name": "Bela Vista de Minas", + "country": u"br", + "state": u"mg", + "name": u"Bela Vista de Minas", }, { - "country": "br", - "state": "mg", - "name": "Belmiro Braga", + "country": u"br", + "state": u"mg", + "name": u"Belmiro Braga", }, { - "country": "br", - "state": "mg", - "name": "Belo Horizonte", + "country": u"br", + "state": u"mg", + "name": u"Belo Horizonte", }, { - "country": "br", - "state": "mg", - "name": "Belo Oriente", + "country": u"br", + "state": u"mg", + "name": u"Belo Oriente", }, { - "country": "br", - "state": "mg", - "name": "Belo Vale", + "country": u"br", + "state": u"mg", + "name": u"Belo Vale", }, { - "country": "br", - "state": "mg", - "name": "Berilo", + "country": u"br", + "state": u"mg", + "name": u"Berilo", }, { - "country": "br", - "state": "mg", - "name": "Berizal", + "country": u"br", + "state": u"mg", + "name": u"Berizal", }, { - "country": "br", - "state": "mg", - "name": "Bertópolis", + "country": u"br", + "state": u"mg", + "name": u"Bertópolis", }, { - "country": "br", - "state": "mg", - "name": "Betim", + "country": u"br", + "state": u"mg", + "name": u"Betim", }, { - "country": "br", - "state": "mg", - "name": "Bias Fortes", + "country": u"br", + "state": u"mg", + "name": u"Bias Fortes", }, { - "country": "br", - "state": "mg", - "name": "Bicas", + "country": u"br", + "state": u"mg", + "name": u"Bicas", }, { - "country": "br", - "state": "mg", - "name": "Biquinhas", + "country": u"br", + "state": u"mg", + "name": u"Biquinhas", }, { - "country": "br", - "state": "mg", - "name": "Boa Esperança", + "country": u"br", + "state": u"mg", + "name": u"Boa Esperança", }, { - "country": "br", - "state": "mg", - "name": "Bocaina de Minas", + "country": u"br", + "state": u"mg", + "name": u"Bocaina de Minas", }, { - "country": "br", - "state": "mg", - "name": "Bocaiúva", + "country": u"br", + "state": u"mg", + "name": u"Bocaiúva", }, { - "country": "br", - "state": "mg", - "name": "Bom Despacho", + "country": u"br", + "state": u"mg", + "name": u"Bom Despacho", }, { - "country": "br", - "state": "mg", - "name": "Bom Jardim de Minas", + "country": u"br", + "state": u"mg", + "name": u"Bom Jardim de Minas", }, { - "country": "br", - "state": "mg", - "name": "Bom Jesus da Penha", + "country": u"br", + "state": u"mg", + "name": u"Bom Jesus da Penha", }, { - "country": "br", - "state": "mg", - "name": "Bom Jesus do Amparo", + "country": u"br", + "state": u"mg", + "name": u"Bom Jesus do Amparo", }, { - "country": "br", - "state": "mg", - "name": "Bom Jesus do Galho", + "country": u"br", + "state": u"mg", + "name": u"Bom Jesus do Galho", }, { - "country": "br", - "state": "mg", - "name": "Bom Repouso", + "country": u"br", + "state": u"mg", + "name": u"Bom Repouso", }, { - "country": "br", - "state": "mg", - "name": "Bom Sucesso", + "country": u"br", + "state": u"mg", + "name": u"Bom Sucesso", }, { - "country": "br", - "state": "mg", - "name": "Bonfim", + "country": u"br", + "state": u"mg", + "name": u"Bonfim", }, { - "country": "br", - "state": "mg", - "name": "Bonfinópolis de Minas", + "country": u"br", + "state": u"mg", + "name": u"Bonfinópolis de Minas", }, { - "country": "br", - "state": "mg", - "name": "Bonito de Minas", + "country": u"br", + "state": u"mg", + "name": u"Bonito de Minas", }, { - "country": "br", - "state": "mg", - "name": "Borda da Mata", + "country": u"br", + "state": u"mg", + "name": u"Borda da Mata", }, { - "country": "br", - "state": "mg", - "name": "Botelhos", + "country": u"br", + "state": u"mg", + "name": u"Botelhos", }, { - "country": "br", - "state": "mg", - "name": "Botumirim", + "country": u"br", + "state": u"mg", + "name": u"Botumirim", }, { - "country": "br", - "state": "mg", - "name": "Brás Pires", + "country": u"br", + "state": u"mg", + "name": u"Brás Pires", }, { - "country": "br", - "state": "mg", - "name": "Brasilândia de Minas", + "country": u"br", + "state": u"mg", + "name": u"Brasilândia de Minas", }, { - "country": "br", - "state": "mg", - "name": "Brasília de Minas", + "country": u"br", + "state": u"mg", + "name": u"Brasília de Minas", }, { - "country": "br", - "state": "mg", - "name": "Brasópolis", + "country": u"br", + "state": u"mg", + "name": u"Brasópolis", }, { - "country": "br", - "state": "mg", - "name": "Braúnas", + "country": u"br", + "state": u"mg", + "name": u"Braúnas", }, { - "country": "br", - "state": "mg", - "name": "Brumadinho", + "country": u"br", + "state": u"mg", + "name": u"Brumadinho", }, { - "country": "br", - "state": "mg", - "name": "Bueno Brandão", + "country": u"br", + "state": u"mg", + "name": u"Bueno Brandão", }, { - "country": "br", - "state": "mg", - "name": "Buenópolis", + "country": u"br", + "state": u"mg", + "name": u"Buenópolis", }, { - "country": "br", - "state": "mg", - "name": "Bugre", + "country": u"br", + "state": u"mg", + "name": u"Bugre", }, { - "country": "br", - "state": "mg", - "name": "Buritis", + "country": u"br", + "state": u"mg", + "name": u"Buritis", }, { - "country": "br", - "state": "mg", - "name": "Buritizeiro", + "country": u"br", + "state": u"mg", + "name": u"Buritizeiro", }, { - "country": "br", - "state": "mg", - "name": "Cabeceira Grande", + "country": u"br", + "state": u"mg", + "name": u"Cabeceira Grande", }, { - "country": "br", - "state": "mg", - "name": "Cabo Verde", + "country": u"br", + "state": u"mg", + "name": u"Cabo Verde", }, { - "country": "br", - "state": "mg", - "name": "Cachoeira da Prata", + "country": u"br", + "state": u"mg", + "name": u"Cachoeira da Prata", }, { - "country": "br", - "state": "mg", - "name": "Cachoeira de Minas", + "country": u"br", + "state": u"mg", + "name": u"Cachoeira de Minas", }, { - "country": "br", - "state": "mg", - "name": "Cachoeira de Pajeú", + "country": u"br", + "state": u"mg", + "name": u"Cachoeira de Pajeú", }, { - "country": "br", - "state": "mg", - "name": "Cachoeira Dourada", + "country": u"br", + "state": u"mg", + "name": u"Cachoeira Dourada", }, { - "country": "br", - "state": "mg", - "name": "Caetanópolis", + "country": u"br", + "state": u"mg", + "name": u"Caetanópolis", }, { - "country": "br", - "state": "mg", - "name": "Caeté", + "country": u"br", + "state": u"mg", + "name": u"Caeté", }, { - "country": "br", - "state": "mg", - "name": "Caiana", + "country": u"br", + "state": u"mg", + "name": u"Caiana", }, { - "country": "br", - "state": "mg", - "name": "Cajuri", + "country": u"br", + "state": u"mg", + "name": u"Cajuri", }, { - "country": "br", - "state": "mg", - "name": "Caldas", + "country": u"br", + "state": u"mg", + "name": u"Caldas", }, { - "country": "br", - "state": "mg", - "name": "Camacho", + "country": u"br", + "state": u"mg", + "name": u"Camacho", }, { - "country": "br", - "state": "mg", - "name": "Camanducaia", + "country": u"br", + "state": u"mg", + "name": u"Camanducaia", }, { - "country": "br", - "state": "mg", - "name": "Cambuí", + "country": u"br", + "state": u"mg", + "name": u"Cambuí", }, { - "country": "br", - "state": "mg", - "name": "Cambuquira", + "country": u"br", + "state": u"mg", + "name": u"Cambuquira", }, { - "country": "br", - "state": "mg", - "name": "Campanário", + "country": u"br", + "state": u"mg", + "name": u"Campanário", }, { - "country": "br", - "state": "mg", - "name": "Campanha", + "country": u"br", + "state": u"mg", + "name": u"Campanha", }, { - "country": "br", - "state": "mg", - "name": "Campestre", + "country": u"br", + "state": u"mg", + "name": u"Campestre", }, { - "country": "br", - "state": "mg", - "name": "Campina Verde", + "country": u"br", + "state": u"mg", + "name": u"Campina Verde", }, { - "country": "br", - "state": "mg", - "name": "Campo Azul", + "country": u"br", + "state": u"mg", + "name": u"Campo Azul", }, { - "country": "br", - "state": "mg", - "name": "Campo Belo", + "country": u"br", + "state": u"mg", + "name": u"Campo Belo", }, { - "country": "br", - "state": "mg", - "name": "Campo do Meio", + "country": u"br", + "state": u"mg", + "name": u"Campo do Meio", }, { - "country": "br", - "state": "mg", - "name": "Campo Florido", + "country": u"br", + "state": u"mg", + "name": u"Campo Florido", }, { - "country": "br", - "state": "mg", - "name": "Campos Altos", + "country": u"br", + "state": u"mg", + "name": u"Campos Altos", }, { - "country": "br", - "state": "mg", - "name": "Campos Gerais", + "country": u"br", + "state": u"mg", + "name": u"Campos Gerais", }, { - "country": "br", - "state": "mg", - "name": "Cana Verde", + "country": u"br", + "state": u"mg", + "name": u"Cana Verde", }, { - "country": "br", - "state": "mg", - "name": "Canaã", + "country": u"br", + "state": u"mg", + "name": u"Canaã", }, { - "country": "br", - "state": "mg", - "name": "Canápolis", + "country": u"br", + "state": u"mg", + "name": u"Canápolis", }, { - "country": "br", - "state": "mg", - "name": "Candeias", + "country": u"br", + "state": u"mg", + "name": u"Candeias", }, { - "country": "br", - "state": "mg", - "name": "Cantagalo", + "country": u"br", + "state": u"mg", + "name": u"Cantagalo", }, { - "country": "br", - "state": "mg", - "name": "Caparaó", + "country": u"br", + "state": u"mg", + "name": u"Caparaó", }, { - "country": "br", - "state": "mg", - "name": "Capela Nova", + "country": u"br", + "state": u"mg", + "name": u"Capela Nova", }, { - "country": "br", - "state": "mg", - "name": "Capelinha", + "country": u"br", + "state": u"mg", + "name": u"Capelinha", }, { - "country": "br", - "state": "mg", - "name": "Capetinga", + "country": u"br", + "state": u"mg", + "name": u"Capetinga", }, { - "country": "br", - "state": "mg", - "name": "Capim Branco", + "country": u"br", + "state": u"mg", + "name": u"Capim Branco", }, { - "country": "br", - "state": "mg", - "name": "Capinópolis", + "country": u"br", + "state": u"mg", + "name": u"Capinópolis", }, { - "country": "br", - "state": "mg", - "name": "Capitão Andrade", + "country": u"br", + "state": u"mg", + "name": u"Capitão Andrade", }, { - "country": "br", - "state": "mg", - "name": "Capitão Enéas", + "country": u"br", + "state": u"mg", + "name": u"Capitão Enéas", }, { - "country": "br", - "state": "mg", - "name": "Capitólio", + "country": u"br", + "state": u"mg", + "name": u"Capitólio", }, { - "country": "br", - "state": "mg", - "name": "Caputira", + "country": u"br", + "state": u"mg", + "name": u"Caputira", }, { - "country": "br", - "state": "mg", - "name": "Caraí", + "country": u"br", + "state": u"mg", + "name": u"Caraí", }, { - "country": "br", - "state": "mg", - "name": "Caranaíba", + "country": u"br", + "state": u"mg", + "name": u"Caranaíba", }, { - "country": "br", - "state": "mg", - "name": "Carandaí", + "country": u"br", + "state": u"mg", + "name": u"Carandaí", }, { - "country": "br", - "state": "mg", - "name": "Carangola", + "country": u"br", + "state": u"mg", + "name": u"Carangola", }, { - "country": "br", - "state": "mg", - "name": "Caratinga", + "country": u"br", + "state": u"mg", + "name": u"Caratinga", }, { - "country": "br", - "state": "mg", - "name": "Carbonita", + "country": u"br", + "state": u"mg", + "name": u"Carbonita", }, { - "country": "br", - "state": "mg", - "name": "Careaçu", + "country": u"br", + "state": u"mg", + "name": u"Careaçu", }, { - "country": "br", - "state": "mg", - "name": "Carlos Chagas", + "country": u"br", + "state": u"mg", + "name": u"Carlos Chagas", }, { - "country": "br", - "state": "mg", - "name": "Carmésia", + "country": u"br", + "state": u"mg", + "name": u"Carmésia", }, { - "country": "br", - "state": "mg", - "name": "Carmo da Cachoeira", + "country": u"br", + "state": u"mg", + "name": u"Carmo da Cachoeira", }, { - "country": "br", - "state": "mg", - "name": "Carmo da Mata", + "country": u"br", + "state": u"mg", + "name": u"Carmo da Mata", }, { - "country": "br", - "state": "mg", - "name": "Carmo de Minas", + "country": u"br", + "state": u"mg", + "name": u"Carmo de Minas", }, { - "country": "br", - "state": "mg", - "name": "Carmo do Cajuru", + "country": u"br", + "state": u"mg", + "name": u"Carmo do Cajuru", }, { - "country": "br", - "state": "mg", - "name": "Carmo do Paranaíba", + "country": u"br", + "state": u"mg", + "name": u"Carmo do Paranaíba", }, { - "country": "br", - "state": "mg", - "name": "Carmo do Rio Claro", + "country": u"br", + "state": u"mg", + "name": u"Carmo do Rio Claro", }, { - "country": "br", - "state": "mg", - "name": "Carmópolis de Minas", + "country": u"br", + "state": u"mg", + "name": u"Carmópolis de Minas", }, { - "country": "br", - "state": "mg", - "name": "Carneirinho", + "country": u"br", + "state": u"mg", + "name": u"Carneirinho", }, { - "country": "br", - "state": "mg", - "name": "Carrancas", + "country": u"br", + "state": u"mg", + "name": u"Carrancas", }, { - "country": "br", - "state": "mg", - "name": "Carvalhópolis", + "country": u"br", + "state": u"mg", + "name": u"Carvalhópolis", }, { - "country": "br", - "state": "mg", - "name": "Carvalhos", + "country": u"br", + "state": u"mg", + "name": u"Carvalhos", }, { - "country": "br", - "state": "mg", - "name": "Casa Grande", + "country": u"br", + "state": u"mg", + "name": u"Casa Grande", }, { - "country": "br", - "state": "mg", - "name": "Cascalho Rico", + "country": u"br", + "state": u"mg", + "name": u"Cascalho Rico", }, { - "country": "br", - "state": "mg", - "name": "Cássia", + "country": u"br", + "state": u"mg", + "name": u"Cássia", }, { - "country": "br", - "state": "mg", - "name": "Cataguases", + "country": u"br", + "state": u"mg", + "name": u"Cataguases", }, { - "country": "br", - "state": "mg", - "name": "Catas Altas", + "country": u"br", + "state": u"mg", + "name": u"Catas Altas", }, { - "country": "br", - "state": "mg", - "name": "Catas Altas da Noruega", + "country": u"br", + "state": u"mg", + "name": u"Catas Altas da Noruega", }, { - "country": "br", - "state": "mg", - "name": "Catuji", + "country": u"br", + "state": u"mg", + "name": u"Catuji", }, { - "country": "br", - "state": "mg", - "name": "Catuti", + "country": u"br", + "state": u"mg", + "name": u"Catuti", }, { - "country": "br", - "state": "mg", - "name": "Caxambu", + "country": u"br", + "state": u"mg", + "name": u"Caxambu", }, { - "country": "br", - "state": "mg", - "name": "Cedro do Abaeté", + "country": u"br", + "state": u"mg", + "name": u"Cedro do Abaeté", }, { - "country": "br", - "state": "mg", - "name": "Central de Minas", + "country": u"br", + "state": u"mg", + "name": u"Central de Minas", }, { - "country": "br", - "state": "mg", - "name": "Centralina", + "country": u"br", + "state": u"mg", + "name": u"Centralina", }, { - "country": "br", - "state": "mg", - "name": "Chácara", + "country": u"br", + "state": u"mg", + "name": u"Chácara", }, { - "country": "br", - "state": "mg", - "name": "Chalé", + "country": u"br", + "state": u"mg", + "name": u"Chalé", }, { - "country": "br", - "state": "mg", - "name": "Chapada do Norte", + "country": u"br", + "state": u"mg", + "name": u"Chapada do Norte", }, { - "country": "br", - "state": "mg", - "name": "Chapada Gaúcha", + "country": u"br", + "state": u"mg", + "name": u"Chapada Gaúcha", }, { - "country": "br", - "state": "mg", - "name": "Chiador", + "country": u"br", + "state": u"mg", + "name": u"Chiador", }, { - "country": "br", - "state": "mg", - "name": "Cipotânea", + "country": u"br", + "state": u"mg", + "name": u"Cipotânea", }, { - "country": "br", - "state": "mg", - "name": "Claraval", + "country": u"br", + "state": u"mg", + "name": u"Claraval", }, { - "country": "br", - "state": "mg", - "name": "Claro dos Poções", + "country": u"br", + "state": u"mg", + "name": u"Claro dos Poções", }, { - "country": "br", - "state": "mg", - "name": "Cláudio", + "country": u"br", + "state": u"mg", + "name": u"Cláudio", }, { - "country": "br", - "state": "mg", - "name": "Coimbra", + "country": u"br", + "state": u"mg", + "name": u"Coimbra", }, { - "country": "br", - "state": "mg", - "name": "Coluna", + "country": u"br", + "state": u"mg", + "name": u"Coluna", }, { - "country": "br", - "state": "mg", - "name": "Comendador Gomes", + "country": u"br", + "state": u"mg", + "name": u"Comendador Gomes", }, { - "country": "br", - "state": "mg", - "name": "Comercinho", + "country": u"br", + "state": u"mg", + "name": u"Comercinho", }, { - "country": "br", - "state": "mg", - "name": "Conceição da Aparecida", + "country": u"br", + "state": u"mg", + "name": u"Conceição da Aparecida", }, { - "country": "br", - "state": "mg", - "name": "Conceição da Barra de Minas", + "country": u"br", + "state": u"mg", + "name": u"Conceição da Barra de Minas", }, { - "country": "br", - "state": "mg", - "name": "Conceição das Alagoas", + "country": u"br", + "state": u"mg", + "name": u"Conceição das Alagoas", }, { - "country": "br", - "state": "mg", - "name": "Conceição das Pedras", + "country": u"br", + "state": u"mg", + "name": u"Conceição das Pedras", }, { - "country": "br", - "state": "mg", - "name": "Conceição de Ipanema", + "country": u"br", + "state": u"mg", + "name": u"Conceição de Ipanema", }, { - "country": "br", - "state": "mg", - "name": "Conceição do Mato Dentro", + "country": u"br", + "state": u"mg", + "name": u"Conceição do Mato Dentro", }, { - "country": "br", - "state": "mg", - "name": "Conceição do Pará", + "country": u"br", + "state": u"mg", + "name": u"Conceição do Pará", }, { - "country": "br", - "state": "mg", - "name": "Conceição do Rio Verde", + "country": u"br", + "state": u"mg", + "name": u"Conceição do Rio Verde", }, { - "country": "br", - "state": "mg", - "name": "Conceição dos Ouros", + "country": u"br", + "state": u"mg", + "name": u"Conceição dos Ouros", }, { - "country": "br", - "state": "mg", - "name": "Cônego Marinho", + "country": u"br", + "state": u"mg", + "name": u"Cônego Marinho", }, { - "country": "br", - "state": "mg", - "name": "Confins", + "country": u"br", + "state": u"mg", + "name": u"Confins", }, { - "country": "br", - "state": "mg", - "name": "Congonhal", + "country": u"br", + "state": u"mg", + "name": u"Congonhal", }, { - "country": "br", - "state": "mg", - "name": "Congonhas", + "country": u"br", + "state": u"mg", + "name": u"Congonhas", }, { - "country": "br", - "state": "mg", - "name": "Congonhas do Norte", + "country": u"br", + "state": u"mg", + "name": u"Congonhas do Norte", }, { - "country": "br", - "state": "mg", - "name": "Conquista", + "country": u"br", + "state": u"mg", + "name": u"Conquista", }, { - "country": "br", - "state": "mg", - "name": "Conselheiro Lafaiete", + "country": u"br", + "state": u"mg", + "name": u"Conselheiro Lafaiete", }, { - "country": "br", - "state": "mg", - "name": "Conselheiro Pena", + "country": u"br", + "state": u"mg", + "name": u"Conselheiro Pena", }, { - "country": "br", - "state": "mg", - "name": "Consolação", + "country": u"br", + "state": u"mg", + "name": u"Consolação", }, { - "country": "br", - "state": "mg", - "name": "Contagem", + "country": u"br", + "state": u"mg", + "name": u"Contagem", }, { - "country": "br", - "state": "mg", - "name": "Coqueiral", + "country": u"br", + "state": u"mg", + "name": u"Coqueiral", }, { - "country": "br", - "state": "mg", - "name": "Coração de Jesus", + "country": u"br", + "state": u"mg", + "name": u"Coração de Jesus", }, { - "country": "br", - "state": "mg", - "name": "Cordisburgo", + "country": u"br", + "state": u"mg", + "name": u"Cordisburgo", }, { - "country": "br", - "state": "mg", - "name": "Cordislândia", + "country": u"br", + "state": u"mg", + "name": u"Cordislândia", }, { - "country": "br", - "state": "mg", - "name": "Corinto", + "country": u"br", + "state": u"mg", + "name": u"Corinto", }, { - "country": "br", - "state": "mg", - "name": "Coroaci", + "country": u"br", + "state": u"mg", + "name": u"Coroaci", }, { - "country": "br", - "state": "mg", - "name": "Coromandel", + "country": u"br", + "state": u"mg", + "name": u"Coromandel", }, { - "country": "br", - "state": "mg", - "name": "Coronel Fabriciano", + "country": u"br", + "state": u"mg", + "name": u"Coronel Fabriciano", }, { - "country": "br", - "state": "mg", - "name": "Coronel Murta", + "country": u"br", + "state": u"mg", + "name": u"Coronel Murta", }, { - "country": "br", - "state": "mg", - "name": "Coronel Pacheco", + "country": u"br", + "state": u"mg", + "name": u"Coronel Pacheco", }, { - "country": "br", - "state": "mg", - "name": "Coronel Xavier Chaves", + "country": u"br", + "state": u"mg", + "name": u"Coronel Xavier Chaves", }, { - "country": "br", - "state": "mg", - "name": "Córrego Danta", + "country": u"br", + "state": u"mg", + "name": u"Córrego Danta", }, { - "country": "br", - "state": "mg", - "name": "Córrego do Bom Jesus", + "country": u"br", + "state": u"mg", + "name": u"Córrego do Bom Jesus", }, { - "country": "br", - "state": "mg", - "name": "Córrego Fundo", + "country": u"br", + "state": u"mg", + "name": u"Córrego Fundo", }, { - "country": "br", - "state": "mg", - "name": "Córrego Novo", + "country": u"br", + "state": u"mg", + "name": u"Córrego Novo", }, { - "country": "br", - "state": "mg", - "name": "Couto de Magalhães de Minas", + "country": u"br", + "state": u"mg", + "name": u"Couto de Magalhães de Minas", }, { - "country": "br", - "state": "mg", - "name": "Crisólita", + "country": u"br", + "state": u"mg", + "name": u"Crisólita", }, { - "country": "br", - "state": "mg", - "name": "Cristais", + "country": u"br", + "state": u"mg", + "name": u"Cristais", }, { - "country": "br", - "state": "mg", - "name": "Cristália", + "country": u"br", + "state": u"mg", + "name": u"Cristália", }, { - "country": "br", - "state": "mg", - "name": "Cristiano Otoni", + "country": u"br", + "state": u"mg", + "name": u"Cristiano Otoni", }, { - "country": "br", - "state": "mg", - "name": "Cristina", + "country": u"br", + "state": u"mg", + "name": u"Cristina", }, { - "country": "br", - "state": "mg", - "name": "Crucilândia", + "country": u"br", + "state": u"mg", + "name": u"Crucilândia", }, { - "country": "br", - "state": "mg", - "name": "Cruzeiro da Fortaleza", + "country": u"br", + "state": u"mg", + "name": u"Cruzeiro da Fortaleza", }, { - "country": "br", - "state": "mg", - "name": "Cruzília", + "country": u"br", + "state": u"mg", + "name": u"Cruzília", }, { - "country": "br", - "state": "mg", - "name": "Cuparaque", + "country": u"br", + "state": u"mg", + "name": u"Cuparaque", }, { - "country": "br", - "state": "mg", - "name": "Curral de Dentro", + "country": u"br", + "state": u"mg", + "name": u"Curral de Dentro", }, { - "country": "br", - "state": "mg", - "name": "Curvelo", + "country": u"br", + "state": u"mg", + "name": u"Curvelo", }, { - "country": "br", - "state": "mg", - "name": "Datas", + "country": u"br", + "state": u"mg", + "name": u"Datas", }, { - "country": "br", - "state": "mg", - "name": "Delfim Moreira", + "country": u"br", + "state": u"mg", + "name": u"Delfim Moreira", }, { - "country": "br", - "state": "mg", - "name": "Delfinópolis", + "country": u"br", + "state": u"mg", + "name": u"Delfinópolis", }, { - "country": "br", - "state": "mg", - "name": "Delta", + "country": u"br", + "state": u"mg", + "name": u"Delta", }, { - "country": "br", - "state": "mg", - "name": "Descoberto", + "country": u"br", + "state": u"mg", + "name": u"Descoberto", }, { - "country": "br", - "state": "mg", - "name": "Desterro de Entre Rios", + "country": u"br", + "state": u"mg", + "name": u"Desterro de Entre Rios", }, { - "country": "br", - "state": "mg", - "name": "Desterro do Melo", + "country": u"br", + "state": u"mg", + "name": u"Desterro do Melo", }, { - "country": "br", - "state": "mg", - "name": "Diamantina", + "country": u"br", + "state": u"mg", + "name": u"Diamantina", }, { - "country": "br", - "state": "mg", - "name": "Diogo de Vasconcelos", + "country": u"br", + "state": u"mg", + "name": u"Diogo de Vasconcelos", }, { - "country": "br", - "state": "mg", - "name": "Dionísio", + "country": u"br", + "state": u"mg", + "name": u"Dionísio", }, { - "country": "br", - "state": "mg", - "name": "Divinésia", + "country": u"br", + "state": u"mg", + "name": u"Divinésia", }, { - "country": "br", - "state": "mg", - "name": "Divino", + "country": u"br", + "state": u"mg", + "name": u"Divino", }, { - "country": "br", - "state": "mg", - "name": "Divino das Laranjeiras", + "country": u"br", + "state": u"mg", + "name": u"Divino das Laranjeiras", }, { - "country": "br", - "state": "mg", - "name": "Divinolândia de Minas", + "country": u"br", + "state": u"mg", + "name": u"Divinolândia de Minas", }, { - "country": "br", - "state": "mg", - "name": "Divinópolis", + "country": u"br", + "state": u"mg", + "name": u"Divinópolis", }, { - "country": "br", - "state": "mg", - "name": "Divisa Alegre", + "country": u"br", + "state": u"mg", + "name": u"Divisa Alegre", }, { - "country": "br", - "state": "mg", - "name": "Divisa Nova", + "country": u"br", + "state": u"mg", + "name": u"Divisa Nova", }, { - "country": "br", - "state": "mg", - "name": "Divisópolis", + "country": u"br", + "state": u"mg", + "name": u"Divisópolis", }, { - "country": "br", - "state": "mg", - "name": "Dom Bosco", + "country": u"br", + "state": u"mg", + "name": u"Dom Bosco", }, { - "country": "br", - "state": "mg", - "name": "Dom Cavati", + "country": u"br", + "state": u"mg", + "name": u"Dom Cavati", }, { - "country": "br", - "state": "mg", - "name": "Dom Joaquim", + "country": u"br", + "state": u"mg", + "name": u"Dom Joaquim", }, { - "country": "br", - "state": "mg", - "name": "Dom Silvério", + "country": u"br", + "state": u"mg", + "name": u"Dom Silvério", }, { - "country": "br", - "state": "mg", - "name": "Dom Viçoso", + "country": u"br", + "state": u"mg", + "name": u"Dom Viçoso", }, { - "country": "br", - "state": "mg", - "name": "Dona Eusébia", + "country": u"br", + "state": u"mg", + "name": u"Dona Eusébia", }, { - "country": "br", - "state": "mg", - "name": "Dores de Campos", + "country": u"br", + "state": u"mg", + "name": u"Dores de Campos", }, { - "country": "br", - "state": "mg", - "name": "Dores de Guanhães", + "country": u"br", + "state": u"mg", + "name": u"Dores de Guanhães", }, { - "country": "br", - "state": "mg", - "name": "Dores do Indaiá", + "country": u"br", + "state": u"mg", + "name": u"Dores do Indaiá", }, { - "country": "br", - "state": "mg", - "name": "Dores do Turvo", + "country": u"br", + "state": u"mg", + "name": u"Dores do Turvo", }, { - "country": "br", - "state": "mg", - "name": "Doresópolis", + "country": u"br", + "state": u"mg", + "name": u"Doresópolis", }, { - "country": "br", - "state": "mg", - "name": "Douradoquara", + "country": u"br", + "state": u"mg", + "name": u"Douradoquara", }, { - "country": "br", - "state": "mg", - "name": "Durandé", + "country": u"br", + "state": u"mg", + "name": u"Durandé", }, { - "country": "br", - "state": "mg", - "name": "Elói Mendes", + "country": u"br", + "state": u"mg", + "name": u"Elói Mendes", }, { - "country": "br", - "state": "mg", - "name": "Engenheiro Caldas", + "country": u"br", + "state": u"mg", + "name": u"Engenheiro Caldas", }, { - "country": "br", - "state": "mg", - "name": "Engenheiro Navarro", + "country": u"br", + "state": u"mg", + "name": u"Engenheiro Navarro", }, { - "country": "br", - "state": "mg", - "name": "Entre Folhas", + "country": u"br", + "state": u"mg", + "name": u"Entre Folhas", }, { - "country": "br", - "state": "mg", - "name": "Entre Rios de Minas", + "country": u"br", + "state": u"mg", + "name": u"Entre Rios de Minas", }, { - "country": "br", - "state": "mg", - "name": "Ervália", + "country": u"br", + "state": u"mg", + "name": u"Ervália", }, { - "country": "br", - "state": "mg", - "name": "Esmeraldas", + "country": u"br", + "state": u"mg", + "name": u"Esmeraldas", }, { - "country": "br", - "state": "mg", - "name": "Espera Feliz", + "country": u"br", + "state": u"mg", + "name": u"Espera Feliz", }, { - "country": "br", - "state": "mg", - "name": "Espinosa", + "country": u"br", + "state": u"mg", + "name": u"Espinosa", }, { - "country": "br", - "state": "mg", - "name": "Espírito Santo do Dourado", + "country": u"br", + "state": u"mg", + "name": u"Espírito Santo do Dourado", }, { - "country": "br", - "state": "mg", - "name": "Estiva", + "country": u"br", + "state": u"mg", + "name": u"Estiva", }, { - "country": "br", - "state": "mg", - "name": "Estrela Dalva", + "country": u"br", + "state": u"mg", + "name": u"Estrela Dalva", }, { - "country": "br", - "state": "mg", - "name": "Estrela do Indaiá", + "country": u"br", + "state": u"mg", + "name": u"Estrela do Indaiá", }, { - "country": "br", - "state": "mg", - "name": "Estrela do Sul", + "country": u"br", + "state": u"mg", + "name": u"Estrela do Sul", }, { - "country": "br", - "state": "mg", - "name": "Eugenópolis", + "country": u"br", + "state": u"mg", + "name": u"Eugenópolis", }, { - "country": "br", - "state": "mg", - "name": "Ewbank da Câmara", + "country": u"br", + "state": u"mg", + "name": u"Ewbank da Câmara", }, { - "country": "br", - "state": "mg", - "name": "Extrema", + "country": u"br", + "state": u"mg", + "name": u"Extrema", }, { - "country": "br", - "state": "mg", - "name": "Fama", + "country": u"br", + "state": u"mg", + "name": u"Fama", }, { - "country": "br", - "state": "mg", - "name": "Faria Lemos", + "country": u"br", + "state": u"mg", + "name": u"Faria Lemos", }, { - "country": "br", - "state": "mg", - "name": "Felício dos Santos", + "country": u"br", + "state": u"mg", + "name": u"Felício dos Santos", }, { - "country": "br", - "state": "mg", - "name": "Felisburgo", + "country": u"br", + "state": u"mg", + "name": u"Felisburgo", }, { - "country": "br", - "state": "mg", - "name": "Felixlândia", + "country": u"br", + "state": u"mg", + "name": u"Felixlândia", }, { - "country": "br", - "state": "mg", - "name": "Fernandes Tourinho", + "country": u"br", + "state": u"mg", + "name": u"Fernandes Tourinho", }, { - "country": "br", - "state": "mg", - "name": "Ferros", + "country": u"br", + "state": u"mg", + "name": u"Ferros", }, { - "country": "br", - "state": "mg", - "name": "Fervedouro", + "country": u"br", + "state": u"mg", + "name": u"Fervedouro", }, { - "country": "br", - "state": "mg", - "name": "Florestal", + "country": u"br", + "state": u"mg", + "name": u"Florestal", }, { - "country": "br", - "state": "mg", - "name": "Formiga", + "country": u"br", + "state": u"mg", + "name": u"Formiga", }, { - "country": "br", - "state": "mg", - "name": "Formoso", + "country": u"br", + "state": u"mg", + "name": u"Formoso", }, { - "country": "br", - "state": "mg", - "name": "Fortaleza de Minas", + "country": u"br", + "state": u"mg", + "name": u"Fortaleza de Minas", }, { - "country": "br", - "state": "mg", - "name": "Fortuna de Minas", + "country": u"br", + "state": u"mg", + "name": u"Fortuna de Minas", }, { - "country": "br", - "state": "mg", - "name": "Francisco Badaró", + "country": u"br", + "state": u"mg", + "name": u"Francisco Badaró", }, { - "country": "br", - "state": "mg", - "name": "Francisco Dumont", + "country": u"br", + "state": u"mg", + "name": u"Francisco Dumont", }, { - "country": "br", - "state": "mg", - "name": "Francisco Sá", + "country": u"br", + "state": u"mg", + "name": u"Francisco Sá", }, { - "country": "br", - "state": "mg", - "name": "Franciscópolis", + "country": u"br", + "state": u"mg", + "name": u"Franciscópolis", }, { - "country": "br", - "state": "mg", - "name": "Frei Gaspar", + "country": u"br", + "state": u"mg", + "name": u"Frei Gaspar", }, { - "country": "br", - "state": "mg", - "name": "Frei Inocêncio", + "country": u"br", + "state": u"mg", + "name": u"Frei Inocêncio", }, { - "country": "br", - "state": "mg", - "name": "Frei Lagonegro", + "country": u"br", + "state": u"mg", + "name": u"Frei Lagonegro", }, { - "country": "br", - "state": "mg", - "name": "Fronteira", + "country": u"br", + "state": u"mg", + "name": u"Fronteira", }, { - "country": "br", - "state": "mg", - "name": "Fronteira dos Vales", + "country": u"br", + "state": u"mg", + "name": u"Fronteira dos Vales", }, { - "country": "br", - "state": "mg", - "name": "Fruta de Leite", + "country": u"br", + "state": u"mg", + "name": u"Fruta de Leite", }, { - "country": "br", - "state": "mg", - "name": "Frutal", + "country": u"br", + "state": u"mg", + "name": u"Frutal", }, { - "country": "br", - "state": "mg", - "name": "Funilândia", + "country": u"br", + "state": u"mg", + "name": u"Funilândia", }, { - "country": "br", - "state": "mg", - "name": "Galiléia", + "country": u"br", + "state": u"mg", + "name": u"Galiléia", }, { - "country": "br", - "state": "mg", - "name": "Gameleiras", + "country": u"br", + "state": u"mg", + "name": u"Gameleiras", }, { - "country": "br", - "state": "mg", - "name": "Glaucilândia", + "country": u"br", + "state": u"mg", + "name": u"Glaucilândia", }, { - "country": "br", - "state": "mg", - "name": "Goiabeira", + "country": u"br", + "state": u"mg", + "name": u"Goiabeira", }, { - "country": "br", - "state": "mg", - "name": "Goianá", + "country": u"br", + "state": u"mg", + "name": u"Goianá", }, { - "country": "br", - "state": "mg", - "name": "Gonçalves", + "country": u"br", + "state": u"mg", + "name": u"Gonçalves", }, { - "country": "br", - "state": "mg", - "name": "Gonzaga", + "country": u"br", + "state": u"mg", + "name": u"Gonzaga", }, { - "country": "br", - "state": "mg", - "name": "Gouveia", + "country": u"br", + "state": u"mg", + "name": u"Gouveia", }, { - "country": "br", - "state": "mg", - "name": "Governador Valadares", + "country": u"br", + "state": u"mg", + "name": u"Governador Valadares", }, { - "country": "br", - "state": "mg", - "name": "Grão Mogol", + "country": u"br", + "state": u"mg", + "name": u"Grão Mogol", }, { - "country": "br", - "state": "mg", - "name": "Grupiara", + "country": u"br", + "state": u"mg", + "name": u"Grupiara", }, { - "country": "br", - "state": "mg", - "name": "Guanhães", + "country": u"br", + "state": u"mg", + "name": u"Guanhães", }, { - "country": "br", - "state": "mg", - "name": "Guapé", + "country": u"br", + "state": u"mg", + "name": u"Guapé", }, { - "country": "br", - "state": "mg", - "name": "Guaraciaba", + "country": u"br", + "state": u"mg", + "name": u"Guaraciaba", }, { - "country": "br", - "state": "mg", - "name": "Guaraciama", + "country": u"br", + "state": u"mg", + "name": u"Guaraciama", }, { - "country": "br", - "state": "mg", - "name": "Guaranésia", + "country": u"br", + "state": u"mg", + "name": u"Guaranésia", }, { - "country": "br", - "state": "mg", - "name": "Guarani", + "country": u"br", + "state": u"mg", + "name": u"Guarani", }, { - "country": "br", - "state": "mg", - "name": "Guarará", + "country": u"br", + "state": u"mg", + "name": u"Guarará", }, { - "country": "br", - "state": "mg", - "name": "Guarda-Mor", + "country": u"br", + "state": u"mg", + "name": u"Guarda-Mor", }, { - "country": "br", - "state": "mg", - "name": "Guaxupé", + "country": u"br", + "state": u"mg", + "name": u"Guaxupé", }, { - "country": "br", - "state": "mg", - "name": "Guidoval", + "country": u"br", + "state": u"mg", + "name": u"Guidoval", }, { - "country": "br", - "state": "mg", - "name": "Guimarânia", + "country": u"br", + "state": u"mg", + "name": u"Guimarânia", }, { - "country": "br", - "state": "mg", - "name": "Guiricema", + "country": u"br", + "state": u"mg", + "name": u"Guiricema", }, { - "country": "br", - "state": "mg", - "name": "Gurinhatã", + "country": u"br", + "state": u"mg", + "name": u"Gurinhatã", }, { - "country": "br", - "state": "mg", - "name": "Heliodora", + "country": u"br", + "state": u"mg", + "name": u"Heliodora", }, { - "country": "br", - "state": "mg", - "name": "Iapu", + "country": u"br", + "state": u"mg", + "name": u"Iapu", }, { - "country": "br", - "state": "mg", - "name": "Ibertioga", + "country": u"br", + "state": u"mg", + "name": u"Ibertioga", }, { - "country": "br", - "state": "mg", - "name": "Ibiá", + "country": u"br", + "state": u"mg", + "name": u"Ibiá", }, { - "country": "br", - "state": "mg", - "name": "Ibiaí", + "country": u"br", + "state": u"mg", + "name": u"Ibiaí", }, { - "country": "br", - "state": "mg", - "name": "Ibiracatu", + "country": u"br", + "state": u"mg", + "name": u"Ibiracatu", }, { - "country": "br", - "state": "mg", - "name": "Ibiraci", + "country": u"br", + "state": u"mg", + "name": u"Ibiraci", }, { - "country": "br", - "state": "mg", - "name": "Ibirité", + "country": u"br", + "state": u"mg", + "name": u"Ibirité", }, { - "country": "br", - "state": "mg", - "name": "Ibitiúra de Minas", + "country": u"br", + "state": u"mg", + "name": u"Ibitiúra de Minas", }, { - "country": "br", - "state": "mg", - "name": "Ibituruna", + "country": u"br", + "state": u"mg", + "name": u"Ibituruna", }, { - "country": "br", - "state": "mg", - "name": "Icaraí de Minas", + "country": u"br", + "state": u"mg", + "name": u"Icaraí de Minas", }, { - "country": "br", - "state": "mg", - "name": "Igarapé", + "country": u"br", + "state": u"mg", + "name": u"Igarapé", }, { - "country": "br", - "state": "mg", - "name": "Igaratinga", + "country": u"br", + "state": u"mg", + "name": u"Igaratinga", }, { - "country": "br", - "state": "mg", - "name": "Iguatama", + "country": u"br", + "state": u"mg", + "name": u"Iguatama", }, { - "country": "br", - "state": "mg", - "name": "Ijaci", + "country": u"br", + "state": u"mg", + "name": u"Ijaci", }, { - "country": "br", - "state": "mg", - "name": "Ilicínea", + "country": u"br", + "state": u"mg", + "name": u"Ilicínea", }, { - "country": "br", - "state": "mg", - "name": "Imbé de Minas", + "country": u"br", + "state": u"mg", + "name": u"Imbé de Minas", }, { - "country": "br", - "state": "mg", - "name": "Inconfidentes", + "country": u"br", + "state": u"mg", + "name": u"Inconfidentes", }, { - "country": "br", - "state": "mg", - "name": "Indaiabira", + "country": u"br", + "state": u"mg", + "name": u"Indaiabira", }, { - "country": "br", - "state": "mg", - "name": "Indianópolis", + "country": u"br", + "state": u"mg", + "name": u"Indianópolis", }, { - "country": "br", - "state": "mg", - "name": "Ingaí", + "country": u"br", + "state": u"mg", + "name": u"Ingaí", }, { - "country": "br", - "state": "mg", - "name": "Inhapim", + "country": u"br", + "state": u"mg", + "name": u"Inhapim", }, { - "country": "br", - "state": "mg", - "name": "Inhaúma", + "country": u"br", + "state": u"mg", + "name": u"Inhaúma", }, { - "country": "br", - "state": "mg", - "name": "Inimutaba", + "country": u"br", + "state": u"mg", + "name": u"Inimutaba", }, { - "country": "br", - "state": "mg", - "name": "Ipaba", + "country": u"br", + "state": u"mg", + "name": u"Ipaba", }, { - "country": "br", - "state": "mg", - "name": "Ipanema", + "country": u"br", + "state": u"mg", + "name": u"Ipanema", }, { - "country": "br", - "state": "mg", - "name": "Ipatinga", + "country": u"br", + "state": u"mg", + "name": u"Ipatinga", }, { - "country": "br", - "state": "mg", - "name": "Ipiaçu", + "country": u"br", + "state": u"mg", + "name": u"Ipiaçu", }, { - "country": "br", - "state": "mg", - "name": "Ipuiúna", + "country": u"br", + "state": u"mg", + "name": u"Ipuiúna", }, { - "country": "br", - "state": "mg", - "name": "Iraí de Minas", + "country": u"br", + "state": u"mg", + "name": u"Iraí de Minas", }, { - "country": "br", - "state": "mg", - "name": "Itabira", + "country": u"br", + "state": u"mg", + "name": u"Itabira", }, { - "country": "br", - "state": "mg", - "name": "Itabirinha de Mantena", + "country": u"br", + "state": u"mg", + "name": u"Itabirinha de Mantena", }, { - "country": "br", - "state": "mg", - "name": "Itabirito", + "country": u"br", + "state": u"mg", + "name": u"Itabirito", }, { - "country": "br", - "state": "mg", - "name": "Itacambira", + "country": u"br", + "state": u"mg", + "name": u"Itacambira", }, { - "country": "br", - "state": "mg", - "name": "Itacarambi", + "country": u"br", + "state": u"mg", + "name": u"Itacarambi", }, { - "country": "br", - "state": "mg", - "name": "Itaguara", + "country": u"br", + "state": u"mg", + "name": u"Itaguara", }, { - "country": "br", - "state": "mg", - "name": "Itaipé", + "country": u"br", + "state": u"mg", + "name": u"Itaipé", }, { - "country": "br", - "state": "mg", - "name": "Itajubá", + "country": u"br", + "state": u"mg", + "name": u"Itajubá", }, { - "country": "br", - "state": "mg", - "name": "Itamarandiba", + "country": u"br", + "state": u"mg", + "name": u"Itamarandiba", }, { - "country": "br", - "state": "mg", - "name": "Itamarati de Minas", + "country": u"br", + "state": u"mg", + "name": u"Itamarati de Minas", }, { - "country": "br", - "state": "mg", - "name": "Itambacuri", + "country": u"br", + "state": u"mg", + "name": u"Itambacuri", }, { - "country": "br", - "state": "mg", - "name": "Itambé do Mato Dentro", + "country": u"br", + "state": u"mg", + "name": u"Itambé do Mato Dentro", }, { - "country": "br", - "state": "mg", - "name": "Itamogi", + "country": u"br", + "state": u"mg", + "name": u"Itamogi", }, { - "country": "br", - "state": "mg", - "name": "Itamonte", + "country": u"br", + "state": u"mg", + "name": u"Itamonte", }, { - "country": "br", - "state": "mg", - "name": "Itanhandu", + "country": u"br", + "state": u"mg", + "name": u"Itanhandu", }, { - "country": "br", - "state": "mg", - "name": "Itanhomi", + "country": u"br", + "state": u"mg", + "name": u"Itanhomi", }, { - "country": "br", - "state": "mg", - "name": "Itaobim", + "country": u"br", + "state": u"mg", + "name": u"Itaobim", }, { - "country": "br", - "state": "mg", - "name": "Itapagipe", + "country": u"br", + "state": u"mg", + "name": u"Itapagipe", }, { - "country": "br", - "state": "mg", - "name": "Itapecerica", + "country": u"br", + "state": u"mg", + "name": u"Itapecerica", }, { - "country": "br", - "state": "mg", - "name": "Itapeva", + "country": u"br", + "state": u"mg", + "name": u"Itapeva", }, { - "country": "br", - "state": "mg", - "name": "Itatiaiuçu", + "country": u"br", + "state": u"mg", + "name": u"Itatiaiuçu", }, { - "country": "br", - "state": "mg", - "name": "Itaú de Minas", + "country": u"br", + "state": u"mg", + "name": u"Itaú de Minas", }, { - "country": "br", - "state": "mg", - "name": "Itaúna", + "country": u"br", + "state": u"mg", + "name": u"Itaúna", }, { - "country": "br", - "state": "mg", - "name": "Itaverava", + "country": u"br", + "state": u"mg", + "name": u"Itaverava", }, { - "country": "br", - "state": "mg", - "name": "Itinga", + "country": u"br", + "state": u"mg", + "name": u"Itinga", }, { - "country": "br", - "state": "mg", - "name": "Itueta", + "country": u"br", + "state": u"mg", + "name": u"Itueta", }, { - "country": "br", - "state": "mg", - "name": "Ituiutaba", + "country": u"br", + "state": u"mg", + "name": u"Ituiutaba", }, { - "country": "br", - "state": "mg", - "name": "Itumirim", + "country": u"br", + "state": u"mg", + "name": u"Itumirim", }, { - "country": "br", - "state": "mg", - "name": "Iturama", + "country": u"br", + "state": u"mg", + "name": u"Iturama", }, { - "country": "br", - "state": "mg", - "name": "Itutinga", + "country": u"br", + "state": u"mg", + "name": u"Itutinga", }, { - "country": "br", - "state": "mg", - "name": "Jaboticatubas", + "country": u"br", + "state": u"mg", + "name": u"Jaboticatubas", }, { - "country": "br", - "state": "mg", - "name": "Jacinto", + "country": u"br", + "state": u"mg", + "name": u"Jacinto", }, { - "country": "br", - "state": "mg", - "name": "Jacuí", + "country": u"br", + "state": u"mg", + "name": u"Jacuí", }, { - "country": "br", - "state": "mg", - "name": "Jacutinga", + "country": u"br", + "state": u"mg", + "name": u"Jacutinga", }, { - "country": "br", - "state": "mg", - "name": "Jaguaraçu", + "country": u"br", + "state": u"mg", + "name": u"Jaguaraçu", }, { - "country": "br", - "state": "mg", - "name": "Jaíba", + "country": u"br", + "state": u"mg", + "name": u"Jaíba", }, { - "country": "br", - "state": "mg", - "name": "Jampruca", + "country": u"br", + "state": u"mg", + "name": u"Jampruca", }, { - "country": "br", - "state": "mg", - "name": "Janaúba", + "country": u"br", + "state": u"mg", + "name": u"Janaúba", }, { - "country": "br", - "state": "mg", - "name": "Januária", + "country": u"br", + "state": u"mg", + "name": u"Januária", }, { - "country": "br", - "state": "mg", - "name": "Japaraíba", + "country": u"br", + "state": u"mg", + "name": u"Japaraíba", }, { - "country": "br", - "state": "mg", - "name": "Japonvar", + "country": u"br", + "state": u"mg", + "name": u"Japonvar", }, { - "country": "br", - "state": "mg", - "name": "Jeceaba", + "country": u"br", + "state": u"mg", + "name": u"Jeceaba", }, { - "country": "br", - "state": "mg", - "name": "Jenipapo de Minas", + "country": u"br", + "state": u"mg", + "name": u"Jenipapo de Minas", }, { - "country": "br", - "state": "mg", - "name": "Jequeri", + "country": u"br", + "state": u"mg", + "name": u"Jequeri", }, { - "country": "br", - "state": "mg", - "name": "Jequitaí", + "country": u"br", + "state": u"mg", + "name": u"Jequitaí", }, { - "country": "br", - "state": "mg", - "name": "Jequitibá", + "country": u"br", + "state": u"mg", + "name": u"Jequitibá", }, { - "country": "br", - "state": "mg", - "name": "Jequitinhonha", + "country": u"br", + "state": u"mg", + "name": u"Jequitinhonha", }, { - "country": "br", - "state": "mg", - "name": "Jesuânia", + "country": u"br", + "state": u"mg", + "name": u"Jesuânia", }, { - "country": "br", - "state": "mg", - "name": "Joaíma", + "country": u"br", + "state": u"mg", + "name": u"Joaíma", }, { - "country": "br", - "state": "mg", - "name": "Joanésia", + "country": u"br", + "state": u"mg", + "name": u"Joanésia", }, { - "country": "br", - "state": "mg", - "name": "João Monlevade", + "country": u"br", + "state": u"mg", + "name": u"João Monlevade", }, { - "country": "br", - "state": "mg", - "name": "João Pinheiro", + "country": u"br", + "state": u"mg", + "name": u"João Pinheiro", }, { - "country": "br", - "state": "mg", - "name": "Joaquim Felício", + "country": u"br", + "state": u"mg", + "name": u"Joaquim Felício", }, { - "country": "br", - "state": "mg", - "name": "Jordânia", + "country": u"br", + "state": u"mg", + "name": u"Jordânia", }, { - "country": "br", - "state": "mg", - "name": "José Gonçalves de Minas", + "country": u"br", + "state": u"mg", + "name": u"José Gonçalves de Minas", }, { - "country": "br", - "state": "mg", - "name": "José Raydan", + "country": u"br", + "state": u"mg", + "name": u"José Raydan", }, { - "country": "br", - "state": "mg", - "name": "Josenópolis", + "country": u"br", + "state": u"mg", + "name": u"Josenópolis", }, { - "country": "br", - "state": "mg", - "name": "Juatuba", + "country": u"br", + "state": u"mg", + "name": u"Juatuba", }, { - "country": "br", - "state": "mg", - "name": "Juiz de Fora", + "country": u"br", + "state": u"mg", + "name": u"Juiz de Fora", }, { - "country": "br", - "state": "mg", - "name": "Juramento", + "country": u"br", + "state": u"mg", + "name": u"Juramento", }, { - "country": "br", - "state": "mg", - "name": "Juruaia", + "country": u"br", + "state": u"mg", + "name": u"Juruaia", }, { - "country": "br", - "state": "mg", - "name": "Juvenília", + "country": u"br", + "state": u"mg", + "name": u"Juvenília", }, { - "country": "br", - "state": "mg", - "name": "Ladainha", + "country": u"br", + "state": u"mg", + "name": u"Ladainha", }, { - "country": "br", - "state": "mg", - "name": "Lagamar", + "country": u"br", + "state": u"mg", + "name": u"Lagamar", }, { - "country": "br", - "state": "mg", - "name": "Lagoa da Prata", + "country": u"br", + "state": u"mg", + "name": u"Lagoa da Prata", }, { - "country": "br", - "state": "mg", - "name": "Lagoa dos Patos", + "country": u"br", + "state": u"mg", + "name": u"Lagoa dos Patos", }, { - "country": "br", - "state": "mg", - "name": "Lagoa Dourada", + "country": u"br", + "state": u"mg", + "name": u"Lagoa Dourada", }, { - "country": "br", - "state": "mg", - "name": "Lagoa Formosa", + "country": u"br", + "state": u"mg", + "name": u"Lagoa Formosa", }, { - "country": "br", - "state": "mg", - "name": "Lagoa Grande", + "country": u"br", + "state": u"mg", + "name": u"Lagoa Grande", }, { - "country": "br", - "state": "mg", - "name": "Lagoa Santa", + "country": u"br", + "state": u"mg", + "name": u"Lagoa Santa", }, { - "country": "br", - "state": "mg", - "name": "Lajinha", + "country": u"br", + "state": u"mg", + "name": u"Lajinha", }, { - "country": "br", - "state": "mg", - "name": "Lambari", + "country": u"br", + "state": u"mg", + "name": u"Lambari", }, { - "country": "br", - "state": "mg", - "name": "Lamim", + "country": u"br", + "state": u"mg", + "name": u"Lamim", }, { - "country": "br", - "state": "mg", - "name": "Laranjal", + "country": u"br", + "state": u"mg", + "name": u"Laranjal", }, { - "country": "br", - "state": "mg", - "name": "Lassance", + "country": u"br", + "state": u"mg", + "name": u"Lassance", }, { - "country": "br", - "state": "mg", - "name": "Lavras", + "country": u"br", + "state": u"mg", + "name": u"Lavras", }, { - "country": "br", - "state": "mg", - "name": "Leandro Ferreira", + "country": u"br", + "state": u"mg", + "name": u"Leandro Ferreira", }, { - "country": "br", - "state": "mg", - "name": "Leme do Prado", + "country": u"br", + "state": u"mg", + "name": u"Leme do Prado", }, { - "country": "br", - "state": "mg", - "name": "Leopoldina", + "country": u"br", + "state": u"mg", + "name": u"Leopoldina", }, { - "country": "br", - "state": "mg", - "name": "Liberdade", + "country": u"br", + "state": u"mg", + "name": u"Liberdade", }, { - "country": "br", - "state": "mg", - "name": "Lima Duarte", + "country": u"br", + "state": u"mg", + "name": u"Lima Duarte", }, { - "country": "br", - "state": "mg", - "name": "Limeira do Oeste", + "country": u"br", + "state": u"mg", + "name": u"Limeira do Oeste", }, { - "country": "br", - "state": "mg", - "name": "Lontra", + "country": u"br", + "state": u"mg", + "name": u"Lontra", }, { - "country": "br", - "state": "mg", - "name": "Luisburgo", + "country": u"br", + "state": u"mg", + "name": u"Luisburgo", }, { - "country": "br", - "state": "mg", - "name": "Luislândia", + "country": u"br", + "state": u"mg", + "name": u"Luislândia", }, { - "country": "br", - "state": "mg", - "name": "Luminárias", + "country": u"br", + "state": u"mg", + "name": u"Luminárias", }, { - "country": "br", - "state": "mg", - "name": "Luz", + "country": u"br", + "state": u"mg", + "name": u"Luz", }, { - "country": "br", - "state": "mg", - "name": "Machacalis", + "country": u"br", + "state": u"mg", + "name": u"Machacalis", }, { - "country": "br", - "state": "mg", - "name": "Machado", + "country": u"br", + "state": u"mg", + "name": u"Machado", }, { - "country": "br", - "state": "mg", - "name": "Madre de Deus de Minas", + "country": u"br", + "state": u"mg", + "name": u"Madre de Deus de Minas", }, { - "country": "br", - "state": "mg", - "name": "Malacacheta", + "country": u"br", + "state": u"mg", + "name": u"Malacacheta", }, { - "country": "br", - "state": "mg", - "name": "Mamonas", + "country": u"br", + "state": u"mg", + "name": u"Mamonas", }, { - "country": "br", - "state": "mg", - "name": "Manga", + "country": u"br", + "state": u"mg", + "name": u"Manga", }, { - "country": "br", - "state": "mg", - "name": "Manhuaçu", + "country": u"br", + "state": u"mg", + "name": u"Manhuaçu", }, { - "country": "br", - "state": "mg", - "name": "Manhumirim", + "country": u"br", + "state": u"mg", + "name": u"Manhumirim", }, { - "country": "br", - "state": "mg", - "name": "Mantena", + "country": u"br", + "state": u"mg", + "name": u"Mantena", }, { - "country": "br", - "state": "mg", - "name": "Mar de Espanha", + "country": u"br", + "state": u"mg", + "name": u"Mar de Espanha", }, { - "country": "br", - "state": "mg", - "name": "Maravilhas", + "country": u"br", + "state": u"mg", + "name": u"Maravilhas", }, { - "country": "br", - "state": "mg", - "name": "Maria da Fé", + "country": u"br", + "state": u"mg", + "name": u"Maria da Fé", }, { - "country": "br", - "state": "mg", - "name": "Mariana", + "country": u"br", + "state": u"mg", + "name": u"Mariana", }, { - "country": "br", - "state": "mg", - "name": "Marilac", + "country": u"br", + "state": u"mg", + "name": u"Marilac", }, { - "country": "br", - "state": "mg", - "name": "Mário Campos", + "country": u"br", + "state": u"mg", + "name": u"Mário Campos", }, { - "country": "br", - "state": "mg", - "name": "Maripá de Minas", + "country": u"br", + "state": u"mg", + "name": u"Maripá de Minas", }, { - "country": "br", - "state": "mg", - "name": "Marliéria", + "country": u"br", + "state": u"mg", + "name": u"Marliéria", }, { - "country": "br", - "state": "mg", - "name": "Marmelópolis", + "country": u"br", + "state": u"mg", + "name": u"Marmelópolis", }, { - "country": "br", - "state": "mg", - "name": "Martinho Campos", + "country": u"br", + "state": u"mg", + "name": u"Martinho Campos", }, { - "country": "br", - "state": "mg", - "name": "Martins Soares", + "country": u"br", + "state": u"mg", + "name": u"Martins Soares", }, { - "country": "br", - "state": "mg", - "name": "Mata Verde", + "country": u"br", + "state": u"mg", + "name": u"Mata Verde", }, { - "country": "br", - "state": "mg", - "name": "Materlândia", + "country": u"br", + "state": u"mg", + "name": u"Materlândia", }, { - "country": "br", - "state": "mg", - "name": "Mateus Leme", + "country": u"br", + "state": u"mg", + "name": u"Mateus Leme", }, { - "country": "br", - "state": "mg", - "name": "Mathias Lobato", + "country": u"br", + "state": u"mg", + "name": u"Mathias Lobato", }, { - "country": "br", - "state": "mg", - "name": "Matias Barbosa", + "country": u"br", + "state": u"mg", + "name": u"Matias Barbosa", }, { - "country": "br", - "state": "mg", - "name": "Matias Cardoso", + "country": u"br", + "state": u"mg", + "name": u"Matias Cardoso", }, { - "country": "br", - "state": "mg", - "name": "Matipó", + "country": u"br", + "state": u"mg", + "name": u"Matipó", }, { - "country": "br", - "state": "mg", - "name": "Mato Verde", + "country": u"br", + "state": u"mg", + "name": u"Mato Verde", }, { - "country": "br", - "state": "mg", - "name": "Matozinhos", + "country": u"br", + "state": u"mg", + "name": u"Matozinhos", }, { - "country": "br", - "state": "mg", - "name": "Matutina", + "country": u"br", + "state": u"mg", + "name": u"Matutina", }, { - "country": "br", - "state": "mg", - "name": "Medeiros", + "country": u"br", + "state": u"mg", + "name": u"Medeiros", }, { - "country": "br", - "state": "mg", - "name": "Medina", + "country": u"br", + "state": u"mg", + "name": u"Medina", }, { - "country": "br", - "state": "mg", - "name": "Mendes Pimentel", + "country": u"br", + "state": u"mg", + "name": u"Mendes Pimentel", }, { - "country": "br", - "state": "mg", - "name": "Mercês", + "country": u"br", + "state": u"mg", + "name": u"Mercês", }, { - "country": "br", - "state": "mg", - "name": "Mesquita", + "country": u"br", + "state": u"mg", + "name": u"Mesquita", }, { - "country": "br", - "state": "mg", - "name": "Minas Novas", + "country": u"br", + "state": u"mg", + "name": u"Minas Novas", }, { - "country": "br", - "state": "mg", - "name": "Minduri", + "country": u"br", + "state": u"mg", + "name": u"Minduri", }, { - "country": "br", - "state": "mg", - "name": "Mirabela", + "country": u"br", + "state": u"mg", + "name": u"Mirabela", }, { - "country": "br", - "state": "mg", - "name": "Miradouro", + "country": u"br", + "state": u"mg", + "name": u"Miradouro", }, { - "country": "br", - "state": "mg", - "name": "Miraí", + "country": u"br", + "state": u"mg", + "name": u"Miraí", }, { - "country": "br", - "state": "mg", - "name": "Miravânia", + "country": u"br", + "state": u"mg", + "name": u"Miravânia", }, { - "country": "br", - "state": "mg", - "name": "Moeda", + "country": u"br", + "state": u"mg", + "name": u"Moeda", }, { - "country": "br", - "state": "mg", - "name": "Moema", + "country": u"br", + "state": u"mg", + "name": u"Moema", }, { - "country": "br", - "state": "mg", - "name": "Monjolos", + "country": u"br", + "state": u"mg", + "name": u"Monjolos", }, { - "country": "br", - "state": "mg", - "name": "Monsenhor Paulo", + "country": u"br", + "state": u"mg", + "name": u"Monsenhor Paulo", }, { - "country": "br", - "state": "mg", - "name": "Montalvânia", + "country": u"br", + "state": u"mg", + "name": u"Montalvânia", }, { - "country": "br", - "state": "mg", - "name": "Monte Alegre de Minas", + "country": u"br", + "state": u"mg", + "name": u"Monte Alegre de Minas", }, { - "country": "br", - "state": "mg", - "name": "Monte Azul", + "country": u"br", + "state": u"mg", + "name": u"Monte Azul", }, { - "country": "br", - "state": "mg", - "name": "Monte Belo", + "country": u"br", + "state": u"mg", + "name": u"Monte Belo", }, { - "country": "br", - "state": "mg", - "name": "Monte Carmelo", + "country": u"br", + "state": u"mg", + "name": u"Monte Carmelo", }, { - "country": "br", - "state": "mg", - "name": "Monte Formoso", + "country": u"br", + "state": u"mg", + "name": u"Monte Formoso", }, { - "country": "br", - "state": "mg", - "name": "Monte Santo de Minas", + "country": u"br", + "state": u"mg", + "name": u"Monte Santo de Minas", }, { - "country": "br", - "state": "mg", - "name": "Monte Sião", + "country": u"br", + "state": u"mg", + "name": u"Monte Sião", }, { - "country": "br", - "state": "mg", - "name": "Montes Claros", + "country": u"br", + "state": u"mg", + "name": u"Montes Claros", }, { - "country": "br", - "state": "mg", - "name": "Montezuma", + "country": u"br", + "state": u"mg", + "name": u"Montezuma", }, { - "country": "br", - "state": "mg", - "name": "Morada Nova de Minas", + "country": u"br", + "state": u"mg", + "name": u"Morada Nova de Minas", }, { - "country": "br", - "state": "mg", - "name": "Morro da Garça", + "country": u"br", + "state": u"mg", + "name": u"Morro da Garça", }, { - "country": "br", - "state": "mg", - "name": "Morro do Pilar", + "country": u"br", + "state": u"mg", + "name": u"Morro do Pilar", }, { - "country": "br", - "state": "mg", - "name": "Munhoz", + "country": u"br", + "state": u"mg", + "name": u"Munhoz", }, { - "country": "br", - "state": "mg", - "name": "Muriaé", + "country": u"br", + "state": u"mg", + "name": u"Muriaé", }, { - "country": "br", - "state": "mg", - "name": "Mutum", + "country": u"br", + "state": u"mg", + "name": u"Mutum", }, { - "country": "br", - "state": "mg", - "name": "Muzambinho", + "country": u"br", + "state": u"mg", + "name": u"Muzambinho", }, { - "country": "br", - "state": "mg", - "name": "Nacip Raydan", + "country": u"br", + "state": u"mg", + "name": u"Nacip Raydan", }, { - "country": "br", - "state": "mg", - "name": "Nanuque", + "country": u"br", + "state": u"mg", + "name": u"Nanuque", }, { - "country": "br", - "state": "mg", - "name": "Naque", + "country": u"br", + "state": u"mg", + "name": u"Naque", }, { - "country": "br", - "state": "mg", - "name": "Natalândia", + "country": u"br", + "state": u"mg", + "name": u"Natalândia", }, { - "country": "br", - "state": "mg", - "name": "Natércia", + "country": u"br", + "state": u"mg", + "name": u"Natércia", }, { - "country": "br", - "state": "mg", - "name": "Nazareno", + "country": u"br", + "state": u"mg", + "name": u"Nazareno", }, { - "country": "br", - "state": "mg", - "name": "Nepomuceno", + "country": u"br", + "state": u"mg", + "name": u"Nepomuceno", }, { - "country": "br", - "state": "mg", - "name": "Ninheira", + "country": u"br", + "state": u"mg", + "name": u"Ninheira", }, { - "country": "br", - "state": "mg", - "name": "Nova Belém", + "country": u"br", + "state": u"mg", + "name": u"Nova Belém", }, { - "country": "br", - "state": "mg", - "name": "Nova Era", + "country": u"br", + "state": u"mg", + "name": u"Nova Era", }, { - "country": "br", - "state": "mg", - "name": "Nova Lima", + "country": u"br", + "state": u"mg", + "name": u"Nova Lima", }, { - "country": "br", - "state": "mg", - "name": "Nova Módica", + "country": u"br", + "state": u"mg", + "name": u"Nova Módica", }, { - "country": "br", - "state": "mg", - "name": "Nova Ponte", + "country": u"br", + "state": u"mg", + "name": u"Nova Ponte", }, { - "country": "br", - "state": "mg", - "name": "Nova Porteirinha", + "country": u"br", + "state": u"mg", + "name": u"Nova Porteirinha", }, { - "country": "br", - "state": "mg", - "name": "Nova Resende", + "country": u"br", + "state": u"mg", + "name": u"Nova Resende", }, { - "country": "br", - "state": "mg", - "name": "Nova Serrana", + "country": u"br", + "state": u"mg", + "name": u"Nova Serrana", }, { - "country": "br", - "state": "mg", - "name": "Nova União", + "country": u"br", + "state": u"mg", + "name": u"Nova União", }, { - "country": "br", - "state": "mg", - "name": "Novo Cruzeiro", + "country": u"br", + "state": u"mg", + "name": u"Novo Cruzeiro", }, { - "country": "br", - "state": "mg", - "name": "Novo Oriente de Minas", + "country": u"br", + "state": u"mg", + "name": u"Novo Oriente de Minas", }, { - "country": "br", - "state": "mg", - "name": "Novorizonte", + "country": u"br", + "state": u"mg", + "name": u"Novorizonte", }, { - "country": "br", - "state": "mg", - "name": "Olaria", + "country": u"br", + "state": u"mg", + "name": u"Olaria", }, { - "country": "br", - "state": "mg", - "name": "Olhos-d`Água", + "country": u"br", + "state": u"mg", + "name": u"Olhos-d`Água", }, { - "country": "br", - "state": "mg", - "name": "Olímpio Noronha", + "country": u"br", + "state": u"mg", + "name": u"Olímpio Noronha", }, { - "country": "br", - "state": "mg", - "name": "Oliveira", + "country": u"br", + "state": u"mg", + "name": u"Oliveira", }, { - "country": "br", - "state": "mg", - "name": "Oliveira Fortes", + "country": u"br", + "state": u"mg", + "name": u"Oliveira Fortes", }, { - "country": "br", - "state": "mg", - "name": "Onça de Pitangui", + "country": u"br", + "state": u"mg", + "name": u"Onça de Pitangui", }, { - "country": "br", - "state": "mg", - "name": "Oratórios", + "country": u"br", + "state": u"mg", + "name": u"Oratórios", }, { - "country": "br", - "state": "mg", - "name": "Orizânia", + "country": u"br", + "state": u"mg", + "name": u"Orizânia", }, { - "country": "br", - "state": "mg", - "name": "Ouro Branco", + "country": u"br", + "state": u"mg", + "name": u"Ouro Branco", }, { - "country": "br", - "state": "mg", - "name": "Ouro Fino", + "country": u"br", + "state": u"mg", + "name": u"Ouro Fino", }, { - "country": "br", - "state": "mg", - "name": "Ouro Preto", + "country": u"br", + "state": u"mg", + "name": u"Ouro Preto", }, { - "country": "br", - "state": "mg", - "name": "Ouro Verde de Minas", + "country": u"br", + "state": u"mg", + "name": u"Ouro Verde de Minas", }, { - "country": "br", - "state": "mg", - "name": "Padre Carvalho", + "country": u"br", + "state": u"mg", + "name": u"Padre Carvalho", }, { - "country": "br", - "state": "mg", - "name": "Padre Paraíso", + "country": u"br", + "state": u"mg", + "name": u"Padre Paraíso", }, { - "country": "br", - "state": "mg", - "name": "Pai Pedro", + "country": u"br", + "state": u"mg", + "name": u"Pai Pedro", }, { - "country": "br", - "state": "mg", - "name": "Paineiras", + "country": u"br", + "state": u"mg", + "name": u"Paineiras", }, { - "country": "br", - "state": "mg", - "name": "Pains", + "country": u"br", + "state": u"mg", + "name": u"Pains", }, { - "country": "br", - "state": "mg", - "name": "Paiva", + "country": u"br", + "state": u"mg", + "name": u"Paiva", }, { - "country": "br", - "state": "mg", - "name": "Palma", + "country": u"br", + "state": u"mg", + "name": u"Palma", }, { - "country": "br", - "state": "mg", - "name": "Palmópolis", + "country": u"br", + "state": u"mg", + "name": u"Palmópolis", }, { - "country": "br", - "state": "mg", - "name": "Papagaios", + "country": u"br", + "state": u"mg", + "name": u"Papagaios", }, { - "country": "br", - "state": "mg", - "name": "Pará de Minas", + "country": u"br", + "state": u"mg", + "name": u"Pará de Minas", }, { - "country": "br", - "state": "mg", - "name": "Paracatu", + "country": u"br", + "state": u"mg", + "name": u"Paracatu", }, { - "country": "br", - "state": "mg", - "name": "Paraguaçu", + "country": u"br", + "state": u"mg", + "name": u"Paraguaçu", }, { - "country": "br", - "state": "mg", - "name": "Paraisópolis", + "country": u"br", + "state": u"mg", + "name": u"Paraisópolis", }, { - "country": "br", - "state": "mg", - "name": "Paraopeba", + "country": u"br", + "state": u"mg", + "name": u"Paraopeba", }, { - "country": "br", - "state": "mg", - "name": "Passa Quatro", + "country": u"br", + "state": u"mg", + "name": u"Passa Quatro", }, { - "country": "br", - "state": "mg", - "name": "Passa Tempo", + "country": u"br", + "state": u"mg", + "name": u"Passa Tempo", }, { - "country": "br", - "state": "mg", - "name": "Passabém", + "country": u"br", + "state": u"mg", + "name": u"Passabém", }, { - "country": "br", - "state": "mg", - "name": "Passa-Vinte", + "country": u"br", + "state": u"mg", + "name": u"Passa-Vinte", }, { - "country": "br", - "state": "mg", - "name": "Passos", + "country": u"br", + "state": u"mg", + "name": u"Passos", }, { - "country": "br", - "state": "mg", - "name": "Patis", + "country": u"br", + "state": u"mg", + "name": u"Patis", }, { - "country": "br", - "state": "mg", - "name": "Patos de Minas", + "country": u"br", + "state": u"mg", + "name": u"Patos de Minas", }, { - "country": "br", - "state": "mg", - "name": "Patrocínio", + "country": u"br", + "state": u"mg", + "name": u"Patrocínio", }, { - "country": "br", - "state": "mg", - "name": "Patrocínio do Muriaé", + "country": u"br", + "state": u"mg", + "name": u"Patrocínio do Muriaé", }, { - "country": "br", - "state": "mg", - "name": "Paula Cândido", + "country": u"br", + "state": u"mg", + "name": u"Paula Cândido", }, { - "country": "br", - "state": "mg", - "name": "Paulistas", + "country": u"br", + "state": u"mg", + "name": u"Paulistas", }, { - "country": "br", - "state": "mg", - "name": "Pavão", + "country": u"br", + "state": u"mg", + "name": u"Pavão", }, { - "country": "br", - "state": "mg", - "name": "Peçanha", + "country": u"br", + "state": u"mg", + "name": u"Peçanha", }, { - "country": "br", - "state": "mg", - "name": "Pedra Azul", + "country": u"br", + "state": u"mg", + "name": u"Pedra Azul", }, { - "country": "br", - "state": "mg", - "name": "Pedra Bonita", + "country": u"br", + "state": u"mg", + "name": u"Pedra Bonita", }, { - "country": "br", - "state": "mg", - "name": "Pedra do Anta", + "country": u"br", + "state": u"mg", + "name": u"Pedra do Anta", }, { - "country": "br", - "state": "mg", - "name": "Pedra do Indaiá", + "country": u"br", + "state": u"mg", + "name": u"Pedra do Indaiá", }, { - "country": "br", - "state": "mg", - "name": "Pedra Dourada", + "country": u"br", + "state": u"mg", + "name": u"Pedra Dourada", }, { - "country": "br", - "state": "mg", - "name": "Pedralva", + "country": u"br", + "state": u"mg", + "name": u"Pedralva", }, { - "country": "br", - "state": "mg", - "name": "Pedras de Maria da Cruz", + "country": u"br", + "state": u"mg", + "name": u"Pedras de Maria da Cruz", }, { - "country": "br", - "state": "mg", - "name": "Pedrinópolis", + "country": u"br", + "state": u"mg", + "name": u"Pedrinópolis", }, { - "country": "br", - "state": "mg", - "name": "Pedro Leopoldo", + "country": u"br", + "state": u"mg", + "name": u"Pedro Leopoldo", }, { - "country": "br", - "state": "mg", - "name": "Pedro Teixeira", + "country": u"br", + "state": u"mg", + "name": u"Pedro Teixeira", }, { - "country": "br", - "state": "mg", - "name": "Pequeri", + "country": u"br", + "state": u"mg", + "name": u"Pequeri", }, { - "country": "br", - "state": "mg", - "name": "Pequi", + "country": u"br", + "state": u"mg", + "name": u"Pequi", }, { - "country": "br", - "state": "mg", - "name": "Perdigão", + "country": u"br", + "state": u"mg", + "name": u"Perdigão", }, { - "country": "br", - "state": "mg", - "name": "Perdizes", + "country": u"br", + "state": u"mg", + "name": u"Perdizes", }, { - "country": "br", - "state": "mg", - "name": "Perdões", + "country": u"br", + "state": u"mg", + "name": u"Perdões", }, { - "country": "br", - "state": "mg", - "name": "Periquito", + "country": u"br", + "state": u"mg", + "name": u"Periquito", }, { - "country": "br", - "state": "mg", - "name": "Pescador", + "country": u"br", + "state": u"mg", + "name": u"Pescador", }, { - "country": "br", - "state": "mg", - "name": "Piau", + "country": u"br", + "state": u"mg", + "name": u"Piau", }, { - "country": "br", - "state": "mg", - "name": "Piedade de Caratinga", + "country": u"br", + "state": u"mg", + "name": u"Piedade de Caratinga", }, { - "country": "br", - "state": "mg", - "name": "Piedade de Ponte Nova", + "country": u"br", + "state": u"mg", + "name": u"Piedade de Ponte Nova", }, { - "country": "br", - "state": "mg", - "name": "Piedade do Rio Grande", + "country": u"br", + "state": u"mg", + "name": u"Piedade do Rio Grande", }, { - "country": "br", - "state": "mg", - "name": "Piedade dos Gerais", + "country": u"br", + "state": u"mg", + "name": u"Piedade dos Gerais", }, { - "country": "br", - "state": "mg", - "name": "Pimenta", + "country": u"br", + "state": u"mg", + "name": u"Pimenta", }, { - "country": "br", - "state": "mg", - "name": "Pingo-d`Água", + "country": u"br", + "state": u"mg", + "name": u"Pingo-d`Água", }, { - "country": "br", - "state": "mg", - "name": "Pintópolis", + "country": u"br", + "state": u"mg", + "name": u"Pintópolis", }, { - "country": "br", - "state": "mg", - "name": "Piracema", + "country": u"br", + "state": u"mg", + "name": u"Piracema", }, { - "country": "br", - "state": "mg", - "name": "Pirajuba", + "country": u"br", + "state": u"mg", + "name": u"Pirajuba", }, { - "country": "br", - "state": "mg", - "name": "Piranga", + "country": u"br", + "state": u"mg", + "name": u"Piranga", }, { - "country": "br", - "state": "mg", - "name": "Piranguçu", + "country": u"br", + "state": u"mg", + "name": u"Piranguçu", }, { - "country": "br", - "state": "mg", - "name": "Piranguinho", + "country": u"br", + "state": u"mg", + "name": u"Piranguinho", }, { - "country": "br", - "state": "mg", - "name": "Pirapetinga", + "country": u"br", + "state": u"mg", + "name": u"Pirapetinga", }, { - "country": "br", - "state": "mg", - "name": "Pirapora", + "country": u"br", + "state": u"mg", + "name": u"Pirapora", }, { - "country": "br", - "state": "mg", - "name": "Piraúba", + "country": u"br", + "state": u"mg", + "name": u"Piraúba", }, { - "country": "br", - "state": "mg", - "name": "Pitangui", + "country": u"br", + "state": u"mg", + "name": u"Pitangui", }, { - "country": "br", - "state": "mg", - "name": "Piumhi", + "country": u"br", + "state": u"mg", + "name": u"Piumhi", }, { - "country": "br", - "state": "mg", - "name": "Planura", + "country": u"br", + "state": u"mg", + "name": u"Planura", }, { - "country": "br", - "state": "mg", - "name": "Poço Fundo", + "country": u"br", + "state": u"mg", + "name": u"Poço Fundo", }, { - "country": "br", - "state": "mg", - "name": "Poços de Caldas", + "country": u"br", + "state": u"mg", + "name": u"Poços de Caldas", }, { - "country": "br", - "state": "mg", - "name": "Pocrane", + "country": u"br", + "state": u"mg", + "name": u"Pocrane", }, { - "country": "br", - "state": "mg", - "name": "Pompéu", + "country": u"br", + "state": u"mg", + "name": u"Pompéu", }, { - "country": "br", - "state": "mg", - "name": "Ponte Nova", + "country": u"br", + "state": u"mg", + "name": u"Ponte Nova", }, { - "country": "br", - "state": "mg", - "name": "Ponto Chique", + "country": u"br", + "state": u"mg", + "name": u"Ponto Chique", }, { - "country": "br", - "state": "mg", - "name": "Ponto dos Volantes", + "country": u"br", + "state": u"mg", + "name": u"Ponto dos Volantes", }, { - "country": "br", - "state": "mg", - "name": "Porteirinha", + "country": u"br", + "state": u"mg", + "name": u"Porteirinha", }, { - "country": "br", - "state": "mg", - "name": "Porto Firme", + "country": u"br", + "state": u"mg", + "name": u"Porto Firme", }, { - "country": "br", - "state": "mg", - "name": "Poté", + "country": u"br", + "state": u"mg", + "name": u"Poté", }, { - "country": "br", - "state": "mg", - "name": "Pouso Alegre", + "country": u"br", + "state": u"mg", + "name": u"Pouso Alegre", }, { - "country": "br", - "state": "mg", - "name": "Pouso Alto", + "country": u"br", + "state": u"mg", + "name": u"Pouso Alto", }, { - "country": "br", - "state": "mg", - "name": "Prados", + "country": u"br", + "state": u"mg", + "name": u"Prados", }, { - "country": "br", - "state": "mg", - "name": "Prata", + "country": u"br", + "state": u"mg", + "name": u"Prata", }, { - "country": "br", - "state": "mg", - "name": "Pratápolis", + "country": u"br", + "state": u"mg", + "name": u"Pratápolis", }, { - "country": "br", - "state": "mg", - "name": "Pratinha", + "country": u"br", + "state": u"mg", + "name": u"Pratinha", }, { - "country": "br", - "state": "mg", - "name": "Presidente Bernardes", + "country": u"br", + "state": u"mg", + "name": u"Presidente Bernardes", }, { - "country": "br", - "state": "mg", - "name": "Presidente Juscelino", + "country": u"br", + "state": u"mg", + "name": u"Presidente Juscelino", }, { - "country": "br", - "state": "mg", - "name": "Presidente Kubitschek", + "country": u"br", + "state": u"mg", + "name": u"Presidente Kubitschek", }, { - "country": "br", - "state": "mg", - "name": "Presidente Olegário", + "country": u"br", + "state": u"mg", + "name": u"Presidente Olegário", }, { - "country": "br", - "state": "mg", - "name": "Prudente de Morais", + "country": u"br", + "state": u"mg", + "name": u"Prudente de Morais", }, { - "country": "br", - "state": "mg", - "name": "Quartel Geral", + "country": u"br", + "state": u"mg", + "name": u"Quartel Geral", }, { - "country": "br", - "state": "mg", - "name": "Queluzito", + "country": u"br", + "state": u"mg", + "name": u"Queluzito", }, { - "country": "br", - "state": "mg", - "name": "Raposos", + "country": u"br", + "state": u"mg", + "name": u"Raposos", }, { - "country": "br", - "state": "mg", - "name": "Raul Soares", + "country": u"br", + "state": u"mg", + "name": u"Raul Soares", }, { - "country": "br", - "state": "mg", - "name": "Recreio", + "country": u"br", + "state": u"mg", + "name": u"Recreio", }, { - "country": "br", - "state": "mg", - "name": "Reduto", + "country": u"br", + "state": u"mg", + "name": u"Reduto", }, { - "country": "br", - "state": "mg", - "name": "Resende Costa", + "country": u"br", + "state": u"mg", + "name": u"Resende Costa", }, { - "country": "br", - "state": "mg", - "name": "Resplendor", + "country": u"br", + "state": u"mg", + "name": u"Resplendor", }, { - "country": "br", - "state": "mg", - "name": "Ressaquinha", + "country": u"br", + "state": u"mg", + "name": u"Ressaquinha", }, { - "country": "br", - "state": "mg", - "name": "Riachinho", + "country": u"br", + "state": u"mg", + "name": u"Riachinho", }, { - "country": "br", - "state": "mg", - "name": "Riacho dos Machados", + "country": u"br", + "state": u"mg", + "name": u"Riacho dos Machados", }, { - "country": "br", - "state": "mg", - "name": "Ribeirão das Neves", + "country": u"br", + "state": u"mg", + "name": u"Ribeirão das Neves", }, { - "country": "br", - "state": "mg", - "name": "Ribeirão Vermelho", + "country": u"br", + "state": u"mg", + "name": u"Ribeirão Vermelho", }, { - "country": "br", - "state": "mg", - "name": "Rio Acima", + "country": u"br", + "state": u"mg", + "name": u"Rio Acima", }, { - "country": "br", - "state": "mg", - "name": "Rio Casca", + "country": u"br", + "state": u"mg", + "name": u"Rio Casca", }, { - "country": "br", - "state": "mg", - "name": "Rio do Prado", + "country": u"br", + "state": u"mg", + "name": u"Rio do Prado", }, { - "country": "br", - "state": "mg", - "name": "Rio Doce", + "country": u"br", + "state": u"mg", + "name": u"Rio Doce", }, { - "country": "br", - "state": "mg", - "name": "Rio Espera", + "country": u"br", + "state": u"mg", + "name": u"Rio Espera", }, { - "country": "br", - "state": "mg", - "name": "Rio Manso", + "country": u"br", + "state": u"mg", + "name": u"Rio Manso", }, { - "country": "br", - "state": "mg", - "name": "Rio Novo", + "country": u"br", + "state": u"mg", + "name": u"Rio Novo", }, { - "country": "br", - "state": "mg", - "name": "Rio Paranaíba", + "country": u"br", + "state": u"mg", + "name": u"Rio Paranaíba", }, { - "country": "br", - "state": "mg", - "name": "Rio Pardo de Minas", + "country": u"br", + "state": u"mg", + "name": u"Rio Pardo de Minas", }, { - "country": "br", - "state": "mg", - "name": "Rio Piracicaba", + "country": u"br", + "state": u"mg", + "name": u"Rio Piracicaba", }, { - "country": "br", - "state": "mg", - "name": "Rio Pomba", + "country": u"br", + "state": u"mg", + "name": u"Rio Pomba", }, { - "country": "br", - "state": "mg", - "name": "Rio Preto", + "country": u"br", + "state": u"mg", + "name": u"Rio Preto", }, { - "country": "br", - "state": "mg", - "name": "Rio Vermelho", + "country": u"br", + "state": u"mg", + "name": u"Rio Vermelho", }, { - "country": "br", - "state": "mg", - "name": "Ritápolis", + "country": u"br", + "state": u"mg", + "name": u"Ritápolis", }, { - "country": "br", - "state": "mg", - "name": "Rochedo de Minas", + "country": u"br", + "state": u"mg", + "name": u"Rochedo de Minas", }, { - "country": "br", - "state": "mg", - "name": "Rodeiro", + "country": u"br", + "state": u"mg", + "name": u"Rodeiro", }, { - "country": "br", - "state": "mg", - "name": "Romaria", + "country": u"br", + "state": u"mg", + "name": u"Romaria", }, { - "country": "br", - "state": "mg", - "name": "Rosário da Limeira", + "country": u"br", + "state": u"mg", + "name": u"Rosário da Limeira", }, { - "country": "br", - "state": "mg", - "name": "Rubelita", + "country": u"br", + "state": u"mg", + "name": u"Rubelita", }, { - "country": "br", - "state": "mg", - "name": "Rubim", + "country": u"br", + "state": u"mg", + "name": u"Rubim", }, { - "country": "br", - "state": "mg", - "name": "Sabará", + "country": u"br", + "state": u"mg", + "name": u"Sabará", }, { - "country": "br", - "state": "mg", - "name": "Sabinópolis", + "country": u"br", + "state": u"mg", + "name": u"Sabinópolis", }, { - "country": "br", - "state": "mg", - "name": "Sacramento", + "country": u"br", + "state": u"mg", + "name": u"Sacramento", }, { - "country": "br", - "state": "mg", - "name": "Salinas", + "country": u"br", + "state": u"mg", + "name": u"Salinas", }, { - "country": "br", - "state": "mg", - "name": "Salto da Divisa", + "country": u"br", + "state": u"mg", + "name": u"Salto da Divisa", }, { - "country": "br", - "state": "mg", - "name": "Santa Bárbara", + "country": u"br", + "state": u"mg", + "name": u"Santa Bárbara", }, { - "country": "br", - "state": "mg", - "name": "Santa Bárbara do Leste", + "country": u"br", + "state": u"mg", + "name": u"Santa Bárbara do Leste", }, { - "country": "br", - "state": "mg", - "name": "Santa Bárbara do Monte Verde", + "country": u"br", + "state": u"mg", + "name": u"Santa Bárbara do Monte Verde", }, { - "country": "br", - "state": "mg", - "name": "Santa Bárbara do Tugúrio", + "country": u"br", + "state": u"mg", + "name": u"Santa Bárbara do Tugúrio", }, { - "country": "br", - "state": "mg", - "name": "Santa Cruz de Minas", + "country": u"br", + "state": u"mg", + "name": u"Santa Cruz de Minas", }, { - "country": "br", - "state": "mg", - "name": "Santa Cruz de Salinas", + "country": u"br", + "state": u"mg", + "name": u"Santa Cruz de Salinas", }, { - "country": "br", - "state": "mg", - "name": "Santa Cruz do Escalvado", + "country": u"br", + "state": u"mg", + "name": u"Santa Cruz do Escalvado", }, { - "country": "br", - "state": "mg", - "name": "Santa Efigênia de Minas", + "country": u"br", + "state": u"mg", + "name": u"Santa Efigênia de Minas", }, { - "country": "br", - "state": "mg", - "name": "Santa Fé de Minas", + "country": u"br", + "state": u"mg", + "name": u"Santa Fé de Minas", }, { - "country": "br", - "state": "mg", - "name": "Santa Helena de Minas", + "country": u"br", + "state": u"mg", + "name": u"Santa Helena de Minas", }, { - "country": "br", - "state": "mg", - "name": "Santa Juliana", + "country": u"br", + "state": u"mg", + "name": u"Santa Juliana", }, { - "country": "br", - "state": "mg", - "name": "Santa Luzia", + "country": u"br", + "state": u"mg", + "name": u"Santa Luzia", }, { - "country": "br", - "state": "mg", - "name": "Santa Margarida", + "country": u"br", + "state": u"mg", + "name": u"Santa Margarida", }, { - "country": "br", - "state": "mg", - "name": "Santa Maria de Itabira", + "country": u"br", + "state": u"mg", + "name": u"Santa Maria de Itabira", }, { - "country": "br", - "state": "mg", - "name": "Santa Maria do Salto", + "country": u"br", + "state": u"mg", + "name": u"Santa Maria do Salto", }, { - "country": "br", - "state": "mg", - "name": "Santa Maria do Suaçuí", + "country": u"br", + "state": u"mg", + "name": u"Santa Maria do Suaçuí", }, { - "country": "br", - "state": "mg", - "name": "Santa Rita de Caldas", + "country": u"br", + "state": u"mg", + "name": u"Santa Rita de Caldas", }, { - "country": "br", - "state": "mg", - "name": "Santa Rita de Ibitipoca", + "country": u"br", + "state": u"mg", + "name": u"Santa Rita de Ibitipoca", }, { - "country": "br", - "state": "mg", - "name": "Santa Rita de Jacutinga", + "country": u"br", + "state": u"mg", + "name": u"Santa Rita de Jacutinga", }, { - "country": "br", - "state": "mg", - "name": "Santa Rita de Minas", + "country": u"br", + "state": u"mg", + "name": u"Santa Rita de Minas", }, { - "country": "br", - "state": "mg", - "name": "Santa Rita do Itueto", + "country": u"br", + "state": u"mg", + "name": u"Santa Rita do Itueto", }, { - "country": "br", - "state": "mg", - "name": "Santa Rita do Sapucaí", + "country": u"br", + "state": u"mg", + "name": u"Santa Rita do Sapucaí", }, { - "country": "br", - "state": "mg", - "name": "Santa Rosa da Serra", + "country": u"br", + "state": u"mg", + "name": u"Santa Rosa da Serra", }, { - "country": "br", - "state": "mg", - "name": "Santa Vitória", + "country": u"br", + "state": u"mg", + "name": u"Santa Vitória", }, { - "country": "br", - "state": "mg", - "name": "Santana da Vargem", + "country": u"br", + "state": u"mg", + "name": u"Santana da Vargem", }, { - "country": "br", - "state": "mg", - "name": "Santana de Cataguases", + "country": u"br", + "state": u"mg", + "name": u"Santana de Cataguases", }, { - "country": "br", - "state": "mg", - "name": "Santana de Pirapama", + "country": u"br", + "state": u"mg", + "name": u"Santana de Pirapama", }, { - "country": "br", - "state": "mg", - "name": "Santana do Deserto", + "country": u"br", + "state": u"mg", + "name": u"Santana do Deserto", }, { - "country": "br", - "state": "mg", - "name": "Santana do Garambéu", + "country": u"br", + "state": u"mg", + "name": u"Santana do Garambéu", }, { - "country": "br", - "state": "mg", - "name": "Santana do Jacaré", + "country": u"br", + "state": u"mg", + "name": u"Santana do Jacaré", }, { - "country": "br", - "state": "mg", - "name": "Santana do Manhuaçu", + "country": u"br", + "state": u"mg", + "name": u"Santana do Manhuaçu", }, { - "country": "br", - "state": "mg", - "name": "Santana do Paraíso", + "country": u"br", + "state": u"mg", + "name": u"Santana do Paraíso", }, { - "country": "br", - "state": "mg", - "name": "Santana do Riacho", + "country": u"br", + "state": u"mg", + "name": u"Santana do Riacho", }, { - "country": "br", - "state": "mg", - "name": "Santana dos Montes", + "country": u"br", + "state": u"mg", + "name": u"Santana dos Montes", }, { - "country": "br", - "state": "mg", - "name": "Santo Antônio do Amparo", + "country": u"br", + "state": u"mg", + "name": u"Santo Antônio do Amparo", }, { - "country": "br", - "state": "mg", - "name": "Santo Antônio do Aventureiro", + "country": u"br", + "state": u"mg", + "name": u"Santo Antônio do Aventureiro", }, { - "country": "br", - "state": "mg", - "name": "Santo Antônio do Grama", + "country": u"br", + "state": u"mg", + "name": u"Santo Antônio do Grama", }, { - "country": "br", - "state": "mg", - "name": "Santo Antônio do Itambé", + "country": u"br", + "state": u"mg", + "name": u"Santo Antônio do Itambé", }, { - "country": "br", - "state": "mg", - "name": "Santo Antônio do Jacinto", + "country": u"br", + "state": u"mg", + "name": u"Santo Antônio do Jacinto", }, { - "country": "br", - "state": "mg", - "name": "Santo Antônio do Monte", + "country": u"br", + "state": u"mg", + "name": u"Santo Antônio do Monte", }, { - "country": "br", - "state": "mg", - "name": "Santo Antônio do Retiro", + "country": u"br", + "state": u"mg", + "name": u"Santo Antônio do Retiro", }, { - "country": "br", - "state": "mg", - "name": "Santo Antônio do Rio Abaixo", + "country": u"br", + "state": u"mg", + "name": u"Santo Antônio do Rio Abaixo", }, { - "country": "br", - "state": "mg", - "name": "Santo Hipólito", + "country": u"br", + "state": u"mg", + "name": u"Santo Hipólito", }, { - "country": "br", - "state": "mg", - "name": "Santos Dumont", + "country": u"br", + "state": u"mg", + "name": u"Santos Dumont", }, { - "country": "br", - "state": "mg", - "name": "São Bento Abade", + "country": u"br", + "state": u"mg", + "name": u"São Bento Abade", }, { - "country": "br", - "state": "mg", - "name": "São Brás do Suaçuí", + "country": u"br", + "state": u"mg", + "name": u"São Brás do Suaçuí", }, { - "country": "br", - "state": "mg", - "name": "São Domingos das Dores", + "country": u"br", + "state": u"mg", + "name": u"São Domingos das Dores", }, { - "country": "br", - "state": "mg", - "name": "São Domingos do Prata", + "country": u"br", + "state": u"mg", + "name": u"São Domingos do Prata", }, { - "country": "br", - "state": "mg", - "name": "São Félix de Minas", + "country": u"br", + "state": u"mg", + "name": u"São Félix de Minas", }, { - "country": "br", - "state": "mg", - "name": "São Francisco", + "country": u"br", + "state": u"mg", + "name": u"São Francisco", }, { - "country": "br", - "state": "mg", - "name": "São Francisco de Paula", + "country": u"br", + "state": u"mg", + "name": u"São Francisco de Paula", }, { - "country": "br", - "state": "mg", - "name": "São Francisco de Sales", + "country": u"br", + "state": u"mg", + "name": u"São Francisco de Sales", }, { - "country": "br", - "state": "mg", - "name": "São Francisco do Glória", + "country": u"br", + "state": u"mg", + "name": u"São Francisco do Glória", }, { - "country": "br", - "state": "mg", - "name": "São Geraldo", + "country": u"br", + "state": u"mg", + "name": u"São Geraldo", }, { - "country": "br", - "state": "mg", - "name": "São Geraldo da Piedade", + "country": u"br", + "state": u"mg", + "name": u"São Geraldo da Piedade", }, { - "country": "br", - "state": "mg", - "name": "São Geraldo do Baixio", + "country": u"br", + "state": u"mg", + "name": u"São Geraldo do Baixio", }, { - "country": "br", - "state": "mg", - "name": "São Gonçalo do Abaeté", + "country": u"br", + "state": u"mg", + "name": u"São Gonçalo do Abaeté", }, { - "country": "br", - "state": "mg", - "name": "São Gonçalo do Pará", + "country": u"br", + "state": u"mg", + "name": u"São Gonçalo do Pará", }, { - "country": "br", - "state": "mg", - "name": "São Gonçalo do Rio Abaixo", + "country": u"br", + "state": u"mg", + "name": u"São Gonçalo do Rio Abaixo", }, { - "country": "br", - "state": "mg", - "name": "São Gonçalo do Rio Preto", + "country": u"br", + "state": u"mg", + "name": u"São Gonçalo do Rio Preto", }, { - "country": "br", - "state": "mg", - "name": "São Gonçalo do Sapucaí", + "country": u"br", + "state": u"mg", + "name": u"São Gonçalo do Sapucaí", }, { - "country": "br", - "state": "mg", - "name": "São Gotardo", + "country": u"br", + "state": u"mg", + "name": u"São Gotardo", }, { - "country": "br", - "state": "mg", - "name": "São João Batista do Glória", + "country": u"br", + "state": u"mg", + "name": u"São João Batista do Glória", }, { - "country": "br", - "state": "mg", - "name": "São João da Lagoa", + "country": u"br", + "state": u"mg", + "name": u"São João da Lagoa", }, { - "country": "br", - "state": "mg", - "name": "São João da Mata", + "country": u"br", + "state": u"mg", + "name": u"São João da Mata", }, { - "country": "br", - "state": "mg", - "name": "São João da Ponte", + "country": u"br", + "state": u"mg", + "name": u"São João da Ponte", }, { - "country": "br", - "state": "mg", - "name": "São João das Missões", + "country": u"br", + "state": u"mg", + "name": u"São João das Missões", }, { - "country": "br", - "state": "mg", - "name": "São João del Rei", + "country": u"br", + "state": u"mg", + "name": u"São João del Rei", }, { - "country": "br", - "state": "mg", - "name": "São João do Manhuaçu", + "country": u"br", + "state": u"mg", + "name": u"São João do Manhuaçu", }, { - "country": "br", - "state": "mg", - "name": "São João do Manteninha", + "country": u"br", + "state": u"mg", + "name": u"São João do Manteninha", }, { - "country": "br", - "state": "mg", - "name": "São João do Oriente", + "country": u"br", + "state": u"mg", + "name": u"São João do Oriente", }, { - "country": "br", - "state": "mg", - "name": "São João do Pacuí", + "country": u"br", + "state": u"mg", + "name": u"São João do Pacuí", }, { - "country": "br", - "state": "mg", - "name": "São João do Paraíso", + "country": u"br", + "state": u"mg", + "name": u"São João do Paraíso", }, { - "country": "br", - "state": "mg", - "name": "São João Evangelista", + "country": u"br", + "state": u"mg", + "name": u"São João Evangelista", }, { - "country": "br", - "state": "mg", - "name": "São João Nepomuceno", + "country": u"br", + "state": u"mg", + "name": u"São João Nepomuceno", }, { - "country": "br", - "state": "mg", - "name": "São Joaquim de Bicas", + "country": u"br", + "state": u"mg", + "name": u"São Joaquim de Bicas", }, { - "country": "br", - "state": "mg", - "name": "São José da Barra", + "country": u"br", + "state": u"mg", + "name": u"São José da Barra", }, { - "country": "br", - "state": "mg", - "name": "São José da Lapa", + "country": u"br", + "state": u"mg", + "name": u"São José da Lapa", }, { - "country": "br", - "state": "mg", - "name": "São José da Safira", + "country": u"br", + "state": u"mg", + "name": u"São José da Safira", }, { - "country": "br", - "state": "mg", - "name": "São José da Varginha", + "country": u"br", + "state": u"mg", + "name": u"São José da Varginha", }, { - "country": "br", - "state": "mg", - "name": "São José do Alegre", + "country": u"br", + "state": u"mg", + "name": u"São José do Alegre", }, { - "country": "br", - "state": "mg", - "name": "São José do Divino", + "country": u"br", + "state": u"mg", + "name": u"São José do Divino", }, { - "country": "br", - "state": "mg", - "name": "São José do Goiabal", + "country": u"br", + "state": u"mg", + "name": u"São José do Goiabal", }, { - "country": "br", - "state": "mg", - "name": "São José do Jacuri", + "country": u"br", + "state": u"mg", + "name": u"São José do Jacuri", }, { - "country": "br", - "state": "mg", - "name": "São José do Mantimento", + "country": u"br", + "state": u"mg", + "name": u"São José do Mantimento", }, { - "country": "br", - "state": "mg", - "name": "São Lourenço", + "country": u"br", + "state": u"mg", + "name": u"São Lourenço", }, { - "country": "br", - "state": "mg", - "name": "São Miguel do Anta", + "country": u"br", + "state": u"mg", + "name": u"São Miguel do Anta", }, { - "country": "br", - "state": "mg", - "name": "São Pedro da União", + "country": u"br", + "state": u"mg", + "name": u"São Pedro da União", }, { - "country": "br", - "state": "mg", - "name": "São Pedro do Suaçuí", + "country": u"br", + "state": u"mg", + "name": u"São Pedro do Suaçuí", }, { - "country": "br", - "state": "mg", - "name": "São Pedro dos Ferros", + "country": u"br", + "state": u"mg", + "name": u"São Pedro dos Ferros", }, { - "country": "br", - "state": "mg", - "name": "São Romão", + "country": u"br", + "state": u"mg", + "name": u"São Romão", }, { - "country": "br", - "state": "mg", - "name": "São Roque de Minas", + "country": u"br", + "state": u"mg", + "name": u"São Roque de Minas", }, { - "country": "br", - "state": "mg", - "name": "São Sebastião da Bela Vista", + "country": u"br", + "state": u"mg", + "name": u"São Sebastião da Bela Vista", }, { - "country": "br", - "state": "mg", - "name": "São Sebastião da Vargem Alegre", + "country": u"br", + "state": u"mg", + "name": u"São Sebastião da Vargem Alegre", }, { - "country": "br", - "state": "mg", - "name": "São Sebastião do Anta", + "country": u"br", + "state": u"mg", + "name": u"São Sebastião do Anta", }, { - "country": "br", - "state": "mg", - "name": "São Sebastião do Maranhão", + "country": u"br", + "state": u"mg", + "name": u"São Sebastião do Maranhão", }, { - "country": "br", - "state": "mg", - "name": "São Sebastião do Oeste", + "country": u"br", + "state": u"mg", + "name": u"São Sebastião do Oeste", }, { - "country": "br", - "state": "mg", - "name": "São Sebastião do Paraíso", + "country": u"br", + "state": u"mg", + "name": u"São Sebastião do Paraíso", }, { - "country": "br", - "state": "mg", - "name": "São Sebastião do Rio Preto", + "country": u"br", + "state": u"mg", + "name": u"São Sebastião do Rio Preto", }, { - "country": "br", - "state": "mg", - "name": "São Sebastião do Rio Verde", + "country": u"br", + "state": u"mg", + "name": u"São Sebastião do Rio Verde", }, { - "country": "br", - "state": "mg", - "name": "São Thomé das Letras", + "country": u"br", + "state": u"mg", + "name": u"São Thomé das Letras", }, { - "country": "br", - "state": "mg", - "name": "São Tiago", + "country": u"br", + "state": u"mg", + "name": u"São Tiago", }, { - "country": "br", - "state": "mg", - "name": "São Tomás de Aquino", + "country": u"br", + "state": u"mg", + "name": u"São Tomás de Aquino", }, { - "country": "br", - "state": "mg", - "name": "São Vicente de Minas", + "country": u"br", + "state": u"mg", + "name": u"São Vicente de Minas", }, { - "country": "br", - "state": "mg", - "name": "Sapucaí-Mirim", + "country": u"br", + "state": u"mg", + "name": u"Sapucaí-Mirim", }, { - "country": "br", - "state": "mg", - "name": "Sardoá", + "country": u"br", + "state": u"mg", + "name": u"Sardoá", }, { - "country": "br", - "state": "mg", - "name": "Sarzedo", + "country": u"br", + "state": u"mg", + "name": u"Sarzedo", }, { - "country": "br", - "state": "mg", - "name": "Sem-Peixe", + "country": u"br", + "state": u"mg", + "name": u"Sem-Peixe", }, { - "country": "br", - "state": "mg", - "name": "Senador Amaral", + "country": u"br", + "state": u"mg", + "name": u"Senador Amaral", }, { - "country": "br", - "state": "mg", - "name": "Senador Cortes", + "country": u"br", + "state": u"mg", + "name": u"Senador Cortes", }, { - "country": "br", - "state": "mg", - "name": "Senador Firmino", + "country": u"br", + "state": u"mg", + "name": u"Senador Firmino", }, { - "country": "br", - "state": "mg", - "name": "Senador José Bento", + "country": u"br", + "state": u"mg", + "name": u"Senador José Bento", }, { - "country": "br", - "state": "mg", - "name": "Senador Modestino Gonçalves", + "country": u"br", + "state": u"mg", + "name": u"Senador Modestino Gonçalves", }, { - "country": "br", - "state": "mg", - "name": "Senhora de Oliveira", + "country": u"br", + "state": u"mg", + "name": u"Senhora de Oliveira", }, { - "country": "br", - "state": "mg", - "name": "Senhora do Porto", + "country": u"br", + "state": u"mg", + "name": u"Senhora do Porto", }, { - "country": "br", - "state": "mg", - "name": "Senhora dos Remédios", + "country": u"br", + "state": u"mg", + "name": u"Senhora dos Remédios", }, { - "country": "br", - "state": "mg", - "name": "Sericita", + "country": u"br", + "state": u"mg", + "name": u"Sericita", }, { - "country": "br", - "state": "mg", - "name": "Seritinga", + "country": u"br", + "state": u"mg", + "name": u"Seritinga", }, { - "country": "br", - "state": "mg", - "name": "Serra Azul de Minas", + "country": u"br", + "state": u"mg", + "name": u"Serra Azul de Minas", }, { - "country": "br", - "state": "mg", - "name": "Serra da Saudade", + "country": u"br", + "state": u"mg", + "name": u"Serra da Saudade", }, { - "country": "br", - "state": "mg", - "name": "Serra do Salitre", + "country": u"br", + "state": u"mg", + "name": u"Serra do Salitre", }, { - "country": "br", - "state": "mg", - "name": "Serra dos Aimorés", + "country": u"br", + "state": u"mg", + "name": u"Serra dos Aimorés", }, { - "country": "br", - "state": "mg", - "name": "Serrania", + "country": u"br", + "state": u"mg", + "name": u"Serrania", }, { - "country": "br", - "state": "mg", - "name": "Serranópolis de Minas", + "country": u"br", + "state": u"mg", + "name": u"Serranópolis de Minas", }, { - "country": "br", - "state": "mg", - "name": "Serranos", + "country": u"br", + "state": u"mg", + "name": u"Serranos", }, { - "country": "br", - "state": "mg", - "name": "Serro", + "country": u"br", + "state": u"mg", + "name": u"Serro", }, { - "country": "br", - "state": "mg", - "name": "Sete Lagoas", + "country": u"br", + "state": u"mg", + "name": u"Sete Lagoas", }, { - "country": "br", - "state": "mg", - "name": "Setubinha", + "country": u"br", + "state": u"mg", + "name": u"Setubinha", }, { - "country": "br", - "state": "mg", - "name": "Silveirânia", + "country": u"br", + "state": u"mg", + "name": u"Silveirânia", }, { - "country": "br", - "state": "mg", - "name": "Silvianópolis", + "country": u"br", + "state": u"mg", + "name": u"Silvianópolis", }, { - "country": "br", - "state": "mg", - "name": "Simão Pereira", + "country": u"br", + "state": u"mg", + "name": u"Simão Pereira", }, { - "country": "br", - "state": "mg", - "name": "Simonésia", + "country": u"br", + "state": u"mg", + "name": u"Simonésia", }, { - "country": "br", - "state": "mg", - "name": "Sobrália", + "country": u"br", + "state": u"mg", + "name": u"Sobrália", }, { - "country": "br", - "state": "mg", - "name": "Soledade de Minas", + "country": u"br", + "state": u"mg", + "name": u"Soledade de Minas", }, { - "country": "br", - "state": "mg", - "name": "Tabuleiro", + "country": u"br", + "state": u"mg", + "name": u"Tabuleiro", }, { - "country": "br", - "state": "mg", - "name": "Taiobeiras", + "country": u"br", + "state": u"mg", + "name": u"Taiobeiras", }, { - "country": "br", - "state": "mg", - "name": "Taparuba", + "country": u"br", + "state": u"mg", + "name": u"Taparuba", }, { - "country": "br", - "state": "mg", - "name": "Tapira", + "country": u"br", + "state": u"mg", + "name": u"Tapira", }, { - "country": "br", - "state": "mg", - "name": "Tapiraí", + "country": u"br", + "state": u"mg", + "name": u"Tapiraí", }, { - "country": "br", - "state": "mg", - "name": "Taquaraçu de Minas", + "country": u"br", + "state": u"mg", + "name": u"Taquaraçu de Minas", }, { - "country": "br", - "state": "mg", - "name": "Tarumirim", + "country": u"br", + "state": u"mg", + "name": u"Tarumirim", }, { - "country": "br", - "state": "mg", - "name": "Teixeiras", + "country": u"br", + "state": u"mg", + "name": u"Teixeiras", }, { - "country": "br", - "state": "mg", - "name": "Teófilo Otoni", + "country": u"br", + "state": u"mg", + "name": u"Teófilo Otoni", }, { - "country": "br", - "state": "mg", - "name": "Timóteo", + "country": u"br", + "state": u"mg", + "name": u"Timóteo", }, { - "country": "br", - "state": "mg", - "name": "Tiradentes", + "country": u"br", + "state": u"mg", + "name": u"Tiradentes", }, { - "country": "br", - "state": "mg", - "name": "Tiros", + "country": u"br", + "state": u"mg", + "name": u"Tiros", }, { - "country": "br", - "state": "mg", - "name": "Tocantins", + "country": u"br", + "state": u"mg", + "name": u"Tocantins", }, { - "country": "br", - "state": "mg", - "name": "Tocos do Moji", + "country": u"br", + "state": u"mg", + "name": u"Tocos do Moji", }, { - "country": "br", - "state": "mg", - "name": "Toledo", + "country": u"br", + "state": u"mg", + "name": u"Toledo", }, { - "country": "br", - "state": "mg", - "name": "Tombos", + "country": u"br", + "state": u"mg", + "name": u"Tombos", }, { - "country": "br", - "state": "mg", - "name": "Três Corações", + "country": u"br", + "state": u"mg", + "name": u"Três Corações", }, { - "country": "br", - "state": "mg", - "name": "Três Marias", + "country": u"br", + "state": u"mg", + "name": u"Três Marias", }, { - "country": "br", - "state": "mg", - "name": "Três Pontas", + "country": u"br", + "state": u"mg", + "name": u"Três Pontas", }, { - "country": "br", - "state": "mg", - "name": "Tumiritinga", + "country": u"br", + "state": u"mg", + "name": u"Tumiritinga", }, { - "country": "br", - "state": "mg", - "name": "Tupaciguara", + "country": u"br", + "state": u"mg", + "name": u"Tupaciguara", }, { - "country": "br", - "state": "mg", - "name": "Turmalina", + "country": u"br", + "state": u"mg", + "name": u"Turmalina", }, { - "country": "br", - "state": "mg", - "name": "Turvolândia", + "country": u"br", + "state": u"mg", + "name": u"Turvolândia", }, { - "country": "br", - "state": "mg", - "name": "Ubá", + "country": u"br", + "state": u"mg", + "name": u"Ubá", }, { - "country": "br", - "state": "mg", - "name": "Ubaí", + "country": u"br", + "state": u"mg", + "name": u"Ubaí", }, { - "country": "br", - "state": "mg", - "name": "Ubaporanga", + "country": u"br", + "state": u"mg", + "name": u"Ubaporanga", }, { - "country": "br", - "state": "mg", - "name": "Uberaba", + "country": u"br", + "state": u"mg", + "name": u"Uberaba", }, { - "country": "br", - "state": "mg", - "name": "Uberlândia", + "country": u"br", + "state": u"mg", + "name": u"Uberlândia", }, { - "country": "br", - "state": "mg", - "name": "Umburatiba", + "country": u"br", + "state": u"mg", + "name": u"Umburatiba", }, { - "country": "br", - "state": "mg", - "name": "Unaí", + "country": u"br", + "state": u"mg", + "name": u"Unaí", }, { - "country": "br", - "state": "mg", - "name": "União de Minas", + "country": u"br", + "state": u"mg", + "name": u"União de Minas", }, { - "country": "br", - "state": "mg", - "name": "Uruana de Minas", + "country": u"br", + "state": u"mg", + "name": u"Uruana de Minas", }, { - "country": "br", - "state": "mg", - "name": "Urucânia", + "country": u"br", + "state": u"mg", + "name": u"Urucânia", }, { - "country": "br", - "state": "mg", - "name": "Urucuia", + "country": u"br", + "state": u"mg", + "name": u"Urucuia", }, { - "country": "br", - "state": "mg", - "name": "Vargem Alegre", + "country": u"br", + "state": u"mg", + "name": u"Vargem Alegre", }, { - "country": "br", - "state": "mg", - "name": "Vargem Bonita", + "country": u"br", + "state": u"mg", + "name": u"Vargem Bonita", }, { - "country": "br", - "state": "mg", - "name": "Vargem Grande do Rio Pardo", + "country": u"br", + "state": u"mg", + "name": u"Vargem Grande do Rio Pardo", }, { - "country": "br", - "state": "mg", - "name": "Varginha", + "country": u"br", + "state": u"mg", + "name": u"Varginha", }, { - "country": "br", - "state": "mg", - "name": "Varjão de Minas", + "country": u"br", + "state": u"mg", + "name": u"Varjão de Minas", }, { - "country": "br", - "state": "mg", - "name": "Várzea da Palma", + "country": u"br", + "state": u"mg", + "name": u"Várzea da Palma", }, { - "country": "br", - "state": "mg", - "name": "Varzelândia", + "country": u"br", + "state": u"mg", + "name": u"Varzelândia", }, { - "country": "br", - "state": "mg", - "name": "Vazante", + "country": u"br", + "state": u"mg", + "name": u"Vazante", }, { - "country": "br", - "state": "mg", - "name": "Verdelândia", + "country": u"br", + "state": u"mg", + "name": u"Verdelândia", }, { - "country": "br", - "state": "mg", - "name": "Veredinha", + "country": u"br", + "state": u"mg", + "name": u"Veredinha", }, { - "country": "br", - "state": "mg", - "name": "Veríssimo", + "country": u"br", + "state": u"mg", + "name": u"Veríssimo", }, { - "country": "br", - "state": "mg", - "name": "Vermelho Novo", + "country": u"br", + "state": u"mg", + "name": u"Vermelho Novo", }, { - "country": "br", - "state": "mg", - "name": "Vespasiano", + "country": u"br", + "state": u"mg", + "name": u"Vespasiano", }, { - "country": "br", - "state": "mg", - "name": "Viçosa", + "country": u"br", + "state": u"mg", + "name": u"Viçosa", }, { - "country": "br", - "state": "mg", - "name": "Vieiras", + "country": u"br", + "state": u"mg", + "name": u"Vieiras", }, { - "country": "br", - "state": "mg", - "name": "Virgem da Lapa", + "country": u"br", + "state": u"mg", + "name": u"Virgem da Lapa", }, { - "country": "br", - "state": "mg", - "name": "Virgínia", + "country": u"br", + "state": u"mg", + "name": u"Virgínia", }, { - "country": "br", - "state": "mg", - "name": "Virginópolis", + "country": u"br", + "state": u"mg", + "name": u"Virginópolis", }, { - "country": "br", - "state": "mg", - "name": "Virgolândia", + "country": u"br", + "state": u"mg", + "name": u"Virgolândia", }, { - "country": "br", - "state": "mg", - "name": "Visconde do Rio Branco", + "country": u"br", + "state": u"mg", + "name": u"Visconde do Rio Branco", }, { - "country": "br", - "state": "mg", - "name": "Volta Grande", + "country": u"br", + "state": u"mg", + "name": u"Volta Grande", }, { - "country": "br", - "state": "mg", - "name": "Wenceslau Braz", + "country": u"br", + "state": u"mg", + "name": u"Wenceslau Braz", }, { - "country": "br", - "state": "pi", - "name": "Acauã", + "country": u"br", + "state": u"pi", + "name": u"Acauã", }, { - "country": "br", - "state": "pi", - "name": "Agricolândia", + "country": u"br", + "state": u"pi", + "name": u"Agricolândia", }, { - "country": "br", - "state": "pi", - "name": "Água Branca", + "country": u"br", + "state": u"pi", + "name": u"Água Branca", }, { - "country": "br", - "state": "pi", - "name": "Alagoinha do Piauí", + "country": u"br", + "state": u"pi", + "name": u"Alagoinha do Piauí", }, { - "country": "br", - "state": "pi", - "name": "Alegrete do Piauí", + "country": u"br", + "state": u"pi", + "name": u"Alegrete do Piauí", }, { - "country": "br", - "state": "pi", - "name": "Alto Longá", + "country": u"br", + "state": u"pi", + "name": u"Alto Longá", }, { - "country": "br", - "state": "pi", - "name": "Altos", + "country": u"br", + "state": u"pi", + "name": u"Altos", }, { - "country": "br", - "state": "pi", - "name": "Alvorada do Gurguéia", + "country": u"br", + "state": u"pi", + "name": u"Alvorada do Gurguéia", }, { - "country": "br", - "state": "pi", - "name": "Amarante", + "country": u"br", + "state": u"pi", + "name": u"Amarante", }, { - "country": "br", - "state": "pi", - "name": "Angical do Piauí", + "country": u"br", + "state": u"pi", + "name": u"Angical do Piauí", }, { - "country": "br", - "state": "pi", - "name": "Anísio de Abreu", + "country": u"br", + "state": u"pi", + "name": u"Anísio de Abreu", }, { - "country": "br", - "state": "pi", - "name": "Antônio Almeida", + "country": u"br", + "state": u"pi", + "name": u"Antônio Almeida", }, { - "country": "br", - "state": "pi", - "name": "Aroazes", + "country": u"br", + "state": u"pi", + "name": u"Aroazes", }, { - "country": "br", - "state": "pi", - "name": "Aroeiras do Itaim", + "country": u"br", + "state": u"pi", + "name": u"Aroeiras do Itaim", }, { - "country": "br", - "state": "pi", - "name": "Arraial", + "country": u"br", + "state": u"pi", + "name": u"Arraial", }, { - "country": "br", - "state": "pi", - "name": "Assunção do Piauí", + "country": u"br", + "state": u"pi", + "name": u"Assunção do Piauí", }, { - "country": "br", - "state": "pi", - "name": "Avelino Lopes", + "country": u"br", + "state": u"pi", + "name": u"Avelino Lopes", }, { - "country": "br", - "state": "pi", - "name": "Baixa Grande do Ribeiro", + "country": u"br", + "state": u"pi", + "name": u"Baixa Grande do Ribeiro", }, { - "country": "br", - "state": "pi", - "name": "Barra d`Alcântara", + "country": u"br", + "state": u"pi", + "name": u"Barra d`Alcântara", }, { - "country": "br", - "state": "pi", - "name": "Barras", + "country": u"br", + "state": u"pi", + "name": u"Barras", }, { - "country": "br", - "state": "pi", - "name": "Barreiras do Piauí", + "country": u"br", + "state": u"pi", + "name": u"Barreiras do Piauí", }, { - "country": "br", - "state": "pi", - "name": "Barro Duro", + "country": u"br", + "state": u"pi", + "name": u"Barro Duro", }, { - "country": "br", - "state": "pi", - "name": "Batalha", + "country": u"br", + "state": u"pi", + "name": u"Batalha", }, { - "country": "br", - "state": "pi", - "name": "Bela Vista do Piauí", + "country": u"br", + "state": u"pi", + "name": u"Bela Vista do Piauí", }, { - "country": "br", - "state": "pi", - "name": "Belém do Piauí", + "country": u"br", + "state": u"pi", + "name": u"Belém do Piauí", }, { - "country": "br", - "state": "pi", - "name": "Beneditinos", + "country": u"br", + "state": u"pi", + "name": u"Beneditinos", }, { - "country": "br", - "state": "pi", - "name": "Bertolínia", + "country": u"br", + "state": u"pi", + "name": u"Bertolínia", }, { - "country": "br", - "state": "pi", - "name": "Betânia do Piauí", + "country": u"br", + "state": u"pi", + "name": u"Betânia do Piauí", }, { - "country": "br", - "state": "pi", - "name": "Boa Hora", + "country": u"br", + "state": u"pi", + "name": u"Boa Hora", }, { - "country": "br", - "state": "pi", - "name": "Bocaina", + "country": u"br", + "state": u"pi", + "name": u"Bocaina", }, { - "country": "br", - "state": "pi", - "name": "Bom Jesus", + "country": u"br", + "state": u"pi", + "name": u"Bom Jesus", }, { - "country": "br", - "state": "pi", - "name": "Bom Princípio do Piauí", + "country": u"br", + "state": u"pi", + "name": u"Bom Princípio do Piauí", }, { - "country": "br", - "state": "pi", - "name": "Bonfim do Piauí", + "country": u"br", + "state": u"pi", + "name": u"Bonfim do Piauí", }, { - "country": "br", - "state": "pi", - "name": "Boqueirão do Piauí", + "country": u"br", + "state": u"pi", + "name": u"Boqueirão do Piauí", }, { - "country": "br", - "state": "pi", - "name": "Brasileira", + "country": u"br", + "state": u"pi", + "name": u"Brasileira", }, { - "country": "br", - "state": "pi", - "name": "Brejo do Piauí", + "country": u"br", + "state": u"pi", + "name": u"Brejo do Piauí", }, { - "country": "br", - "state": "pi", - "name": "Buriti dos Lopes", + "country": u"br", + "state": u"pi", + "name": u"Buriti dos Lopes", }, { - "country": "br", - "state": "pi", - "name": "Buriti dos Montes", + "country": u"br", + "state": u"pi", + "name": u"Buriti dos Montes", }, { - "country": "br", - "state": "pi", - "name": "Cabeceiras do Piauí", + "country": u"br", + "state": u"pi", + "name": u"Cabeceiras do Piauí", }, { - "country": "br", - "state": "pi", - "name": "Cajazeiras do Piauí", + "country": u"br", + "state": u"pi", + "name": u"Cajazeiras do Piauí", }, { - "country": "br", - "state": "pi", - "name": "Cajueiro da Praia", + "country": u"br", + "state": u"pi", + "name": u"Cajueiro da Praia", }, { - "country": "br", - "state": "pi", - "name": "Caldeirão Grande do Piauí", + "country": u"br", + "state": u"pi", + "name": u"Caldeirão Grande do Piauí", }, { - "country": "br", - "state": "pi", - "name": "Campinas do Piauí", + "country": u"br", + "state": u"pi", + "name": u"Campinas do Piauí", }, { - "country": "br", - "state": "pi", - "name": "Campo Alegre do Fidalgo", + "country": u"br", + "state": u"pi", + "name": u"Campo Alegre do Fidalgo", }, { - "country": "br", - "state": "pi", - "name": "Campo Grande do Piauí", + "country": u"br", + "state": u"pi", + "name": u"Campo Grande do Piauí", }, { - "country": "br", - "state": "pi", - "name": "Campo Largo do Piauí", + "country": u"br", + "state": u"pi", + "name": u"Campo Largo do Piauí", }, { - "country": "br", - "state": "pi", - "name": "Campo Maior", + "country": u"br", + "state": u"pi", + "name": u"Campo Maior", }, { - "country": "br", - "state": "pi", - "name": "Canavieira", + "country": u"br", + "state": u"pi", + "name": u"Canavieira", }, { - "country": "br", - "state": "pi", - "name": "Canto do Buriti", + "country": u"br", + "state": u"pi", + "name": u"Canto do Buriti", }, { - "country": "br", - "state": "pi", - "name": "Capitão de Campos", + "country": u"br", + "state": u"pi", + "name": u"Capitão de Campos", }, { - "country": "br", - "state": "pi", - "name": "Capitão Gervásio Oliveira", + "country": u"br", + "state": u"pi", + "name": u"Capitão Gervásio Oliveira", }, { - "country": "br", - "state": "pi", - "name": "Caracol", + "country": u"br", + "state": u"pi", + "name": u"Caracol", }, { - "country": "br", - "state": "pi", - "name": "Caraúbas do Piauí", + "country": u"br", + "state": u"pi", + "name": u"Caraúbas do Piauí", }, { - "country": "br", - "state": "pi", - "name": "Caridade do Piauí", + "country": u"br", + "state": u"pi", + "name": u"Caridade do Piauí", }, { - "country": "br", - "state": "pi", - "name": "Castelo do Piauí", + "country": u"br", + "state": u"pi", + "name": u"Castelo do Piauí", }, { - "country": "br", - "state": "pi", - "name": "Caxingó", + "country": u"br", + "state": u"pi", + "name": u"Caxingó", }, { - "country": "br", - "state": "pi", - "name": "Cocal", + "country": u"br", + "state": u"pi", + "name": u"Cocal", }, { - "country": "br", - "state": "pi", - "name": "Cocal de Telha", + "country": u"br", + "state": u"pi", + "name": u"Cocal de Telha", }, { - "country": "br", - "state": "pi", - "name": "Cocal dos Alves", + "country": u"br", + "state": u"pi", + "name": u"Cocal dos Alves", }, { - "country": "br", - "state": "pi", - "name": "Coivaras", + "country": u"br", + "state": u"pi", + "name": u"Coivaras", }, { - "country": "br", - "state": "pi", - "name": "Colônia do Gurguéia", + "country": u"br", + "state": u"pi", + "name": u"Colônia do Gurguéia", }, { - "country": "br", - "state": "pi", - "name": "Colônia do Piauí", + "country": u"br", + "state": u"pi", + "name": u"Colônia do Piauí", }, { - "country": "br", - "state": "pi", - "name": "Conceição do Canindé", + "country": u"br", + "state": u"pi", + "name": u"Conceição do Canindé", }, { - "country": "br", - "state": "pi", - "name": "Coronel José Dias", + "country": u"br", + "state": u"pi", + "name": u"Coronel José Dias", }, { - "country": "br", - "state": "pi", - "name": "Corrente", + "country": u"br", + "state": u"pi", + "name": u"Corrente", }, { - "country": "br", - "state": "pi", - "name": "Cristalândia do Piauí", + "country": u"br", + "state": u"pi", + "name": u"Cristalândia do Piauí", }, { - "country": "br", - "state": "pi", - "name": "Cristino Castro", + "country": u"br", + "state": u"pi", + "name": u"Cristino Castro", }, { - "country": "br", - "state": "pi", - "name": "Curimatá", + "country": u"br", + "state": u"pi", + "name": u"Curimatá", }, { - "country": "br", - "state": "pi", - "name": "Currais", + "country": u"br", + "state": u"pi", + "name": u"Currais", }, { - "country": "br", - "state": "pi", - "name": "Curral Novo do Piauí", + "country": u"br", + "state": u"pi", + "name": u"Curral Novo do Piauí", }, { - "country": "br", - "state": "pi", - "name": "Curralinhos", + "country": u"br", + "state": u"pi", + "name": u"Curralinhos", }, { - "country": "br", - "state": "pi", - "name": "Demerval Lobão", + "country": u"br", + "state": u"pi", + "name": u"Demerval Lobão", }, { - "country": "br", - "state": "pi", - "name": "Dirceu Arcoverde", + "country": u"br", + "state": u"pi", + "name": u"Dirceu Arcoverde", }, { - "country": "br", - "state": "pi", - "name": "Dom Expedito Lopes", + "country": u"br", + "state": u"pi", + "name": u"Dom Expedito Lopes", }, { - "country": "br", - "state": "pi", - "name": "Dom Inocêncio", + "country": u"br", + "state": u"pi", + "name": u"Dom Inocêncio", }, { - "country": "br", - "state": "pi", - "name": "Domingos Mourão", + "country": u"br", + "state": u"pi", + "name": u"Domingos Mourão", }, { - "country": "br", - "state": "pi", - "name": "Elesbão Veloso", + "country": u"br", + "state": u"pi", + "name": u"Elesbão Veloso", }, { - "country": "br", - "state": "pi", - "name": "Eliseu Martins", + "country": u"br", + "state": u"pi", + "name": u"Eliseu Martins", }, { - "country": "br", - "state": "pi", - "name": "Esperantina", + "country": u"br", + "state": u"pi", + "name": u"Esperantina", }, { - "country": "br", - "state": "pi", - "name": "Fartura do Piauí", + "country": u"br", + "state": u"pi", + "name": u"Fartura do Piauí", }, { - "country": "br", - "state": "pi", - "name": "Flores do Piauí", + "country": u"br", + "state": u"pi", + "name": u"Flores do Piauí", }, { - "country": "br", - "state": "pi", - "name": "Floresta do Piauí", + "country": u"br", + "state": u"pi", + "name": u"Floresta do Piauí", }, { - "country": "br", - "state": "pi", - "name": "Floriano", + "country": u"br", + "state": u"pi", + "name": u"Floriano", }, { - "country": "br", - "state": "pi", - "name": "Francinópolis", + "country": u"br", + "state": u"pi", + "name": u"Francinópolis", }, { - "country": "br", - "state": "pi", - "name": "Francisco Ayres", + "country": u"br", + "state": u"pi", + "name": u"Francisco Ayres", }, { - "country": "br", - "state": "pi", - "name": "Francisco Macedo", + "country": u"br", + "state": u"pi", + "name": u"Francisco Macedo", }, { - "country": "br", - "state": "pi", - "name": "Francisco Santos", + "country": u"br", + "state": u"pi", + "name": u"Francisco Santos", }, { - "country": "br", - "state": "pi", - "name": "Fronteiras", + "country": u"br", + "state": u"pi", + "name": u"Fronteiras", }, { - "country": "br", - "state": "pi", - "name": "Geminiano", + "country": u"br", + "state": u"pi", + "name": u"Geminiano", }, { - "country": "br", - "state": "pi", - "name": "Gilbués", + "country": u"br", + "state": u"pi", + "name": u"Gilbués", }, { - "country": "br", - "state": "pi", - "name": "Guadalupe", + "country": u"br", + "state": u"pi", + "name": u"Guadalupe", }, { - "country": "br", - "state": "pi", - "name": "Guaribas", + "country": u"br", + "state": u"pi", + "name": u"Guaribas", }, { - "country": "br", - "state": "pi", - "name": "Hugo Napoleão", + "country": u"br", + "state": u"pi", + "name": u"Hugo Napoleão", }, { - "country": "br", - "state": "pi", - "name": "Ilha Grande", + "country": u"br", + "state": u"pi", + "name": u"Ilha Grande", }, { - "country": "br", - "state": "pi", - "name": "Inhuma", + "country": u"br", + "state": u"pi", + "name": u"Inhuma", }, { - "country": "br", - "state": "pi", - "name": "Ipiranga do Piauí", + "country": u"br", + "state": u"pi", + "name": u"Ipiranga do Piauí", }, { - "country": "br", - "state": "pi", - "name": "Isaías Coelho", + "country": u"br", + "state": u"pi", + "name": u"Isaías Coelho", }, { - "country": "br", - "state": "pi", - "name": "Itainópolis", + "country": u"br", + "state": u"pi", + "name": u"Itainópolis", }, { - "country": "br", - "state": "pi", - "name": "Itaueira", + "country": u"br", + "state": u"pi", + "name": u"Itaueira", }, { - "country": "br", - "state": "pi", - "name": "Jacobina do Piauí", + "country": u"br", + "state": u"pi", + "name": u"Jacobina do Piauí", }, { - "country": "br", - "state": "pi", - "name": "Jaicós", + "country": u"br", + "state": u"pi", + "name": u"Jaicós", }, { - "country": "br", - "state": "pi", - "name": "Jardim do Mulato", + "country": u"br", + "state": u"pi", + "name": u"Jardim do Mulato", }, { - "country": "br", - "state": "pi", - "name": "Jatobá do Piauí", + "country": u"br", + "state": u"pi", + "name": u"Jatobá do Piauí", }, { - "country": "br", - "state": "pi", - "name": "Jerumenha", + "country": u"br", + "state": u"pi", + "name": u"Jerumenha", }, { - "country": "br", - "state": "pi", - "name": "João Costa", + "country": u"br", + "state": u"pi", + "name": u"João Costa", }, { - "country": "br", - "state": "pi", - "name": "Joaquim Pires", + "country": u"br", + "state": u"pi", + "name": u"Joaquim Pires", }, { - "country": "br", - "state": "pi", - "name": "Joca Marques", + "country": u"br", + "state": u"pi", + "name": u"Joca Marques", }, { - "country": "br", - "state": "pi", - "name": "José de Freitas", + "country": u"br", + "state": u"pi", + "name": u"José de Freitas", }, { - "country": "br", - "state": "pi", - "name": "Juazeiro do Piauí", + "country": u"br", + "state": u"pi", + "name": u"Juazeiro do Piauí", }, { - "country": "br", - "state": "pi", - "name": "Júlio Borges", + "country": u"br", + "state": u"pi", + "name": u"Júlio Borges", }, { - "country": "br", - "state": "pi", - "name": "Jurema", + "country": u"br", + "state": u"pi", + "name": u"Jurema", }, { - "country": "br", - "state": "pi", - "name": "Lagoa Alegre", + "country": u"br", + "state": u"pi", + "name": u"Lagoa Alegre", }, { - "country": "br", - "state": "pi", - "name": "Lagoa de São Francisco", + "country": u"br", + "state": u"pi", + "name": u"Lagoa de São Francisco", }, { - "country": "br", - "state": "pi", - "name": "Lagoa do Barro do Piauí", + "country": u"br", + "state": u"pi", + "name": u"Lagoa do Barro do Piauí", }, { - "country": "br", - "state": "pi", - "name": "Lagoa do Piauí", + "country": u"br", + "state": u"pi", + "name": u"Lagoa do Piauí", }, { - "country": "br", - "state": "pi", - "name": "Lagoa do Sítio", + "country": u"br", + "state": u"pi", + "name": u"Lagoa do Sítio", }, { - "country": "br", - "state": "pi", - "name": "Lagoinha do Piauí", + "country": u"br", + "state": u"pi", + "name": u"Lagoinha do Piauí", }, { - "country": "br", - "state": "pi", - "name": "Landri Sales", + "country": u"br", + "state": u"pi", + "name": u"Landri Sales", }, { - "country": "br", - "state": "pi", - "name": "Luís Correia", + "country": u"br", + "state": u"pi", + "name": u"Luís Correia", }, { - "country": "br", - "state": "pi", - "name": "Luzilândia", + "country": u"br", + "state": u"pi", + "name": u"Luzilândia", }, { - "country": "br", - "state": "pi", - "name": "Madeiro", + "country": u"br", + "state": u"pi", + "name": u"Madeiro", }, { - "country": "br", - "state": "pi", - "name": "Manoel Emídio", + "country": u"br", + "state": u"pi", + "name": u"Manoel Emídio", }, { - "country": "br", - "state": "pi", - "name": "Marcolândia", + "country": u"br", + "state": u"pi", + "name": u"Marcolândia", }, { - "country": "br", - "state": "pi", - "name": "Marcos Parente", + "country": u"br", + "state": u"pi", + "name": u"Marcos Parente", }, { - "country": "br", - "state": "pi", - "name": "Massapê do Piauí", + "country": u"br", + "state": u"pi", + "name": u"Massapê do Piauí", }, { - "country": "br", - "state": "pi", - "name": "Matias Olímpio", + "country": u"br", + "state": u"pi", + "name": u"Matias Olímpio", }, { - "country": "br", - "state": "pi", - "name": "Miguel Alves", + "country": u"br", + "state": u"pi", + "name": u"Miguel Alves", }, { - "country": "br", - "state": "pi", - "name": "Miguel Leão", + "country": u"br", + "state": u"pi", + "name": u"Miguel Leão", }, { - "country": "br", - "state": "pi", - "name": "Milton Brandão", + "country": u"br", + "state": u"pi", + "name": u"Milton Brandão", }, { - "country": "br", - "state": "pi", - "name": "Monsenhor Gil", + "country": u"br", + "state": u"pi", + "name": u"Monsenhor Gil", }, { - "country": "br", - "state": "pi", - "name": "Monsenhor Hipólito", + "country": u"br", + "state": u"pi", + "name": u"Monsenhor Hipólito", }, { - "country": "br", - "state": "pi", - "name": "Monte Alegre do Piauí", + "country": u"br", + "state": u"pi", + "name": u"Monte Alegre do Piauí", }, { - "country": "br", - "state": "pi", - "name": "Morro Cabeça no Tempo", + "country": u"br", + "state": u"pi", + "name": u"Morro Cabeça no Tempo", }, { - "country": "br", - "state": "pi", - "name": "Morro do Chapéu do Piauí", + "country": u"br", + "state": u"pi", + "name": u"Morro do Chapéu do Piauí", }, { - "country": "br", - "state": "pi", - "name": "Murici dos Portelas", + "country": u"br", + "state": u"pi", + "name": u"Murici dos Portelas", }, { - "country": "br", - "state": "pi", - "name": "Nazaré do Piauí", + "country": u"br", + "state": u"pi", + "name": u"Nazaré do Piauí", }, { - "country": "br", - "state": "pi", - "name": "Nossa Senhora de Nazaré", + "country": u"br", + "state": u"pi", + "name": u"Nossa Senhora de Nazaré", }, { - "country": "br", - "state": "pi", - "name": "Nossa Senhora dos Remédios", + "country": u"br", + "state": u"pi", + "name": u"Nossa Senhora dos Remédios", }, { - "country": "br", - "state": "pi", - "name": "Nova Santa Rita", + "country": u"br", + "state": u"pi", + "name": u"Nova Santa Rita", }, { - "country": "br", - "state": "pi", - "name": "Novo Oriente do Piauí", + "country": u"br", + "state": u"pi", + "name": u"Novo Oriente do Piauí", }, { - "country": "br", - "state": "pi", - "name": "Novo Santo Antônio", + "country": u"br", + "state": u"pi", + "name": u"Novo Santo Antônio", }, { - "country": "br", - "state": "pi", - "name": "Oeiras", + "country": u"br", + "state": u"pi", + "name": u"Oeiras", }, { - "country": "br", - "state": "pi", - "name": "Olho d`Água do Piauí", + "country": u"br", + "state": u"pi", + "name": u"Olho d`Água do Piauí", }, { - "country": "br", - "state": "pi", - "name": "Padre Marcos", + "country": u"br", + "state": u"pi", + "name": u"Padre Marcos", }, { - "country": "br", - "state": "pi", - "name": "Paes Landim", + "country": u"br", + "state": u"pi", + "name": u"Paes Landim", }, { - "country": "br", - "state": "pi", - "name": "Pajeú do Piauí", + "country": u"br", + "state": u"pi", + "name": u"Pajeú do Piauí", }, { - "country": "br", - "state": "pi", - "name": "Palmeira do Piauí", + "country": u"br", + "state": u"pi", + "name": u"Palmeira do Piauí", }, { - "country": "br", - "state": "pi", - "name": "Palmeirais", + "country": u"br", + "state": u"pi", + "name": u"Palmeirais", }, { - "country": "br", - "state": "pi", - "name": "Paquetá", + "country": u"br", + "state": u"pi", + "name": u"Paquetá", }, { - "country": "br", - "state": "pi", - "name": "Parnaguá", + "country": u"br", + "state": u"pi", + "name": u"Parnaguá", }, { - "country": "br", - "state": "pi", - "name": "Parnaíba", + "country": u"br", + "state": u"pi", + "name": u"Parnaíba", }, { - "country": "br", - "state": "pi", - "name": "Passagem Franca do Piauí", + "country": u"br", + "state": u"pi", + "name": u"Passagem Franca do Piauí", }, { - "country": "br", - "state": "pi", - "name": "Patos do Piauí", + "country": u"br", + "state": u"pi", + "name": u"Patos do Piauí", }, { - "country": "br", - "state": "pi", - "name": "Pau d`Arco do Piauí", + "country": u"br", + "state": u"pi", + "name": u"Pau d`Arco do Piauí", }, { - "country": "br", - "state": "pi", - "name": "Paulistana", + "country": u"br", + "state": u"pi", + "name": u"Paulistana", }, { - "country": "br", - "state": "pi", - "name": "Pavussu", + "country": u"br", + "state": u"pi", + "name": u"Pavussu", }, { - "country": "br", - "state": "pi", - "name": "Pedro II", + "country": u"br", + "state": u"pi", + "name": u"Pedro II", }, { - "country": "br", - "state": "pi", - "name": "Pedro Laurentino", + "country": u"br", + "state": u"pi", + "name": u"Pedro Laurentino", }, { - "country": "br", - "state": "pi", - "name": "Picos", + "country": u"br", + "state": u"pi", + "name": u"Picos", }, { - "country": "br", - "state": "pi", - "name": "Pimenteiras", + "country": u"br", + "state": u"pi", + "name": u"Pimenteiras", }, { - "country": "br", - "state": "pi", - "name": "Pio IX", + "country": u"br", + "state": u"pi", + "name": u"Pio IX", }, { - "country": "br", - "state": "pi", - "name": "Piracuruca", + "country": u"br", + "state": u"pi", + "name": u"Piracuruca", }, { - "country": "br", - "state": "pi", - "name": "Piripiri", + "country": u"br", + "state": u"pi", + "name": u"Piripiri", }, { - "country": "br", - "state": "pi", - "name": "Porto", + "country": u"br", + "state": u"pi", + "name": u"Porto", }, { - "country": "br", - "state": "pi", - "name": "Porto Alegre do Piauí", + "country": u"br", + "state": u"pi", + "name": u"Porto Alegre do Piauí", }, { - "country": "br", - "state": "pi", - "name": "Prata do Piauí", + "country": u"br", + "state": u"pi", + "name": u"Prata do Piauí", }, { - "country": "br", - "state": "pi", - "name": "Queimada Nova", + "country": u"br", + "state": u"pi", + "name": u"Queimada Nova", }, { - "country": "br", - "state": "pi", - "name": "Redenção do Gurguéia", + "country": u"br", + "state": u"pi", + "name": u"Redenção do Gurguéia", }, { - "country": "br", - "state": "pi", - "name": "Regeneração", + "country": u"br", + "state": u"pi", + "name": u"Regeneração", }, { - "country": "br", - "state": "pi", - "name": "Riacho Frio", + "country": u"br", + "state": u"pi", + "name": u"Riacho Frio", }, { - "country": "br", - "state": "pi", - "name": "Ribeira do Piauí", + "country": u"br", + "state": u"pi", + "name": u"Ribeira do Piauí", }, { - "country": "br", - "state": "pi", - "name": "Ribeiro Gonçalves", + "country": u"br", + "state": u"pi", + "name": u"Ribeiro Gonçalves", }, { - "country": "br", - "state": "pi", - "name": "Rio Grande do Piauí", + "country": u"br", + "state": u"pi", + "name": u"Rio Grande do Piauí", }, { - "country": "br", - "state": "pi", - "name": "Santa Cruz do Piauí", + "country": u"br", + "state": u"pi", + "name": u"Santa Cruz do Piauí", }, { - "country": "br", - "state": "pi", - "name": "Santa Cruz dos Milagres", + "country": u"br", + "state": u"pi", + "name": u"Santa Cruz dos Milagres", }, { - "country": "br", - "state": "pi", - "name": "Santa Filomena", + "country": u"br", + "state": u"pi", + "name": u"Santa Filomena", }, { - "country": "br", - "state": "pi", - "name": "Santa Luz", + "country": u"br", + "state": u"pi", + "name": u"Santa Luz", }, { - "country": "br", - "state": "pi", - "name": "Santa Rosa do Piauí", + "country": u"br", + "state": u"pi", + "name": u"Santa Rosa do Piauí", }, { - "country": "br", - "state": "pi", - "name": "Santana do Piauí", + "country": u"br", + "state": u"pi", + "name": u"Santana do Piauí", }, { - "country": "br", - "state": "pi", - "name": "Santo Antônio de Lisboa", + "country": u"br", + "state": u"pi", + "name": u"Santo Antônio de Lisboa", }, { - "country": "br", - "state": "pi", - "name": "Santo Antônio dos Milagres", + "country": u"br", + "state": u"pi", + "name": u"Santo Antônio dos Milagres", }, { - "country": "br", - "state": "pi", - "name": "Santo Inácio do Piauí", + "country": u"br", + "state": u"pi", + "name": u"Santo Inácio do Piauí", }, { - "country": "br", - "state": "pi", - "name": "São Braz do Piauí", + "country": u"br", + "state": u"pi", + "name": u"São Braz do Piauí", }, { - "country": "br", - "state": "pi", - "name": "São Félix do Piauí", + "country": u"br", + "state": u"pi", + "name": u"São Félix do Piauí", }, { - "country": "br", - "state": "pi", - "name": "São Francisco de Assis do Piauí", + "country": u"br", + "state": u"pi", + "name": u"São Francisco de Assis do Piauí", }, { - "country": "br", - "state": "pi", - "name": "São Francisco do Piauí", + "country": u"br", + "state": u"pi", + "name": u"São Francisco do Piauí", }, { - "country": "br", - "state": "pi", - "name": "São Gonçalo do Gurguéia", + "country": u"br", + "state": u"pi", + "name": u"São Gonçalo do Gurguéia", }, { - "country": "br", - "state": "pi", - "name": "São Gonçalo do Piauí", + "country": u"br", + "state": u"pi", + "name": u"São Gonçalo do Piauí", }, { - "country": "br", - "state": "pi", - "name": "São João da Canabrava", + "country": u"br", + "state": u"pi", + "name": u"São João da Canabrava", }, { - "country": "br", - "state": "pi", - "name": "São João da Fronteira", + "country": u"br", + "state": u"pi", + "name": u"São João da Fronteira", }, { - "country": "br", - "state": "pi", - "name": "São João da Serra", + "country": u"br", + "state": u"pi", + "name": u"São João da Serra", }, { - "country": "br", - "state": "pi", - "name": "São João da Varjota", + "country": u"br", + "state": u"pi", + "name": u"São João da Varjota", }, { - "country": "br", - "state": "pi", - "name": "São João do Arraial", + "country": u"br", + "state": u"pi", + "name": u"São João do Arraial", }, { - "country": "br", - "state": "pi", - "name": "São João do Piauí", + "country": u"br", + "state": u"pi", + "name": u"São João do Piauí", }, { - "country": "br", - "state": "pi", - "name": "São José do Divino", + "country": u"br", + "state": u"pi", + "name": u"São José do Divino", }, { - "country": "br", - "state": "pi", - "name": "São José do Peixe", + "country": u"br", + "state": u"pi", + "name": u"São José do Peixe", }, { - "country": "br", - "state": "pi", - "name": "São José do Piauí", + "country": u"br", + "state": u"pi", + "name": u"São José do Piauí", }, { - "country": "br", - "state": "pi", - "name": "São Julião", + "country": u"br", + "state": u"pi", + "name": u"São Julião", }, { - "country": "br", - "state": "pi", - "name": "São Lourenço do Piauí", + "country": u"br", + "state": u"pi", + "name": u"São Lourenço do Piauí", }, { - "country": "br", - "state": "pi", - "name": "São Luis do Piauí", + "country": u"br", + "state": u"pi", + "name": u"São Luis do Piauí", }, { - "country": "br", - "state": "pi", - "name": "São Miguel da Baixa Grande", + "country": u"br", + "state": u"pi", + "name": u"São Miguel da Baixa Grande", }, { - "country": "br", - "state": "pi", - "name": "São Miguel do Fidalgo", + "country": u"br", + "state": u"pi", + "name": u"São Miguel do Fidalgo", }, { - "country": "br", - "state": "pi", - "name": "São Miguel do Tapuio", + "country": u"br", + "state": u"pi", + "name": u"São Miguel do Tapuio", }, { - "country": "br", - "state": "pi", - "name": "São Pedro do Piauí", + "country": u"br", + "state": u"pi", + "name": u"São Pedro do Piauí", }, { - "country": "br", - "state": "pi", - "name": "São Raimundo Nonato", + "country": u"br", + "state": u"pi", + "name": u"São Raimundo Nonato", }, { - "country": "br", - "state": "pi", - "name": "Sebastião Barros", + "country": u"br", + "state": u"pi", + "name": u"Sebastião Barros", }, { - "country": "br", - "state": "pi", - "name": "Sebastião Leal", + "country": u"br", + "state": u"pi", + "name": u"Sebastião Leal", }, { - "country": "br", - "state": "pi", - "name": "Sigefredo Pacheco", + "country": u"br", + "state": u"pi", + "name": u"Sigefredo Pacheco", }, { - "country": "br", - "state": "pi", - "name": "Simões", + "country": u"br", + "state": u"pi", + "name": u"Simões", }, { - "country": "br", - "state": "pi", - "name": "Simplício Mendes", + "country": u"br", + "state": u"pi", + "name": u"Simplício Mendes", }, { - "country": "br", - "state": "pi", - "name": "Socorro do Piauí", + "country": u"br", + "state": u"pi", + "name": u"Socorro do Piauí", }, { - "country": "br", - "state": "pi", - "name": "Sussuapara", + "country": u"br", + "state": u"pi", + "name": u"Sussuapara", }, { - "country": "br", - "state": "pi", - "name": "Tamboril do Piauí", + "country": u"br", + "state": u"pi", + "name": u"Tamboril do Piauí", }, { - "country": "br", - "state": "pi", - "name": "Tanque do Piauí", + "country": u"br", + "state": u"pi", + "name": u"Tanque do Piauí", }, { - "country": "br", - "state": "pi", - "name": "Teresina", + "country": u"br", + "state": u"pi", + "name": u"Teresina", }, { - "country": "br", - "state": "pi", - "name": "União", + "country": u"br", + "state": u"pi", + "name": u"União", }, { - "country": "br", - "state": "pi", - "name": "Uruçuí", + "country": u"br", + "state": u"pi", + "name": u"Uruçuí", }, { - "country": "br", - "state": "pi", - "name": "Valença do Piauí", + "country": u"br", + "state": u"pi", + "name": u"Valença do Piauí", }, { - "country": "br", - "state": "pi", - "name": "Várzea Branca", + "country": u"br", + "state": u"pi", + "name": u"Várzea Branca", }, { - "country": "br", - "state": "pi", - "name": "Várzea Grande", + "country": u"br", + "state": u"pi", + "name": u"Várzea Grande", }, { - "country": "br", - "state": "pi", - "name": "Vera Mendes", + "country": u"br", + "state": u"pi", + "name": u"Vera Mendes", }, { - "country": "br", - "state": "pi", - "name": "Vila Nova do Piauí", + "country": u"br", + "state": u"pi", + "name": u"Vila Nova do Piauí", }, { - "country": "br", - "state": "pi", - "name": "Wall Ferraz", + "country": u"br", + "state": u"pi", + "name": u"Wall Ferraz", }, { - "country": "br", - "state": "ma", - "name": "Açailândia", + "country": u"br", + "state": u"ma", + "name": u"Açailândia", }, { - "country": "br", - "state": "ma", - "name": "Afonso Cunha", + "country": u"br", + "state": u"ma", + "name": u"Afonso Cunha", }, { - "country": "br", - "state": "ma", - "name": "Água Doce do Maranhão", + "country": u"br", + "state": u"ma", + "name": u"Água Doce do Maranhão", }, { - "country": "br", - "state": "ma", - "name": "Alcântara", + "country": u"br", + "state": u"ma", + "name": u"Alcântara", }, { - "country": "br", - "state": "ma", - "name": "Aldeias Altas", + "country": u"br", + "state": u"ma", + "name": u"Aldeias Altas", }, { - "country": "br", - "state": "ma", - "name": "Altamira do Maranhão", + "country": u"br", + "state": u"ma", + "name": u"Altamira do Maranhão", }, { - "country": "br", - "state": "ma", - "name": "Alto Alegre do Maranhão", + "country": u"br", + "state": u"ma", + "name": u"Alto Alegre do Maranhão", }, { - "country": "br", - "state": "ma", - "name": "Alto Alegre do Pindaré", + "country": u"br", + "state": u"ma", + "name": u"Alto Alegre do Pindaré", }, { - "country": "br", - "state": "ma", - "name": "Alto Parnaíba", + "country": u"br", + "state": u"ma", + "name": u"Alto Parnaíba", }, { - "country": "br", - "state": "ma", - "name": "Amapá do Maranhão", + "country": u"br", + "state": u"ma", + "name": u"Amapá do Maranhão", }, { - "country": "br", - "state": "ma", - "name": "Amarante do Maranhão", + "country": u"br", + "state": u"ma", + "name": u"Amarante do Maranhão", }, { - "country": "br", - "state": "ma", - "name": "Anajatuba", + "country": u"br", + "state": u"ma", + "name": u"Anajatuba", }, { - "country": "br", - "state": "ma", - "name": "Anapurus", + "country": u"br", + "state": u"ma", + "name": u"Anapurus", }, { - "country": "br", - "state": "ma", - "name": "Apicum-Açu", + "country": u"br", + "state": u"ma", + "name": u"Apicum-Açu", }, { - "country": "br", - "state": "ma", - "name": "Araguanã", + "country": u"br", + "state": u"ma", + "name": u"Araguanã", }, { - "country": "br", - "state": "ma", - "name": "Araioses", + "country": u"br", + "state": u"ma", + "name": u"Araioses", }, { - "country": "br", - "state": "ma", - "name": "Arame", + "country": u"br", + "state": u"ma", + "name": u"Arame", }, { - "country": "br", - "state": "ma", - "name": "Arari", + "country": u"br", + "state": u"ma", + "name": u"Arari", }, { - "country": "br", - "state": "ma", - "name": "Axixá", + "country": u"br", + "state": u"ma", + "name": u"Axixá", }, { - "country": "br", - "state": "ma", - "name": "Bacabal", + "country": u"br", + "state": u"ma", + "name": u"Bacabal", }, { - "country": "br", - "state": "ma", - "name": "Bacabeira", + "country": u"br", + "state": u"ma", + "name": u"Bacabeira", }, { - "country": "br", - "state": "ma", - "name": "Bacuri", + "country": u"br", + "state": u"ma", + "name": u"Bacuri", }, { - "country": "br", - "state": "ma", - "name": "Bacurituba", + "country": u"br", + "state": u"ma", + "name": u"Bacurituba", }, { - "country": "br", - "state": "ma", - "name": "Balsas", + "country": u"br", + "state": u"ma", + "name": u"Balsas", }, { - "country": "br", - "state": "ma", - "name": "Barão de Grajaú", + "country": u"br", + "state": u"ma", + "name": u"Barão de Grajaú", }, { - "country": "br", - "state": "ma", - "name": "Barra do Corda", + "country": u"br", + "state": u"ma", + "name": u"Barra do Corda", }, { - "country": "br", - "state": "ma", - "name": "Barreirinhas", + "country": u"br", + "state": u"ma", + "name": u"Barreirinhas", }, { - "country": "br", - "state": "ma", - "name": "Bela Vista do Maranhão", + "country": u"br", + "state": u"ma", + "name": u"Bela Vista do Maranhão", }, { - "country": "br", - "state": "ma", - "name": "Belágua", + "country": u"br", + "state": u"ma", + "name": u"Belágua", }, { - "country": "br", - "state": "ma", - "name": "Benedito Leite", + "country": u"br", + "state": u"ma", + "name": u"Benedito Leite", }, { - "country": "br", - "state": "ma", - "name": "Bequimão", + "country": u"br", + "state": u"ma", + "name": u"Bequimão", }, { - "country": "br", - "state": "ma", - "name": "Bernardo do Mearim", + "country": u"br", + "state": u"ma", + "name": u"Bernardo do Mearim", }, { - "country": "br", - "state": "ma", - "name": "Boa Vista do Gurupi", + "country": u"br", + "state": u"ma", + "name": u"Boa Vista do Gurupi", }, { - "country": "br", - "state": "ma", - "name": "Bom Jardim", + "country": u"br", + "state": u"ma", + "name": u"Bom Jardim", }, { - "country": "br", - "state": "ma", - "name": "Bom Jesus das Selvas", + "country": u"br", + "state": u"ma", + "name": u"Bom Jesus das Selvas", }, { - "country": "br", - "state": "ma", - "name": "Bom Lugar", + "country": u"br", + "state": u"ma", + "name": u"Bom Lugar", }, { - "country": "br", - "state": "ma", - "name": "Brejo", + "country": u"br", + "state": u"ma", + "name": u"Brejo", }, { - "country": "br", - "state": "ma", - "name": "Brejo de Areia", + "country": u"br", + "state": u"ma", + "name": u"Brejo de Areia", }, { - "country": "br", - "state": "ma", - "name": "Buriti", + "country": u"br", + "state": u"ma", + "name": u"Buriti", }, { - "country": "br", - "state": "ma", - "name": "Buriti Bravo", + "country": u"br", + "state": u"ma", + "name": u"Buriti Bravo", }, { - "country": "br", - "state": "ma", - "name": "Buriticupu", + "country": u"br", + "state": u"ma", + "name": u"Buriticupu", }, { - "country": "br", - "state": "ma", - "name": "Buritirana", + "country": u"br", + "state": u"ma", + "name": u"Buritirana", }, { - "country": "br", - "state": "ma", - "name": "Cachoeira Grande", + "country": u"br", + "state": u"ma", + "name": u"Cachoeira Grande", }, { - "country": "br", - "state": "ma", - "name": "Cajapió", + "country": u"br", + "state": u"ma", + "name": u"Cajapió", }, { - "country": "br", - "state": "ma", - "name": "Cajari", + "country": u"br", + "state": u"ma", + "name": u"Cajari", }, { - "country": "br", - "state": "ma", - "name": "Campestre do Maranhão", + "country": u"br", + "state": u"ma", + "name": u"Campestre do Maranhão", }, { - "country": "br", - "state": "ma", - "name": "Cândido Mendes", + "country": u"br", + "state": u"ma", + "name": u"Cândido Mendes", }, { - "country": "br", - "state": "ma", - "name": "Cantanhede", + "country": u"br", + "state": u"ma", + "name": u"Cantanhede", }, { - "country": "br", - "state": "ma", - "name": "Capinzal do Norte", + "country": u"br", + "state": u"ma", + "name": u"Capinzal do Norte", }, { - "country": "br", - "state": "ma", - "name": "Carolina", + "country": u"br", + "state": u"ma", + "name": u"Carolina", }, { - "country": "br", - "state": "ma", - "name": "Carutapera", + "country": u"br", + "state": u"ma", + "name": u"Carutapera", }, { - "country": "br", - "state": "ma", - "name": "Caxias", + "country": u"br", + "state": u"ma", + "name": u"Caxias", }, { - "country": "br", - "state": "ma", - "name": "Cedral", + "country": u"br", + "state": u"ma", + "name": u"Cedral", }, { - "country": "br", - "state": "ma", - "name": "Central do Maranhão", + "country": u"br", + "state": u"ma", + "name": u"Central do Maranhão", }, { - "country": "br", - "state": "ma", - "name": "Centro do Guilherme", + "country": u"br", + "state": u"ma", + "name": u"Centro do Guilherme", }, { - "country": "br", - "state": "ma", - "name": "Centro Novo do Maranhão", + "country": u"br", + "state": u"ma", + "name": u"Centro Novo do Maranhão", }, { - "country": "br", - "state": "ma", - "name": "Chapadinha", + "country": u"br", + "state": u"ma", + "name": u"Chapadinha", }, { - "country": "br", - "state": "ma", - "name": "Cidelândia", + "country": u"br", + "state": u"ma", + "name": u"Cidelândia", }, { - "country": "br", - "state": "ma", - "name": "Codó", + "country": u"br", + "state": u"ma", + "name": u"Codó", }, { - "country": "br", - "state": "ma", - "name": "Coelho Neto", + "country": u"br", + "state": u"ma", + "name": u"Coelho Neto", }, { - "country": "br", - "state": "ma", - "name": "Colinas", + "country": u"br", + "state": u"ma", + "name": u"Colinas", }, { - "country": "br", - "state": "ma", - "name": "Conceição do Lago-Açu", + "country": u"br", + "state": u"ma", + "name": u"Conceição do Lago-Açu", }, { - "country": "br", - "state": "ma", - "name": "Coroatá", + "country": u"br", + "state": u"ma", + "name": u"Coroatá", }, { - "country": "br", - "state": "ma", - "name": "Cururupu", + "country": u"br", + "state": u"ma", + "name": u"Cururupu", }, { - "country": "br", - "state": "ma", - "name": "Davinópolis", + "country": u"br", + "state": u"ma", + "name": u"Davinópolis", }, { - "country": "br", - "state": "ma", - "name": "Dom Pedro", + "country": u"br", + "state": u"ma", + "name": u"Dom Pedro", }, { - "country": "br", - "state": "ma", - "name": "Duque Bacelar", + "country": u"br", + "state": u"ma", + "name": u"Duque Bacelar", }, { - "country": "br", - "state": "ma", - "name": "Esperantinópolis", + "country": u"br", + "state": u"ma", + "name": u"Esperantinópolis", }, { - "country": "br", - "state": "ma", - "name": "Estreito", + "country": u"br", + "state": u"ma", + "name": u"Estreito", }, { - "country": "br", - "state": "ma", - "name": "Feira Nova do Maranhão", + "country": u"br", + "state": u"ma", + "name": u"Feira Nova do Maranhão", }, { - "country": "br", - "state": "ma", - "name": "Fernando Falcão", + "country": u"br", + "state": u"ma", + "name": u"Fernando Falcão", }, { - "country": "br", - "state": "ma", - "name": "Formosa da Serra Negra", + "country": u"br", + "state": u"ma", + "name": u"Formosa da Serra Negra", }, { - "country": "br", - "state": "ma", - "name": "Fortaleza dos Nogueiras", + "country": u"br", + "state": u"ma", + "name": u"Fortaleza dos Nogueiras", }, { - "country": "br", - "state": "ma", - "name": "Fortuna", + "country": u"br", + "state": u"ma", + "name": u"Fortuna", }, { - "country": "br", - "state": "ma", - "name": "Godofredo Viana", + "country": u"br", + "state": u"ma", + "name": u"Godofredo Viana", }, { - "country": "br", - "state": "ma", - "name": "Gonçalves Dias", + "country": u"br", + "state": u"ma", + "name": u"Gonçalves Dias", }, { - "country": "br", - "state": "ma", - "name": "Governador Archer", + "country": u"br", + "state": u"ma", + "name": u"Governador Archer", }, { - "country": "br", - "state": "ma", - "name": "Governador Edison Lobão", + "country": u"br", + "state": u"ma", + "name": u"Governador Edison Lobão", }, { - "country": "br", - "state": "ma", - "name": "Governador Eugênio Barros", + "country": u"br", + "state": u"ma", + "name": u"Governador Eugênio Barros", }, { - "country": "br", - "state": "ma", - "name": "Governador Luiz Rocha", + "country": u"br", + "state": u"ma", + "name": u"Governador Luiz Rocha", }, { - "country": "br", - "state": "ma", - "name": "Governador Newton Bello", + "country": u"br", + "state": u"ma", + "name": u"Governador Newton Bello", }, { - "country": "br", - "state": "ma", - "name": "Governador Nunes Freire", + "country": u"br", + "state": u"ma", + "name": u"Governador Nunes Freire", }, { - "country": "br", - "state": "ma", - "name": "Graça Aranha", + "country": u"br", + "state": u"ma", + "name": u"Graça Aranha", }, { - "country": "br", - "state": "ma", - "name": "Grajaú", + "country": u"br", + "state": u"ma", + "name": u"Grajaú", }, { - "country": "br", - "state": "ma", - "name": "Guimarães", + "country": u"br", + "state": u"ma", + "name": u"Guimarães", }, { - "country": "br", - "state": "ma", - "name": "Humberto de Campos", + "country": u"br", + "state": u"ma", + "name": u"Humberto de Campos", }, { - "country": "br", - "state": "ma", - "name": "Icatu", + "country": u"br", + "state": u"ma", + "name": u"Icatu", }, { - "country": "br", - "state": "ma", - "name": "Igarapé do Meio", + "country": u"br", + "state": u"ma", + "name": u"Igarapé do Meio", }, { - "country": "br", - "state": "ma", - "name": "Igarapé Grande", + "country": u"br", + "state": u"ma", + "name": u"Igarapé Grande", }, { - "country": "br", - "state": "ma", - "name": "Imperatriz", + "country": u"br", + "state": u"ma", + "name": u"Imperatriz", }, { - "country": "br", - "state": "ma", - "name": "Itaipava do Grajaú", + "country": u"br", + "state": u"ma", + "name": u"Itaipava do Grajaú", }, { - "country": "br", - "state": "ma", - "name": "Itapecuru Mirim", + "country": u"br", + "state": u"ma", + "name": u"Itapecuru Mirim", }, { - "country": "br", - "state": "ma", - "name": "Itinga do Maranhão", + "country": u"br", + "state": u"ma", + "name": u"Itinga do Maranhão", }, { - "country": "br", - "state": "ma", - "name": "Jatobá", + "country": u"br", + "state": u"ma", + "name": u"Jatobá", }, { - "country": "br", - "state": "ma", - "name": "Jenipapo dos Vieiras", + "country": u"br", + "state": u"ma", + "name": u"Jenipapo dos Vieiras", }, { - "country": "br", - "state": "ma", - "name": "João Lisboa", + "country": u"br", + "state": u"ma", + "name": u"João Lisboa", }, { - "country": "br", - "state": "ma", - "name": "Joselândia", + "country": u"br", + "state": u"ma", + "name": u"Joselândia", }, { - "country": "br", - "state": "ma", - "name": "Junco do Maranhão", + "country": u"br", + "state": u"ma", + "name": u"Junco do Maranhão", }, { - "country": "br", - "state": "ma", - "name": "Lago da Pedra", + "country": u"br", + "state": u"ma", + "name": u"Lago da Pedra", }, { - "country": "br", - "state": "ma", - "name": "Lago do Junco", + "country": u"br", + "state": u"ma", + "name": u"Lago do Junco", }, { - "country": "br", - "state": "ma", - "name": "Lago dos Rodrigues", + "country": u"br", + "state": u"ma", + "name": u"Lago dos Rodrigues", }, { - "country": "br", - "state": "ma", - "name": "Lago Verde", + "country": u"br", + "state": u"ma", + "name": u"Lago Verde", }, { - "country": "br", - "state": "ma", - "name": "Lagoa do Mato", + "country": u"br", + "state": u"ma", + "name": u"Lagoa do Mato", }, { - "country": "br", - "state": "ma", - "name": "Lagoa Grande do Maranhão", + "country": u"br", + "state": u"ma", + "name": u"Lagoa Grande do Maranhão", }, { - "country": "br", - "state": "ma", - "name": "Lajeado Novo", + "country": u"br", + "state": u"ma", + "name": u"Lajeado Novo", }, { - "country": "br", - "state": "ma", - "name": "Lima Campos", + "country": u"br", + "state": u"ma", + "name": u"Lima Campos", }, { - "country": "br", - "state": "ma", - "name": "Loreto", + "country": u"br", + "state": u"ma", + "name": u"Loreto", }, { - "country": "br", - "state": "ma", - "name": "Luís Domingues", + "country": u"br", + "state": u"ma", + "name": u"Luís Domingues", }, { - "country": "br", - "state": "ma", - "name": "Magalhães de Almeida", + "country": u"br", + "state": u"ma", + "name": u"Magalhães de Almeida", }, { - "country": "br", - "state": "ma", - "name": "Maracaçumé", + "country": u"br", + "state": u"ma", + "name": u"Maracaçumé", }, { - "country": "br", - "state": "ma", - "name": "Marajá do Sena", + "country": u"br", + "state": u"ma", + "name": u"Marajá do Sena", }, { - "country": "br", - "state": "ma", - "name": "Maranhãozinho", + "country": u"br", + "state": u"ma", + "name": u"Maranhãozinho", }, { - "country": "br", - "state": "ma", - "name": "Mata Roma", + "country": u"br", + "state": u"ma", + "name": u"Mata Roma", }, { - "country": "br", - "state": "ma", - "name": "Matinha", + "country": u"br", + "state": u"ma", + "name": u"Matinha", }, { - "country": "br", - "state": "ma", - "name": "Matões", + "country": u"br", + "state": u"ma", + "name": u"Matões", }, { - "country": "br", - "state": "ma", - "name": "Matões do Norte", + "country": u"br", + "state": u"ma", + "name": u"Matões do Norte", }, { - "country": "br", - "state": "ma", - "name": "Milagres do Maranhão", + "country": u"br", + "state": u"ma", + "name": u"Milagres do Maranhão", }, { - "country": "br", - "state": "ma", - "name": "Mirador", + "country": u"br", + "state": u"ma", + "name": u"Mirador", }, { - "country": "br", - "state": "ma", - "name": "Miranda do Norte", + "country": u"br", + "state": u"ma", + "name": u"Miranda do Norte", }, { - "country": "br", - "state": "ma", - "name": "Mirinzal", + "country": u"br", + "state": u"ma", + "name": u"Mirinzal", }, { - "country": "br", - "state": "ma", - "name": "Monção", + "country": u"br", + "state": u"ma", + "name": u"Monção", }, { - "country": "br", - "state": "ma", - "name": "Montes Altos", + "country": u"br", + "state": u"ma", + "name": u"Montes Altos", }, { - "country": "br", - "state": "ma", - "name": "Morros", + "country": u"br", + "state": u"ma", + "name": u"Morros", }, { - "country": "br", - "state": "ma", - "name": "Nina Rodrigues", + "country": u"br", + "state": u"ma", + "name": u"Nina Rodrigues", }, { - "country": "br", - "state": "ma", - "name": "Nova Colinas", + "country": u"br", + "state": u"ma", + "name": u"Nova Colinas", }, { - "country": "br", - "state": "ma", - "name": "Nova Iorque", + "country": u"br", + "state": u"ma", + "name": u"Nova Iorque", }, { - "country": "br", - "state": "ma", - "name": "Nova Olinda do Maranhão", + "country": u"br", + "state": u"ma", + "name": u"Nova Olinda do Maranhão", }, { - "country": "br", - "state": "ma", - "name": "Olho d`Água das Cunhãs", + "country": u"br", + "state": u"ma", + "name": u"Olho d`Água das Cunhãs", }, { - "country": "br", - "state": "ma", - "name": "Olinda Nova do Maranhão", + "country": u"br", + "state": u"ma", + "name": u"Olinda Nova do Maranhão", }, { - "country": "br", - "state": "ma", - "name": "Paço do Lumiar", + "country": u"br", + "state": u"ma", + "name": u"Paço do Lumiar", }, { - "country": "br", - "state": "ma", - "name": "Palmeirândia", + "country": u"br", + "state": u"ma", + "name": u"Palmeirândia", }, { - "country": "br", - "state": "ma", - "name": "Paraibano", + "country": u"br", + "state": u"ma", + "name": u"Paraibano", }, { - "country": "br", - "state": "ma", - "name": "Parnarama", + "country": u"br", + "state": u"ma", + "name": u"Parnarama", }, { - "country": "br", - "state": "ma", - "name": "Passagem Franca", + "country": u"br", + "state": u"ma", + "name": u"Passagem Franca", }, { - "country": "br", - "state": "ma", - "name": "Pastos Bons", + "country": u"br", + "state": u"ma", + "name": u"Pastos Bons", }, { - "country": "br", - "state": "ma", - "name": "Paulino Neves", + "country": u"br", + "state": u"ma", + "name": u"Paulino Neves", }, { - "country": "br", - "state": "ma", - "name": "Paulo Ramos", + "country": u"br", + "state": u"ma", + "name": u"Paulo Ramos", }, { - "country": "br", - "state": "ma", - "name": "Pedreiras", + "country": u"br", + "state": u"ma", + "name": u"Pedreiras", }, { - "country": "br", - "state": "ma", - "name": "Pedro do Rosário", + "country": u"br", + "state": u"ma", + "name": u"Pedro do Rosário", }, { - "country": "br", - "state": "ma", - "name": "Penalva", + "country": u"br", + "state": u"ma", + "name": u"Penalva", }, { - "country": "br", - "state": "ma", - "name": "Peri Mirim", + "country": u"br", + "state": u"ma", + "name": u"Peri Mirim", }, { - "country": "br", - "state": "ma", - "name": "Peritoró", + "country": u"br", + "state": u"ma", + "name": u"Peritoró", }, { - "country": "br", - "state": "ma", - "name": "Pindaré-Mirim", + "country": u"br", + "state": u"ma", + "name": u"Pindaré-Mirim", }, { - "country": "br", - "state": "ma", - "name": "Pinheiro", + "country": u"br", + "state": u"ma", + "name": u"Pinheiro", }, { - "country": "br", - "state": "ma", - "name": "Pio XII", + "country": u"br", + "state": u"ma", + "name": u"Pio XII", }, { - "country": "br", - "state": "ma", - "name": "Pirapemas", + "country": u"br", + "state": u"ma", + "name": u"Pirapemas", }, { - "country": "br", - "state": "ma", - "name": "Poção de Pedras", + "country": u"br", + "state": u"ma", + "name": u"Poção de Pedras", }, { - "country": "br", - "state": "ma", - "name": "Porto Franco", + "country": u"br", + "state": u"ma", + "name": u"Porto Franco", }, { - "country": "br", - "state": "ma", - "name": "Porto Rico do Maranhão", + "country": u"br", + "state": u"ma", + "name": u"Porto Rico do Maranhão", }, { - "country": "br", - "state": "ma", - "name": "Presidente Dutra", + "country": u"br", + "state": u"ma", + "name": u"Presidente Dutra", }, { - "country": "br", - "state": "ma", - "name": "Presidente Juscelino", + "country": u"br", + "state": u"ma", + "name": u"Presidente Juscelino", }, { - "country": "br", - "state": "ma", - "name": "Presidente Médici", + "country": u"br", + "state": u"ma", + "name": u"Presidente Médici", }, { - "country": "br", - "state": "ma", - "name": "Presidente Sarney", + "country": u"br", + "state": u"ma", + "name": u"Presidente Sarney", }, { - "country": "br", - "state": "ma", - "name": "Presidente Vargas", + "country": u"br", + "state": u"ma", + "name": u"Presidente Vargas", }, { - "country": "br", - "state": "ma", - "name": "Primeira Cruz", + "country": u"br", + "state": u"ma", + "name": u"Primeira Cruz", }, { - "country": "br", - "state": "ma", - "name": "Raposa", + "country": u"br", + "state": u"ma", + "name": u"Raposa", }, { - "country": "br", - "state": "ma", - "name": "Riachão", + "country": u"br", + "state": u"ma", + "name": u"Riachão", }, { - "country": "br", - "state": "ma", - "name": "Ribamar Fiquene", + "country": u"br", + "state": u"ma", + "name": u"Ribamar Fiquene", }, { - "country": "br", - "state": "ma", - "name": "Rosário", + "country": u"br", + "state": u"ma", + "name": u"Rosário", }, { - "country": "br", - "state": "ma", - "name": "Sambaíba", + "country": u"br", + "state": u"ma", + "name": u"Sambaíba", }, { - "country": "br", - "state": "ma", - "name": "Santa Filomena do Maranhão", + "country": u"br", + "state": u"ma", + "name": u"Santa Filomena do Maranhão", }, { - "country": "br", - "state": "ma", - "name": "Santa Helena", + "country": u"br", + "state": u"ma", + "name": u"Santa Helena", }, { - "country": "br", - "state": "ma", - "name": "Santa Inês", + "country": u"br", + "state": u"ma", + "name": u"Santa Inês", }, { - "country": "br", - "state": "ma", - "name": "Santa Luzia", + "country": u"br", + "state": u"ma", + "name": u"Santa Luzia", }, { - "country": "br", - "state": "ma", - "name": "Santa Luzia do Paruá", + "country": u"br", + "state": u"ma", + "name": u"Santa Luzia do Paruá", }, { - "country": "br", - "state": "ma", - "name": "Santa Quitéria do Maranhão", + "country": u"br", + "state": u"ma", + "name": u"Santa Quitéria do Maranhão", }, { - "country": "br", - "state": "ma", - "name": "Santa Rita", + "country": u"br", + "state": u"ma", + "name": u"Santa Rita", }, { - "country": "br", - "state": "ma", - "name": "Santana do Maranhão", + "country": u"br", + "state": u"ma", + "name": u"Santana do Maranhão", }, { - "country": "br", - "state": "ma", - "name": "Santo Amaro do Maranhão", + "country": u"br", + "state": u"ma", + "name": u"Santo Amaro do Maranhão", }, { - "country": "br", - "state": "ma", - "name": "Santo Antônio dos Lopes", + "country": u"br", + "state": u"ma", + "name": u"Santo Antônio dos Lopes", }, { - "country": "br", - "state": "ma", - "name": "São Benedito do Rio Preto", + "country": u"br", + "state": u"ma", + "name": u"São Benedito do Rio Preto", }, { - "country": "br", - "state": "ma", - "name": "São Bento", + "country": u"br", + "state": u"ma", + "name": u"São Bento", }, { - "country": "br", - "state": "ma", - "name": "São Bernardo", + "country": u"br", + "state": u"ma", + "name": u"São Bernardo", }, { - "country": "br", - "state": "ma", - "name": "São Domingos do Azeitão", + "country": u"br", + "state": u"ma", + "name": u"São Domingos do Azeitão", }, { - "country": "br", - "state": "ma", - "name": "São Domingos do Maranhão", + "country": u"br", + "state": u"ma", + "name": u"São Domingos do Maranhão", }, { - "country": "br", - "state": "ma", - "name": "São Félix de Balsas", + "country": u"br", + "state": u"ma", + "name": u"São Félix de Balsas", }, { - "country": "br", - "state": "ma", - "name": "São Francisco do Brejão", + "country": u"br", + "state": u"ma", + "name": u"São Francisco do Brejão", }, { - "country": "br", - "state": "ma", - "name": "São Francisco do Maranhão", + "country": u"br", + "state": u"ma", + "name": u"São Francisco do Maranhão", }, { - "country": "br", - "state": "ma", - "name": "São João Batista", + "country": u"br", + "state": u"ma", + "name": u"São João Batista", }, { - "country": "br", - "state": "ma", - "name": "São João do Carú", + "country": u"br", + "state": u"ma", + "name": u"São João do Carú", }, { - "country": "br", - "state": "ma", - "name": "São João do Paraíso", + "country": u"br", + "state": u"ma", + "name": u"São João do Paraíso", }, { - "country": "br", - "state": "ma", - "name": "São João do Soter", + "country": u"br", + "state": u"ma", + "name": u"São João do Soter", }, { - "country": "br", - "state": "ma", - "name": "São João dos Patos", + "country": u"br", + "state": u"ma", + "name": u"São João dos Patos", }, { - "country": "br", - "state": "ma", - "name": "São José de Ribamar", + "country": u"br", + "state": u"ma", + "name": u"São José de Ribamar", }, { - "country": "br", - "state": "ma", - "name": "São José dos Basílios", + "country": u"br", + "state": u"ma", + "name": u"São José dos Basílios", }, { - "country": "br", - "state": "ma", - "name": "São Luís", + "country": u"br", + "state": u"ma", + "name": u"São Luís", }, { - "country": "br", - "state": "ma", - "name": "São Luís Gonzaga do Maranhão", + "country": u"br", + "state": u"ma", + "name": u"São Luís Gonzaga do Maranhão", }, { - "country": "br", - "state": "ma", - "name": "São Mateus do Maranhão", + "country": u"br", + "state": u"ma", + "name": u"São Mateus do Maranhão", }, { - "country": "br", - "state": "ma", - "name": "São Pedro da Água Branca", + "country": u"br", + "state": u"ma", + "name": u"São Pedro da Água Branca", }, { - "country": "br", - "state": "ma", - "name": "São Pedro dos Crentes", + "country": u"br", + "state": u"ma", + "name": u"São Pedro dos Crentes", }, { - "country": "br", - "state": "ma", - "name": "São Raimundo das Mangabeiras", + "country": u"br", + "state": u"ma", + "name": u"São Raimundo das Mangabeiras", }, { - "country": "br", - "state": "ma", - "name": "São Raimundo do Doca Bezerra", + "country": u"br", + "state": u"ma", + "name": u"São Raimundo do Doca Bezerra", }, { - "country": "br", - "state": "ma", - "name": "São Roberto", + "country": u"br", + "state": u"ma", + "name": u"São Roberto", }, { - "country": "br", - "state": "ma", - "name": "São Vicente Ferrer", + "country": u"br", + "state": u"ma", + "name": u"São Vicente Ferrer", }, { - "country": "br", - "state": "ma", - "name": "Satubinha", + "country": u"br", + "state": u"ma", + "name": u"Satubinha", }, { - "country": "br", - "state": "ma", - "name": "Senador Alexandre Costa", + "country": u"br", + "state": u"ma", + "name": u"Senador Alexandre Costa", }, { - "country": "br", - "state": "ma", - "name": "Senador La Rocque", + "country": u"br", + "state": u"ma", + "name": u"Senador La Rocque", }, { - "country": "br", - "state": "ma", - "name": "Serrano do Maranhão", + "country": u"br", + "state": u"ma", + "name": u"Serrano do Maranhão", }, { - "country": "br", - "state": "ma", - "name": "Sítio Novo", + "country": u"br", + "state": u"ma", + "name": u"Sítio Novo", }, { - "country": "br", - "state": "ma", - "name": "Sucupira do Norte", + "country": u"br", + "state": u"ma", + "name": u"Sucupira do Norte", }, { - "country": "br", - "state": "ma", - "name": "Sucupira do Riachão", + "country": u"br", + "state": u"ma", + "name": u"Sucupira do Riachão", }, { - "country": "br", - "state": "ma", - "name": "Tasso Fragoso", + "country": u"br", + "state": u"ma", + "name": u"Tasso Fragoso", }, { - "country": "br", - "state": "ma", - "name": "Timbiras", + "country": u"br", + "state": u"ma", + "name": u"Timbiras", }, { - "country": "br", - "state": "ma", - "name": "Timon", + "country": u"br", + "state": u"ma", + "name": u"Timon", }, { - "country": "br", - "state": "ma", - "name": "Trizidela do Vale", + "country": u"br", + "state": u"ma", + "name": u"Trizidela do Vale", }, { - "country": "br", - "state": "ma", - "name": "Tufilândia", + "country": u"br", + "state": u"ma", + "name": u"Tufilândia", }, { - "country": "br", - "state": "ma", - "name": "Tuntum", + "country": u"br", + "state": u"ma", + "name": u"Tuntum", }, { - "country": "br", - "state": "ma", - "name": "Turiaçu", + "country": u"br", + "state": u"ma", + "name": u"Turiaçu", }, { - "country": "br", - "state": "ma", - "name": "Turilândia", + "country": u"br", + "state": u"ma", + "name": u"Turilândia", }, { - "country": "br", - "state": "ma", - "name": "Tutóia", + "country": u"br", + "state": u"ma", + "name": u"Tutóia", }, { - "country": "br", - "state": "ma", - "name": "Urbano Santos", + "country": u"br", + "state": u"ma", + "name": u"Urbano Santos", }, { - "country": "br", - "state": "ma", - "name": "Vargem Grande", + "country": u"br", + "state": u"ma", + "name": u"Vargem Grande", }, { - "country": "br", - "state": "ma", - "name": "Viana", + "country": u"br", + "state": u"ma", + "name": u"Viana", }, { - "country": "br", - "state": "ma", - "name": "Vila Nova dos Martírios", + "country": u"br", + "state": u"ma", + "name": u"Vila Nova dos Martírios", }, { - "country": "br", - "state": "ma", - "name": "Vitória do Mearim", + "country": u"br", + "state": u"ma", + "name": u"Vitória do Mearim", }, { - "country": "br", - "state": "ma", - "name": "Vitorino Freire", + "country": u"br", + "state": u"ma", + "name": u"Vitorino Freire", }, { - "country": "br", - "state": "ma", - "name": "Zé Doca", + "country": u"br", + "state": u"ma", + "name": u"Zé Doca", }, { - "country": "br", - "state": "sp", - "name": "Adamantina", + "country": u"br", + "state": u"sp", + "name": u"Adamantina", }, { - "country": "br", - "state": "sp", - "name": "Adolfo", + "country": u"br", + "state": u"sp", + "name": u"Adolfo", }, { - "country": "br", - "state": "sp", - "name": "Aguaí", + "country": u"br", + "state": u"sp", + "name": u"Aguaí", }, { - "country": "br", - "state": "sp", - "name": "Águas da Prata", + "country": u"br", + "state": u"sp", + "name": u"Águas da Prata", }, { - "country": "br", - "state": "sp", - "name": "Águas de Lindóia", + "country": u"br", + "state": u"sp", + "name": u"Águas de Lindóia", }, { - "country": "br", - "state": "sp", - "name": "Águas de Santa Bárbara", + "country": u"br", + "state": u"sp", + "name": u"Águas de Santa Bárbara", }, { - "country": "br", - "state": "sp", - "name": "Águas de São Pedro", + "country": u"br", + "state": u"sp", + "name": u"Águas de São Pedro", }, { - "country": "br", - "state": "sp", - "name": "Agudos", + "country": u"br", + "state": u"sp", + "name": u"Agudos", }, { - "country": "br", - "state": "sp", - "name": "Alambari", + "country": u"br", + "state": u"sp", + "name": u"Alambari", }, { - "country": "br", - "state": "sp", - "name": "Alfredo Marcondes", + "country": u"br", + "state": u"sp", + "name": u"Alfredo Marcondes", }, { - "country": "br", - "state": "sp", - "name": "Altair", + "country": u"br", + "state": u"sp", + "name": u"Altair", }, { - "country": "br", - "state": "sp", - "name": "Altinópolis", + "country": u"br", + "state": u"sp", + "name": u"Altinópolis", }, { - "country": "br", - "state": "sp", - "name": "Alto Alegre", + "country": u"br", + "state": u"sp", + "name": u"Alto Alegre", }, { - "country": "br", - "state": "sp", - "name": "Alumínio", + "country": u"br", + "state": u"sp", + "name": u"Alumínio", }, { - "country": "br", - "state": "sp", - "name": "Álvares Florence", + "country": u"br", + "state": u"sp", + "name": u"Álvares Florence", }, { - "country": "br", - "state": "sp", - "name": "Álvares Machado", + "country": u"br", + "state": u"sp", + "name": u"Álvares Machado", }, { - "country": "br", - "state": "sp", - "name": "Álvaro de Carvalho", + "country": u"br", + "state": u"sp", + "name": u"Álvaro de Carvalho", }, { - "country": "br", - "state": "sp", - "name": "Alvinlândia", + "country": u"br", + "state": u"sp", + "name": u"Alvinlândia", }, { - "country": "br", - "state": "sp", - "name": "Americana", + "country": u"br", + "state": u"sp", + "name": u"Americana", }, { - "country": "br", - "state": "sp", - "name": "Américo Brasiliense", + "country": u"br", + "state": u"sp", + "name": u"Américo Brasiliense", }, { - "country": "br", - "state": "sp", - "name": "Américo de Campos", + "country": u"br", + "state": u"sp", + "name": u"Américo de Campos", }, { - "country": "br", - "state": "sp", - "name": "Amparo", + "country": u"br", + "state": u"sp", + "name": u"Amparo", }, { - "country": "br", - "state": "sp", - "name": "Analândia", + "country": u"br", + "state": u"sp", + "name": u"Analândia", }, { - "country": "br", - "state": "sp", - "name": "Andradina", + "country": u"br", + "state": u"sp", + "name": u"Andradina", }, { - "country": "br", - "state": "sp", - "name": "Angatuba", + "country": u"br", + "state": u"sp", + "name": u"Angatuba", }, { - "country": "br", - "state": "sp", - "name": "Anhembi", + "country": u"br", + "state": u"sp", + "name": u"Anhembi", }, { - "country": "br", - "state": "sp", - "name": "Anhumas", + "country": u"br", + "state": u"sp", + "name": u"Anhumas", }, { - "country": "br", - "state": "sp", - "name": "Aparecida", + "country": u"br", + "state": u"sp", + "name": u"Aparecida", }, { - "country": "br", - "state": "sp", - "name": "Aparecida d`Oeste", + "country": u"br", + "state": u"sp", + "name": u"Aparecida d`Oeste", }, { - "country": "br", - "state": "sp", - "name": "Apiaí", + "country": u"br", + "state": u"sp", + "name": u"Apiaí", }, { - "country": "br", - "state": "sp", - "name": "Araçariguama", + "country": u"br", + "state": u"sp", + "name": u"Araçariguama", }, { - "country": "br", - "state": "sp", - "name": "Araçatuba", + "country": u"br", + "state": u"sp", + "name": u"Araçatuba", }, { - "country": "br", - "state": "sp", - "name": "Araçoiaba da Serra", + "country": u"br", + "state": u"sp", + "name": u"Araçoiaba da Serra", }, { - "country": "br", - "state": "sp", - "name": "Aramina", + "country": u"br", + "state": u"sp", + "name": u"Aramina", }, { - "country": "br", - "state": "sp", - "name": "Arandu", + "country": u"br", + "state": u"sp", + "name": u"Arandu", }, { - "country": "br", - "state": "sp", - "name": "Arapeí", + "country": u"br", + "state": u"sp", + "name": u"Arapeí", }, { - "country": "br", - "state": "sp", - "name": "Araraquara", + "country": u"br", + "state": u"sp", + "name": u"Araraquara", }, { - "country": "br", - "state": "sp", - "name": "Araras", + "country": u"br", + "state": u"sp", + "name": u"Araras", }, { - "country": "br", - "state": "sp", - "name": "Arco-Íris", + "country": u"br", + "state": u"sp", + "name": u"Arco-Íris", }, { - "country": "br", - "state": "sp", - "name": "Arealva", + "country": u"br", + "state": u"sp", + "name": u"Arealva", }, { - "country": "br", - "state": "sp", - "name": "Areias", + "country": u"br", + "state": u"sp", + "name": u"Areias", }, { - "country": "br", - "state": "sp", - "name": "Areiópolis", + "country": u"br", + "state": u"sp", + "name": u"Areiópolis", }, { - "country": "br", - "state": "sp", - "name": "Ariranha", + "country": u"br", + "state": u"sp", + "name": u"Ariranha", }, { - "country": "br", - "state": "sp", - "name": "Artur Nogueira", + "country": u"br", + "state": u"sp", + "name": u"Artur Nogueira", }, { - "country": "br", - "state": "sp", - "name": "Arujá", + "country": u"br", + "state": u"sp", + "name": u"Arujá", }, { - "country": "br", - "state": "sp", - "name": "Aspásia", + "country": u"br", + "state": u"sp", + "name": u"Aspásia", }, { - "country": "br", - "state": "sp", - "name": "Assis", + "country": u"br", + "state": u"sp", + "name": u"Assis", }, { - "country": "br", - "state": "sp", - "name": "Atibaia", + "country": u"br", + "state": u"sp", + "name": u"Atibaia", }, { - "country": "br", - "state": "sp", - "name": "Auriflama", + "country": u"br", + "state": u"sp", + "name": u"Auriflama", }, { - "country": "br", - "state": "sp", - "name": "Avaí", + "country": u"br", + "state": u"sp", + "name": u"Avaí", }, { - "country": "br", - "state": "sp", - "name": "Avanhandava", + "country": u"br", + "state": u"sp", + "name": u"Avanhandava", }, { - "country": "br", - "state": "sp", - "name": "Avaré", + "country": u"br", + "state": u"sp", + "name": u"Avaré", }, { - "country": "br", - "state": "sp", - "name": "Bady Bassitt", + "country": u"br", + "state": u"sp", + "name": u"Bady Bassitt", }, { - "country": "br", - "state": "sp", - "name": "Balbinos", + "country": u"br", + "state": u"sp", + "name": u"Balbinos", }, { - "country": "br", - "state": "sp", - "name": "Bálsamo", + "country": u"br", + "state": u"sp", + "name": u"Bálsamo", }, { - "country": "br", - "state": "sp", - "name": "Bananal", + "country": u"br", + "state": u"sp", + "name": u"Bananal", }, { - "country": "br", - "state": "sp", - "name": "Barão de Antonina", + "country": u"br", + "state": u"sp", + "name": u"Barão de Antonina", }, { - "country": "br", - "state": "sp", - "name": "Barbosa", + "country": u"br", + "state": u"sp", + "name": u"Barbosa", }, { - "country": "br", - "state": "sp", - "name": "Bariri", + "country": u"br", + "state": u"sp", + "name": u"Bariri", }, { - "country": "br", - "state": "sp", - "name": "Barra Bonita", + "country": u"br", + "state": u"sp", + "name": u"Barra Bonita", }, { - "country": "br", - "state": "sp", - "name": "Barra do Chapéu", + "country": u"br", + "state": u"sp", + "name": u"Barra do Chapéu", }, { - "country": "br", - "state": "sp", - "name": "Barra do Turvo", + "country": u"br", + "state": u"sp", + "name": u"Barra do Turvo", }, { - "country": "br", - "state": "sp", - "name": "Barretos", + "country": u"br", + "state": u"sp", + "name": u"Barretos", }, { - "country": "br", - "state": "sp", - "name": "Barrinha", + "country": u"br", + "state": u"sp", + "name": u"Barrinha", }, { - "country": "br", - "state": "sp", - "name": "Barueri", + "country": u"br", + "state": u"sp", + "name": u"Barueri", }, { - "country": "br", - "state": "sp", - "name": "Bastos", + "country": u"br", + "state": u"sp", + "name": u"Bastos", }, { - "country": "br", - "state": "sp", - "name": "Batatais", + "country": u"br", + "state": u"sp", + "name": u"Batatais", }, { - "country": "br", - "state": "sp", - "name": "Bauru", + "country": u"br", + "state": u"sp", + "name": u"Bauru", }, { - "country": "br", - "state": "sp", - "name": "Bebedouro", + "country": u"br", + "state": u"sp", + "name": u"Bebedouro", }, { - "country": "br", - "state": "sp", - "name": "Bento de Abreu", + "country": u"br", + "state": u"sp", + "name": u"Bento de Abreu", }, { - "country": "br", - "state": "sp", - "name": "Bernardino de Campos", + "country": u"br", + "state": u"sp", + "name": u"Bernardino de Campos", }, { - "country": "br", - "state": "sp", - "name": "Bertioga", + "country": u"br", + "state": u"sp", + "name": u"Bertioga", }, { - "country": "br", - "state": "sp", - "name": "Bilac", + "country": u"br", + "state": u"sp", + "name": u"Bilac", }, { - "country": "br", - "state": "sp", - "name": "Birigui", + "country": u"br", + "state": u"sp", + "name": u"Birigui", }, { - "country": "br", - "state": "sp", - "name": "Biritiba-Mirim", + "country": u"br", + "state": u"sp", + "name": u"Biritiba-Mirim", }, { - "country": "br", - "state": "sp", - "name": "Boa Esperança do Sul", + "country": u"br", + "state": u"sp", + "name": u"Boa Esperança do Sul", }, { - "country": "br", - "state": "sp", - "name": "Bocaina", + "country": u"br", + "state": u"sp", + "name": u"Bocaina", }, { - "country": "br", - "state": "sp", - "name": "Bofete", + "country": u"br", + "state": u"sp", + "name": u"Bofete", }, { - "country": "br", - "state": "sp", - "name": "Boituva", + "country": u"br", + "state": u"sp", + "name": u"Boituva", }, { - "country": "br", - "state": "sp", - "name": "Bom Jesus dos Perdões", + "country": u"br", + "state": u"sp", + "name": u"Bom Jesus dos Perdões", }, { - "country": "br", - "state": "sp", - "name": "Bom Sucesso de Itararé", + "country": u"br", + "state": u"sp", + "name": u"Bom Sucesso de Itararé", }, { - "country": "br", - "state": "sp", - "name": "Borá", + "country": u"br", + "state": u"sp", + "name": u"Borá", }, { - "country": "br", - "state": "sp", - "name": "Boracéia", + "country": u"br", + "state": u"sp", + "name": u"Boracéia", }, { - "country": "br", - "state": "sp", - "name": "Borborema", + "country": u"br", + "state": u"sp", + "name": u"Borborema", }, { - "country": "br", - "state": "sp", - "name": "Borebi", + "country": u"br", + "state": u"sp", + "name": u"Borebi", }, { - "country": "br", - "state": "sp", - "name": "Botucatu", + "country": u"br", + "state": u"sp", + "name": u"Botucatu", }, { - "country": "br", - "state": "sp", - "name": "Bragança Paulista", + "country": u"br", + "state": u"sp", + "name": u"Bragança Paulista", }, { - "country": "br", - "state": "sp", - "name": "Braúna", + "country": u"br", + "state": u"sp", + "name": u"Braúna", }, { - "country": "br", - "state": "sp", - "name": "Brejo Alegre", + "country": u"br", + "state": u"sp", + "name": u"Brejo Alegre", }, { - "country": "br", - "state": "sp", - "name": "Brodowski", + "country": u"br", + "state": u"sp", + "name": u"Brodowski", }, { - "country": "br", - "state": "sp", - "name": "Brotas", + "country": u"br", + "state": u"sp", + "name": u"Brotas", }, { - "country": "br", - "state": "sp", - "name": "Buri", + "country": u"br", + "state": u"sp", + "name": u"Buri", }, { - "country": "br", - "state": "sp", - "name": "Buritama", + "country": u"br", + "state": u"sp", + "name": u"Buritama", }, { - "country": "br", - "state": "sp", - "name": "Buritizal", + "country": u"br", + "state": u"sp", + "name": u"Buritizal", }, { - "country": "br", - "state": "sp", - "name": "Cabrália Paulista", + "country": u"br", + "state": u"sp", + "name": u"Cabrália Paulista", }, { - "country": "br", - "state": "sp", - "name": "Cabreúva", + "country": u"br", + "state": u"sp", + "name": u"Cabreúva", }, { - "country": "br", - "state": "sp", - "name": "Caçapava", + "country": u"br", + "state": u"sp", + "name": u"Caçapava", }, { - "country": "br", - "state": "sp", - "name": "Cachoeira Paulista", + "country": u"br", + "state": u"sp", + "name": u"Cachoeira Paulista", }, { - "country": "br", - "state": "sp", - "name": "Caconde", + "country": u"br", + "state": u"sp", + "name": u"Caconde", }, { - "country": "br", - "state": "sp", - "name": "Cafelândia", + "country": u"br", + "state": u"sp", + "name": u"Cafelândia", }, { - "country": "br", - "state": "sp", - "name": "Caiabu", + "country": u"br", + "state": u"sp", + "name": u"Caiabu", }, { - "country": "br", - "state": "sp", - "name": "Caieiras", + "country": u"br", + "state": u"sp", + "name": u"Caieiras", }, { - "country": "br", - "state": "sp", - "name": "Caiuá", + "country": u"br", + "state": u"sp", + "name": u"Caiuá", }, { - "country": "br", - "state": "sp", - "name": "Cajamar", + "country": u"br", + "state": u"sp", + "name": u"Cajamar", }, { - "country": "br", - "state": "sp", - "name": "Cajati", + "country": u"br", + "state": u"sp", + "name": u"Cajati", }, { - "country": "br", - "state": "sp", - "name": "Cajobi", + "country": u"br", + "state": u"sp", + "name": u"Cajobi", }, { - "country": "br", - "state": "sp", - "name": "Cajuru", + "country": u"br", + "state": u"sp", + "name": u"Cajuru", }, { - "country": "br", - "state": "sp", - "name": "Campina do Monte Alegre", + "country": u"br", + "state": u"sp", + "name": u"Campina do Monte Alegre", }, { - "country": "br", - "state": "sp", - "name": "Campinas", + "country": u"br", + "state": u"sp", + "name": u"Campinas", }, { - "country": "br", - "state": "sp", - "name": "Campo Limpo Paulista", + "country": u"br", + "state": u"sp", + "name": u"Campo Limpo Paulista", }, { - "country": "br", - "state": "sp", - "name": "Campos do Jordão", + "country": u"br", + "state": u"sp", + "name": u"Campos do Jordão", }, { - "country": "br", - "state": "sp", - "name": "Campos Novos Paulista", + "country": u"br", + "state": u"sp", + "name": u"Campos Novos Paulista", }, { - "country": "br", - "state": "sp", - "name": "Cananéia", + "country": u"br", + "state": u"sp", + "name": u"Cananéia", }, { - "country": "br", - "state": "sp", - "name": "Canas", + "country": u"br", + "state": u"sp", + "name": u"Canas", }, { - "country": "br", - "state": "sp", - "name": "Cândido Mota", + "country": u"br", + "state": u"sp", + "name": u"Cândido Mota", }, { - "country": "br", - "state": "sp", - "name": "Cândido Rodrigues", + "country": u"br", + "state": u"sp", + "name": u"Cândido Rodrigues", }, { - "country": "br", - "state": "sp", - "name": "Canitar", + "country": u"br", + "state": u"sp", + "name": u"Canitar", }, { - "country": "br", - "state": "sp", - "name": "Capão Bonito", + "country": u"br", + "state": u"sp", + "name": u"Capão Bonito", }, { - "country": "br", - "state": "sp", - "name": "Capela do Alto", + "country": u"br", + "state": u"sp", + "name": u"Capela do Alto", }, { - "country": "br", - "state": "sp", - "name": "Capivari", + "country": u"br", + "state": u"sp", + "name": u"Capivari", }, { - "country": "br", - "state": "sp", - "name": "Caraguatatuba", + "country": u"br", + "state": u"sp", + "name": u"Caraguatatuba", }, { - "country": "br", - "state": "sp", - "name": "Carapicuíba", + "country": u"br", + "state": u"sp", + "name": u"Carapicuíba", }, { - "country": "br", - "state": "sp", - "name": "Cardoso", + "country": u"br", + "state": u"sp", + "name": u"Cardoso", }, { - "country": "br", - "state": "sp", - "name": "Casa Branca", + "country": u"br", + "state": u"sp", + "name": u"Casa Branca", }, { - "country": "br", - "state": "sp", - "name": "Cássia dos Coqueiros", + "country": u"br", + "state": u"sp", + "name": u"Cássia dos Coqueiros", }, { - "country": "br", - "state": "sp", - "name": "Castilho", + "country": u"br", + "state": u"sp", + "name": u"Castilho", }, { - "country": "br", - "state": "sp", - "name": "Catanduva", + "country": u"br", + "state": u"sp", + "name": u"Catanduva", }, { - "country": "br", - "state": "sp", - "name": "Catiguá", + "country": u"br", + "state": u"sp", + "name": u"Catiguá", }, { - "country": "br", - "state": "sp", - "name": "Cedral", + "country": u"br", + "state": u"sp", + "name": u"Cedral", }, { - "country": "br", - "state": "sp", - "name": "Cerqueira César", + "country": u"br", + "state": u"sp", + "name": u"Cerqueira César", }, { - "country": "br", - "state": "sp", - "name": "Cerquilho", + "country": u"br", + "state": u"sp", + "name": u"Cerquilho", }, { - "country": "br", - "state": "sp", - "name": "Cesário Lange", + "country": u"br", + "state": u"sp", + "name": u"Cesário Lange", }, { - "country": "br", - "state": "sp", - "name": "Charqueada", + "country": u"br", + "state": u"sp", + "name": u"Charqueada", }, { - "country": "br", - "state": "sp", - "name": "Chavantes", + "country": u"br", + "state": u"sp", + "name": u"Chavantes", }, { - "country": "br", - "state": "sp", - "name": "Clementina", + "country": u"br", + "state": u"sp", + "name": u"Clementina", }, { - "country": "br", - "state": "sp", - "name": "Colina", + "country": u"br", + "state": u"sp", + "name": u"Colina", }, { - "country": "br", - "state": "sp", - "name": "Colômbia", + "country": u"br", + "state": u"sp", + "name": u"Colômbia", }, { - "country": "br", - "state": "sp", - "name": "Conchal", + "country": u"br", + "state": u"sp", + "name": u"Conchal", }, { - "country": "br", - "state": "sp", - "name": "Conchas", + "country": u"br", + "state": u"sp", + "name": u"Conchas", }, { - "country": "br", - "state": "sp", - "name": "Cordeirópolis", + "country": u"br", + "state": u"sp", + "name": u"Cordeirópolis", }, { - "country": "br", - "state": "sp", - "name": "Coroados", + "country": u"br", + "state": u"sp", + "name": u"Coroados", }, { - "country": "br", - "state": "sp", - "name": "Coronel Macedo", + "country": u"br", + "state": u"sp", + "name": u"Coronel Macedo", }, { - "country": "br", - "state": "sp", - "name": "Corumbataí", + "country": u"br", + "state": u"sp", + "name": u"Corumbataí", }, { - "country": "br", - "state": "sp", - "name": "Cosmópolis", + "country": u"br", + "state": u"sp", + "name": u"Cosmópolis", }, { - "country": "br", - "state": "sp", - "name": "Cosmorama", + "country": u"br", + "state": u"sp", + "name": u"Cosmorama", }, { - "country": "br", - "state": "sp", - "name": "Cotia", + "country": u"br", + "state": u"sp", + "name": u"Cotia", }, { - "country": "br", - "state": "sp", - "name": "Cravinhos", + "country": u"br", + "state": u"sp", + "name": u"Cravinhos", }, { - "country": "br", - "state": "sp", - "name": "Cristais Paulista", + "country": u"br", + "state": u"sp", + "name": u"Cristais Paulista", }, { - "country": "br", - "state": "sp", - "name": "Cruzália", + "country": u"br", + "state": u"sp", + "name": u"Cruzália", }, { - "country": "br", - "state": "sp", - "name": "Cruzeiro", + "country": u"br", + "state": u"sp", + "name": u"Cruzeiro", }, { - "country": "br", - "state": "sp", - "name": "Cubatão", + "country": u"br", + "state": u"sp", + "name": u"Cubatão", }, { - "country": "br", - "state": "sp", - "name": "Cunha", + "country": u"br", + "state": u"sp", + "name": u"Cunha", }, { - "country": "br", - "state": "sp", - "name": "Descalvado", + "country": u"br", + "state": u"sp", + "name": u"Descalvado", }, { - "country": "br", - "state": "sp", - "name": "Diadema", + "country": u"br", + "state": u"sp", + "name": u"Diadema", }, { - "country": "br", - "state": "sp", - "name": "Dirce Reis", + "country": u"br", + "state": u"sp", + "name": u"Dirce Reis", }, { - "country": "br", - "state": "sp", - "name": "Divinolândia", + "country": u"br", + "state": u"sp", + "name": u"Divinolândia", }, { - "country": "br", - "state": "sp", - "name": "Dobrada", + "country": u"br", + "state": u"sp", + "name": u"Dobrada", }, { - "country": "br", - "state": "sp", - "name": "Dois Córregos", + "country": u"br", + "state": u"sp", + "name": u"Dois Córregos", }, { - "country": "br", - "state": "sp", - "name": "Dolcinópolis", + "country": u"br", + "state": u"sp", + "name": u"Dolcinópolis", }, { - "country": "br", - "state": "sp", - "name": "Dourado", + "country": u"br", + "state": u"sp", + "name": u"Dourado", }, { - "country": "br", - "state": "sp", - "name": "Dracena", + "country": u"br", + "state": u"sp", + "name": u"Dracena", }, { - "country": "br", - "state": "sp", - "name": "Duartina", + "country": u"br", + "state": u"sp", + "name": u"Duartina", }, { - "country": "br", - "state": "sp", - "name": "Dumont", + "country": u"br", + "state": u"sp", + "name": u"Dumont", }, { - "country": "br", - "state": "sp", - "name": "Echaporã", + "country": u"br", + "state": u"sp", + "name": u"Echaporã", }, { - "country": "br", - "state": "sp", - "name": "Eldorado", + "country": u"br", + "state": u"sp", + "name": u"Eldorado", }, { - "country": "br", - "state": "sp", - "name": "Elias Fausto", + "country": u"br", + "state": u"sp", + "name": u"Elias Fausto", }, { - "country": "br", - "state": "sp", - "name": "Elisiário", + "country": u"br", + "state": u"sp", + "name": u"Elisiário", }, { - "country": "br", - "state": "sp", - "name": "Embaúba", + "country": u"br", + "state": u"sp", + "name": u"Embaúba", }, { - "country": "br", - "state": "sp", - "name": "Embu", + "country": u"br", + "state": u"sp", + "name": u"Embu", }, { - "country": "br", - "state": "sp", - "name": "Embu-Guaçu", + "country": u"br", + "state": u"sp", + "name": u"Embu-Guaçu", }, { - "country": "br", - "state": "sp", - "name": "Emilianópolis", + "country": u"br", + "state": u"sp", + "name": u"Emilianópolis", }, { - "country": "br", - "state": "sp", - "name": "Engenheiro Coelho", + "country": u"br", + "state": u"sp", + "name": u"Engenheiro Coelho", }, { - "country": "br", - "state": "sp", - "name": "Espírito Santo do Pinhal", + "country": u"br", + "state": u"sp", + "name": u"Espírito Santo do Pinhal", }, { - "country": "br", - "state": "sp", - "name": "Espírito Santo do Turvo", + "country": u"br", + "state": u"sp", + "name": u"Espírito Santo do Turvo", }, { - "country": "br", - "state": "sp", - "name": "Estiva Gerbi", + "country": u"br", + "state": u"sp", + "name": u"Estiva Gerbi", }, { - "country": "br", - "state": "sp", - "name": "Estrela d`Oeste", + "country": u"br", + "state": u"sp", + "name": u"Estrela d`Oeste", }, { - "country": "br", - "state": "sp", - "name": "Estrela do Norte", + "country": u"br", + "state": u"sp", + "name": u"Estrela do Norte", }, { - "country": "br", - "state": "sp", - "name": "Euclides da Cunha Paulista", + "country": u"br", + "state": u"sp", + "name": u"Euclides da Cunha Paulista", }, { - "country": "br", - "state": "sp", - "name": "Fartura", + "country": u"br", + "state": u"sp", + "name": u"Fartura", }, { - "country": "br", - "state": "sp", - "name": "Fernando Prestes", + "country": u"br", + "state": u"sp", + "name": u"Fernando Prestes", }, { - "country": "br", - "state": "sp", - "name": "Fernandópolis", + "country": u"br", + "state": u"sp", + "name": u"Fernandópolis", }, { - "country": "br", - "state": "sp", - "name": "Fernão", + "country": u"br", + "state": u"sp", + "name": u"Fernão", }, { - "country": "br", - "state": "sp", - "name": "Ferraz de Vasconcelos", + "country": u"br", + "state": u"sp", + "name": u"Ferraz de Vasconcelos", }, { - "country": "br", - "state": "sp", - "name": "Flora Rica", + "country": u"br", + "state": u"sp", + "name": u"Flora Rica", }, { - "country": "br", - "state": "sp", - "name": "Floreal", + "country": u"br", + "state": u"sp", + "name": u"Floreal", }, { - "country": "br", - "state": "sp", - "name": "Flórida Paulista", + "country": u"br", + "state": u"sp", + "name": u"Flórida Paulista", }, { - "country": "br", - "state": "sp", - "name": "Florínia", + "country": u"br", + "state": u"sp", + "name": u"Florínia", }, { - "country": "br", - "state": "sp", - "name": "Franca", + "country": u"br", + "state": u"sp", + "name": u"Franca", }, { - "country": "br", - "state": "sp", - "name": "Francisco Morato", + "country": u"br", + "state": u"sp", + "name": u"Francisco Morato", }, { - "country": "br", - "state": "sp", - "name": "Franco da Rocha", + "country": u"br", + "state": u"sp", + "name": u"Franco da Rocha", }, { - "country": "br", - "state": "sp", - "name": "Gabriel Monteiro", + "country": u"br", + "state": u"sp", + "name": u"Gabriel Monteiro", }, { - "country": "br", - "state": "sp", - "name": "Gália", + "country": u"br", + "state": u"sp", + "name": u"Gália", }, { - "country": "br", - "state": "sp", - "name": "Garça", + "country": u"br", + "state": u"sp", + "name": u"Garça", }, { - "country": "br", - "state": "sp", - "name": "Gastão Vidigal", + "country": u"br", + "state": u"sp", + "name": u"Gastão Vidigal", }, { - "country": "br", - "state": "sp", - "name": "Gavião Peixoto", + "country": u"br", + "state": u"sp", + "name": u"Gavião Peixoto", }, { - "country": "br", - "state": "sp", - "name": "General Salgado", + "country": u"br", + "state": u"sp", + "name": u"General Salgado", }, { - "country": "br", - "state": "sp", - "name": "Getulina", + "country": u"br", + "state": u"sp", + "name": u"Getulina", }, { - "country": "br", - "state": "sp", - "name": "Glicério", + "country": u"br", + "state": u"sp", + "name": u"Glicério", }, { - "country": "br", - "state": "sp", - "name": "Guaiçara", + "country": u"br", + "state": u"sp", + "name": u"Guaiçara", }, { - "country": "br", - "state": "sp", - "name": "Guaimbê", + "country": u"br", + "state": u"sp", + "name": u"Guaimbê", }, { - "country": "br", - "state": "sp", - "name": "Guaíra", + "country": u"br", + "state": u"sp", + "name": u"Guaíra", }, { - "country": "br", - "state": "sp", - "name": "Guapiaçu", + "country": u"br", + "state": u"sp", + "name": u"Guapiaçu", }, { - "country": "br", - "state": "sp", - "name": "Guapiara", + "country": u"br", + "state": u"sp", + "name": u"Guapiara", }, { - "country": "br", - "state": "sp", - "name": "Guará", + "country": u"br", + "state": u"sp", + "name": u"Guará", }, { - "country": "br", - "state": "sp", - "name": "Guaraçaí", + "country": u"br", + "state": u"sp", + "name": u"Guaraçaí", }, { - "country": "br", - "state": "sp", - "name": "Guaraci", + "country": u"br", + "state": u"sp", + "name": u"Guaraci", }, { - "country": "br", - "state": "sp", - "name": "Guarani d`Oeste", + "country": u"br", + "state": u"sp", + "name": u"Guarani d`Oeste", }, { - "country": "br", - "state": "sp", - "name": "Guarantã", + "country": u"br", + "state": u"sp", + "name": u"Guarantã", }, { - "country": "br", - "state": "sp", - "name": "Guararapes", + "country": u"br", + "state": u"sp", + "name": u"Guararapes", }, { - "country": "br", - "state": "sp", - "name": "Guararema", + "country": u"br", + "state": u"sp", + "name": u"Guararema", }, { - "country": "br", - "state": "sp", - "name": "Guaratinguetá", + "country": u"br", + "state": u"sp", + "name": u"Guaratinguetá", }, { - "country": "br", - "state": "sp", - "name": "Guareí", + "country": u"br", + "state": u"sp", + "name": u"Guareí", }, { - "country": "br", - "state": "sp", - "name": "Guariba", + "country": u"br", + "state": u"sp", + "name": u"Guariba", }, { - "country": "br", - "state": "sp", - "name": "Guarujá", + "country": u"br", + "state": u"sp", + "name": u"Guarujá", }, { - "country": "br", - "state": "sp", - "name": "Guarulhos", + "country": u"br", + "state": u"sp", + "name": u"Guarulhos", }, { - "country": "br", - "state": "sp", - "name": "Guatapará", + "country": u"br", + "state": u"sp", + "name": u"Guatapará", }, { - "country": "br", - "state": "sp", - "name": "Guzolândia", + "country": u"br", + "state": u"sp", + "name": u"Guzolândia", }, { - "country": "br", - "state": "sp", - "name": "Herculândia", + "country": u"br", + "state": u"sp", + "name": u"Herculândia", }, { - "country": "br", - "state": "sp", - "name": "Holambra", + "country": u"br", + "state": u"sp", + "name": u"Holambra", }, { - "country": "br", - "state": "sp", - "name": "Hortolândia", + "country": u"br", + "state": u"sp", + "name": u"Hortolândia", }, { - "country": "br", - "state": "sp", - "name": "Iacanga", + "country": u"br", + "state": u"sp", + "name": u"Iacanga", }, { - "country": "br", - "state": "sp", - "name": "Iacri", + "country": u"br", + "state": u"sp", + "name": u"Iacri", }, { - "country": "br", - "state": "sp", - "name": "Iaras", + "country": u"br", + "state": u"sp", + "name": u"Iaras", }, { - "country": "br", - "state": "sp", - "name": "Ibaté", + "country": u"br", + "state": u"sp", + "name": u"Ibaté", }, { - "country": "br", - "state": "sp", - "name": "Ibirá", + "country": u"br", + "state": u"sp", + "name": u"Ibirá", }, { - "country": "br", - "state": "sp", - "name": "Ibirarema", + "country": u"br", + "state": u"sp", + "name": u"Ibirarema", }, { - "country": "br", - "state": "sp", - "name": "Ibitinga", + "country": u"br", + "state": u"sp", + "name": u"Ibitinga", }, { - "country": "br", - "state": "sp", - "name": "Ibiúna", + "country": u"br", + "state": u"sp", + "name": u"Ibiúna", }, { - "country": "br", - "state": "sp", - "name": "Icém", + "country": u"br", + "state": u"sp", + "name": u"Icém", }, { - "country": "br", - "state": "sp", - "name": "Iepê", + "country": u"br", + "state": u"sp", + "name": u"Iepê", }, { - "country": "br", - "state": "sp", - "name": "Igaraçu do Tietê", + "country": u"br", + "state": u"sp", + "name": u"Igaraçu do Tietê", }, { - "country": "br", - "state": "sp", - "name": "Igarapava", + "country": u"br", + "state": u"sp", + "name": u"Igarapava", }, { - "country": "br", - "state": "sp", - "name": "Igaratá", + "country": u"br", + "state": u"sp", + "name": u"Igaratá", }, { - "country": "br", - "state": "sp", - "name": "Iguape", + "country": u"br", + "state": u"sp", + "name": u"Iguape", }, { - "country": "br", - "state": "sp", - "name": "Ilha Comprida", + "country": u"br", + "state": u"sp", + "name": u"Ilha Comprida", }, { - "country": "br", - "state": "sp", - "name": "Ilha Solteira", + "country": u"br", + "state": u"sp", + "name": u"Ilha Solteira", }, { - "country": "br", - "state": "sp", - "name": "Ilhabela", + "country": u"br", + "state": u"sp", + "name": u"Ilhabela", }, { - "country": "br", - "state": "sp", - "name": "Indaiatuba", + "country": u"br", + "state": u"sp", + "name": u"Indaiatuba", }, { - "country": "br", - "state": "sp", - "name": "Indiana", + "country": u"br", + "state": u"sp", + "name": u"Indiana", }, { - "country": "br", - "state": "sp", - "name": "Indiaporã", + "country": u"br", + "state": u"sp", + "name": u"Indiaporã", }, { - "country": "br", - "state": "sp", - "name": "Inúbia Paulista", + "country": u"br", + "state": u"sp", + "name": u"Inúbia Paulista", }, { - "country": "br", - "state": "sp", - "name": "Ipaussu", + "country": u"br", + "state": u"sp", + "name": u"Ipaussu", }, { - "country": "br", - "state": "sp", - "name": "Iperó", + "country": u"br", + "state": u"sp", + "name": u"Iperó", }, { - "country": "br", - "state": "sp", - "name": "Ipeúna", + "country": u"br", + "state": u"sp", + "name": u"Ipeúna", }, { - "country": "br", - "state": "sp", - "name": "Ipiguá", + "country": u"br", + "state": u"sp", + "name": u"Ipiguá", }, { - "country": "br", - "state": "sp", - "name": "Iporanga", + "country": u"br", + "state": u"sp", + "name": u"Iporanga", }, { - "country": "br", - "state": "sp", - "name": "Ipuã", + "country": u"br", + "state": u"sp", + "name": u"Ipuã", }, { - "country": "br", - "state": "sp", - "name": "Iracemápolis", + "country": u"br", + "state": u"sp", + "name": u"Iracemápolis", }, { - "country": "br", - "state": "sp", - "name": "Irapuã", + "country": u"br", + "state": u"sp", + "name": u"Irapuã", }, { - "country": "br", - "state": "sp", - "name": "Irapuru", + "country": u"br", + "state": u"sp", + "name": u"Irapuru", }, { - "country": "br", - "state": "sp", - "name": "Itaberá", + "country": u"br", + "state": u"sp", + "name": u"Itaberá", }, { - "country": "br", - "state": "sp", - "name": "Itaí", + "country": u"br", + "state": u"sp", + "name": u"Itaí", }, { - "country": "br", - "state": "sp", - "name": "Itajobi", + "country": u"br", + "state": u"sp", + "name": u"Itajobi", }, { - "country": "br", - "state": "sp", - "name": "Itaju", + "country": u"br", + "state": u"sp", + "name": u"Itaju", }, { - "country": "br", - "state": "sp", - "name": "Itanhaém", + "country": u"br", + "state": u"sp", + "name": u"Itanhaém", }, { - "country": "br", - "state": "sp", - "name": "Itaóca", + "country": u"br", + "state": u"sp", + "name": u"Itaóca", }, { - "country": "br", - "state": "sp", - "name": "Itapecerica da Serra", + "country": u"br", + "state": u"sp", + "name": u"Itapecerica da Serra", }, { - "country": "br", - "state": "sp", - "name": "Itapetininga", + "country": u"br", + "state": u"sp", + "name": u"Itapetininga", }, { - "country": "br", - "state": "sp", - "name": "Itapeva", + "country": u"br", + "state": u"sp", + "name": u"Itapeva", }, { - "country": "br", - "state": "sp", - "name": "Itapevi", + "country": u"br", + "state": u"sp", + "name": u"Itapevi", }, { - "country": "br", - "state": "sp", - "name": "Itapira", + "country": u"br", + "state": u"sp", + "name": u"Itapira", }, { - "country": "br", - "state": "sp", - "name": "Itapirapuã Paulista", + "country": u"br", + "state": u"sp", + "name": u"Itapirapuã Paulista", }, { - "country": "br", - "state": "sp", - "name": "Itápolis", + "country": u"br", + "state": u"sp", + "name": u"Itápolis", }, { - "country": "br", - "state": "sp", - "name": "Itaporanga", + "country": u"br", + "state": u"sp", + "name": u"Itaporanga", }, { - "country": "br", - "state": "sp", - "name": "Itapuí", + "country": u"br", + "state": u"sp", + "name": u"Itapuí", }, { - "country": "br", - "state": "sp", - "name": "Itapura", + "country": u"br", + "state": u"sp", + "name": u"Itapura", }, { - "country": "br", - "state": "sp", - "name": "Itaquaquecetuba", + "country": u"br", + "state": u"sp", + "name": u"Itaquaquecetuba", }, { - "country": "br", - "state": "sp", - "name": "Itararé", + "country": u"br", + "state": u"sp", + "name": u"Itararé", }, { - "country": "br", - "state": "sp", - "name": "Itariri", + "country": u"br", + "state": u"sp", + "name": u"Itariri", }, { - "country": "br", - "state": "sp", - "name": "Itatiba", + "country": u"br", + "state": u"sp", + "name": u"Itatiba", }, { - "country": "br", - "state": "sp", - "name": "Itatinga", + "country": u"br", + "state": u"sp", + "name": u"Itatinga", }, { - "country": "br", - "state": "sp", - "name": "Itirapina", + "country": u"br", + "state": u"sp", + "name": u"Itirapina", }, { - "country": "br", - "state": "sp", - "name": "Itirapuã", + "country": u"br", + "state": u"sp", + "name": u"Itirapuã", }, { - "country": "br", - "state": "sp", - "name": "Itobi", + "country": u"br", + "state": u"sp", + "name": u"Itobi", }, { - "country": "br", - "state": "sp", - "name": "Itu", + "country": u"br", + "state": u"sp", + "name": u"Itu", }, { - "country": "br", - "state": "sp", - "name": "Itupeva", + "country": u"br", + "state": u"sp", + "name": u"Itupeva", }, { - "country": "br", - "state": "sp", - "name": "Ituverava", + "country": u"br", + "state": u"sp", + "name": u"Ituverava", }, { - "country": "br", - "state": "sp", - "name": "Jaborandi", + "country": u"br", + "state": u"sp", + "name": u"Jaborandi", }, { - "country": "br", - "state": "sp", - "name": "Jaboticabal", + "country": u"br", + "state": u"sp", + "name": u"Jaboticabal", }, { - "country": "br", - "state": "sp", - "name": "Jacareí", + "country": u"br", + "state": u"sp", + "name": u"Jacareí", }, { - "country": "br", - "state": "sp", - "name": "Jaci", + "country": u"br", + "state": u"sp", + "name": u"Jaci", }, { - "country": "br", - "state": "sp", - "name": "Jacupiranga", + "country": u"br", + "state": u"sp", + "name": u"Jacupiranga", }, { - "country": "br", - "state": "sp", - "name": "Jaguariúna", + "country": u"br", + "state": u"sp", + "name": u"Jaguariúna", }, { - "country": "br", - "state": "sp", - "name": "Jales", + "country": u"br", + "state": u"sp", + "name": u"Jales", }, { - "country": "br", - "state": "sp", - "name": "Jambeiro", + "country": u"br", + "state": u"sp", + "name": u"Jambeiro", }, { - "country": "br", - "state": "sp", - "name": "Jandira", + "country": u"br", + "state": u"sp", + "name": u"Jandira", }, { - "country": "br", - "state": "sp", - "name": "Jardinópolis", + "country": u"br", + "state": u"sp", + "name": u"Jardinópolis", }, { - "country": "br", - "state": "sp", - "name": "Jarinu", + "country": u"br", + "state": u"sp", + "name": u"Jarinu", }, { - "country": "br", - "state": "sp", - "name": "Jaú", + "country": u"br", + "state": u"sp", + "name": u"Jaú", }, { - "country": "br", - "state": "sp", - "name": "Jeriquara", + "country": u"br", + "state": u"sp", + "name": u"Jeriquara", }, { - "country": "br", - "state": "sp", - "name": "Joanópolis", + "country": u"br", + "state": u"sp", + "name": u"Joanópolis", }, { - "country": "br", - "state": "sp", - "name": "João Ramalho", + "country": u"br", + "state": u"sp", + "name": u"João Ramalho", }, { - "country": "br", - "state": "sp", - "name": "José Bonifácio", + "country": u"br", + "state": u"sp", + "name": u"José Bonifácio", }, { - "country": "br", - "state": "sp", - "name": "Júlio Mesquita", + "country": u"br", + "state": u"sp", + "name": u"Júlio Mesquita", }, { - "country": "br", - "state": "sp", - "name": "Jumirim", + "country": u"br", + "state": u"sp", + "name": u"Jumirim", }, { - "country": "br", - "state": "sp", - "name": "Jundiaí", + "country": u"br", + "state": u"sp", + "name": u"Jundiaí", }, { - "country": "br", - "state": "sp", - "name": "Junqueirópolis", + "country": u"br", + "state": u"sp", + "name": u"Junqueirópolis", }, { - "country": "br", - "state": "sp", - "name": "Juquiá", + "country": u"br", + "state": u"sp", + "name": u"Juquiá", }, { - "country": "br", - "state": "sp", - "name": "Juquitiba", + "country": u"br", + "state": u"sp", + "name": u"Juquitiba", }, { - "country": "br", - "state": "sp", - "name": "Lagoinha", + "country": u"br", + "state": u"sp", + "name": u"Lagoinha", }, { - "country": "br", - "state": "sp", - "name": "Laranjal Paulista", + "country": u"br", + "state": u"sp", + "name": u"Laranjal Paulista", }, { - "country": "br", - "state": "sp", - "name": "Lavínia", + "country": u"br", + "state": u"sp", + "name": u"Lavínia", }, { - "country": "br", - "state": "sp", - "name": "Lavrinhas", + "country": u"br", + "state": u"sp", + "name": u"Lavrinhas", }, { - "country": "br", - "state": "sp", - "name": "Leme", + "country": u"br", + "state": u"sp", + "name": u"Leme", }, { - "country": "br", - "state": "sp", - "name": "Lençóis Paulista", + "country": u"br", + "state": u"sp", + "name": u"Lençóis Paulista", }, { - "country": "br", - "state": "sp", - "name": "Limeira", + "country": u"br", + "state": u"sp", + "name": u"Limeira", }, { - "country": "br", - "state": "sp", - "name": "Lindóia", + "country": u"br", + "state": u"sp", + "name": u"Lindóia", }, { - "country": "br", - "state": "sp", - "name": "Lins", + "country": u"br", + "state": u"sp", + "name": u"Lins", }, { - "country": "br", - "state": "sp", - "name": "Lorena", + "country": u"br", + "state": u"sp", + "name": u"Lorena", }, { - "country": "br", - "state": "sp", - "name": "Lourdes", + "country": u"br", + "state": u"sp", + "name": u"Lourdes", }, { - "country": "br", - "state": "sp", - "name": "Louveira", + "country": u"br", + "state": u"sp", + "name": u"Louveira", }, { - "country": "br", - "state": "sp", - "name": "Lucélia", + "country": u"br", + "state": u"sp", + "name": u"Lucélia", }, { - "country": "br", - "state": "sp", - "name": "Lucianópolis", + "country": u"br", + "state": u"sp", + "name": u"Lucianópolis", }, { - "country": "br", - "state": "sp", - "name": "Luís Antônio", + "country": u"br", + "state": u"sp", + "name": u"Luís Antônio", }, { - "country": "br", - "state": "sp", - "name": "Luiziânia", + "country": u"br", + "state": u"sp", + "name": u"Luiziânia", }, { - "country": "br", - "state": "sp", - "name": "Lupércio", + "country": u"br", + "state": u"sp", + "name": u"Lupércio", }, { - "country": "br", - "state": "sp", - "name": "Lutécia", + "country": u"br", + "state": u"sp", + "name": u"Lutécia", }, { - "country": "br", - "state": "sp", - "name": "Macatuba", + "country": u"br", + "state": u"sp", + "name": u"Macatuba", }, { - "country": "br", - "state": "sp", - "name": "Macaubal", + "country": u"br", + "state": u"sp", + "name": u"Macaubal", }, { - "country": "br", - "state": "sp", - "name": "Macedônia", + "country": u"br", + "state": u"sp", + "name": u"Macedônia", }, { - "country": "br", - "state": "sp", - "name": "Magda", + "country": u"br", + "state": u"sp", + "name": u"Magda", }, { - "country": "br", - "state": "sp", - "name": "Mairinque", + "country": u"br", + "state": u"sp", + "name": u"Mairinque", }, { - "country": "br", - "state": "sp", - "name": "Mairiporã", + "country": u"br", + "state": u"sp", + "name": u"Mairiporã", }, { - "country": "br", - "state": "sp", - "name": "Manduri", + "country": u"br", + "state": u"sp", + "name": u"Manduri", }, { - "country": "br", - "state": "sp", - "name": "Marabá Paulista", + "country": u"br", + "state": u"sp", + "name": u"Marabá Paulista", }, { - "country": "br", - "state": "sp", - "name": "Maracaí", + "country": u"br", + "state": u"sp", + "name": u"Maracaí", }, { - "country": "br", - "state": "sp", - "name": "Marapoama", + "country": u"br", + "state": u"sp", + "name": u"Marapoama", }, { - "country": "br", - "state": "sp", - "name": "Mariápolis", + "country": u"br", + "state": u"sp", + "name": u"Mariápolis", }, { - "country": "br", - "state": "sp", - "name": "Marília", + "country": u"br", + "state": u"sp", + "name": u"Marília", }, { - "country": "br", - "state": "sp", - "name": "Marinópolis", + "country": u"br", + "state": u"sp", + "name": u"Marinópolis", }, { - "country": "br", - "state": "sp", - "name": "Martinópolis", + "country": u"br", + "state": u"sp", + "name": u"Martinópolis", }, { - "country": "br", - "state": "sp", - "name": "Matão", + "country": u"br", + "state": u"sp", + "name": u"Matão", }, { - "country": "br", - "state": "sp", - "name": "Mauá", + "country": u"br", + "state": u"sp", + "name": u"Mauá", }, { - "country": "br", - "state": "sp", - "name": "Mendonça", + "country": u"br", + "state": u"sp", + "name": u"Mendonça", }, { - "country": "br", - "state": "sp", - "name": "Meridiano", + "country": u"br", + "state": u"sp", + "name": u"Meridiano", }, { - "country": "br", - "state": "sp", - "name": "Mesópolis", + "country": u"br", + "state": u"sp", + "name": u"Mesópolis", }, { - "country": "br", - "state": "sp", - "name": "Miguelópolis", + "country": u"br", + "state": u"sp", + "name": u"Miguelópolis", }, { - "country": "br", - "state": "sp", - "name": "Mineiros do Tietê", + "country": u"br", + "state": u"sp", + "name": u"Mineiros do Tietê", }, { - "country": "br", - "state": "sp", - "name": "Mira Estrela", + "country": u"br", + "state": u"sp", + "name": u"Mira Estrela", }, { - "country": "br", - "state": "sp", - "name": "Miracatu", + "country": u"br", + "state": u"sp", + "name": u"Miracatu", }, { - "country": "br", - "state": "sp", - "name": "Mirandópolis", + "country": u"br", + "state": u"sp", + "name": u"Mirandópolis", }, { - "country": "br", - "state": "sp", - "name": "Mirante do Paranapanema", + "country": u"br", + "state": u"sp", + "name": u"Mirante do Paranapanema", }, { - "country": "br", - "state": "sp", - "name": "Mirassol", + "country": u"br", + "state": u"sp", + "name": u"Mirassol", }, { - "country": "br", - "state": "sp", - "name": "Mirassolândia", + "country": u"br", + "state": u"sp", + "name": u"Mirassolândia", }, { - "country": "br", - "state": "sp", - "name": "Mococa", + "country": u"br", + "state": u"sp", + "name": u"Mococa", }, { - "country": "br", - "state": "sp", - "name": "Mogi das Cruzes", + "country": u"br", + "state": u"sp", + "name": u"Mogi das Cruzes", }, { - "country": "br", - "state": "sp", - "name": "Mogi Guaçu", + "country": u"br", + "state": u"sp", + "name": u"Mogi Guaçu", }, { - "country": "br", - "state": "sp", - "name": "Moji Mirim", + "country": u"br", + "state": u"sp", + "name": u"Moji Mirim", }, { - "country": "br", - "state": "sp", - "name": "Mombuca", + "country": u"br", + "state": u"sp", + "name": u"Mombuca", }, { - "country": "br", - "state": "sp", - "name": "Monções", + "country": u"br", + "state": u"sp", + "name": u"Monções", }, { - "country": "br", - "state": "sp", - "name": "Mongaguá", + "country": u"br", + "state": u"sp", + "name": u"Mongaguá", }, { - "country": "br", - "state": "sp", - "name": "Monte Alegre do Sul", + "country": u"br", + "state": u"sp", + "name": u"Monte Alegre do Sul", }, { - "country": "br", - "state": "sp", - "name": "Monte Alto", + "country": u"br", + "state": u"sp", + "name": u"Monte Alto", }, { - "country": "br", - "state": "sp", - "name": "Monte Aprazível", + "country": u"br", + "state": u"sp", + "name": u"Monte Aprazível", }, { - "country": "br", - "state": "sp", - "name": "Monte Azul Paulista", + "country": u"br", + "state": u"sp", + "name": u"Monte Azul Paulista", }, { - "country": "br", - "state": "sp", - "name": "Monte Castelo", + "country": u"br", + "state": u"sp", + "name": u"Monte Castelo", }, { - "country": "br", - "state": "sp", - "name": "Monte Mor", + "country": u"br", + "state": u"sp", + "name": u"Monte Mor", }, { - "country": "br", - "state": "sp", - "name": "Monteiro Lobato", + "country": u"br", + "state": u"sp", + "name": u"Monteiro Lobato", }, { - "country": "br", - "state": "sp", - "name": "Morro Agudo", + "country": u"br", + "state": u"sp", + "name": u"Morro Agudo", }, { - "country": "br", - "state": "sp", - "name": "Morungaba", + "country": u"br", + "state": u"sp", + "name": u"Morungaba", }, { - "country": "br", - "state": "sp", - "name": "Motuca", + "country": u"br", + "state": u"sp", + "name": u"Motuca", }, { - "country": "br", - "state": "sp", - "name": "Murutinga do Sul", + "country": u"br", + "state": u"sp", + "name": u"Murutinga do Sul", }, { - "country": "br", - "state": "sp", - "name": "Nantes", + "country": u"br", + "state": u"sp", + "name": u"Nantes", }, { - "country": "br", - "state": "sp", - "name": "Narandiba", + "country": u"br", + "state": u"sp", + "name": u"Narandiba", }, { - "country": "br", - "state": "sp", - "name": "Natividade da Serra", + "country": u"br", + "state": u"sp", + "name": u"Natividade da Serra", }, { - "country": "br", - "state": "sp", - "name": "Nazaré Paulista", + "country": u"br", + "state": u"sp", + "name": u"Nazaré Paulista", }, { - "country": "br", - "state": "sp", - "name": "Neves Paulista", + "country": u"br", + "state": u"sp", + "name": u"Neves Paulista", }, { - "country": "br", - "state": "sp", - "name": "Nhandeara", + "country": u"br", + "state": u"sp", + "name": u"Nhandeara", }, { - "country": "br", - "state": "sp", - "name": "Nipoã", + "country": u"br", + "state": u"sp", + "name": u"Nipoã", }, { - "country": "br", - "state": "sp", - "name": "Nova Aliança", + "country": u"br", + "state": u"sp", + "name": u"Nova Aliança", }, { - "country": "br", - "state": "sp", - "name": "Nova Campina", + "country": u"br", + "state": u"sp", + "name": u"Nova Campina", }, { - "country": "br", - "state": "sp", - "name": "Nova Canaã Paulista", + "country": u"br", + "state": u"sp", + "name": u"Nova Canaã Paulista", }, { - "country": "br", - "state": "sp", - "name": "Nova Castilho", + "country": u"br", + "state": u"sp", + "name": u"Nova Castilho", }, { - "country": "br", - "state": "sp", - "name": "Nova Europa", + "country": u"br", + "state": u"sp", + "name": u"Nova Europa", }, { - "country": "br", - "state": "sp", - "name": "Nova Granada", + "country": u"br", + "state": u"sp", + "name": u"Nova Granada", }, { - "country": "br", - "state": "sp", - "name": "Nova Guataporanga", + "country": u"br", + "state": u"sp", + "name": u"Nova Guataporanga", }, { - "country": "br", - "state": "sp", - "name": "Nova Independência", + "country": u"br", + "state": u"sp", + "name": u"Nova Independência", }, { - "country": "br", - "state": "sp", - "name": "Nova Luzitânia", + "country": u"br", + "state": u"sp", + "name": u"Nova Luzitânia", }, { - "country": "br", - "state": "sp", - "name": "Nova Odessa", + "country": u"br", + "state": u"sp", + "name": u"Nova Odessa", }, { - "country": "br", - "state": "sp", - "name": "Novais", + "country": u"br", + "state": u"sp", + "name": u"Novais", }, { - "country": "br", - "state": "sp", - "name": "Novo Horizonte", + "country": u"br", + "state": u"sp", + "name": u"Novo Horizonte", }, { - "country": "br", - "state": "sp", - "name": "Nuporanga", + "country": u"br", + "state": u"sp", + "name": u"Nuporanga", }, { - "country": "br", - "state": "sp", - "name": "Ocauçu", + "country": u"br", + "state": u"sp", + "name": u"Ocauçu", }, { - "country": "br", - "state": "sp", - "name": "Óleo", + "country": u"br", + "state": u"sp", + "name": u"Óleo", }, { - "country": "br", - "state": "sp", - "name": "Olímpia", + "country": u"br", + "state": u"sp", + "name": u"Olímpia", }, { - "country": "br", - "state": "sp", - "name": "Onda Verde", + "country": u"br", + "state": u"sp", + "name": u"Onda Verde", }, { - "country": "br", - "state": "sp", - "name": "Oriente", + "country": u"br", + "state": u"sp", + "name": u"Oriente", }, { - "country": "br", - "state": "sp", - "name": "Orindiúva", + "country": u"br", + "state": u"sp", + "name": u"Orindiúva", }, { - "country": "br", - "state": "sp", - "name": "Orlândia", + "country": u"br", + "state": u"sp", + "name": u"Orlândia", }, { - "country": "br", - "state": "sp", - "name": "Osasco", + "country": u"br", + "state": u"sp", + "name": u"Osasco", }, { - "country": "br", - "state": "sp", - "name": "Oscar Bressane", + "country": u"br", + "state": u"sp", + "name": u"Oscar Bressane", }, { - "country": "br", - "state": "sp", - "name": "Osvaldo Cruz", + "country": u"br", + "state": u"sp", + "name": u"Osvaldo Cruz", }, { - "country": "br", - "state": "sp", - "name": "Ourinhos", + "country": u"br", + "state": u"sp", + "name": u"Ourinhos", }, { - "country": "br", - "state": "sp", - "name": "Ouro Verde", + "country": u"br", + "state": u"sp", + "name": u"Ouro Verde", }, { - "country": "br", - "state": "sp", - "name": "Ouroeste", + "country": u"br", + "state": u"sp", + "name": u"Ouroeste", }, { - "country": "br", - "state": "sp", - "name": "Pacaembu", + "country": u"br", + "state": u"sp", + "name": u"Pacaembu", }, { - "country": "br", - "state": "sp", - "name": "Palestina", + "country": u"br", + "state": u"sp", + "name": u"Palestina", }, { - "country": "br", - "state": "sp", - "name": "Palmares Paulista", + "country": u"br", + "state": u"sp", + "name": u"Palmares Paulista", }, { - "country": "br", - "state": "sp", - "name": "Palmeira d`Oeste", + "country": u"br", + "state": u"sp", + "name": u"Palmeira d`Oeste", }, { - "country": "br", - "state": "sp", - "name": "Palmital", + "country": u"br", + "state": u"sp", + "name": u"Palmital", }, { - "country": "br", - "state": "sp", - "name": "Panorama", + "country": u"br", + "state": u"sp", + "name": u"Panorama", }, { - "country": "br", - "state": "sp", - "name": "Paraguaçu Paulista", + "country": u"br", + "state": u"sp", + "name": u"Paraguaçu Paulista", }, { - "country": "br", - "state": "sp", - "name": "Paraibuna", + "country": u"br", + "state": u"sp", + "name": u"Paraibuna", }, { - "country": "br", - "state": "sp", - "name": "Paraíso", + "country": u"br", + "state": u"sp", + "name": u"Paraíso", }, { - "country": "br", - "state": "sp", - "name": "Paranapanema", + "country": u"br", + "state": u"sp", + "name": u"Paranapanema", }, { - "country": "br", - "state": "sp", - "name": "Paranapuã", + "country": u"br", + "state": u"sp", + "name": u"Paranapuã", }, { - "country": "br", - "state": "sp", - "name": "Parapuã", + "country": u"br", + "state": u"sp", + "name": u"Parapuã", }, { - "country": "br", - "state": "sp", - "name": "Pardinho", + "country": u"br", + "state": u"sp", + "name": u"Pardinho", }, { - "country": "br", - "state": "sp", - "name": "Pariquera-Açu", + "country": u"br", + "state": u"sp", + "name": u"Pariquera-Açu", }, { - "country": "br", - "state": "sp", - "name": "Parisi", + "country": u"br", + "state": u"sp", + "name": u"Parisi", }, { - "country": "br", - "state": "sp", - "name": "Patrocínio Paulista", + "country": u"br", + "state": u"sp", + "name": u"Patrocínio Paulista", }, { - "country": "br", - "state": "sp", - "name": "Paulicéia", + "country": u"br", + "state": u"sp", + "name": u"Paulicéia", }, { - "country": "br", - "state": "sp", - "name": "Paulínia", + "country": u"br", + "state": u"sp", + "name": u"Paulínia", }, { - "country": "br", - "state": "sp", - "name": "Paulistânia", + "country": u"br", + "state": u"sp", + "name": u"Paulistânia", }, { - "country": "br", - "state": "sp", - "name": "Paulo de Faria", + "country": u"br", + "state": u"sp", + "name": u"Paulo de Faria", }, { - "country": "br", - "state": "sp", - "name": "Pederneiras", + "country": u"br", + "state": u"sp", + "name": u"Pederneiras", }, { - "country": "br", - "state": "sp", - "name": "Pedra Bela", + "country": u"br", + "state": u"sp", + "name": u"Pedra Bela", }, { - "country": "br", - "state": "sp", - "name": "Pedranópolis", + "country": u"br", + "state": u"sp", + "name": u"Pedranópolis", }, { - "country": "br", - "state": "sp", - "name": "Pedregulho", + "country": u"br", + "state": u"sp", + "name": u"Pedregulho", }, { - "country": "br", - "state": "sp", - "name": "Pedreira", + "country": u"br", + "state": u"sp", + "name": u"Pedreira", }, { - "country": "br", - "state": "sp", - "name": "Pedrinhas Paulista", + "country": u"br", + "state": u"sp", + "name": u"Pedrinhas Paulista", }, { - "country": "br", - "state": "sp", - "name": "Pedro de Toledo", + "country": u"br", + "state": u"sp", + "name": u"Pedro de Toledo", }, { - "country": "br", - "state": "sp", - "name": "Penápolis", + "country": u"br", + "state": u"sp", + "name": u"Penápolis", }, { - "country": "br", - "state": "sp", - "name": "Pereira Barreto", + "country": u"br", + "state": u"sp", + "name": u"Pereira Barreto", }, { - "country": "br", - "state": "sp", - "name": "Pereiras", + "country": u"br", + "state": u"sp", + "name": u"Pereiras", }, { - "country": "br", - "state": "sp", - "name": "Peruíbe", + "country": u"br", + "state": u"sp", + "name": u"Peruíbe", }, { - "country": "br", - "state": "sp", - "name": "Piacatu", + "country": u"br", + "state": u"sp", + "name": u"Piacatu", }, { - "country": "br", - "state": "sp", - "name": "Piedade", + "country": u"br", + "state": u"sp", + "name": u"Piedade", }, { - "country": "br", - "state": "sp", - "name": "Pilar do Sul", + "country": u"br", + "state": u"sp", + "name": u"Pilar do Sul", }, { - "country": "br", - "state": "sp", - "name": "Pindamonhangaba", + "country": u"br", + "state": u"sp", + "name": u"Pindamonhangaba", }, { - "country": "br", - "state": "sp", - "name": "Pindorama", + "country": u"br", + "state": u"sp", + "name": u"Pindorama", }, { - "country": "br", - "state": "sp", - "name": "Pinhalzinho", + "country": u"br", + "state": u"sp", + "name": u"Pinhalzinho", }, { - "country": "br", - "state": "sp", - "name": "Piquerobi", + "country": u"br", + "state": u"sp", + "name": u"Piquerobi", }, { - "country": "br", - "state": "sp", - "name": "Piquete", + "country": u"br", + "state": u"sp", + "name": u"Piquete", }, { - "country": "br", - "state": "sp", - "name": "Piracaia", + "country": u"br", + "state": u"sp", + "name": u"Piracaia", }, { - "country": "br", - "state": "sp", - "name": "Piracicaba", + "country": u"br", + "state": u"sp", + "name": u"Piracicaba", }, { - "country": "br", - "state": "sp", - "name": "Piraju", + "country": u"br", + "state": u"sp", + "name": u"Piraju", }, { - "country": "br", - "state": "sp", - "name": "Pirajuí", + "country": u"br", + "state": u"sp", + "name": u"Pirajuí", }, { - "country": "br", - "state": "sp", - "name": "Pirangi", + "country": u"br", + "state": u"sp", + "name": u"Pirangi", }, { - "country": "br", - "state": "sp", - "name": "Pirapora do Bom Jesus", + "country": u"br", + "state": u"sp", + "name": u"Pirapora do Bom Jesus", }, { - "country": "br", - "state": "sp", - "name": "Pirapozinho", + "country": u"br", + "state": u"sp", + "name": u"Pirapozinho", }, { - "country": "br", - "state": "sp", - "name": "Pirassununga", + "country": u"br", + "state": u"sp", + "name": u"Pirassununga", }, { - "country": "br", - "state": "sp", - "name": "Piratininga", + "country": u"br", + "state": u"sp", + "name": u"Piratininga", }, { - "country": "br", - "state": "sp", - "name": "Pitangueiras", + "country": u"br", + "state": u"sp", + "name": u"Pitangueiras", }, { - "country": "br", - "state": "sp", - "name": "Planalto", + "country": u"br", + "state": u"sp", + "name": u"Planalto", }, { - "country": "br", - "state": "sp", - "name": "Platina", + "country": u"br", + "state": u"sp", + "name": u"Platina", }, { - "country": "br", - "state": "sp", - "name": "Poá", + "country": u"br", + "state": u"sp", + "name": u"Poá", }, { - "country": "br", - "state": "sp", - "name": "Poloni", + "country": u"br", + "state": u"sp", + "name": u"Poloni", }, { - "country": "br", - "state": "sp", - "name": "Pompéia", + "country": u"br", + "state": u"sp", + "name": u"Pompéia", }, { - "country": "br", - "state": "sp", - "name": "Pongaí", + "country": u"br", + "state": u"sp", + "name": u"Pongaí", }, { - "country": "br", - "state": "sp", - "name": "Pontal", + "country": u"br", + "state": u"sp", + "name": u"Pontal", }, { - "country": "br", - "state": "sp", - "name": "Pontalinda", + "country": u"br", + "state": u"sp", + "name": u"Pontalinda", }, { - "country": "br", - "state": "sp", - "name": "Pontes Gestal", + "country": u"br", + "state": u"sp", + "name": u"Pontes Gestal", }, { - "country": "br", - "state": "sp", - "name": "Populina", + "country": u"br", + "state": u"sp", + "name": u"Populina", }, { - "country": "br", - "state": "sp", - "name": "Porangaba", + "country": u"br", + "state": u"sp", + "name": u"Porangaba", }, { - "country": "br", - "state": "sp", - "name": "Porto Feliz", + "country": u"br", + "state": u"sp", + "name": u"Porto Feliz", }, { - "country": "br", - "state": "sp", - "name": "Porto Ferreira", + "country": u"br", + "state": u"sp", + "name": u"Porto Ferreira", }, { - "country": "br", - "state": "sp", - "name": "Potim", + "country": u"br", + "state": u"sp", + "name": u"Potim", }, { - "country": "br", - "state": "sp", - "name": "Potirendaba", + "country": u"br", + "state": u"sp", + "name": u"Potirendaba", }, { - "country": "br", - "state": "sp", - "name": "Pracinha", + "country": u"br", + "state": u"sp", + "name": u"Pracinha", }, { - "country": "br", - "state": "sp", - "name": "Pradópolis", + "country": u"br", + "state": u"sp", + "name": u"Pradópolis", }, { - "country": "br", - "state": "sp", - "name": "Praia Grande", + "country": u"br", + "state": u"sp", + "name": u"Praia Grande", }, { - "country": "br", - "state": "sp", - "name": "Pratânia", + "country": u"br", + "state": u"sp", + "name": u"Pratânia", }, { - "country": "br", - "state": "sp", - "name": "Presidente Alves", + "country": u"br", + "state": u"sp", + "name": u"Presidente Alves", }, { - "country": "br", - "state": "sp", - "name": "Presidente Bernardes", + "country": u"br", + "state": u"sp", + "name": u"Presidente Bernardes", }, { - "country": "br", - "state": "sp", - "name": "Presidente Epitácio", + "country": u"br", + "state": u"sp", + "name": u"Presidente Epitácio", }, { - "country": "br", - "state": "sp", - "name": "Presidente Prudente", + "country": u"br", + "state": u"sp", + "name": u"Presidente Prudente", }, { - "country": "br", - "state": "sp", - "name": "Presidente Venceslau", + "country": u"br", + "state": u"sp", + "name": u"Presidente Venceslau", }, { - "country": "br", - "state": "sp", - "name": "Promissão", + "country": u"br", + "state": u"sp", + "name": u"Promissão", }, { - "country": "br", - "state": "sp", - "name": "Quadra", + "country": u"br", + "state": u"sp", + "name": u"Quadra", }, { - "country": "br", - "state": "sp", - "name": "Quatá", + "country": u"br", + "state": u"sp", + "name": u"Quatá", }, { - "country": "br", - "state": "sp", - "name": "Queiroz", + "country": u"br", + "state": u"sp", + "name": u"Queiroz", }, { - "country": "br", - "state": "sp", - "name": "Queluz", + "country": u"br", + "state": u"sp", + "name": u"Queluz", }, { - "country": "br", - "state": "sp", - "name": "Quintana", + "country": u"br", + "state": u"sp", + "name": u"Quintana", }, { - "country": "br", - "state": "sp", - "name": "Rafard", + "country": u"br", + "state": u"sp", + "name": u"Rafard", }, { - "country": "br", - "state": "sp", - "name": "Rancharia", + "country": u"br", + "state": u"sp", + "name": u"Rancharia", }, { - "country": "br", - "state": "sp", - "name": "Redenção da Serra", + "country": u"br", + "state": u"sp", + "name": u"Redenção da Serra", }, { - "country": "br", - "state": "sp", - "name": "Regente Feijó", + "country": u"br", + "state": u"sp", + "name": u"Regente Feijó", }, { - "country": "br", - "state": "sp", - "name": "Reginópolis", + "country": u"br", + "state": u"sp", + "name": u"Reginópolis", }, { - "country": "br", - "state": "sp", - "name": "Registro", + "country": u"br", + "state": u"sp", + "name": u"Registro", }, { - "country": "br", - "state": "sp", - "name": "Restinga", + "country": u"br", + "state": u"sp", + "name": u"Restinga", }, { - "country": "br", - "state": "sp", - "name": "Ribeira", + "country": u"br", + "state": u"sp", + "name": u"Ribeira", }, { - "country": "br", - "state": "sp", - "name": "Ribeirão Bonito", + "country": u"br", + "state": u"sp", + "name": u"Ribeirão Bonito", }, { - "country": "br", - "state": "sp", - "name": "Ribeirão Branco", + "country": u"br", + "state": u"sp", + "name": u"Ribeirão Branco", }, { - "country": "br", - "state": "sp", - "name": "Ribeirão Corrente", + "country": u"br", + "state": u"sp", + "name": u"Ribeirão Corrente", }, { - "country": "br", - "state": "sp", - "name": "Ribeirão do Sul", + "country": u"br", + "state": u"sp", + "name": u"Ribeirão do Sul", }, { - "country": "br", - "state": "sp", - "name": "Ribeirão dos Índios", + "country": u"br", + "state": u"sp", + "name": u"Ribeirão dos Índios", }, { - "country": "br", - "state": "sp", - "name": "Ribeirão Grande", + "country": u"br", + "state": u"sp", + "name": u"Ribeirão Grande", }, { - "country": "br", - "state": "sp", - "name": "Ribeirão Pires", + "country": u"br", + "state": u"sp", + "name": u"Ribeirão Pires", }, { - "country": "br", - "state": "sp", - "name": "Ribeirão Preto", + "country": u"br", + "state": u"sp", + "name": u"Ribeirão Preto", }, { - "country": "br", - "state": "sp", - "name": "Rifaina", + "country": u"br", + "state": u"sp", + "name": u"Rifaina", }, { - "country": "br", - "state": "sp", - "name": "Rincão", + "country": u"br", + "state": u"sp", + "name": u"Rincão", }, { - "country": "br", - "state": "sp", - "name": "Rinópolis", + "country": u"br", + "state": u"sp", + "name": u"Rinópolis", }, { - "country": "br", - "state": "sp", - "name": "Rio Claro", + "country": u"br", + "state": u"sp", + "name": u"Rio Claro", }, { - "country": "br", - "state": "sp", - "name": "Rio das Pedras", + "country": u"br", + "state": u"sp", + "name": u"Rio das Pedras", }, { - "country": "br", - "state": "sp", - "name": "Rio Grande da Serra", + "country": u"br", + "state": u"sp", + "name": u"Rio Grande da Serra", }, { - "country": "br", - "state": "sp", - "name": "Riolândia", + "country": u"br", + "state": u"sp", + "name": u"Riolândia", }, { - "country": "br", - "state": "sp", - "name": "Riversul", + "country": u"br", + "state": u"sp", + "name": u"Riversul", }, { - "country": "br", - "state": "sp", - "name": "Rosana", + "country": u"br", + "state": u"sp", + "name": u"Rosana", }, { - "country": "br", - "state": "sp", - "name": "Roseira", + "country": u"br", + "state": u"sp", + "name": u"Roseira", }, { - "country": "br", - "state": "sp", - "name": "Rubiácea", + "country": u"br", + "state": u"sp", + "name": u"Rubiácea", }, { - "country": "br", - "state": "sp", - "name": "Rubinéia", + "country": u"br", + "state": u"sp", + "name": u"Rubinéia", }, { - "country": "br", - "state": "sp", - "name": "Sabino", + "country": u"br", + "state": u"sp", + "name": u"Sabino", }, { - "country": "br", - "state": "sp", - "name": "Sagres", + "country": u"br", + "state": u"sp", + "name": u"Sagres", }, { - "country": "br", - "state": "sp", - "name": "Sales", + "country": u"br", + "state": u"sp", + "name": u"Sales", }, { - "country": "br", - "state": "sp", - "name": "Sales Oliveira", + "country": u"br", + "state": u"sp", + "name": u"Sales Oliveira", }, { - "country": "br", - "state": "sp", - "name": "Salesópolis", + "country": u"br", + "state": u"sp", + "name": u"Salesópolis", }, { - "country": "br", - "state": "sp", - "name": "Salmourão", + "country": u"br", + "state": u"sp", + "name": u"Salmourão", }, { - "country": "br", - "state": "sp", - "name": "Saltinho", + "country": u"br", + "state": u"sp", + "name": u"Saltinho", }, { - "country": "br", - "state": "sp", - "name": "Salto", + "country": u"br", + "state": u"sp", + "name": u"Salto", }, { - "country": "br", - "state": "sp", - "name": "Salto de Pirapora", + "country": u"br", + "state": u"sp", + "name": u"Salto de Pirapora", }, { - "country": "br", - "state": "sp", - "name": "Salto Grande", + "country": u"br", + "state": u"sp", + "name": u"Salto Grande", }, { - "country": "br", - "state": "sp", - "name": "Sandovalina", + "country": u"br", + "state": u"sp", + "name": u"Sandovalina", }, { - "country": "br", - "state": "sp", - "name": "Santa Adélia", + "country": u"br", + "state": u"sp", + "name": u"Santa Adélia", }, { - "country": "br", - "state": "sp", - "name": "Santa Albertina", + "country": u"br", + "state": u"sp", + "name": u"Santa Albertina", }, { - "country": "br", - "state": "sp", - "name": "Santa Bárbara d`Oeste", + "country": u"br", + "state": u"sp", + "name": u"Santa Bárbara d`Oeste", }, { - "country": "br", - "state": "sp", - "name": "Santa Branca", + "country": u"br", + "state": u"sp", + "name": u"Santa Branca", }, { - "country": "br", - "state": "sp", - "name": "Santa Clara d`Oeste", + "country": u"br", + "state": u"sp", + "name": u"Santa Clara d`Oeste", }, { - "country": "br", - "state": "sp", - "name": "Santa Cruz da Conceição", + "country": u"br", + "state": u"sp", + "name": u"Santa Cruz da Conceição", }, { - "country": "br", - "state": "sp", - "name": "Santa Cruz da Esperança", + "country": u"br", + "state": u"sp", + "name": u"Santa Cruz da Esperança", }, { - "country": "br", - "state": "sp", - "name": "Santa Cruz das Palmeiras", + "country": u"br", + "state": u"sp", + "name": u"Santa Cruz das Palmeiras", }, { - "country": "br", - "state": "sp", - "name": "Santa Cruz do Rio Pardo", + "country": u"br", + "state": u"sp", + "name": u"Santa Cruz do Rio Pardo", }, { - "country": "br", - "state": "sp", - "name": "Santa Ernestina", + "country": u"br", + "state": u"sp", + "name": u"Santa Ernestina", }, { - "country": "br", - "state": "sp", - "name": "Santa Fé do Sul", + "country": u"br", + "state": u"sp", + "name": u"Santa Fé do Sul", }, { - "country": "br", - "state": "sp", - "name": "Santa Gertrudes", + "country": u"br", + "state": u"sp", + "name": u"Santa Gertrudes", }, { - "country": "br", - "state": "sp", - "name": "Santa Isabel", + "country": u"br", + "state": u"sp", + "name": u"Santa Isabel", }, { - "country": "br", - "state": "sp", - "name": "Santa Lúcia", + "country": u"br", + "state": u"sp", + "name": u"Santa Lúcia", }, { - "country": "br", - "state": "sp", - "name": "Santa Maria da Serra", + "country": u"br", + "state": u"sp", + "name": u"Santa Maria da Serra", }, { - "country": "br", - "state": "sp", - "name": "Santa Mercedes", + "country": u"br", + "state": u"sp", + "name": u"Santa Mercedes", }, { - "country": "br", - "state": "sp", - "name": "Santa Rita d`Oeste", + "country": u"br", + "state": u"sp", + "name": u"Santa Rita d`Oeste", }, { - "country": "br", - "state": "sp", - "name": "Santa Rita do Passa Quatro", + "country": u"br", + "state": u"sp", + "name": u"Santa Rita do Passa Quatro", }, { - "country": "br", - "state": "sp", - "name": "Santa Rosa de Viterbo", + "country": u"br", + "state": u"sp", + "name": u"Santa Rosa de Viterbo", }, { - "country": "br", - "state": "sp", - "name": "Santa Salete", + "country": u"br", + "state": u"sp", + "name": u"Santa Salete", }, { - "country": "br", - "state": "sp", - "name": "Santana da Ponte Pensa", + "country": u"br", + "state": u"sp", + "name": u"Santana da Ponte Pensa", }, { - "country": "br", - "state": "sp", - "name": "Santana de Parnaíba", + "country": u"br", + "state": u"sp", + "name": u"Santana de Parnaíba", }, { - "country": "br", - "state": "sp", - "name": "Santo Anastácio", + "country": u"br", + "state": u"sp", + "name": u"Santo Anastácio", }, { - "country": "br", - "state": "sp", - "name": "Santo André", + "country": u"br", + "state": u"sp", + "name": u"Santo André", }, { - "country": "br", - "state": "sp", - "name": "Santo Antônio da Alegria", + "country": u"br", + "state": u"sp", + "name": u"Santo Antônio da Alegria", }, { - "country": "br", - "state": "sp", - "name": "Santo Antônio de Posse", + "country": u"br", + "state": u"sp", + "name": u"Santo Antônio de Posse", }, { - "country": "br", - "state": "sp", - "name": "Santo Antônio do Aracanguá", + "country": u"br", + "state": u"sp", + "name": u"Santo Antônio do Aracanguá", }, { - "country": "br", - "state": "sp", - "name": "Santo Antônio do Jardim", + "country": u"br", + "state": u"sp", + "name": u"Santo Antônio do Jardim", }, { - "country": "br", - "state": "sp", - "name": "Santo Antônio do Pinhal", + "country": u"br", + "state": u"sp", + "name": u"Santo Antônio do Pinhal", }, { - "country": "br", - "state": "sp", - "name": "Santo Expedito", + "country": u"br", + "state": u"sp", + "name": u"Santo Expedito", }, { - "country": "br", - "state": "sp", - "name": "Santópolis do Aguapeí", + "country": u"br", + "state": u"sp", + "name": u"Santópolis do Aguapeí", }, { - "country": "br", - "state": "sp", - "name": "Santos", + "country": u"br", + "state": u"sp", + "name": u"Santos", }, { - "country": "br", - "state": "sp", - "name": "São Bento do Sapucaí", + "country": u"br", + "state": u"sp", + "name": u"São Bento do Sapucaí", }, { - "country": "br", - "state": "sp", - "name": "São Bernardo do Campo", + "country": u"br", + "state": u"sp", + "name": u"São Bernardo do Campo", }, { - "country": "br", - "state": "sp", - "name": "São Caetano do Sul", + "country": u"br", + "state": u"sp", + "name": u"São Caetano do Sul", }, { - "country": "br", - "state": "sp", - "name": "São Carlos", + "country": u"br", + "state": u"sp", + "name": u"São Carlos", }, { - "country": "br", - "state": "sp", - "name": "São Francisco", + "country": u"br", + "state": u"sp", + "name": u"São Francisco", }, { - "country": "br", - "state": "sp", - "name": "São João da Boa Vista", + "country": u"br", + "state": u"sp", + "name": u"São João da Boa Vista", }, { - "country": "br", - "state": "sp", - "name": "São João das Duas Pontes", + "country": u"br", + "state": u"sp", + "name": u"São João das Duas Pontes", }, { - "country": "br", - "state": "sp", - "name": "São João de Iracema", + "country": u"br", + "state": u"sp", + "name": u"São João de Iracema", }, { - "country": "br", - "state": "sp", - "name": "São João do Pau d`Alho", + "country": u"br", + "state": u"sp", + "name": u"São João do Pau d`Alho", }, { - "country": "br", - "state": "sp", - "name": "São Joaquim da Barra", + "country": u"br", + "state": u"sp", + "name": u"São Joaquim da Barra", }, { - "country": "br", - "state": "sp", - "name": "São José da Bela Vista", + "country": u"br", + "state": u"sp", + "name": u"São José da Bela Vista", }, { - "country": "br", - "state": "sp", - "name": "São José do Barreiro", + "country": u"br", + "state": u"sp", + "name": u"São José do Barreiro", }, { - "country": "br", - "state": "sp", - "name": "São José do Rio Pardo", + "country": u"br", + "state": u"sp", + "name": u"São José do Rio Pardo", }, { - "country": "br", - "state": "sp", - "name": "São José do Rio Preto", + "country": u"br", + "state": u"sp", + "name": u"São José do Rio Preto", }, { - "country": "br", - "state": "sp", - "name": "São José dos Campos", + "country": u"br", + "state": u"sp", + "name": u"São José dos Campos", }, { - "country": "br", - "state": "sp", - "name": "São Lourenço da Serra", + "country": u"br", + "state": u"sp", + "name": u"São Lourenço da Serra", }, { - "country": "br", - "state": "sp", - "name": "São Luís do Paraitinga", + "country": u"br", + "state": u"sp", + "name": u"São Luís do Paraitinga", }, { - "country": "br", - "state": "sp", - "name": "São Manuel", + "country": u"br", + "state": u"sp", + "name": u"São Manuel", }, { - "country": "br", - "state": "sp", - "name": "São Miguel Arcanjo", + "country": u"br", + "state": u"sp", + "name": u"São Miguel Arcanjo", }, { - "country": "br", - "state": "sp", - "name": "São Paulo", + "country": u"br", + "state": u"sp", + "name": u"São Paulo", }, { - "country": "br", - "state": "sp", - "name": "São Pedro", + "country": u"br", + "state": u"sp", + "name": u"São Pedro", }, { - "country": "br", - "state": "sp", - "name": "São Pedro do Turvo", + "country": u"br", + "state": u"sp", + "name": u"São Pedro do Turvo", }, { - "country": "br", - "state": "sp", - "name": "São Roque", + "country": u"br", + "state": u"sp", + "name": u"São Roque", }, { - "country": "br", - "state": "sp", - "name": "São Sebastião", + "country": u"br", + "state": u"sp", + "name": u"São Sebastião", }, { - "country": "br", - "state": "sp", - "name": "São Sebastião da Grama", + "country": u"br", + "state": u"sp", + "name": u"São Sebastião da Grama", }, { - "country": "br", - "state": "sp", - "name": "São Simão", + "country": u"br", + "state": u"sp", + "name": u"São Simão", }, { - "country": "br", - "state": "sp", - "name": "São Vicente", + "country": u"br", + "state": u"sp", + "name": u"São Vicente", }, { - "country": "br", - "state": "sp", - "name": "Sarapuí", + "country": u"br", + "state": u"sp", + "name": u"Sarapuí", }, { - "country": "br", - "state": "sp", - "name": "Sarutaiá", + "country": u"br", + "state": u"sp", + "name": u"Sarutaiá", }, { - "country": "br", - "state": "sp", - "name": "Sebastianópolis do Sul", + "country": u"br", + "state": u"sp", + "name": u"Sebastianópolis do Sul", }, { - "country": "br", - "state": "sp", - "name": "Serra Azul", + "country": u"br", + "state": u"sp", + "name": u"Serra Azul", }, { - "country": "br", - "state": "sp", - "name": "Serra Negra", + "country": u"br", + "state": u"sp", + "name": u"Serra Negra", }, { - "country": "br", - "state": "sp", - "name": "Serrana", + "country": u"br", + "state": u"sp", + "name": u"Serrana", }, { - "country": "br", - "state": "sp", - "name": "Sertãozinho", + "country": u"br", + "state": u"sp", + "name": u"Sertãozinho", }, { - "country": "br", - "state": "sp", - "name": "Sete Barras", + "country": u"br", + "state": u"sp", + "name": u"Sete Barras", }, { - "country": "br", - "state": "sp", - "name": "Severínia", + "country": u"br", + "state": u"sp", + "name": u"Severínia", }, { - "country": "br", - "state": "sp", - "name": "Silveiras", + "country": u"br", + "state": u"sp", + "name": u"Silveiras", }, { - "country": "br", - "state": "sp", - "name": "Socorro", + "country": u"br", + "state": u"sp", + "name": u"Socorro", }, { - "country": "br", - "state": "sp", - "name": "Sorocaba", + "country": u"br", + "state": u"sp", + "name": u"Sorocaba", }, { - "country": "br", - "state": "sp", - "name": "Sud Mennucci", + "country": u"br", + "state": u"sp", + "name": u"Sud Mennucci", }, { - "country": "br", - "state": "sp", - "name": "Sumaré", + "country": u"br", + "state": u"sp", + "name": u"Sumaré", }, { - "country": "br", - "state": "sp", - "name": "Suzanápolis", + "country": u"br", + "state": u"sp", + "name": u"Suzanápolis", }, { - "country": "br", - "state": "sp", - "name": "Suzano", + "country": u"br", + "state": u"sp", + "name": u"Suzano", }, { - "country": "br", - "state": "sp", - "name": "Tabapuã", + "country": u"br", + "state": u"sp", + "name": u"Tabapuã", }, { - "country": "br", - "state": "sp", - "name": "Tabatinga", + "country": u"br", + "state": u"sp", + "name": u"Tabatinga", }, { - "country": "br", - "state": "sp", - "name": "Taboão da Serra", + "country": u"br", + "state": u"sp", + "name": u"Taboão da Serra", }, { - "country": "br", - "state": "sp", - "name": "Taciba", + "country": u"br", + "state": u"sp", + "name": u"Taciba", }, { - "country": "br", - "state": "sp", - "name": "Taguaí", + "country": u"br", + "state": u"sp", + "name": u"Taguaí", }, { - "country": "br", - "state": "sp", - "name": "Taiaçu", + "country": u"br", + "state": u"sp", + "name": u"Taiaçu", }, { - "country": "br", - "state": "sp", - "name": "Taiúva", + "country": u"br", + "state": u"sp", + "name": u"Taiúva", }, { - "country": "br", - "state": "sp", - "name": "Tambaú", + "country": u"br", + "state": u"sp", + "name": u"Tambaú", }, { - "country": "br", - "state": "sp", - "name": "Tanabi", + "country": u"br", + "state": u"sp", + "name": u"Tanabi", }, { - "country": "br", - "state": "sp", - "name": "Tapiraí", + "country": u"br", + "state": u"sp", + "name": u"Tapiraí", }, { - "country": "br", - "state": "sp", - "name": "Tapiratiba", + "country": u"br", + "state": u"sp", + "name": u"Tapiratiba", }, { - "country": "br", - "state": "sp", - "name": "Taquaral", + "country": u"br", + "state": u"sp", + "name": u"Taquaral", }, { - "country": "br", - "state": "sp", - "name": "Taquaritinga", + "country": u"br", + "state": u"sp", + "name": u"Taquaritinga", }, { - "country": "br", - "state": "sp", - "name": "Taquarituba", + "country": u"br", + "state": u"sp", + "name": u"Taquarituba", }, { - "country": "br", - "state": "sp", - "name": "Taquarivaí", + "country": u"br", + "state": u"sp", + "name": u"Taquarivaí", }, { - "country": "br", - "state": "sp", - "name": "Tarabai", + "country": u"br", + "state": u"sp", + "name": u"Tarabai", }, { - "country": "br", - "state": "sp", - "name": "Tarumã", + "country": u"br", + "state": u"sp", + "name": u"Tarumã", }, { - "country": "br", - "state": "sp", - "name": "Tatuí", + "country": u"br", + "state": u"sp", + "name": u"Tatuí", }, { - "country": "br", - "state": "sp", - "name": "Taubaté", + "country": u"br", + "state": u"sp", + "name": u"Taubaté", }, { - "country": "br", - "state": "sp", - "name": "Tejupá", + "country": u"br", + "state": u"sp", + "name": u"Tejupá", }, { - "country": "br", - "state": "sp", - "name": "Teodoro Sampaio", + "country": u"br", + "state": u"sp", + "name": u"Teodoro Sampaio", }, { - "country": "br", - "state": "sp", - "name": "Terra Roxa", + "country": u"br", + "state": u"sp", + "name": u"Terra Roxa", }, { - "country": "br", - "state": "sp", - "name": "Tietê", + "country": u"br", + "state": u"sp", + "name": u"Tietê", }, { - "country": "br", - "state": "sp", - "name": "Timburi", + "country": u"br", + "state": u"sp", + "name": u"Timburi", }, { - "country": "br", - "state": "sp", - "name": "Torre de Pedra", + "country": u"br", + "state": u"sp", + "name": u"Torre de Pedra", }, { - "country": "br", - "state": "sp", - "name": "Torrinha", + "country": u"br", + "state": u"sp", + "name": u"Torrinha", }, { - "country": "br", - "state": "sp", - "name": "Trabiju", + "country": u"br", + "state": u"sp", + "name": u"Trabiju", }, { - "country": "br", - "state": "sp", - "name": "Tremembé", + "country": u"br", + "state": u"sp", + "name": u"Tremembé", }, { - "country": "br", - "state": "sp", - "name": "Três Fronteiras", + "country": u"br", + "state": u"sp", + "name": u"Três Fronteiras", }, { - "country": "br", - "state": "sp", - "name": "Tuiuti", + "country": u"br", + "state": u"sp", + "name": u"Tuiuti", }, { - "country": "br", - "state": "sp", - "name": "Tupã", + "country": u"br", + "state": u"sp", + "name": u"Tupã", }, { - "country": "br", - "state": "sp", - "name": "Tupi Paulista", + "country": u"br", + "state": u"sp", + "name": u"Tupi Paulista", }, { - "country": "br", - "state": "sp", - "name": "Turiúba", + "country": u"br", + "state": u"sp", + "name": u"Turiúba", }, { - "country": "br", - "state": "sp", - "name": "Turmalina", + "country": u"br", + "state": u"sp", + "name": u"Turmalina", }, { - "country": "br", - "state": "sp", - "name": "Ubarana", + "country": u"br", + "state": u"sp", + "name": u"Ubarana", }, { - "country": "br", - "state": "sp", - "name": "Ubatuba", + "country": u"br", + "state": u"sp", + "name": u"Ubatuba", }, { - "country": "br", - "state": "sp", - "name": "Ubirajara", + "country": u"br", + "state": u"sp", + "name": u"Ubirajara", }, { - "country": "br", - "state": "sp", - "name": "Uchoa", + "country": u"br", + "state": u"sp", + "name": u"Uchoa", }, { - "country": "br", - "state": "sp", - "name": "União Paulista", + "country": u"br", + "state": u"sp", + "name": u"União Paulista", }, { - "country": "br", - "state": "sp", - "name": "Urânia", + "country": u"br", + "state": u"sp", + "name": u"Urânia", }, { - "country": "br", - "state": "sp", - "name": "Uru", + "country": u"br", + "state": u"sp", + "name": u"Uru", }, { - "country": "br", - "state": "sp", - "name": "Urupês", + "country": u"br", + "state": u"sp", + "name": u"Urupês", }, { - "country": "br", - "state": "sp", - "name": "Valentim Gentil", + "country": u"br", + "state": u"sp", + "name": u"Valentim Gentil", }, { - "country": "br", - "state": "sp", - "name": "Valinhos", + "country": u"br", + "state": u"sp", + "name": u"Valinhos", }, { - "country": "br", - "state": "sp", - "name": "Valparaíso", + "country": u"br", + "state": u"sp", + "name": u"Valparaíso", }, { - "country": "br", - "state": "sp", - "name": "Vargem", + "country": u"br", + "state": u"sp", + "name": u"Vargem", }, { - "country": "br", - "state": "sp", - "name": "Vargem Grande do Sul", + "country": u"br", + "state": u"sp", + "name": u"Vargem Grande do Sul", }, { - "country": "br", - "state": "sp", - "name": "Vargem Grande Paulista", + "country": u"br", + "state": u"sp", + "name": u"Vargem Grande Paulista", }, { - "country": "br", - "state": "sp", - "name": "Várzea Paulista", + "country": u"br", + "state": u"sp", + "name": u"Várzea Paulista", }, { - "country": "br", - "state": "sp", - "name": "Vera Cruz", + "country": u"br", + "state": u"sp", + "name": u"Vera Cruz", }, { - "country": "br", - "state": "sp", - "name": "Vinhedo", + "country": u"br", + "state": u"sp", + "name": u"Vinhedo", }, { - "country": "br", - "state": "sp", - "name": "Viradouro", + "country": u"br", + "state": u"sp", + "name": u"Viradouro", }, { - "country": "br", - "state": "sp", - "name": "Vista Alegre do Alto", + "country": u"br", + "state": u"sp", + "name": u"Vista Alegre do Alto", }, { - "country": "br", - "state": "sp", - "name": "Vitória Brasil", + "country": u"br", + "state": u"sp", + "name": u"Vitória Brasil", }, { - "country": "br", - "state": "sp", - "name": "Votorantim", + "country": u"br", + "state": u"sp", + "name": u"Votorantim", }, { - "country": "br", - "state": "sp", - "name": "Votuporanga", + "country": u"br", + "state": u"sp", + "name": u"Votuporanga", }, { - "country": "br", - "state": "sp", - "name": "Zacarias", + "country": u"br", + "state": u"sp", + "name": u"Zacarias", }, { - "country": "br", - "state": "mt", - "name": "Acorizal", + "country": u"br", + "state": u"mt", + "name": u"Acorizal", }, { - "country": "br", - "state": "mt", - "name": "Água Boa", + "country": u"br", + "state": u"mt", + "name": u"Água Boa", }, { - "country": "br", - "state": "mt", - "name": "Alta Floresta", + "country": u"br", + "state": u"mt", + "name": u"Alta Floresta", }, { - "country": "br", - "state": "mt", - "name": "Alto Araguaia", + "country": u"br", + "state": u"mt", + "name": u"Alto Araguaia", }, { - "country": "br", - "state": "mt", - "name": "Alto Boa Vista", + "country": u"br", + "state": u"mt", + "name": u"Alto Boa Vista", }, { - "country": "br", - "state": "mt", - "name": "Alto Garças", + "country": u"br", + "state": u"mt", + "name": u"Alto Garças", }, { - "country": "br", - "state": "mt", - "name": "Alto Paraguai", + "country": u"br", + "state": u"mt", + "name": u"Alto Paraguai", }, { - "country": "br", - "state": "mt", - "name": "Alto Taquari", + "country": u"br", + "state": u"mt", + "name": u"Alto Taquari", }, { - "country": "br", - "state": "mt", - "name": "Apiacás", + "country": u"br", + "state": u"mt", + "name": u"Apiacás", }, { - "country": "br", - "state": "mt", - "name": "Araguaiana", + "country": u"br", + "state": u"mt", + "name": u"Araguaiana", }, { - "country": "br", - "state": "mt", - "name": "Araguainha", + "country": u"br", + "state": u"mt", + "name": u"Araguainha", }, { - "country": "br", - "state": "mt", - "name": "Araputanga", + "country": u"br", + "state": u"mt", + "name": u"Araputanga", }, { - "country": "br", - "state": "mt", - "name": "Arenápolis", + "country": u"br", + "state": u"mt", + "name": u"Arenápolis", }, { - "country": "br", - "state": "mt", - "name": "Aripuanã", + "country": u"br", + "state": u"mt", + "name": u"Aripuanã", }, { - "country": "br", - "state": "mt", - "name": "Barão de Melgaço", + "country": u"br", + "state": u"mt", + "name": u"Barão de Melgaço", }, { - "country": "br", - "state": "mt", - "name": "Barra do Bugres", + "country": u"br", + "state": u"mt", + "name": u"Barra do Bugres", }, { - "country": "br", - "state": "mt", - "name": "Barra do Garças", + "country": u"br", + "state": u"mt", + "name": u"Barra do Garças", }, { - "country": "br", - "state": "mt", - "name": "Bom Jesus do Araguaia", + "country": u"br", + "state": u"mt", + "name": u"Bom Jesus do Araguaia", }, { - "country": "br", - "state": "mt", - "name": "Brasnorte", + "country": u"br", + "state": u"mt", + "name": u"Brasnorte", }, { - "country": "br", - "state": "mt", - "name": "Cáceres", + "country": u"br", + "state": u"mt", + "name": u"Cáceres", }, { - "country": "br", - "state": "mt", - "name": "Campinápolis", + "country": u"br", + "state": u"mt", + "name": u"Campinápolis", }, { - "country": "br", - "state": "mt", - "name": "Campo Novo do Parecis", + "country": u"br", + "state": u"mt", + "name": u"Campo Novo do Parecis", }, { - "country": "br", - "state": "mt", - "name": "Campo Verde", + "country": u"br", + "state": u"mt", + "name": u"Campo Verde", }, { - "country": "br", - "state": "mt", - "name": "Campos de Júlio", + "country": u"br", + "state": u"mt", + "name": u"Campos de Júlio", }, { - "country": "br", - "state": "mt", - "name": "Canabrava do Norte", + "country": u"br", + "state": u"mt", + "name": u"Canabrava do Norte", }, { - "country": "br", - "state": "mt", - "name": "Canarana", + "country": u"br", + "state": u"mt", + "name": u"Canarana", }, { - "country": "br", - "state": "mt", - "name": "Carlinda", + "country": u"br", + "state": u"mt", + "name": u"Carlinda", }, { - "country": "br", - "state": "mt", - "name": "Castanheira", + "country": u"br", + "state": u"mt", + "name": u"Castanheira", }, { - "country": "br", - "state": "mt", - "name": "Chapada dos Guimarães", + "country": u"br", + "state": u"mt", + "name": u"Chapada dos Guimarães", }, { - "country": "br", - "state": "mt", - "name": "Cláudia", + "country": u"br", + "state": u"mt", + "name": u"Cláudia", }, { - "country": "br", - "state": "mt", - "name": "Cocalinho", + "country": u"br", + "state": u"mt", + "name": u"Cocalinho", }, { - "country": "br", - "state": "mt", - "name": "Colíder", + "country": u"br", + "state": u"mt", + "name": u"Colíder", }, { - "country": "br", - "state": "mt", - "name": "Colniza", + "country": u"br", + "state": u"mt", + "name": u"Colniza", }, { - "country": "br", - "state": "mt", - "name": "Comodoro", + "country": u"br", + "state": u"mt", + "name": u"Comodoro", }, { - "country": "br", - "state": "mt", - "name": "Confresa", + "country": u"br", + "state": u"mt", + "name": u"Confresa", }, { - "country": "br", - "state": "mt", - "name": "Conquista d`Oeste", + "country": u"br", + "state": u"mt", + "name": u"Conquista d`Oeste", }, { - "country": "br", - "state": "mt", - "name": "Cotriguaçu", + "country": u"br", + "state": u"mt", + "name": u"Cotriguaçu", }, { - "country": "br", - "state": "mt", - "name": "Cuiabá", + "country": u"br", + "state": u"mt", + "name": u"Cuiabá", }, { - "country": "br", - "state": "mt", - "name": "Curvelândia", + "country": u"br", + "state": u"mt", + "name": u"Curvelândia", }, { - "country": "br", - "state": "mt", - "name": "Curvelândia", + "country": u"br", + "state": u"mt", + "name": u"Curvelândia", }, { - "country": "br", - "state": "mt", - "name": "Denise", + "country": u"br", + "state": u"mt", + "name": u"Denise", }, { - "country": "br", - "state": "mt", - "name": "Diamantino", + "country": u"br", + "state": u"mt", + "name": u"Diamantino", }, { - "country": "br", - "state": "mt", - "name": "Dom Aquino", + "country": u"br", + "state": u"mt", + "name": u"Dom Aquino", }, { - "country": "br", - "state": "mt", - "name": "Feliz Natal", + "country": u"br", + "state": u"mt", + "name": u"Feliz Natal", }, { - "country": "br", - "state": "mt", - "name": "Figueirópolis d`Oeste", + "country": u"br", + "state": u"mt", + "name": u"Figueirópolis d`Oeste", }, { - "country": "br", - "state": "mt", - "name": "Gaúcha do Norte", + "country": u"br", + "state": u"mt", + "name": u"Gaúcha do Norte", }, { - "country": "br", - "state": "mt", - "name": "General Carneiro", + "country": u"br", + "state": u"mt", + "name": u"General Carneiro", }, { - "country": "br", - "state": "mt", - "name": "Glória d`Oeste", + "country": u"br", + "state": u"mt", + "name": u"Glória d`Oeste", }, { - "country": "br", - "state": "mt", - "name": "Guarantã do Norte", + "country": u"br", + "state": u"mt", + "name": u"Guarantã do Norte", }, { - "country": "br", - "state": "mt", - "name": "Guiratinga", + "country": u"br", + "state": u"mt", + "name": u"Guiratinga", }, { - "country": "br", - "state": "mt", - "name": "Indiavaí", + "country": u"br", + "state": u"mt", + "name": u"Indiavaí", }, { - "country": "br", - "state": "mt", - "name": "Ipiranga do Norte", + "country": u"br", + "state": u"mt", + "name": u"Ipiranga do Norte", }, { - "country": "br", - "state": "mt", - "name": "Itanhangá", + "country": u"br", + "state": u"mt", + "name": u"Itanhangá", }, { - "country": "br", - "state": "mt", - "name": "Itaúba", + "country": u"br", + "state": u"mt", + "name": u"Itaúba", }, { - "country": "br", - "state": "mt", - "name": "Itiquira", + "country": u"br", + "state": u"mt", + "name": u"Itiquira", }, { - "country": "br", - "state": "mt", - "name": "Jaciara", + "country": u"br", + "state": u"mt", + "name": u"Jaciara", }, { - "country": "br", - "state": "mt", - "name": "Jangada", + "country": u"br", + "state": u"mt", + "name": u"Jangada", }, { - "country": "br", - "state": "mt", - "name": "Jauru", + "country": u"br", + "state": u"mt", + "name": u"Jauru", }, { - "country": "br", - "state": "mt", - "name": "Juara", + "country": u"br", + "state": u"mt", + "name": u"Juara", }, { - "country": "br", - "state": "mt", - "name": "Juína", + "country": u"br", + "state": u"mt", + "name": u"Juína", }, { - "country": "br", - "state": "mt", - "name": "Juruena", + "country": u"br", + "state": u"mt", + "name": u"Juruena", }, { - "country": "br", - "state": "mt", - "name": "Juscimeira", + "country": u"br", + "state": u"mt", + "name": u"Juscimeira", }, { - "country": "br", - "state": "mt", - "name": "Lambari d`Oeste", + "country": u"br", + "state": u"mt", + "name": u"Lambari d`Oeste", }, { - "country": "br", - "state": "mt", - "name": "Lucas do Rio Verde", + "country": u"br", + "state": u"mt", + "name": u"Lucas do Rio Verde", }, { - "country": "br", - "state": "mt", - "name": "Luciára", + "country": u"br", + "state": u"mt", + "name": u"Luciára", }, { - "country": "br", - "state": "mt", - "name": "Marcelândia", + "country": u"br", + "state": u"mt", + "name": u"Marcelândia", }, { - "country": "br", - "state": "mt", - "name": "Matupá", + "country": u"br", + "state": u"mt", + "name": u"Matupá", }, { - "country": "br", - "state": "mt", - "name": "Mirassol d`Oeste", + "country": u"br", + "state": u"mt", + "name": u"Mirassol d`Oeste", }, { - "country": "br", - "state": "mt", - "name": "Nobres", + "country": u"br", + "state": u"mt", + "name": u"Nobres", }, { - "country": "br", - "state": "mt", - "name": "Nortelândia", + "country": u"br", + "state": u"mt", + "name": u"Nortelândia", }, { - "country": "br", - "state": "mt", - "name": "Nossa Senhora do Livramento", + "country": u"br", + "state": u"mt", + "name": u"Nossa Senhora do Livramento", }, { - "country": "br", - "state": "mt", - "name": "Nova Bandeirantes", + "country": u"br", + "state": u"mt", + "name": u"Nova Bandeirantes", }, { - "country": "br", - "state": "mt", - "name": "Nova Brasilândia", + "country": u"br", + "state": u"mt", + "name": u"Nova Brasilândia", }, { - "country": "br", - "state": "mt", - "name": "Nova Canaã do Norte", + "country": u"br", + "state": u"mt", + "name": u"Nova Canaã do Norte", }, { - "country": "br", - "state": "mt", - "name": "Nova Guarita", + "country": u"br", + "state": u"mt", + "name": u"Nova Guarita", }, { - "country": "br", - "state": "mt", - "name": "Nova Lacerda", + "country": u"br", + "state": u"mt", + "name": u"Nova Lacerda", }, { - "country": "br", - "state": "mt", - "name": "Nova Marilândia", + "country": u"br", + "state": u"mt", + "name": u"Nova Marilândia", }, { - "country": "br", - "state": "mt", - "name": "Nova Maringá", + "country": u"br", + "state": u"mt", + "name": u"Nova Maringá", }, { - "country": "br", - "state": "mt", - "name": "Nova Monte verde", + "country": u"br", + "state": u"mt", + "name": u"Nova Monte verde", }, { - "country": "br", - "state": "mt", - "name": "Nova Mutum", + "country": u"br", + "state": u"mt", + "name": u"Nova Mutum", }, { - "country": "br", - "state": "mt", - "name": "Nova Olímpia", + "country": u"br", + "state": u"mt", + "name": u"Nova Olímpia", }, { - "country": "br", - "state": "mt", - "name": "Nova Santa Helena", + "country": u"br", + "state": u"mt", + "name": u"Nova Santa Helena", }, { - "country": "br", - "state": "mt", - "name": "Nova Ubiratã", + "country": u"br", + "state": u"mt", + "name": u"Nova Ubiratã", }, { - "country": "br", - "state": "mt", - "name": "Nova Xavantina", + "country": u"br", + "state": u"mt", + "name": u"Nova Xavantina", }, { - "country": "br", - "state": "mt", - "name": "Novo Horizonte do Norte", + "country": u"br", + "state": u"mt", + "name": u"Novo Horizonte do Norte", }, { - "country": "br", - "state": "mt", - "name": "Novo Mundo", + "country": u"br", + "state": u"mt", + "name": u"Novo Mundo", }, { - "country": "br", - "state": "mt", - "name": "Novo Santo Antônio", + "country": u"br", + "state": u"mt", + "name": u"Novo Santo Antônio", }, { - "country": "br", - "state": "mt", - "name": "Novo São Joaquim", + "country": u"br", + "state": u"mt", + "name": u"Novo São Joaquim", }, { - "country": "br", - "state": "mt", - "name": "Paranaíta", + "country": u"br", + "state": u"mt", + "name": u"Paranaíta", }, { - "country": "br", - "state": "mt", - "name": "Paranatinga", + "country": u"br", + "state": u"mt", + "name": u"Paranatinga", }, { - "country": "br", - "state": "mt", - "name": "Pedra Preta", + "country": u"br", + "state": u"mt", + "name": u"Pedra Preta", }, { - "country": "br", - "state": "mt", - "name": "Peixoto de Azevedo", + "country": u"br", + "state": u"mt", + "name": u"Peixoto de Azevedo", }, { - "country": "br", - "state": "mt", - "name": "Planalto da Serra", + "country": u"br", + "state": u"mt", + "name": u"Planalto da Serra", }, { - "country": "br", - "state": "mt", - "name": "Poconé", + "country": u"br", + "state": u"mt", + "name": u"Poconé", }, { - "country": "br", - "state": "mt", - "name": "Pontal do Araguaia", + "country": u"br", + "state": u"mt", + "name": u"Pontal do Araguaia", }, { - "country": "br", - "state": "mt", - "name": "Ponte Branca", + "country": u"br", + "state": u"mt", + "name": u"Ponte Branca", }, { - "country": "br", - "state": "mt", - "name": "Pontes e Lacerda", + "country": u"br", + "state": u"mt", + "name": u"Pontes e Lacerda", }, { - "country": "br", - "state": "mt", - "name": "Porto Alegre do Norte", + "country": u"br", + "state": u"mt", + "name": u"Porto Alegre do Norte", }, { - "country": "br", - "state": "mt", - "name": "Porto dos Gaúchos", + "country": u"br", + "state": u"mt", + "name": u"Porto dos Gaúchos", }, { - "country": "br", - "state": "mt", - "name": "Porto Esperidião", + "country": u"br", + "state": u"mt", + "name": u"Porto Esperidião", }, { - "country": "br", - "state": "mt", - "name": "Porto Estrela", + "country": u"br", + "state": u"mt", + "name": u"Porto Estrela", }, { - "country": "br", - "state": "mt", - "name": "Poxoréo", + "country": u"br", + "state": u"mt", + "name": u"Poxoréo", }, { - "country": "br", - "state": "mt", - "name": "Primavera do Leste", + "country": u"br", + "state": u"mt", + "name": u"Primavera do Leste", }, { - "country": "br", - "state": "mt", - "name": "Querência", + "country": u"br", + "state": u"mt", + "name": u"Querência", }, { - "country": "br", - "state": "mt", - "name": "Reserva do Cabaçal", + "country": u"br", + "state": u"mt", + "name": u"Reserva do Cabaçal", }, { - "country": "br", - "state": "mt", - "name": "Ribeirão Cascalheira", + "country": u"br", + "state": u"mt", + "name": u"Ribeirão Cascalheira", }, { - "country": "br", - "state": "mt", - "name": "Ribeirãozinho", + "country": u"br", + "state": u"mt", + "name": u"Ribeirãozinho", }, { - "country": "br", - "state": "mt", - "name": "Rio Branco", + "country": u"br", + "state": u"mt", + "name": u"Rio Branco", }, { - "country": "br", - "state": "mt", - "name": "Rondolândia", + "country": u"br", + "state": u"mt", + "name": u"Rondolândia", }, { - "country": "br", - "state": "mt", - "name": "Rondonópolis", + "country": u"br", + "state": u"mt", + "name": u"Rondonópolis", }, { - "country": "br", - "state": "mt", - "name": "Rosário Oeste", + "country": u"br", + "state": u"mt", + "name": u"Rosário Oeste", }, { - "country": "br", - "state": "mt", - "name": "Salto do Céu", + "country": u"br", + "state": u"mt", + "name": u"Salto do Céu", }, { - "country": "br", - "state": "mt", - "name": "Santa Carmem", + "country": u"br", + "state": u"mt", + "name": u"Santa Carmem", }, { - "country": "br", - "state": "mt", - "name": "Santa Cruz do Xingu", + "country": u"br", + "state": u"mt", + "name": u"Santa Cruz do Xingu", }, { - "country": "br", - "state": "mt", - "name": "Santa Rita do Trivelato", + "country": u"br", + "state": u"mt", + "name": u"Santa Rita do Trivelato", }, { - "country": "br", - "state": "mt", - "name": "Santa Terezinha", + "country": u"br", + "state": u"mt", + "name": u"Santa Terezinha", }, { - "country": "br", - "state": "mt", - "name": "Santo Afonso", + "country": u"br", + "state": u"mt", + "name": u"Santo Afonso", }, { - "country": "br", - "state": "mt", - "name": "Santo Antônio do Leste", + "country": u"br", + "state": u"mt", + "name": u"Santo Antônio do Leste", }, { - "country": "br", - "state": "mt", - "name": "Santo Antônio do Leverger", + "country": u"br", + "state": u"mt", + "name": u"Santo Antônio do Leverger", }, { - "country": "br", - "state": "mt", - "name": "São Félix do Araguaia", + "country": u"br", + "state": u"mt", + "name": u"São Félix do Araguaia", }, { - "country": "br", - "state": "mt", - "name": "São José do Povo", + "country": u"br", + "state": u"mt", + "name": u"São José do Povo", }, { - "country": "br", - "state": "mt", - "name": "São José do Rio Claro", + "country": u"br", + "state": u"mt", + "name": u"São José do Rio Claro", }, { - "country": "br", - "state": "mt", - "name": "São José do Xingu", + "country": u"br", + "state": u"mt", + "name": u"São José do Xingu", }, { - "country": "br", - "state": "mt", - "name": "São José dos Quatro Marcos", + "country": u"br", + "state": u"mt", + "name": u"São José dos Quatro Marcos", }, { - "country": "br", - "state": "mt", - "name": "São Pedro da Cipa", + "country": u"br", + "state": u"mt", + "name": u"São Pedro da Cipa", }, { - "country": "br", - "state": "mt", - "name": "Sapezal", + "country": u"br", + "state": u"mt", + "name": u"Sapezal", }, { - "country": "br", - "state": "mt", - "name": "Serra Nova Dourada", + "country": u"br", + "state": u"mt", + "name": u"Serra Nova Dourada", }, { - "country": "br", - "state": "mt", - "name": "Sinop", + "country": u"br", + "state": u"mt", + "name": u"Sinop", }, { - "country": "br", - "state": "mt", - "name": "Sorriso", + "country": u"br", + "state": u"mt", + "name": u"Sorriso", }, { - "country": "br", - "state": "mt", - "name": "Tabaporã", + "country": u"br", + "state": u"mt", + "name": u"Tabaporã", }, { - "country": "br", - "state": "mt", - "name": "Tangará da Serra", + "country": u"br", + "state": u"mt", + "name": u"Tangará da Serra", }, { - "country": "br", - "state": "mt", - "name": "Tapurah", + "country": u"br", + "state": u"mt", + "name": u"Tapurah", }, { - "country": "br", - "state": "mt", - "name": "Terra Nova do Norte", + "country": u"br", + "state": u"mt", + "name": u"Terra Nova do Norte", }, { - "country": "br", - "state": "mt", - "name": "Tesouro", + "country": u"br", + "state": u"mt", + "name": u"Tesouro", }, { - "country": "br", - "state": "mt", - "name": "Torixoréu", + "country": u"br", + "state": u"mt", + "name": u"Torixoréu", }, { - "country": "br", - "state": "mt", - "name": "União do Sul", + "country": u"br", + "state": u"mt", + "name": u"União do Sul", }, { - "country": "br", - "state": "mt", - "name": "Vale de São Domingos", + "country": u"br", + "state": u"mt", + "name": u"Vale de São Domingos", }, { - "country": "br", - "state": "mt", - "name": "Várzea Grande", + "country": u"br", + "state": u"mt", + "name": u"Várzea Grande", }, { - "country": "br", - "state": "mt", - "name": "Vera", + "country": u"br", + "state": u"mt", + "name": u"Vera", }, { - "country": "br", - "state": "mt", - "name": "Vila Bela da Santíssima Trindade", + "country": u"br", + "state": u"mt", + "name": u"Vila Bela da Santíssima Trindade", }, { - "country": "br", - "state": "mt", - "name": "Vila Rica", + "country": u"br", + "state": u"mt", + "name": u"Vila Rica", }, { - "country": "br", - "state": "ms", - "name": "Água Clara", + "country": u"br", + "state": u"ms", + "name": u"Água Clara", }, { - "country": "br", - "state": "ms", - "name": "Alcinópolis", + "country": u"br", + "state": u"ms", + "name": u"Alcinópolis", }, { - "country": "br", - "state": "ms", - "name": "Amambaí", + "country": u"br", + "state": u"ms", + "name": u"Amambaí", }, { - "country": "br", - "state": "ms", - "name": "Anastácio", + "country": u"br", + "state": u"ms", + "name": u"Anastácio", }, { - "country": "br", - "state": "ms", - "name": "Anaurilândia", + "country": u"br", + "state": u"ms", + "name": u"Anaurilândia", }, { - "country": "br", - "state": "ms", - "name": "Angélica", + "country": u"br", + "state": u"ms", + "name": u"Angélica", }, { - "country": "br", - "state": "ms", - "name": "Antônio João", + "country": u"br", + "state": u"ms", + "name": u"Antônio João", }, { - "country": "br", - "state": "ms", - "name": "Aparecida do Taboado", + "country": u"br", + "state": u"ms", + "name": u"Aparecida do Taboado", }, { - "country": "br", - "state": "ms", - "name": "Aquidauana", + "country": u"br", + "state": u"ms", + "name": u"Aquidauana", }, { - "country": "br", - "state": "ms", - "name": "Aral Moreira", + "country": u"br", + "state": u"ms", + "name": u"Aral Moreira", }, { - "country": "br", - "state": "ms", - "name": "Bandeirantes", + "country": u"br", + "state": u"ms", + "name": u"Bandeirantes", }, { - "country": "br", - "state": "ms", - "name": "Bataguassu", + "country": u"br", + "state": u"ms", + "name": u"Bataguassu", }, { - "country": "br", - "state": "ms", - "name": "Bataiporã", + "country": u"br", + "state": u"ms", + "name": u"Bataiporã", }, { - "country": "br", - "state": "ms", - "name": "Bela Vista", + "country": u"br", + "state": u"ms", + "name": u"Bela Vista", }, { - "country": "br", - "state": "ms", - "name": "Bodoquena", + "country": u"br", + "state": u"ms", + "name": u"Bodoquena", }, { - "country": "br", - "state": "ms", - "name": "Bonito", + "country": u"br", + "state": u"ms", + "name": u"Bonito", }, { - "country": "br", - "state": "ms", - "name": "Brasilândia", + "country": u"br", + "state": u"ms", + "name": u"Brasilândia", }, { - "country": "br", - "state": "ms", - "name": "Caarapó", + "country": u"br", + "state": u"ms", + "name": u"Caarapó", }, { - "country": "br", - "state": "ms", - "name": "Camapuã", + "country": u"br", + "state": u"ms", + "name": u"Camapuã", }, { - "country": "br", - "state": "ms", - "name": "Campo Grande", + "country": u"br", + "state": u"ms", + "name": u"Campo Grande", }, { - "country": "br", - "state": "ms", - "name": "Caracol", + "country": u"br", + "state": u"ms", + "name": u"Caracol", }, { - "country": "br", - "state": "ms", - "name": "Cassilândia", + "country": u"br", + "state": u"ms", + "name": u"Cassilândia", }, { - "country": "br", - "state": "ms", - "name": "Chapadão do Sul", + "country": u"br", + "state": u"ms", + "name": u"Chapadão do Sul", }, { - "country": "br", - "state": "ms", - "name": "Corguinho", + "country": u"br", + "state": u"ms", + "name": u"Corguinho", }, { - "country": "br", - "state": "ms", - "name": "Coronel Sapucaia", + "country": u"br", + "state": u"ms", + "name": u"Coronel Sapucaia", }, { - "country": "br", - "state": "ms", - "name": "Corumbá", + "country": u"br", + "state": u"ms", + "name": u"Corumbá", }, { - "country": "br", - "state": "ms", - "name": "Costa Rica", + "country": u"br", + "state": u"ms", + "name": u"Costa Rica", }, { - "country": "br", - "state": "ms", - "name": "Coxim", + "country": u"br", + "state": u"ms", + "name": u"Coxim", }, { - "country": "br", - "state": "ms", - "name": "Deodápolis", + "country": u"br", + "state": u"ms", + "name": u"Deodápolis", }, { - "country": "br", - "state": "ms", - "name": "Dois Irmãos do Buriti", + "country": u"br", + "state": u"ms", + "name": u"Dois Irmãos do Buriti", }, { - "country": "br", - "state": "ms", - "name": "Douradina", + "country": u"br", + "state": u"ms", + "name": u"Douradina", }, { - "country": "br", - "state": "ms", - "name": "Dourados", + "country": u"br", + "state": u"ms", + "name": u"Dourados", }, { - "country": "br", - "state": "ms", - "name": "Eldorado", + "country": u"br", + "state": u"ms", + "name": u"Eldorado", }, { - "country": "br", - "state": "ms", - "name": "Fátima do Sul", + "country": u"br", + "state": u"ms", + "name": u"Fátima do Sul", }, { - "country": "br", - "state": "ms", - "name": "Figueirão", + "country": u"br", + "state": u"ms", + "name": u"Figueirão", }, { - "country": "br", - "state": "ms", - "name": "Glória de Dourados", + "country": u"br", + "state": u"ms", + "name": u"Glória de Dourados", }, { - "country": "br", - "state": "ms", - "name": "Guia Lopes da Laguna", + "country": u"br", + "state": u"ms", + "name": u"Guia Lopes da Laguna", }, { - "country": "br", - "state": "ms", - "name": "Iguatemi", + "country": u"br", + "state": u"ms", + "name": u"Iguatemi", }, { - "country": "br", - "state": "ms", - "name": "Inocência", + "country": u"br", + "state": u"ms", + "name": u"Inocência", }, { - "country": "br", - "state": "ms", - "name": "Itaporã", + "country": u"br", + "state": u"ms", + "name": u"Itaporã", }, { - "country": "br", - "state": "ms", - "name": "Itaquiraí", + "country": u"br", + "state": u"ms", + "name": u"Itaquiraí", }, { - "country": "br", - "state": "ms", - "name": "Ivinhema", + "country": u"br", + "state": u"ms", + "name": u"Ivinhema", }, { - "country": "br", - "state": "ms", - "name": "Japorã", + "country": u"br", + "state": u"ms", + "name": u"Japorã", }, { - "country": "br", - "state": "ms", - "name": "Jaraguari", + "country": u"br", + "state": u"ms", + "name": u"Jaraguari", }, { - "country": "br", - "state": "ms", - "name": "Jardim", + "country": u"br", + "state": u"ms", + "name": u"Jardim", }, { - "country": "br", - "state": "ms", - "name": "Jateí", + "country": u"br", + "state": u"ms", + "name": u"Jateí", }, { - "country": "br", - "state": "ms", - "name": "Juti", + "country": u"br", + "state": u"ms", + "name": u"Juti", }, { - "country": "br", - "state": "ms", - "name": "Ladário", + "country": u"br", + "state": u"ms", + "name": u"Ladário", }, { - "country": "br", - "state": "ms", - "name": "Laguna Carapã", + "country": u"br", + "state": u"ms", + "name": u"Laguna Carapã", }, { - "country": "br", - "state": "ms", - "name": "Maracaju", + "country": u"br", + "state": u"ms", + "name": u"Maracaju", }, { - "country": "br", - "state": "ms", - "name": "Miranda", + "country": u"br", + "state": u"ms", + "name": u"Miranda", }, { - "country": "br", - "state": "ms", - "name": "Mundo Novo", + "country": u"br", + "state": u"ms", + "name": u"Mundo Novo", }, { - "country": "br", - "state": "ms", - "name": "Naviraí", + "country": u"br", + "state": u"ms", + "name": u"Naviraí", }, { - "country": "br", - "state": "ms", - "name": "Nioaque", + "country": u"br", + "state": u"ms", + "name": u"Nioaque", }, { - "country": "br", - "state": "ms", - "name": "Nova Alvorada do Sul", + "country": u"br", + "state": u"ms", + "name": u"Nova Alvorada do Sul", }, { - "country": "br", - "state": "ms", - "name": "Nova Andradina", + "country": u"br", + "state": u"ms", + "name": u"Nova Andradina", }, { - "country": "br", - "state": "ms", - "name": "Novo Horizonte do Sul", + "country": u"br", + "state": u"ms", + "name": u"Novo Horizonte do Sul", }, { - "country": "br", - "state": "ms", - "name": "Paranaíba", + "country": u"br", + "state": u"ms", + "name": u"Paranaíba", }, { - "country": "br", - "state": "ms", - "name": "Paranhos", + "country": u"br", + "state": u"ms", + "name": u"Paranhos", }, { - "country": "br", - "state": "ms", - "name": "Pedro Gomes", + "country": u"br", + "state": u"ms", + "name": u"Pedro Gomes", }, { - "country": "br", - "state": "ms", - "name": "Ponta Porã", + "country": u"br", + "state": u"ms", + "name": u"Ponta Porã", }, { - "country": "br", - "state": "ms", - "name": "Porto Murtinho", + "country": u"br", + "state": u"ms", + "name": u"Porto Murtinho", }, { - "country": "br", - "state": "ms", - "name": "Ribas do Rio Pardo", + "country": u"br", + "state": u"ms", + "name": u"Ribas do Rio Pardo", }, { - "country": "br", - "state": "ms", - "name": "Rio Brilhante", + "country": u"br", + "state": u"ms", + "name": u"Rio Brilhante", }, { - "country": "br", - "state": "ms", - "name": "Rio Negro", + "country": u"br", + "state": u"ms", + "name": u"Rio Negro", }, { - "country": "br", - "state": "ms", - "name": "Rio Verde de Mato Grosso", + "country": u"br", + "state": u"ms", + "name": u"Rio Verde de Mato Grosso", }, { - "country": "br", - "state": "ms", - "name": "Rochedo", + "country": u"br", + "state": u"ms", + "name": u"Rochedo", }, { - "country": "br", - "state": "ms", - "name": "Santa Rita do Pardo", + "country": u"br", + "state": u"ms", + "name": u"Santa Rita do Pardo", }, { - "country": "br", - "state": "ms", - "name": "São Gabriel do Oeste", + "country": u"br", + "state": u"ms", + "name": u"São Gabriel do Oeste", }, { - "country": "br", - "state": "ms", - "name": "Selvíria", + "country": u"br", + "state": u"ms", + "name": u"Selvíria", }, { - "country": "br", - "state": "ms", - "name": "Sete Quedas", + "country": u"br", + "state": u"ms", + "name": u"Sete Quedas", }, { - "country": "br", - "state": "ms", - "name": "Sidrolândia", + "country": u"br", + "state": u"ms", + "name": u"Sidrolândia", }, { - "country": "br", - "state": "ms", - "name": "Sonora", + "country": u"br", + "state": u"ms", + "name": u"Sonora", }, { - "country": "br", - "state": "ms", - "name": "Tacuru", + "country": u"br", + "state": u"ms", + "name": u"Tacuru", }, { - "country": "br", - "state": "ms", - "name": "Taquarussu", + "country": u"br", + "state": u"ms", + "name": u"Taquarussu", }, { - "country": "br", - "state": "ms", - "name": "Terenos", + "country": u"br", + "state": u"ms", + "name": u"Terenos", }, { - "country": "br", - "state": "ms", - "name": "Três Lagoas", + "country": u"br", + "state": u"ms", + "name": u"Três Lagoas", }, { - "country": "br", - "state": "ms", - "name": "Vicentina", + "country": u"br", + "state": u"ms", + "name": u"Vicentina", }, { - "country": "br", - "state": "sc", - "name": "Abdon Batista", + "country": u"br", + "state": u"sc", + "name": u"Abdon Batista", }, { - "country": "br", - "state": "sc", - "name": "Abelardo Luz", + "country": u"br", + "state": u"sc", + "name": u"Abelardo Luz", }, { - "country": "br", - "state": "sc", - "name": "Agrolândia", + "country": u"br", + "state": u"sc", + "name": u"Agrolândia", }, { - "country": "br", - "state": "sc", - "name": "Agronômica", + "country": u"br", + "state": u"sc", + "name": u"Agronômica", }, { - "country": "br", - "state": "sc", - "name": "Água Doce", + "country": u"br", + "state": u"sc", + "name": u"Água Doce", }, { - "country": "br", - "state": "sc", - "name": "Águas de Chapecó", + "country": u"br", + "state": u"sc", + "name": u"Águas de Chapecó", }, { - "country": "br", - "state": "sc", - "name": "Águas Frias", + "country": u"br", + "state": u"sc", + "name": u"Águas Frias", }, { - "country": "br", - "state": "sc", - "name": "Águas Mornas", + "country": u"br", + "state": u"sc", + "name": u"Águas Mornas", }, { - "country": "br", - "state": "sc", - "name": "Alfredo Wagner", + "country": u"br", + "state": u"sc", + "name": u"Alfredo Wagner", }, { - "country": "br", - "state": "sc", - "name": "Alto Bela Vista", + "country": u"br", + "state": u"sc", + "name": u"Alto Bela Vista", }, { - "country": "br", - "state": "sc", - "name": "Anchieta", + "country": u"br", + "state": u"sc", + "name": u"Anchieta", }, { - "country": "br", - "state": "sc", - "name": "Angelina", + "country": u"br", + "state": u"sc", + "name": u"Angelina", }, { - "country": "br", - "state": "sc", - "name": "Anita Garibaldi", + "country": u"br", + "state": u"sc", + "name": u"Anita Garibaldi", }, { - "country": "br", - "state": "sc", - "name": "Anitápolis", + "country": u"br", + "state": u"sc", + "name": u"Anitápolis", }, { - "country": "br", - "state": "sc", - "name": "Antônio Carlos", + "country": u"br", + "state": u"sc", + "name": u"Antônio Carlos", }, { - "country": "br", - "state": "sc", - "name": "Apiúna", + "country": u"br", + "state": u"sc", + "name": u"Apiúna", }, { - "country": "br", - "state": "sc", - "name": "Arabutã", + "country": u"br", + "state": u"sc", + "name": u"Arabutã", }, { - "country": "br", - "state": "sc", - "name": "Araquari", + "country": u"br", + "state": u"sc", + "name": u"Araquari", }, { - "country": "br", - "state": "sc", - "name": "Araranguá", + "country": u"br", + "state": u"sc", + "name": u"Araranguá", }, { - "country": "br", - "state": "sc", - "name": "Armazém", + "country": u"br", + "state": u"sc", + "name": u"Armazém", }, { - "country": "br", - "state": "sc", - "name": "Arroio Trinta", + "country": u"br", + "state": u"sc", + "name": u"Arroio Trinta", }, { - "country": "br", - "state": "sc", - "name": "Arvoredo", + "country": u"br", + "state": u"sc", + "name": u"Arvoredo", }, { - "country": "br", - "state": "sc", - "name": "Ascurra", + "country": u"br", + "state": u"sc", + "name": u"Ascurra", }, { - "country": "br", - "state": "sc", - "name": "Atalanta", + "country": u"br", + "state": u"sc", + "name": u"Atalanta", }, { - "country": "br", - "state": "sc", - "name": "Aurora", + "country": u"br", + "state": u"sc", + "name": u"Aurora", }, { - "country": "br", - "state": "sc", - "name": "Balneário Arroio do Silva", + "country": u"br", + "state": u"sc", + "name": u"Balneário Arroio do Silva", }, { - "country": "br", - "state": "sc", - "name": "Balneário Barra do Sul", + "country": u"br", + "state": u"sc", + "name": u"Balneário Barra do Sul", }, { - "country": "br", - "state": "sc", - "name": "Balneário Camboriú", + "country": u"br", + "state": u"sc", + "name": u"Balneário Camboriú", }, { - "country": "br", - "state": "sc", - "name": "Balneário Gaivota", + "country": u"br", + "state": u"sc", + "name": u"Balneário Gaivota", }, { - "country": "br", - "state": "sc", - "name": "Bandeirante", + "country": u"br", + "state": u"sc", + "name": u"Bandeirante", }, { - "country": "br", - "state": "sc", - "name": "Barra Bonita", + "country": u"br", + "state": u"sc", + "name": u"Barra Bonita", }, { - "country": "br", - "state": "sc", - "name": "Barra Velha", + "country": u"br", + "state": u"sc", + "name": u"Barra Velha", }, { - "country": "br", - "state": "sc", - "name": "Bela Vista do Toldo", + "country": u"br", + "state": u"sc", + "name": u"Bela Vista do Toldo", }, { - "country": "br", - "state": "sc", - "name": "Belmonte", + "country": u"br", + "state": u"sc", + "name": u"Belmonte", }, { - "country": "br", - "state": "sc", - "name": "Benedito Novo", + "country": u"br", + "state": u"sc", + "name": u"Benedito Novo", }, { - "country": "br", - "state": "sc", - "name": "Biguaçu", + "country": u"br", + "state": u"sc", + "name": u"Biguaçu", }, { - "country": "br", - "state": "sc", - "name": "Blumenau", + "country": u"br", + "state": u"sc", + "name": u"Blumenau", }, { - "country": "br", - "state": "sc", - "name": "Bocaina do Sul", + "country": u"br", + "state": u"sc", + "name": u"Bocaina do Sul", }, { - "country": "br", - "state": "sc", - "name": "Bom Jardim da Serra", + "country": u"br", + "state": u"sc", + "name": u"Bom Jardim da Serra", }, { - "country": "br", - "state": "sc", - "name": "Bom Jesus", + "country": u"br", + "state": u"sc", + "name": u"Bom Jesus", }, { - "country": "br", - "state": "sc", - "name": "Bom Jesus do Oeste", + "country": u"br", + "state": u"sc", + "name": u"Bom Jesus do Oeste", }, { - "country": "br", - "state": "sc", - "name": "Bom Retiro", + "country": u"br", + "state": u"sc", + "name": u"Bom Retiro", }, { - "country": "br", - "state": "sc", - "name": "Bombinhas", + "country": u"br", + "state": u"sc", + "name": u"Bombinhas", }, { - "country": "br", - "state": "sc", - "name": "Botuverá", + "country": u"br", + "state": u"sc", + "name": u"Botuverá", }, { - "country": "br", - "state": "sc", - "name": "Braço do Norte", + "country": u"br", + "state": u"sc", + "name": u"Braço do Norte", }, { - "country": "br", - "state": "sc", - "name": "Braço do Trombudo", + "country": u"br", + "state": u"sc", + "name": u"Braço do Trombudo", }, { - "country": "br", - "state": "sc", - "name": "Brunópolis", + "country": u"br", + "state": u"sc", + "name": u"Brunópolis", }, { - "country": "br", - "state": "sc", - "name": "Brusque", + "country": u"br", + "state": u"sc", + "name": u"Brusque", }, { - "country": "br", - "state": "sc", - "name": "Caçador", + "country": u"br", + "state": u"sc", + "name": u"Caçador", }, { - "country": "br", - "state": "sc", - "name": "Caibi", + "country": u"br", + "state": u"sc", + "name": u"Caibi", }, { - "country": "br", - "state": "sc", - "name": "Calmon", + "country": u"br", + "state": u"sc", + "name": u"Calmon", }, { - "country": "br", - "state": "sc", - "name": "Camboriú", + "country": u"br", + "state": u"sc", + "name": u"Camboriú", }, { - "country": "br", - "state": "sc", - "name": "Campo Alegre", + "country": u"br", + "state": u"sc", + "name": u"Campo Alegre", }, { - "country": "br", - "state": "sc", - "name": "Campo Belo do Sul", + "country": u"br", + "state": u"sc", + "name": u"Campo Belo do Sul", }, { - "country": "br", - "state": "sc", - "name": "Campo Erê", + "country": u"br", + "state": u"sc", + "name": u"Campo Erê", }, { - "country": "br", - "state": "sc", - "name": "Campos Novos", + "country": u"br", + "state": u"sc", + "name": u"Campos Novos", }, { - "country": "br", - "state": "sc", - "name": "Canelinha", + "country": u"br", + "state": u"sc", + "name": u"Canelinha", }, { - "country": "br", - "state": "sc", - "name": "Canoinhas", + "country": u"br", + "state": u"sc", + "name": u"Canoinhas", }, { - "country": "br", - "state": "sc", - "name": "Capão Alto", + "country": u"br", + "state": u"sc", + "name": u"Capão Alto", }, { - "country": "br", - "state": "sc", - "name": "Capinzal", + "country": u"br", + "state": u"sc", + "name": u"Capinzal", }, { - "country": "br", - "state": "sc", - "name": "Capivari de Baixo", + "country": u"br", + "state": u"sc", + "name": u"Capivari de Baixo", }, { - "country": "br", - "state": "sc", - "name": "Catanduvas", + "country": u"br", + "state": u"sc", + "name": u"Catanduvas", }, { - "country": "br", - "state": "sc", - "name": "Caxambu do Sul", + "country": u"br", + "state": u"sc", + "name": u"Caxambu do Sul", }, { - "country": "br", - "state": "sc", - "name": "Celso Ramos", + "country": u"br", + "state": u"sc", + "name": u"Celso Ramos", }, { - "country": "br", - "state": "sc", - "name": "Cerro Negro", + "country": u"br", + "state": u"sc", + "name": u"Cerro Negro", }, { - "country": "br", - "state": "sc", - "name": "Chapadão do Lageado", + "country": u"br", + "state": u"sc", + "name": u"Chapadão do Lageado", }, { - "country": "br", - "state": "sc", - "name": "Chapecó", + "country": u"br", + "state": u"sc", + "name": u"Chapecó", }, { - "country": "br", - "state": "sc", - "name": "Cocal do Sul", + "country": u"br", + "state": u"sc", + "name": u"Cocal do Sul", }, { - "country": "br", - "state": "sc", - "name": "Concórdia", + "country": u"br", + "state": u"sc", + "name": u"Concórdia", }, { - "country": "br", - "state": "sc", - "name": "Cordilheira Alta", + "country": u"br", + "state": u"sc", + "name": u"Cordilheira Alta", }, { - "country": "br", - "state": "sc", - "name": "Coronel Freitas", + "country": u"br", + "state": u"sc", + "name": u"Coronel Freitas", }, { - "country": "br", - "state": "sc", - "name": "Coronel Martins", + "country": u"br", + "state": u"sc", + "name": u"Coronel Martins", }, { - "country": "br", - "state": "sc", - "name": "Correia Pinto", + "country": u"br", + "state": u"sc", + "name": u"Correia Pinto", }, { - "country": "br", - "state": "sc", - "name": "Corupá", + "country": u"br", + "state": u"sc", + "name": u"Corupá", }, { - "country": "br", - "state": "sc", - "name": "Criciúma", + "country": u"br", + "state": u"sc", + "name": u"Criciúma", }, { - "country": "br", - "state": "sc", - "name": "Cunha Porã", + "country": u"br", + "state": u"sc", + "name": u"Cunha Porã", }, { - "country": "br", - "state": "sc", - "name": "Cunhataí", + "country": u"br", + "state": u"sc", + "name": u"Cunhataí", }, { - "country": "br", - "state": "sc", - "name": "Curitibanos", + "country": u"br", + "state": u"sc", + "name": u"Curitibanos", }, { - "country": "br", - "state": "sc", - "name": "Descanso", + "country": u"br", + "state": u"sc", + "name": u"Descanso", }, { - "country": "br", - "state": "sc", - "name": "Dionísio Cerqueira", + "country": u"br", + "state": u"sc", + "name": u"Dionísio Cerqueira", }, { - "country": "br", - "state": "sc", - "name": "Dona Emma", + "country": u"br", + "state": u"sc", + "name": u"Dona Emma", }, { - "country": "br", - "state": "sc", - "name": "Doutor Pedrinho", + "country": u"br", + "state": u"sc", + "name": u"Doutor Pedrinho", }, { - "country": "br", - "state": "sc", - "name": "Entre Rios", + "country": u"br", + "state": u"sc", + "name": u"Entre Rios", }, { - "country": "br", - "state": "sc", - "name": "Ermo", + "country": u"br", + "state": u"sc", + "name": u"Ermo", }, { - "country": "br", - "state": "sc", - "name": "Erval Velho", + "country": u"br", + "state": u"sc", + "name": u"Erval Velho", }, { - "country": "br", - "state": "sc", - "name": "Faxinal dos Guedes", + "country": u"br", + "state": u"sc", + "name": u"Faxinal dos Guedes", }, { - "country": "br", - "state": "sc", - "name": "Flor do Sertão", + "country": u"br", + "state": u"sc", + "name": u"Flor do Sertão", }, { - "country": "br", - "state": "sc", - "name": "Florianópolis", + "country": u"br", + "state": u"sc", + "name": u"Florianópolis", }, { - "country": "br", - "state": "sc", - "name": "Formosa do Sul", + "country": u"br", + "state": u"sc", + "name": u"Formosa do Sul", }, { - "country": "br", - "state": "sc", - "name": "Forquilhinha", + "country": u"br", + "state": u"sc", + "name": u"Forquilhinha", }, { - "country": "br", - "state": "sc", - "name": "Fraiburgo", + "country": u"br", + "state": u"sc", + "name": u"Fraiburgo", }, { - "country": "br", - "state": "sc", - "name": "Frei Rogério", + "country": u"br", + "state": u"sc", + "name": u"Frei Rogério", }, { - "country": "br", - "state": "sc", - "name": "Galvão", + "country": u"br", + "state": u"sc", + "name": u"Galvão", }, { - "country": "br", - "state": "sc", - "name": "Garopaba", + "country": u"br", + "state": u"sc", + "name": u"Garopaba", }, { - "country": "br", - "state": "sc", - "name": "Garuva", + "country": u"br", + "state": u"sc", + "name": u"Garuva", }, { - "country": "br", - "state": "sc", - "name": "Gaspar", + "country": u"br", + "state": u"sc", + "name": u"Gaspar", }, { - "country": "br", - "state": "sc", - "name": "Governador Celso Ramos", + "country": u"br", + "state": u"sc", + "name": u"Governador Celso Ramos", }, { - "country": "br", - "state": "sc", - "name": "Grão Pará", + "country": u"br", + "state": u"sc", + "name": u"Grão Pará", }, { - "country": "br", - "state": "sc", - "name": "Gravatal", + "country": u"br", + "state": u"sc", + "name": u"Gravatal", }, { - "country": "br", - "state": "sc", - "name": "Guabiruba", + "country": u"br", + "state": u"sc", + "name": u"Guabiruba", }, { - "country": "br", - "state": "sc", - "name": "Guaraciaba", + "country": u"br", + "state": u"sc", + "name": u"Guaraciaba", }, { - "country": "br", - "state": "sc", - "name": "Guaramirim", + "country": u"br", + "state": u"sc", + "name": u"Guaramirim", }, { - "country": "br", - "state": "sc", - "name": "Guarujá do Sul", + "country": u"br", + "state": u"sc", + "name": u"Guarujá do Sul", }, { - "country": "br", - "state": "sc", - "name": "Guatambú", + "country": u"br", + "state": u"sc", + "name": u"Guatambú", }, { - "country": "br", - "state": "sc", - "name": "Herval d`Oeste", + "country": u"br", + "state": u"sc", + "name": u"Herval d`Oeste", }, { - "country": "br", - "state": "sc", - "name": "Ibiam", + "country": u"br", + "state": u"sc", + "name": u"Ibiam", }, { - "country": "br", - "state": "sc", - "name": "Ibicaré", + "country": u"br", + "state": u"sc", + "name": u"Ibicaré", }, { - "country": "br", - "state": "sc", - "name": "Ibirama", + "country": u"br", + "state": u"sc", + "name": u"Ibirama", }, { - "country": "br", - "state": "sc", - "name": "Içara", + "country": u"br", + "state": u"sc", + "name": u"Içara", }, { - "country": "br", - "state": "sc", - "name": "Ilhota", + "country": u"br", + "state": u"sc", + "name": u"Ilhota", }, { - "country": "br", - "state": "sc", - "name": "Imaruí", + "country": u"br", + "state": u"sc", + "name": u"Imaruí", }, { - "country": "br", - "state": "sc", - "name": "Imbituba", + "country": u"br", + "state": u"sc", + "name": u"Imbituba", }, { - "country": "br", - "state": "sc", - "name": "Imbuia", + "country": u"br", + "state": u"sc", + "name": u"Imbuia", }, { - "country": "br", - "state": "sc", - "name": "Indaial", + "country": u"br", + "state": u"sc", + "name": u"Indaial", }, { - "country": "br", - "state": "sc", - "name": "Iomerê", + "country": u"br", + "state": u"sc", + "name": u"Iomerê", }, { - "country": "br", - "state": "sc", - "name": "Ipira", + "country": u"br", + "state": u"sc", + "name": u"Ipira", }, { - "country": "br", - "state": "sc", - "name": "Iporã do Oeste", + "country": u"br", + "state": u"sc", + "name": u"Iporã do Oeste", }, { - "country": "br", - "state": "sc", - "name": "Ipuaçu", + "country": u"br", + "state": u"sc", + "name": u"Ipuaçu", }, { - "country": "br", - "state": "sc", - "name": "Ipumirim", + "country": u"br", + "state": u"sc", + "name": u"Ipumirim", }, { - "country": "br", - "state": "sc", - "name": "Iraceminha", + "country": u"br", + "state": u"sc", + "name": u"Iraceminha", }, { - "country": "br", - "state": "sc", - "name": "Irani", + "country": u"br", + "state": u"sc", + "name": u"Irani", }, { - "country": "br", - "state": "sc", - "name": "Irati", + "country": u"br", + "state": u"sc", + "name": u"Irati", }, { - "country": "br", - "state": "sc", - "name": "Irineópolis", + "country": u"br", + "state": u"sc", + "name": u"Irineópolis", }, { - "country": "br", - "state": "sc", - "name": "Itá", + "country": u"br", + "state": u"sc", + "name": u"Itá", }, { - "country": "br", - "state": "sc", - "name": "Itaiópolis", + "country": u"br", + "state": u"sc", + "name": u"Itaiópolis", }, { - "country": "br", - "state": "sc", - "name": "Itajaí", + "country": u"br", + "state": u"sc", + "name": u"Itajaí", }, { - "country": "br", - "state": "sc", - "name": "Itapema", + "country": u"br", + "state": u"sc", + "name": u"Itapema", }, { - "country": "br", - "state": "sc", - "name": "Itapiranga", + "country": u"br", + "state": u"sc", + "name": u"Itapiranga", }, { - "country": "br", - "state": "sc", - "name": "Itapoá", + "country": u"br", + "state": u"sc", + "name": u"Itapoá", }, { - "country": "br", - "state": "sc", - "name": "Ituporanga", + "country": u"br", + "state": u"sc", + "name": u"Ituporanga", }, { - "country": "br", - "state": "sc", - "name": "Jaborá", + "country": u"br", + "state": u"sc", + "name": u"Jaborá", }, { - "country": "br", - "state": "sc", - "name": "Jacinto Machado", + "country": u"br", + "state": u"sc", + "name": u"Jacinto Machado", }, { - "country": "br", - "state": "sc", - "name": "Jaguaruna", + "country": u"br", + "state": u"sc", + "name": u"Jaguaruna", }, { - "country": "br", - "state": "sc", - "name": "Jaraguá do Sul", + "country": u"br", + "state": u"sc", + "name": u"Jaraguá do Sul", }, { - "country": "br", - "state": "sc", - "name": "Jardinópolis", + "country": u"br", + "state": u"sc", + "name": u"Jardinópolis", }, { - "country": "br", - "state": "sc", - "name": "Joaçaba", + "country": u"br", + "state": u"sc", + "name": u"Joaçaba", }, { - "country": "br", - "state": "sc", - "name": "Joinville", + "country": u"br", + "state": u"sc", + "name": u"Joinville", }, { - "country": "br", - "state": "sc", - "name": "José Boiteux", + "country": u"br", + "state": u"sc", + "name": u"José Boiteux", }, { - "country": "br", - "state": "sc", - "name": "Jupiá", + "country": u"br", + "state": u"sc", + "name": u"Jupiá", }, { - "country": "br", - "state": "sc", - "name": "Lacerdópolis", + "country": u"br", + "state": u"sc", + "name": u"Lacerdópolis", }, { - "country": "br", - "state": "sc", - "name": "Lages", + "country": u"br", + "state": u"sc", + "name": u"Lages", }, { - "country": "br", - "state": "sc", - "name": "Laguna", + "country": u"br", + "state": u"sc", + "name": u"Laguna", }, { - "country": "br", - "state": "sc", - "name": "Lajeado Grande", + "country": u"br", + "state": u"sc", + "name": u"Lajeado Grande", }, { - "country": "br", - "state": "sc", - "name": "Laurentino", + "country": u"br", + "state": u"sc", + "name": u"Laurentino", }, { - "country": "br", - "state": "sc", - "name": "Lauro Muller", + "country": u"br", + "state": u"sc", + "name": u"Lauro Muller", }, { - "country": "br", - "state": "sc", - "name": "Lebon Régis", + "country": u"br", + "state": u"sc", + "name": u"Lebon Régis", }, { - "country": "br", - "state": "sc", - "name": "Leoberto Leal", + "country": u"br", + "state": u"sc", + "name": u"Leoberto Leal", }, { - "country": "br", - "state": "sc", - "name": "Lindóia do Sul", + "country": u"br", + "state": u"sc", + "name": u"Lindóia do Sul", }, { - "country": "br", - "state": "sc", - "name": "Lontras", + "country": u"br", + "state": u"sc", + "name": u"Lontras", }, { - "country": "br", - "state": "sc", - "name": "Luiz Alves", + "country": u"br", + "state": u"sc", + "name": u"Luiz Alves", }, { - "country": "br", - "state": "sc", - "name": "Luzerna", + "country": u"br", + "state": u"sc", + "name": u"Luzerna", }, { - "country": "br", - "state": "sc", - "name": "Macieira", + "country": u"br", + "state": u"sc", + "name": u"Macieira", }, { - "country": "br", - "state": "sc", - "name": "Mafra", + "country": u"br", + "state": u"sc", + "name": u"Mafra", }, { - "country": "br", - "state": "sc", - "name": "Major Gercino", + "country": u"br", + "state": u"sc", + "name": u"Major Gercino", }, { - "country": "br", - "state": "sc", - "name": "Major Vieira", + "country": u"br", + "state": u"sc", + "name": u"Major Vieira", }, { - "country": "br", - "state": "sc", - "name": "Maracajá", + "country": u"br", + "state": u"sc", + "name": u"Maracajá", }, { - "country": "br", - "state": "sc", - "name": "Maravilha", + "country": u"br", + "state": u"sc", + "name": u"Maravilha", }, { - "country": "br", - "state": "sc", - "name": "Marema", + "country": u"br", + "state": u"sc", + "name": u"Marema", }, { - "country": "br", - "state": "sc", - "name": "Massaranduba", + "country": u"br", + "state": u"sc", + "name": u"Massaranduba", }, { - "country": "br", - "state": "sc", - "name": "Matos Costa", + "country": u"br", + "state": u"sc", + "name": u"Matos Costa", }, { - "country": "br", - "state": "sc", - "name": "Meleiro", + "country": u"br", + "state": u"sc", + "name": u"Meleiro", }, { - "country": "br", - "state": "sc", - "name": "Mirim Doce", + "country": u"br", + "state": u"sc", + "name": u"Mirim Doce", }, { - "country": "br", - "state": "sc", - "name": "Modelo", + "country": u"br", + "state": u"sc", + "name": u"Modelo", }, { - "country": "br", - "state": "sc", - "name": "Mondaí", + "country": u"br", + "state": u"sc", + "name": u"Mondaí", }, { - "country": "br", - "state": "sc", - "name": "Monte Carlo", + "country": u"br", + "state": u"sc", + "name": u"Monte Carlo", }, { - "country": "br", - "state": "sc", - "name": "Monte Castelo", + "country": u"br", + "state": u"sc", + "name": u"Monte Castelo", }, { - "country": "br", - "state": "sc", - "name": "Morro da Fumaça", + "country": u"br", + "state": u"sc", + "name": u"Morro da Fumaça", }, { - "country": "br", - "state": "sc", - "name": "Morro Grande", + "country": u"br", + "state": u"sc", + "name": u"Morro Grande", }, { - "country": "br", - "state": "sc", - "name": "Navegantes", + "country": u"br", + "state": u"sc", + "name": u"Navegantes", }, { - "country": "br", - "state": "sc", - "name": "Nova Erechim", + "country": u"br", + "state": u"sc", + "name": u"Nova Erechim", }, { - "country": "br", - "state": "sc", - "name": "Nova Itaberaba", + "country": u"br", + "state": u"sc", + "name": u"Nova Itaberaba", }, { - "country": "br", - "state": "sc", - "name": "Nova Trento", + "country": u"br", + "state": u"sc", + "name": u"Nova Trento", }, { - "country": "br", - "state": "sc", - "name": "Nova Veneza", + "country": u"br", + "state": u"sc", + "name": u"Nova Veneza", }, { - "country": "br", - "state": "sc", - "name": "Novo Horizonte", + "country": u"br", + "state": u"sc", + "name": u"Novo Horizonte", }, { - "country": "br", - "state": "sc", - "name": "Orleans", + "country": u"br", + "state": u"sc", + "name": u"Orleans", }, { - "country": "br", - "state": "sc", - "name": "Otacílio Costa", + "country": u"br", + "state": u"sc", + "name": u"Otacílio Costa", }, { - "country": "br", - "state": "sc", - "name": "Ouro", + "country": u"br", + "state": u"sc", + "name": u"Ouro", }, { - "country": "br", - "state": "sc", - "name": "Ouro Verde", + "country": u"br", + "state": u"sc", + "name": u"Ouro Verde", }, { - "country": "br", - "state": "sc", - "name": "Paial", + "country": u"br", + "state": u"sc", + "name": u"Paial", }, { - "country": "br", - "state": "sc", - "name": "Painel", + "country": u"br", + "state": u"sc", + "name": u"Painel", }, { - "country": "br", - "state": "sc", - "name": "Palhoça", + "country": u"br", + "state": u"sc", + "name": u"Palhoça", }, { - "country": "br", - "state": "sc", - "name": "Palma Sola", + "country": u"br", + "state": u"sc", + "name": u"Palma Sola", }, { - "country": "br", - "state": "sc", - "name": "Palmeira", + "country": u"br", + "state": u"sc", + "name": u"Palmeira", }, { - "country": "br", - "state": "sc", - "name": "Palmitos", + "country": u"br", + "state": u"sc", + "name": u"Palmitos", }, { - "country": "br", - "state": "sc", - "name": "Papanduva", + "country": u"br", + "state": u"sc", + "name": u"Papanduva", }, { - "country": "br", - "state": "sc", - "name": "Paraíso", + "country": u"br", + "state": u"sc", + "name": u"Paraíso", }, { - "country": "br", - "state": "sc", - "name": "Passo de Torres", + "country": u"br", + "state": u"sc", + "name": u"Passo de Torres", }, { - "country": "br", - "state": "sc", - "name": "Passos Maia", + "country": u"br", + "state": u"sc", + "name": u"Passos Maia", }, { - "country": "br", - "state": "sc", - "name": "Paulo Lopes", + "country": u"br", + "state": u"sc", + "name": u"Paulo Lopes", }, { - "country": "br", - "state": "sc", - "name": "Pedras Grandes", + "country": u"br", + "state": u"sc", + "name": u"Pedras Grandes", }, { - "country": "br", - "state": "sc", - "name": "Penha", + "country": u"br", + "state": u"sc", + "name": u"Penha", }, { - "country": "br", - "state": "sc", - "name": "Peritiba", + "country": u"br", + "state": u"sc", + "name": u"Peritiba", }, { - "country": "br", - "state": "sc", - "name": "Petrolândia", + "country": u"br", + "state": u"sc", + "name": u"Petrolândia", }, { - "country": "br", - "state": "sc", - "name": "Piçarras", + "country": u"br", + "state": u"sc", + "name": u"Piçarras", }, { - "country": "br", - "state": "sc", - "name": "Pinhalzinho", + "country": u"br", + "state": u"sc", + "name": u"Pinhalzinho", }, { - "country": "br", - "state": "sc", - "name": "Pinheiro Preto", + "country": u"br", + "state": u"sc", + "name": u"Pinheiro Preto", }, { - "country": "br", - "state": "sc", - "name": "Piratuba", + "country": u"br", + "state": u"sc", + "name": u"Piratuba", }, { - "country": "br", - "state": "sc", - "name": "Planalto Alegre", + "country": u"br", + "state": u"sc", + "name": u"Planalto Alegre", }, { - "country": "br", - "state": "sc", - "name": "Pomerode", + "country": u"br", + "state": u"sc", + "name": u"Pomerode", }, { - "country": "br", - "state": "sc", - "name": "Ponte Alta", + "country": u"br", + "state": u"sc", + "name": u"Ponte Alta", }, { - "country": "br", - "state": "sc", - "name": "Ponte Alta do Norte", + "country": u"br", + "state": u"sc", + "name": u"Ponte Alta do Norte", }, { - "country": "br", - "state": "sc", - "name": "Ponte Serrada", + "country": u"br", + "state": u"sc", + "name": u"Ponte Serrada", }, { - "country": "br", - "state": "sc", - "name": "Porto Belo", + "country": u"br", + "state": u"sc", + "name": u"Porto Belo", }, { - "country": "br", - "state": "sc", - "name": "Porto União", + "country": u"br", + "state": u"sc", + "name": u"Porto União", }, { - "country": "br", - "state": "sc", - "name": "Pouso Redondo", + "country": u"br", + "state": u"sc", + "name": u"Pouso Redondo", }, { - "country": "br", - "state": "sc", - "name": "Praia Grande", + "country": u"br", + "state": u"sc", + "name": u"Praia Grande", }, { - "country": "br", - "state": "sc", - "name": "Presidente Castelo Branco", + "country": u"br", + "state": u"sc", + "name": u"Presidente Castelo Branco", }, { - "country": "br", - "state": "sc", - "name": "Presidente Getúlio", + "country": u"br", + "state": u"sc", + "name": u"Presidente Getúlio", }, { - "country": "br", - "state": "sc", - "name": "Presidente Nereu", + "country": u"br", + "state": u"sc", + "name": u"Presidente Nereu", }, { - "country": "br", - "state": "sc", - "name": "Princesa", + "country": u"br", + "state": u"sc", + "name": u"Princesa", }, { - "country": "br", - "state": "sc", - "name": "Quilombo", + "country": u"br", + "state": u"sc", + "name": u"Quilombo", }, { - "country": "br", - "state": "sc", - "name": "Rancho Queimado", + "country": u"br", + "state": u"sc", + "name": u"Rancho Queimado", }, { - "country": "br", - "state": "sc", - "name": "Rio das Antas", + "country": u"br", + "state": u"sc", + "name": u"Rio das Antas", }, { - "country": "br", - "state": "sc", - "name": "Rio do Campo", + "country": u"br", + "state": u"sc", + "name": u"Rio do Campo", }, { - "country": "br", - "state": "sc", - "name": "Rio do Oeste", + "country": u"br", + "state": u"sc", + "name": u"Rio do Oeste", }, { - "country": "br", - "state": "sc", - "name": "Rio do Sul", + "country": u"br", + "state": u"sc", + "name": u"Rio do Sul", }, { - "country": "br", - "state": "sc", - "name": "Rio dos Cedros", + "country": u"br", + "state": u"sc", + "name": u"Rio dos Cedros", }, { - "country": "br", - "state": "sc", - "name": "Rio Fortuna", + "country": u"br", + "state": u"sc", + "name": u"Rio Fortuna", }, { - "country": "br", - "state": "sc", - "name": "Rio Negrinho", + "country": u"br", + "state": u"sc", + "name": u"Rio Negrinho", }, { - "country": "br", - "state": "sc", - "name": "Rio Rufino", + "country": u"br", + "state": u"sc", + "name": u"Rio Rufino", }, { - "country": "br", - "state": "sc", - "name": "Riqueza", + "country": u"br", + "state": u"sc", + "name": u"Riqueza", }, { - "country": "br", - "state": "sc", - "name": "Rodeio", + "country": u"br", + "state": u"sc", + "name": u"Rodeio", }, { - "country": "br", - "state": "sc", - "name": "Romelândia", + "country": u"br", + "state": u"sc", + "name": u"Romelândia", }, { - "country": "br", - "state": "sc", - "name": "Salete", + "country": u"br", + "state": u"sc", + "name": u"Salete", }, { - "country": "br", - "state": "sc", - "name": "Saltinho", + "country": u"br", + "state": u"sc", + "name": u"Saltinho", }, { - "country": "br", - "state": "sc", - "name": "Salto Veloso", + "country": u"br", + "state": u"sc", + "name": u"Salto Veloso", }, { - "country": "br", - "state": "sc", - "name": "Sangão", + "country": u"br", + "state": u"sc", + "name": u"Sangão", }, { - "country": "br", - "state": "sc", - "name": "Santa Cecília", + "country": u"br", + "state": u"sc", + "name": u"Santa Cecília", }, { - "country": "br", - "state": "sc", - "name": "Santa Helena", + "country": u"br", + "state": u"sc", + "name": u"Santa Helena", }, { - "country": "br", - "state": "sc", - "name": "Santa Rosa de Lima", + "country": u"br", + "state": u"sc", + "name": u"Santa Rosa de Lima", }, { - "country": "br", - "state": "sc", - "name": "Santa Rosa do Sul", + "country": u"br", + "state": u"sc", + "name": u"Santa Rosa do Sul", }, { - "country": "br", - "state": "sc", - "name": "Santa Terezinha", + "country": u"br", + "state": u"sc", + "name": u"Santa Terezinha", }, { - "country": "br", - "state": "sc", - "name": "Santa Terezinha do Progresso", + "country": u"br", + "state": u"sc", + "name": u"Santa Terezinha do Progresso", }, { - "country": "br", - "state": "sc", - "name": "Santiago do Sul", + "country": u"br", + "state": u"sc", + "name": u"Santiago do Sul", }, { - "country": "br", - "state": "sc", - "name": "Santo Amaro da Imperatriz", + "country": u"br", + "state": u"sc", + "name": u"Santo Amaro da Imperatriz", }, { - "country": "br", - "state": "sc", - "name": "São Bento do Sul", + "country": u"br", + "state": u"sc", + "name": u"São Bento do Sul", }, { - "country": "br", - "state": "sc", - "name": "São Bernardino", + "country": u"br", + "state": u"sc", + "name": u"São Bernardino", }, { - "country": "br", - "state": "sc", - "name": "São Bonifácio", + "country": u"br", + "state": u"sc", + "name": u"São Bonifácio", }, { - "country": "br", - "state": "sc", - "name": "São Carlos", + "country": u"br", + "state": u"sc", + "name": u"São Carlos", }, { - "country": "br", - "state": "sc", - "name": "São Cristovão do Sul", + "country": u"br", + "state": u"sc", + "name": u"São Cristovão do Sul", }, { - "country": "br", - "state": "sc", - "name": "São Domingos", + "country": u"br", + "state": u"sc", + "name": u"São Domingos", }, { - "country": "br", - "state": "sc", - "name": "São Francisco do Sul", + "country": u"br", + "state": u"sc", + "name": u"São Francisco do Sul", }, { - "country": "br", - "state": "sc", - "name": "São João Batista", + "country": u"br", + "state": u"sc", + "name": u"São João Batista", }, { - "country": "br", - "state": "sc", - "name": "São João do Itaperiú", + "country": u"br", + "state": u"sc", + "name": u"São João do Itaperiú", }, { - "country": "br", - "state": "sc", - "name": "São João do Oeste", + "country": u"br", + "state": u"sc", + "name": u"São João do Oeste", }, { - "country": "br", - "state": "sc", - "name": "São João do Sul", + "country": u"br", + "state": u"sc", + "name": u"São João do Sul", }, { - "country": "br", - "state": "sc", - "name": "São Joaquim", + "country": u"br", + "state": u"sc", + "name": u"São Joaquim", }, { - "country": "br", - "state": "sc", - "name": "São José", + "country": u"br", + "state": u"sc", + "name": u"São José", }, { - "country": "br", - "state": "sc", - "name": "São José do Cedro", + "country": u"br", + "state": u"sc", + "name": u"São José do Cedro", }, { - "country": "br", - "state": "sc", - "name": "São José do Cerrito", + "country": u"br", + "state": u"sc", + "name": u"São José do Cerrito", }, { - "country": "br", - "state": "sc", - "name": "São Lourenço do Oeste", + "country": u"br", + "state": u"sc", + "name": u"São Lourenço do Oeste", }, { - "country": "br", - "state": "sc", - "name": "São Ludgero", + "country": u"br", + "state": u"sc", + "name": u"São Ludgero", }, { - "country": "br", - "state": "sc", - "name": "São Martinho", + "country": u"br", + "state": u"sc", + "name": u"São Martinho", }, { - "country": "br", - "state": "sc", - "name": "São Miguel da Boa Vista", + "country": u"br", + "state": u"sc", + "name": u"São Miguel da Boa Vista", }, { - "country": "br", - "state": "sc", - "name": "São Miguel do Oeste", + "country": u"br", + "state": u"sc", + "name": u"São Miguel do Oeste", }, { - "country": "br", - "state": "sc", - "name": "São Pedro de Alcântara", + "country": u"br", + "state": u"sc", + "name": u"São Pedro de Alcântara", }, { - "country": "br", - "state": "sc", - "name": "Saudades", + "country": u"br", + "state": u"sc", + "name": u"Saudades", }, { - "country": "br", - "state": "sc", - "name": "Schroeder", + "country": u"br", + "state": u"sc", + "name": u"Schroeder", }, { - "country": "br", - "state": "sc", - "name": "Seara", + "country": u"br", + "state": u"sc", + "name": u"Seara", }, { - "country": "br", - "state": "sc", - "name": "Serra Alta", + "country": u"br", + "state": u"sc", + "name": u"Serra Alta", }, { - "country": "br", - "state": "sc", - "name": "Siderópolis", + "country": u"br", + "state": u"sc", + "name": u"Siderópolis", }, { - "country": "br", - "state": "sc", - "name": "Sombrio", + "country": u"br", + "state": u"sc", + "name": u"Sombrio", }, { - "country": "br", - "state": "sc", - "name": "Sul Brasil", + "country": u"br", + "state": u"sc", + "name": u"Sul Brasil", }, { - "country": "br", - "state": "sc", - "name": "Taió", + "country": u"br", + "state": u"sc", + "name": u"Taió", }, { - "country": "br", - "state": "sc", - "name": "Tangará", + "country": u"br", + "state": u"sc", + "name": u"Tangará", }, { - "country": "br", - "state": "sc", - "name": "Tigrinhos", + "country": u"br", + "state": u"sc", + "name": u"Tigrinhos", }, { - "country": "br", - "state": "sc", - "name": "Tijucas", + "country": u"br", + "state": u"sc", + "name": u"Tijucas", }, { - "country": "br", - "state": "sc", - "name": "Timbé do Sul", + "country": u"br", + "state": u"sc", + "name": u"Timbé do Sul", }, { - "country": "br", - "state": "sc", - "name": "Timbó", + "country": u"br", + "state": u"sc", + "name": u"Timbó", }, { - "country": "br", - "state": "sc", - "name": "Timbó Grande", + "country": u"br", + "state": u"sc", + "name": u"Timbó Grande", }, { - "country": "br", - "state": "sc", - "name": "Três Barras", + "country": u"br", + "state": u"sc", + "name": u"Três Barras", }, { - "country": "br", - "state": "sc", - "name": "Treviso", + "country": u"br", + "state": u"sc", + "name": u"Treviso", }, { - "country": "br", - "state": "sc", - "name": "Treze de Maio", + "country": u"br", + "state": u"sc", + "name": u"Treze de Maio", }, { - "country": "br", - "state": "sc", - "name": "Treze Tílias", + "country": u"br", + "state": u"sc", + "name": u"Treze Tílias", }, { - "country": "br", - "state": "sc", - "name": "Trombudo Central", + "country": u"br", + "state": u"sc", + "name": u"Trombudo Central", }, { - "country": "br", - "state": "sc", - "name": "Tubarão", + "country": u"br", + "state": u"sc", + "name": u"Tubarão", }, { - "country": "br", - "state": "sc", - "name": "Tunápolis", + "country": u"br", + "state": u"sc", + "name": u"Tunápolis", }, { - "country": "br", - "state": "sc", - "name": "Turvo", + "country": u"br", + "state": u"sc", + "name": u"Turvo", }, { - "country": "br", - "state": "sc", - "name": "União do Oeste", + "country": u"br", + "state": u"sc", + "name": u"União do Oeste", }, { - "country": "br", - "state": "sc", - "name": "Urubici", + "country": u"br", + "state": u"sc", + "name": u"Urubici", }, { - "country": "br", - "state": "sc", - "name": "Urupema", + "country": u"br", + "state": u"sc", + "name": u"Urupema", }, { - "country": "br", - "state": "sc", - "name": "Urussanga", + "country": u"br", + "state": u"sc", + "name": u"Urussanga", }, { - "country": "br", - "state": "sc", - "name": "Vargeão", + "country": u"br", + "state": u"sc", + "name": u"Vargeão", }, { - "country": "br", - "state": "sc", - "name": "Vargem", + "country": u"br", + "state": u"sc", + "name": u"Vargem", }, { - "country": "br", - "state": "sc", - "name": "Vargem Bonita", + "country": u"br", + "state": u"sc", + "name": u"Vargem Bonita", }, { - "country": "br", - "state": "sc", - "name": "Vidal Ramos", + "country": u"br", + "state": u"sc", + "name": u"Vidal Ramos", }, { - "country": "br", - "state": "sc", - "name": "Videira", + "country": u"br", + "state": u"sc", + "name": u"Videira", }, { - "country": "br", - "state": "sc", - "name": "Vitor Meireles", + "country": u"br", + "state": u"sc", + "name": u"Vitor Meireles", }, { - "country": "br", - "state": "sc", - "name": "Witmarsum", + "country": u"br", + "state": u"sc", + "name": u"Witmarsum", }, { - "country": "br", - "state": "sc", - "name": "Xanxerê", + "country": u"br", + "state": u"sc", + "name": u"Xanxerê", }, { - "country": "br", - "state": "sc", - "name": "Xavantina", + "country": u"br", + "state": u"sc", + "name": u"Xavantina", }, { - "country": "br", - "state": "sc", - "name": "Xaxim", + "country": u"br", + "state": u"sc", + "name": u"Xaxim", }, { - "country": "br", - "state": "sc", - "name": "Zortéa", + "country": u"br", + "state": u"sc", + "name": u"Zortéa", }, { - "country": "br", - "state": "se", - "name": "Amparo de São Francisco", + "country": u"br", + "state": u"se", + "name": u"Amparo de São Francisco", }, { - "country": "br", - "state": "se", - "name": "Aquidabã", + "country": u"br", + "state": u"se", + "name": u"Aquidabã", }, { - "country": "br", - "state": "se", - "name": "Aracaju", + "country": u"br", + "state": u"se", + "name": u"Aracaju", }, { - "country": "br", - "state": "se", - "name": "Arauá", + "country": u"br", + "state": u"se", + "name": u"Arauá", }, { - "country": "br", - "state": "se", - "name": "Areia Branca", + "country": u"br", + "state": u"se", + "name": u"Areia Branca", }, { - "country": "br", - "state": "se", - "name": "Barra dos Coqueiros", + "country": u"br", + "state": u"se", + "name": u"Barra dos Coqueiros", }, { - "country": "br", - "state": "se", - "name": "Boquim", + "country": u"br", + "state": u"se", + "name": u"Boquim", }, { - "country": "br", - "state": "se", - "name": "Brejo Grande", + "country": u"br", + "state": u"se", + "name": u"Brejo Grande", }, { - "country": "br", - "state": "se", - "name": "Campo do Brito", + "country": u"br", + "state": u"se", + "name": u"Campo do Brito", }, { - "country": "br", - "state": "se", - "name": "Canhoba", + "country": u"br", + "state": u"se", + "name": u"Canhoba", }, { - "country": "br", - "state": "se", - "name": "Canindé de São Francisco", + "country": u"br", + "state": u"se", + "name": u"Canindé de São Francisco", }, { - "country": "br", - "state": "se", - "name": "Capela", + "country": u"br", + "state": u"se", + "name": u"Capela", }, { - "country": "br", - "state": "se", - "name": "Carira", + "country": u"br", + "state": u"se", + "name": u"Carira", }, { - "country": "br", - "state": "se", - "name": "Carmópolis", + "country": u"br", + "state": u"se", + "name": u"Carmópolis", }, { - "country": "br", - "state": "se", - "name": "Cedro de São João", + "country": u"br", + "state": u"se", + "name": u"Cedro de São João", }, { - "country": "br", - "state": "se", - "name": "Cristinápolis", + "country": u"br", + "state": u"se", + "name": u"Cristinápolis", }, { - "country": "br", - "state": "se", - "name": "Cumbe", + "country": u"br", + "state": u"se", + "name": u"Cumbe", }, { - "country": "br", - "state": "se", - "name": "Divina Pastora", + "country": u"br", + "state": u"se", + "name": u"Divina Pastora", }, { - "country": "br", - "state": "se", - "name": "Estância", + "country": u"br", + "state": u"se", + "name": u"Estância", }, { - "country": "br", - "state": "se", - "name": "Feira Nova", + "country": u"br", + "state": u"se", + "name": u"Feira Nova", }, { - "country": "br", - "state": "se", - "name": "Frei Paulo", + "country": u"br", + "state": u"se", + "name": u"Frei Paulo", }, { - "country": "br", - "state": "se", - "name": "Gararu", + "country": u"br", + "state": u"se", + "name": u"Gararu", }, { - "country": "br", - "state": "se", - "name": "General Maynard", + "country": u"br", + "state": u"se", + "name": u"General Maynard", }, { - "country": "br", - "state": "se", - "name": "Gracho Cardoso", + "country": u"br", + "state": u"se", + "name": u"Gracho Cardoso", }, { - "country": "br", - "state": "se", - "name": "Ilha das Flores", + "country": u"br", + "state": u"se", + "name": u"Ilha das Flores", }, { - "country": "br", - "state": "se", - "name": "Indiaroba", + "country": u"br", + "state": u"se", + "name": u"Indiaroba", }, { - "country": "br", - "state": "se", - "name": "Itabaiana", + "country": u"br", + "state": u"se", + "name": u"Itabaiana", }, { - "country": "br", - "state": "se", - "name": "Itabaianinha", + "country": u"br", + "state": u"se", + "name": u"Itabaianinha", }, { - "country": "br", - "state": "se", - "name": "Itabi", + "country": u"br", + "state": u"se", + "name": u"Itabi", }, { - "country": "br", - "state": "se", - "name": "Itaporanga d`Ajuda", + "country": u"br", + "state": u"se", + "name": u"Itaporanga d`Ajuda", }, { - "country": "br", - "state": "se", - "name": "Japaratuba", + "country": u"br", + "state": u"se", + "name": u"Japaratuba", }, { - "country": "br", - "state": "se", - "name": "Japoatã", + "country": u"br", + "state": u"se", + "name": u"Japoatã", }, { - "country": "br", - "state": "se", - "name": "Lagarto", + "country": u"br", + "state": u"se", + "name": u"Lagarto", }, { - "country": "br", - "state": "se", - "name": "Laranjeiras", + "country": u"br", + "state": u"se", + "name": u"Laranjeiras", }, { - "country": "br", - "state": "se", - "name": "Macambira", + "country": u"br", + "state": u"se", + "name": u"Macambira", }, { - "country": "br", - "state": "se", - "name": "Malhada dos Bois", + "country": u"br", + "state": u"se", + "name": u"Malhada dos Bois", }, { - "country": "br", - "state": "se", - "name": "Malhador", + "country": u"br", + "state": u"se", + "name": u"Malhador", }, { - "country": "br", - "state": "se", - "name": "Maruim", + "country": u"br", + "state": u"se", + "name": u"Maruim", }, { - "country": "br", - "state": "se", - "name": "Moita Bonita", + "country": u"br", + "state": u"se", + "name": u"Moita Bonita", }, { - "country": "br", - "state": "se", - "name": "Monte Alegre de Sergipe", + "country": u"br", + "state": u"se", + "name": u"Monte Alegre de Sergipe", }, { - "country": "br", - "state": "se", - "name": "Muribeca", + "country": u"br", + "state": u"se", + "name": u"Muribeca", }, { - "country": "br", - "state": "se", - "name": "Neópolis", + "country": u"br", + "state": u"se", + "name": u"Neópolis", }, { - "country": "br", - "state": "se", - "name": "Nossa Senhora Aparecida", + "country": u"br", + "state": u"se", + "name": u"Nossa Senhora Aparecida", }, { - "country": "br", - "state": "se", - "name": "Nossa Senhora da Glória", + "country": u"br", + "state": u"se", + "name": u"Nossa Senhora da Glória", }, { - "country": "br", - "state": "se", - "name": "Nossa Senhora das Dores", + "country": u"br", + "state": u"se", + "name": u"Nossa Senhora das Dores", }, { - "country": "br", - "state": "se", - "name": "Nossa Senhora de Lourdes", + "country": u"br", + "state": u"se", + "name": u"Nossa Senhora de Lourdes", }, { - "country": "br", - "state": "se", - "name": "Nossa Senhora do Socorro", + "country": u"br", + "state": u"se", + "name": u"Nossa Senhora do Socorro", }, { - "country": "br", - "state": "se", - "name": "Pacatuba", + "country": u"br", + "state": u"se", + "name": u"Pacatuba", }, { - "country": "br", - "state": "se", - "name": "Pedra Mole", + "country": u"br", + "state": u"se", + "name": u"Pedra Mole", }, { - "country": "br", - "state": "se", - "name": "Pedrinhas", + "country": u"br", + "state": u"se", + "name": u"Pedrinhas", }, { - "country": "br", - "state": "se", - "name": "Pinhão", + "country": u"br", + "state": u"se", + "name": u"Pinhão", }, { - "country": "br", - "state": "se", - "name": "Pirambu", + "country": u"br", + "state": u"se", + "name": u"Pirambu", }, { - "country": "br", - "state": "se", - "name": "Poço Redondo", + "country": u"br", + "state": u"se", + "name": u"Poço Redondo", }, { - "country": "br", - "state": "se", - "name": "Poço Verde", + "country": u"br", + "state": u"se", + "name": u"Poço Verde", }, { - "country": "br", - "state": "se", - "name": "Porto da Folha", + "country": u"br", + "state": u"se", + "name": u"Porto da Folha", }, { - "country": "br", - "state": "se", - "name": "Propriá", + "country": u"br", + "state": u"se", + "name": u"Propriá", }, { - "country": "br", - "state": "se", - "name": "Riachão do Dantas", + "country": u"br", + "state": u"se", + "name": u"Riachão do Dantas", }, { - "country": "br", - "state": "se", - "name": "Riachuelo", + "country": u"br", + "state": u"se", + "name": u"Riachuelo", }, { - "country": "br", - "state": "se", - "name": "Ribeirópolis", + "country": u"br", + "state": u"se", + "name": u"Ribeirópolis", }, { - "country": "br", - "state": "se", - "name": "Rosário do Catete", + "country": u"br", + "state": u"se", + "name": u"Rosário do Catete", }, { - "country": "br", - "state": "se", - "name": "Salgado", + "country": u"br", + "state": u"se", + "name": u"Salgado", }, { - "country": "br", - "state": "se", - "name": "Santa Luzia do Itanhy", + "country": u"br", + "state": u"se", + "name": u"Santa Luzia do Itanhy", }, { - "country": "br", - "state": "se", - "name": "Santa Rosa de Lima", + "country": u"br", + "state": u"se", + "name": u"Santa Rosa de Lima", }, { - "country": "br", - "state": "se", - "name": "Santana do São Francisco", + "country": u"br", + "state": u"se", + "name": u"Santana do São Francisco", }, { - "country": "br", - "state": "se", - "name": "Santo Amaro das Brotas", + "country": u"br", + "state": u"se", + "name": u"Santo Amaro das Brotas", }, { - "country": "br", - "state": "se", - "name": "São Cristóvão", + "country": u"br", + "state": u"se", + "name": u"São Cristóvão", }, { - "country": "br", - "state": "se", - "name": "São Domingos", + "country": u"br", + "state": u"se", + "name": u"São Domingos", }, { - "country": "br", - "state": "se", - "name": "São Francisco", + "country": u"br", + "state": u"se", + "name": u"São Francisco", }, { - "country": "br", - "state": "se", - "name": "São Miguel do Aleixo", + "country": u"br", + "state": u"se", + "name": u"São Miguel do Aleixo", }, { - "country": "br", - "state": "se", - "name": "Simão Dias", + "country": u"br", + "state": u"se", + "name": u"Simão Dias", }, { - "country": "br", - "state": "se", - "name": "Siriri", + "country": u"br", + "state": u"se", + "name": u"Siriri", }, { - "country": "br", - "state": "se", - "name": "Telha", + "country": u"br", + "state": u"se", + "name": u"Telha", }, { - "country": "br", - "state": "se", - "name": "Tobias Barreto", + "country": u"br", + "state": u"se", + "name": u"Tobias Barreto", }, { - "country": "br", - "state": "se", - "name": "Tomar do Geru", + "country": u"br", + "state": u"se", + "name": u"Tomar do Geru", }, { - "country": "br", - "state": "se", - "name": "Umbaúba", + "country": u"br", + "state": u"se", + "name": u"Umbaúba", }, ]