html_reader 0.0.0

Sign up to get free protection for your applications and to get access to all the features.
data/.document ADDED
@@ -0,0 +1,5 @@
1
+ lib/**/*.rb
2
+ bin/*
3
+ -
4
+ features/**/*.feature
5
+ LICENSE.txt
data/.infinity_test ADDED
@@ -0,0 +1,19 @@
1
+ # infinity_test do
2
+ # use :rubies => %w(1.9.2)
3
+ # end
4
+
5
+ infinity_test do
6
+ # use :rubies => %w(1.8.7@rails2.3.8 1.9.2@rails3), :test_framework => :rspec
7
+ use :rubies => %w(1.9.2), :gemset => 'html_reader', :test_framework => :rspec
8
+ # use :rubies => %w(1.9.2), :gemset => 'rails3', :test_framework => :rspec
9
+
10
+ notifications :growl
11
+ # notifications :growl do
12
+ # show_images :mode => :mario_bros
13
+ # end
14
+
15
+ before_run do
16
+ clear :terminal
17
+ end
18
+
19
+ end
data/.rspec ADDED
@@ -0,0 +1 @@
1
+ --color
data/Gemfile ADDED
@@ -0,0 +1,16 @@
1
+ source "http://rubygems.org"
2
+ # Add dependencies required to use your gem here.
3
+ # Example:
4
+ # gem "activesupport", ">= 2.3.5"
5
+
6
+ # Add dependencies to develop your gem here.
7
+ # Include everything needed to run rake, tests, features, etc.
8
+ group :development do
9
+ gem "rspec", "~> 2.1.0"
10
+ gem "bundler", "~> 1.0.0"
11
+ gem "jeweler", "~> 1.5.1"
12
+ gem "rcov", "> 0"
13
+ gem "hpricot", "> 0"
14
+ gem "rest-open-uri", "> 0"
15
+ gem "spreadsheet", "> 0"
16
+ end
data/Gemfile.lock ADDED
@@ -0,0 +1,36 @@
1
+ GEM
2
+ remote: http://rubygems.org/
3
+ specs:
4
+ diff-lcs (1.1.2)
5
+ git (1.2.5)
6
+ hpricot (0.8.3)
7
+ jeweler (1.5.1)
8
+ bundler (~> 1.0.0)
9
+ git (>= 1.2.5)
10
+ rake
11
+ rake (0.8.7)
12
+ rcov (0.9.9)
13
+ rest-open-uri (1.0.0)
14
+ rspec (2.1.0)
15
+ rspec-core (~> 2.1.0)
16
+ rspec-expectations (~> 2.1.0)
17
+ rspec-mocks (~> 2.1.0)
18
+ rspec-core (2.1.0)
19
+ rspec-expectations (2.1.0)
20
+ diff-lcs (~> 1.1.2)
21
+ rspec-mocks (2.1.0)
22
+ ruby-ole (1.2.11.1)
23
+ spreadsheet (0.6.4.1)
24
+ ruby-ole
25
+
26
+ PLATFORMS
27
+ ruby
28
+
29
+ DEPENDENCIES
30
+ bundler (~> 1.0.0)
31
+ hpricot (> 0)
32
+ jeweler (~> 1.5.1)
33
+ rcov (> 0)
34
+ rest-open-uri (> 0)
35
+ rspec (~> 2.1.0)
36
+ spreadsheet (> 0)
data/LICENSE.txt ADDED
@@ -0,0 +1,20 @@
1
+ Copyright (c) 2010 mauriciovoto
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining
4
+ a copy of this software and associated documentation files (the
5
+ "Software"), to deal in the Software without restriction, including
6
+ without limitation the rights to use, copy, modify, merge, publish,
7
+ distribute, sublicense, and/or sell copies of the Software, and to
8
+ permit persons to whom the Software is furnished to do so, subject to
9
+ the following conditions:
10
+
11
+ The above copyright notice and this permission notice shall be
12
+ included in all copies or substantial portions of the Software.
13
+
14
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/README.rdoc ADDED
@@ -0,0 +1,23 @@
1
+ = html_reader
2
+
3
+ This is an simple application that uses hpricot and rest-open-uri to read some html of a website(Procon)
4
+ and get some data of the municipal's Procon in the state of São Paulo.
5
+ Also used this application to try out rspec, jeweler and spreadsheet.
6
+ There are some bugs that I must correct.
7
+ v0.1b
8
+
9
+
10
+ == Contributing to html_reader
11
+
12
+ * Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet
13
+ * Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it
14
+ * Fork the project
15
+ * Start a feature/bugfix branch
16
+ * Commit and push until you are happy with your contribution
17
+ * Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
18
+ * Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.
19
+
20
+ == Copyright
21
+
22
+ Copyright (c) 2010 mauriciovoto.
23
+
data/Rakefile ADDED
@@ -0,0 +1,53 @@
1
+ require 'rubygems'
2
+ require 'bundler'
3
+ begin
4
+ Bundler.setup(:default, :development)
5
+ rescue Bundler::BundlerError => e
6
+ $stderr.puts e.message
7
+ $stderr.puts "Run `bundle install` to install missing gems"
8
+ exit e.status_code
9
+ end
10
+ require 'rake'
11
+
12
+ require 'jeweler'
13
+ Jeweler::Tasks.new do |gem|
14
+ # gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
15
+ gem.name = "html_reader"
16
+ gem.homepage = "http://github.com/mauriciovoto/html_reader"
17
+ gem.license = "MIT"
18
+ gem.summary = %Q{This is a gem to find out all the Procon's address info on the website of it and generate a worksheet with that content.}
19
+ gem.description = %Q{This gem was created to generate a worksheet with some informations about Procon and off course, my first gem, so it was my lab}
20
+ gem.email = "mauriciovoto@gmail.com"
21
+ gem.authors = ["mauriciovoto"]
22
+ gem.add_runtime_dependency 'hpricot', '> 0'
23
+ gem.add_runtime_dependency 'rest-open-uri', '> 0'
24
+ gem.add_runtime_dependency 'spreadsheet', '> 0'
25
+ gem.add_development_dependency 'rspec', '> 1.2.3'
26
+ # Include your dependencies below. Runtime dependencies are required when using your gem,
27
+ # and development dependencies are only needed for development (ie running rake tasks, tests, etc)
28
+ # gem.add_runtime_dependency 'jabber4r', '> 0.1'
29
+ end
30
+ Jeweler::RubygemsDotOrgTasks.new
31
+
32
+ require 'rspec/core'
33
+ require 'rspec/core/rake_task'
34
+ RSpec::Core::RakeTask.new(:spec) do |spec|
35
+ spec.pattern = FileList['spec/**/*_spec.rb']
36
+ end
37
+
38
+ RSpec::Core::RakeTask.new(:rcov) do |spec|
39
+ spec.pattern = 'spec/**/*_spec.rb'
40
+ spec.rcov = true
41
+ end
42
+
43
+ task :default => :spec
44
+
45
+ require 'rake/rdoctask'
46
+ Rake::RDocTask.new do |rdoc|
47
+ version = File.exist?('VERSION') ? File.read('VERSION') : ""
48
+
49
+ rdoc.rdoc_dir = 'rdoc'
50
+ rdoc.title = "html_reader #{version}"
51
+ rdoc.rdoc_files.include('README*')
52
+ rdoc.rdoc_files.include('lib/**/*.rb')
53
+ end
data/VERSION ADDED
@@ -0,0 +1 @@
1
+ 0.0.0
@@ -0,0 +1,79 @@
1
+ # -*- coding: UTF-8 -*-
2
+ require 'rubygems'
3
+ require 'hpricot'
4
+ require 'open-uri'
5
+ require 'spreadsheet'
6
+
7
+ class HtmlReader
8
+
9
+ def initialize
10
+ Spreadsheet.client_encoding = 'UTF-8' #ISO-8951 UTF-8
11
+ @book = Spreadsheet::Workbook.new
12
+ url="http://www.procon.sp.gov.br/texto.asp?id=1239"
13
+ first_tag="//div[@class='texto']"
14
+ second_tag="//div"
15
+ returned_content = find_content url,first_tag
16
+ principal_content = returned_content.to_s.encode("UTF-8").gsub("<div class=\"texto\">","")
17
+ array = principal_content.split("<strong>Cidade:")
18
+ load_contacts array
19
+ end
20
+
21
+ def load_contacts(array)
22
+ sheet1 = @book.create_worksheet
23
+ sheet1.name = 'Procon'
24
+ sheet1.row(0).concat %w{Local PV Regional Rede Contato Telefone Email
25
+ Categoria Endereço Município Cep EstServ}
26
+ contador = 1
27
+ array.each do |contact|
28
+ cleanned_string = clean_string contact
29
+ ddd = find_ddd cleanned_string
30
+ phone_number = find_telephone_number cleanned_string
31
+ sheet1.row(contador).replace ["Procon - ".concat(find_city(cleanned_string)),"","","","",
32
+ format_complete_phone_number(phone_number,ddd),"","",
33
+ find_address(cleanned_string),find_city(cleanned_string),
34
+ find_cep(cleanned_string),""]
35
+ contador = contador + 1
36
+ end
37
+ @book.write 'Procon.xls'
38
+ end
39
+
40
+ def find_content(url,first_tag)
41
+ document = Hpricot(open(url,'User-Agent'=>'ruby'))
42
+ document_html = document.search(first_tag)
43
+ end
44
+
45
+ def clean_string(string)
46
+ string=string.gsub("<div>","").gsub("<strong>","").gsub("</div>","").gsub("</strong>","").gsub("&nbsp;","").gsub("<br />","")
47
+ end
48
+
49
+ def find_city(string)
50
+ information_array = string.split("\r\n")
51
+ information_array[0].to_s.gsub("Cidade:","").strip
52
+ end
53
+
54
+ def find_telephone_number(string)
55
+ information_array = string.split("\r\n")
56
+ information_array[6].to_s.gsub("Fone:","").strip
57
+ end
58
+
59
+ def find_address(string)
60
+ information_array = string.split("\r\n")
61
+ information_array[2].to_s.gsub("UF:"," ").gsub("SP"," ").gsub("Endereço:","").strip
62
+ end
63
+
64
+ def find_cep(string)
65
+ information_array = string.split("\r\n")
66
+ information_array[4].to_s.gsub("CEP:","").strip
67
+ end
68
+
69
+ def find_ddd(string)
70
+ information_array = string.split("\r\n")
71
+ information_array[5].to_s.gsub("DDD:","").strip
72
+ end
73
+
74
+ def format_complete_phone_number(phone_number,ddd)
75
+ phone_number.nil? ? "-" : "(".concat(ddd).concat(") ").concat(phone_number)
76
+ end
77
+ end
78
+
79
+ htmlr = HtmlReader.new
data/log/listagem.txt ADDED
@@ -0,0 +1,1082 @@
1
+
2
+
3
+
4
+ ()
5
+ =================
6
+ Adamantina
7
+ Rua Osvaldo Cruz, 262
8
+ 17800-000
9
+ (18) 3521-4544
10
+ =================
11
+ Aguaí
12
+ Praça Tacredo Neves, 33
13
+ 13860-000
14
+ (19) 3652-7002/3652-1132
15
+ =================
16
+ Altinópolis
17
+ Coronel Joaquim Alberto, 10 - Centro
18
+ 14350-000
19
+ (16) 3665-2885
20
+ =================
21
+ Americana
22
+ Rua Panamá, 40 - Vila Paraíso
23
+ 13465-711
24
+ (19) 3461-1822/3461-0465 e 151, caso consumidor esteja em Americana
25
+ =================
26
+ Amparo
27
+ Av. Bernardino de Campos, 705- Centro
28
+ 13900-400
29
+ (19) 3817.9327
30
+ =================
31
+ Andradina
32
+ Rua Paes Leme/esq.c/Sta.Teresinha - Ed.Bco.Brasil -1º andar
33
+ 16900-000
34
+ (18) 3722-4011
35
+ =================
36
+ Aparecida
37
+ Praça Marechal Deodoro, 73
38
+ 12570-000
39
+ (12) 3108-4023/3108-1377/0800-7701565
40
+ =================
41
+ Apiaí
42
+ Rua Amarílio Gorgonho da Silva, 112
43
+ 18320-000
44
+ (15) 3552-0207
45
+ =================
46
+ Araçariguama
47
+ Av. Nicolau Ferreira de Souza, 280 - Centro
48
+ 18147-000
49
+ (11) 4136-4900 / 4136-1527 fax
50
+ =================
51
+ Araçatuba
52
+ RuaBandeirantes, 1.365 - Jardim Sumaré
53
+ 16015-250
54
+ (18) 3636-2277
55
+ =================
56
+ Araraquara
57
+ Av. Duque de Caxias, 242 - Centro
58
+ 14801-120
59
+ (16) 3336-0508/3331-5000
60
+ =================
61
+ Araras
62
+ Av. Zurita, 681 - Belvedere
63
+ 13601-020
64
+ (19) 3541-7751/3542-8996
65
+ =================
66
+ Assis
67
+ Rua Benjamin Constant, 33 - sl.7 e 8 - Edifício Assis Center
68
+ 19800-000
69
+ (18) 3322-3633/0800 770 3633
70
+ =================
71
+ Bariri
72
+ Rua Campos Salles, 632 - Centro
73
+ 17250-000
74
+ (14) 3662-7666
75
+ =================
76
+ Barra Bonita
77
+ RuaIrío Collor Bombonatti, s/n- Centro
78
+ 17340-000
79
+ (14) 3641-5001
80
+ =================
81
+ Barretos
82
+ Av. 15, 637 - Centro
83
+ 14780-280
84
+ (17) 3322-0444/3323-6573/3325.4891
85
+ =================
86
+ Barrinha
87
+ Praça Antonio Prado, 70 - Centro
88
+ 14860-000
89
+ (16) 3943-9400 ramal 220
90
+ =================
91
+ Barueri
92
+ Av. Henriqueta Mendes Guerra, 550 - Centro
93
+ 06401-160
94
+ (11) 4199-1324
95
+ =================
96
+ Bastos
97
+ Rua7 de Setembro, 450- Centro
98
+ 17690-000
99
+ (14) 3478-9800
100
+ =================
101
+ Batatais
102
+ Praça Cônego Joaquim Alves, 167 - Centro
103
+ 14300-000
104
+ (16) 3761-5891/3761-0069
105
+ =================
106
+ Bauru
107
+ Av. Nações Unidas, 4-44 - Edificio Poupatempo -Centro
108
+ 17010-310
109
+ (14) 3366-6050/3366-6051
110
+ =================
111
+ Bebedouro
112
+ Praça Valêncio de Barros, 45
113
+ 14700-009
114
+ (17) 3342-2229/3342-2575
115
+ =================
116
+ Bertioga
117
+ Av. Anchieta, 1500 - Jardim Lido
118
+ 11250-000
119
+ (13) 3316-2551
120
+ =================
121
+ Birigui
122
+ Rua Bandeirantes, 800 - Vila Maria
123
+ 16200-180
124
+ (18) 0800 772 8620 / 3641.3369
125
+ =================
126
+ Bocaina
127
+ Rua Sete de Setembro, 177 - Centro
128
+ 17240-000
129
+ (14) 3666.8000 r. 8237
130
+ =================
131
+ Boituva
132
+ Rua Expedicionário Boituvense, 20 sobreloja
133
+ 18550-000
134
+ (15) 3263-3016/3263-1092
135
+ =================
136
+ Botucatu
137
+ Rua General Telles, 653 - Centro
138
+ 18603-710
139
+ (14) 3815-7974/3882-7722
140
+ =================
141
+ Bragança Paulista
142
+ Av. Antonio Pires Pimentel, 2015 - Caixa Postal 50
143
+ 12900-000
144
+ (11) 4034-7084/4034-7100
145
+ =================
146
+ Caçapava
147
+ Ladeira São José, 90 2º andar - Centro
148
+ 12281-505
149
+ (12) 3652-2414
150
+ =================
151
+ Cachoeira Paulista
152
+ Av. Coronel Dominiciano, 92
153
+ 12630-000
154
+ (12) 3101-1333 ramal 35
155
+ =================
156
+ Caieiras
157
+ RuaHermínio de Oliveira Penteado, 30
158
+ 07700-000
159
+ (11) 4442-3703 / 5592
160
+ =================
161
+ Cajamar
162
+ Praça Benedito Martins da Cruz, 72 - Centro
163
+ 07750-000
164
+ (11) 4446.6614 / 4446.6650
165
+ =================
166
+ Cajobi
167
+ Praça Monsenhor José Maria Soares Bezerra, 300
168
+ 15410-000
169
+ (17) 3563-9000<divre></divre>
170
+ =================
171
+ Cajuru
172
+ Largo de São Bento, 985 - Centro
173
+ 14240-000
174
+ (16) 3667-3011 ramal 210
175
+ =================
176
+ Campo Limpo Paulista
177
+ Av. dos Emancipadores, 150 - Centro
178
+ 13230-065
179
+ (11) 4039-8815
180
+ =================
181
+ Campos do Jordão
182
+ Rua Brigadeiro Jordão, 553 - Abernéssia
183
+ 12460-000
184
+ (12) 3662-7189
185
+ =================
186
+ Cândido Mota
187
+ RuaÂngelo Pipolo, nº 804 - Centro
188
+ 19880-000
189
+ (18) 3341-5270
190
+ =================
191
+ Capão Bonito
192
+ Rua Coronel Ernestino, 550
193
+ 18300-492
194
+ ()
195
+ =================
196
+ Capivari
197
+ Rua XV de Novembro, 639- Centro
198
+ 13360-000
199
+ (19) 3492.9264 / 3492.9265
200
+ =================
201
+ Caraguatatuba
202
+ Rua Luís Passos Júnior, 55 - cj. 4 - Centro
203
+ 11660-270
204
+ (12) 3897-8119/3897-8122
205
+ =================
206
+ Carapicuíba
207
+ Avenida Presidente Vargas, 280 - Vila Caldas
208
+ 06310-030
209
+ (11) 4164.5450
210
+ =================
211
+ Casa Branca
212
+ Praça Rui Barbosa, 56 -Centro
213
+ 13700-000
214
+ (19) 3671-5855 / 3671-0283
215
+ =================
216
+ Catanduva
217
+ Praça Conde Francisco Matarazzo, s/nº - Caixa Postal 118/128
218
+ 15800-031
219
+ (17) 3524-9626/3524-9637
220
+ =================
221
+ Cerqueira César
222
+ RuaJ. J. Esteves, s/nº - Estação Rodoviária -UF: SP
223
+ DDD: 14
224
+ (Fone: 3714.2040)
225
+ =================
226
+ Cerquilho
227
+ Rua Sabadim, 03 - Centro
228
+ 18520-000
229
+ (15) 3284-2248 / 3284.3470
230
+ =================
231
+ Colina
232
+ Rua Antonio Paulo de Miranda, 466
233
+ 14770-000
234
+ (17) 3341-9444
235
+ =================
236
+ Cordeirópolis
237
+ Rua Rua Siqueira Campos, 87 - Centro
238
+ 13490-000
239
+ (19) 3546-1222
240
+ =================
241
+ Cosmópolis
242
+ Rua Sete de Abril, 688 - Vila Fontana
243
+ 13150-000
244
+ (19) 3812-4234
245
+ =================
246
+ Cotia
247
+ Rua Jorge Caixe, 306
248
+ 06716-690
249
+ (11) Telefone: 4703-3473/4614-0694
250
+ =================
251
+ Cravinhos
252
+ Rua Cerqueira César, 477
253
+ 14140-000
254
+ (16) 3951-2089/3951-1121/3951-1122
255
+ =================
256
+ Cruzeiro
257
+ Av. Jorge Tibiriça, 720
258
+ 12701-350
259
+ (12) 3141-1115/3143-2530
260
+ =================
261
+ Cubatão
262
+ Av. Pedro José Cardoso, 271 - Vila Paulista
263
+ 11510-100
264
+ (13) 3372-4951
265
+ =================
266
+ Descalvado
267
+ Rua Coronel Arthur Whitacker, 54 - Centro
268
+ 13690-000
269
+ (19) 3583-2387
270
+ =================
271
+ Diadema
272
+ Rua Ari Barroso, 452 - Centro
273
+ 09910-650
274
+ (11) 4053-7204
275
+ =================
276
+ Dracena
277
+ Av. José Bonifácio, 1437 - Centro
278
+ 17900-000
279
+ (18) 3821-8001/3821-8004
280
+ =================
281
+ Embu
282
+ Rua Andronico dos Prazeres Gonçalves, 114 - Centro
283
+ 06803-900
284
+ (11) 4785-3568/4785-3569
285
+ =================
286
+ Embu Guaçu
287
+ R. Cel. Luiz Tenório de Brito, 458- Centro
288
+ 06900-000
289
+ (11) 4662-7352
290
+ =================
291
+ Espírito Santo do Pinhal
292
+ Praça Rio Branco, s/nº - Centro
293
+ 13990-000
294
+ (19) 3651-3757 ramal 208
295
+ =================
296
+ Euclides da Cunha Paulista
297
+ Av. Antônio Joaquim Mano, 02 Paço Municipal
298
+ 19275-000
299
+ (18) 3283-1136/3283-1121/3283-1123 ramal 202
300
+ =================
301
+ Fartura
302
+ Rua Luís Ribeiro Salgado, 20
303
+ 15600000
304
+ (14) 3382-3333
305
+ =================
306
+ Fernandópolis
307
+ Rua Primo Angelucci, 162 - Centro
308
+ 15600-000
309
+ (17) 3463-4343 - 3463-4500 Fax: 3463-4010
310
+ =================
311
+ Ferraz de Vasconcelos
312
+ Rua Américo Trufeli, 60 - Parque São Francisco
313
+ 08527-160
314
+ (11) 4675-4782/4675-4641 ramal 238/4679-5457 ramal 240
315
+ =================
316
+ Florida Paulista
317
+ Praça Presidente Kennedy, 358
318
+ 17830-000
319
+ (18) 3581-1121
320
+ =================
321
+ Franca
322
+ Alameda Vicente Leporace, 4.655 - Parque dos Pinhais
323
+ 14405-610
324
+ (16) 3721-4757/4678/4922
325
+ =================
326
+ Francisco Morato
327
+ Rua Tabatinguera, 759
328
+ 07790-000
329
+ (11) 4488-2756
330
+ =================
331
+ Franco da Rocha
332
+ Av. Liberdade, 97A - 1º andar sala 03 - Centro
333
+ 07850-325
334
+ (11) 4444-3358
335
+ =================
336
+ Garça
337
+ Rua Deputado Manoel Joaquim Fernandes, 60 - Centro
338
+ 17400-000
339
+ (14) 3406-5299
340
+ =================
341
+ Guaíra
342
+ Rua 8, 500 - Centro
343
+ 14790-000
344
+ (17) 3331-3867
345
+ =================
346
+ Guararapes
347
+ Rua Armando Sales de Oliviera, 486- Centro
348
+ 16700-000
349
+ (18) 3606-4050
350
+ =================
351
+ Guaratinguetá
352
+ Rua Joaquim Miguel, 49 - Centro
353
+ 12500-050
354
+ (12) 3132-6247
355
+ =================
356
+ Guariba
357
+ Av. Evaristo Vaz, 1.190- Centro
358
+ 14840-000
359
+ (16) 3251-9422
360
+ =================
361
+ Guarujá
362
+ Rua Washington, 719 - Centro
363
+ 11410-150
364
+ (13) 3383-2177
365
+ =================
366
+ Guarulhos
367
+ Av. Salgado Filho, 494
368
+ 07115-000
369
+ (11) 2468-0008
370
+ =================
371
+ Ibitinga
372
+ Rua Quintino Bocaiúva, 800 - CentroUF: SP
373
+ DDD: 16
374
+ (Fone: 3341-8266 / 3341.5332)
375
+ =================
376
+ Ibiúna
377
+ Av. Vereador Benedito de Campos, 707 - Centro
378
+ 18150-000
379
+ (15) 3248-2523
380
+ =================
381
+ Igarapava
382
+ Rua Cerqueira Cezar, 511 - Centro UF: SP
383
+ DDD: 16
384
+ (Fone: 3172-5094/3172-9368)
385
+ =================
386
+ Ilha Solteira
387
+ Alameda Mato Grosso, 234 B Anexo - Centro
388
+ 15385-000
389
+ (18) 3743-6096/3742-2064
390
+ =================
391
+ Ilhabela
392
+ Rua Prefeito Mariano P. de A. Carvalho, 128 - Perequê
393
+ 11630-000
394
+ (12) 3896-9220/3896-9219
395
+ =================
396
+ Indaiatuba
397
+ RuaRêmulo Zoppi, 434
398
+ 13.333-090
399
+ (19) 3834-7601 / 3835-6200
400
+ =================
401
+ Inubia Paulista
402
+ Avenida Campos Sales,113- Paço Municipal
403
+ 17760-000
404
+ (18) 3556-9900 ramal: 210
405
+ =================
406
+ Ipaussu
407
+ Rua Washington Luiz, 819 - Centro
408
+ 18950-000
409
+ (14) 3344-9000
410
+ =================
411
+ Iracemápolis
412
+ RuaDom Pedro II, 264 - Centro
413
+ 13495-000
414
+ (19) 3456-3341/3456-4442
415
+ =================
416
+ Itanhaém
417
+ Av. 31 de Março, nº 1505, sala 13- Belas Artes
418
+ 11740-000
419
+ (13) 3421-1804
420
+ =================
421
+ Itapecerica da Serra
422
+ Rua Major Manoel Francisco de Moraes, 385
423
+ 06850-050
424
+ (11) 4165-2535
425
+ =================
426
+ Itapetininga
427
+ Rua José Bonifácio, 543 - Centro
428
+ 18200-000
429
+ (15) 3271-0356
430
+ =================
431
+ Itapeva
432
+ Praça Duque de Caxias, 22 - Centro
433
+ 18400-900
434
+ (15) 3521.1040
435
+ =================
436
+ Itapevi
437
+ R. Geraldo Vasques, 10 - Jd. Cristianópolis
438
+ 06694-150
439
+ (11) 4773-1909/4142-1414
440
+ =================
441
+ Itapira
442
+ Rua Vitório Coppos, 122 - Bairro São Benedito
443
+ 13976-024
444
+ (19) 3863-7818/3843-9149/3843-9100
445
+ =================
446
+ Itápolis
447
+ Av. Florêncio Terra, 399 - Centro
448
+ 14900-000
449
+ (16) 3263-8000 ramal:223/224
450
+ =================
451
+ Itapuí
452
+ Rua Santo Antônio, 654- Centro
453
+ 17230-000
454
+ (14) 3664-3847
455
+ =================
456
+ Itaquaquecetuba
457
+ Estrada Santa Isabel, 1100 - Monte Belo
458
+ 08577-010
459
+ (11) 4642.2121 / 4642.1380 R. 205, 207, 219, 220
460
+ =================
461
+ Itararé
462
+ Rua XV de Novembro,69 - Centro
463
+ 18460-000
464
+ (15) 3532-2024
465
+ =================
466
+ Itatiba
467
+ RuaBenedita de Oliveira, 51 - Jd. São José
468
+ 13250-220
469
+ (11) 4524-0102
470
+ =================
471
+ Itatinga
472
+ Rua Benedito Dias de Almeida, 108
473
+ 18690-000
474
+ (14) 3848-1211
475
+ =================
476
+ Itu
477
+ Av. Tiradentes, 2001 - Vila Lucinda
478
+ 13300-000
479
+ (11) 4025-5422 (fax)
480
+ =================
481
+ Ituverava
482
+ Av. Dr. Soares de Oliveira, 179 - Centro
483
+ 14500-000
484
+ (16) 3729-5885
485
+ =================
486
+ Jaborandi
487
+ Rua XV de Novembro, 516UF: SP
488
+ DDD: 17
489
+ (Fone: 3347.1254)
490
+ =================
491
+ Jaboticabal
492
+ Praça Esplanada do Lago, 160 - Vila Serra
493
+ 14870-000
494
+ (16) 3209-3301
495
+ =================
496
+ Jacareí
497
+ Rua Alfredo Schurig, 300 - Centro
498
+ 12327-005
499
+ (12) 3951-0230
500
+ =================
501
+ Jaguariúna
502
+ Rua Alfredo Bueno, 1235
503
+ 13820-000
504
+ (19) 3867-9716/3867-9745/3867-9717
505
+ =================
506
+ Jales
507
+ Rua Cinco, 2266
508
+ 15700-000
509
+ (17) 3621-6366
510
+ =================
511
+ Jardinópolis
512
+ Praça Dr. Mário Lins, 150 - sala 26 - Centro
513
+ 14680-000
514
+ (16) 3663-3751
515
+ =================
516
+ Jaú
517
+ Rua Major Prado, 688 - Centro
518
+ 17201-450
519
+ (14) 3626-3733
520
+ =================
521
+ Jundiaí
522
+ Rua dos Bandeirantes, 103
523
+ 13201-130
524
+ (11) 4586-1320/4586-0902/4521-6117/4522-1462/4522-1486
525
+ =================
526
+ Leme
527
+ Rua Joaquim Mourão, 289 - Centro
528
+ 13610-000
529
+ (19) 3571-6532
530
+ =================
531
+ Lençóis Paulista
532
+ RuaAnita Garibaldi, nº 821 - sala 2 - Centro
533
+ 18682-520
534
+ (14) 3263-6499
535
+ =================
536
+ Limeira
537
+ Rua Boa Morte, 135 Praça Vereador Vitório Bortolan, Centro
538
+ 13480-180
539
+ (19) 3453-7783/ 3443-8202
540
+ =================
541
+ Lins
542
+ Rua Olavo Bilac, 948 - Centro
543
+ 16400-075
544
+ (14) 3523-8444
545
+ =================
546
+ Lorena
547
+ Rua Comendador Custódio Vieira, 332 UF: SP
548
+ DDD: 12
549
+ (Fone: 3152-9215)
550
+ =================
551
+ Louveira
552
+ Rua Antonio Schiamanna, 126 - Centro
553
+ 13290-000
554
+ (19) 3878-9900
555
+ =================
556
+ Lucélia
557
+ Av. Brasil, 1.101
558
+ 17780-000
559
+ (18) 3551-9203
560
+ =================
561
+ Mairinque
562
+ Rua Dr.Paulo Ferraz Braga, 114- Centro
563
+ UF: SP
564
+ DDD: 11
565
+ (Fone: 4718-3524)
566
+ =================
567
+ Marília
568
+ Rua Amazonas, 527 - Bairro CascataUF: SP
569
+ DDD: 14
570
+ (Fone:3454-6444)
571
+ =================
572
+ Matão
573
+ Rua Oreste Bozelli, 1165 - Centro
574
+ 15990-010
575
+ (16) 3384-4484
576
+ =================
577
+ Mauá
578
+ Rua Rio Branco, 87 - 2º andar - Centro
579
+ 09310-110
580
+ (11) 4541-6980
581
+ =================
582
+ Miguelópolis
583
+ Av. Rodolfo Jorge, 555 - sala 9 - Centro
584
+ 14530-000
585
+ (16) 3835-6688
586
+ =================
587
+ Mirandópolis
588
+ Rua 9 de Julho, 1604
589
+ 16800-000
590
+ (18) 3701-6757
591
+ =================
592
+ Mirassol
593
+ Rua Capitão Neves, 1.998 - Centro
594
+ 15130-000
595
+ (17) 3242-2050
596
+ =================
597
+ Mococa
598
+ Av. Senador José Ermírio de Moraes, 1035 - Jd. Lavínia
599
+ 13738-300
600
+ (19) 3656.4525
601
+ =================
602
+ Mogi das Cruzes
603
+ Av. Vereador Narciso Yague Guimaraes, 277 - Centro Cívico
604
+ 08780-900
605
+ (11) 4798-5090/4798-5088/4798-5089/4738-5900/4791-8097/4725-7009
606
+ =================
607
+ Mogi Guaçu
608
+ Rua Chico de Paula, 578 -Centro
609
+ 13840-001
610
+ (19) 3841-2355
611
+ =================
612
+ Mogi Mirim
613
+ Rua José Alves, 120 - Centro
614
+ 13800-050
615
+ (19) 3804-4746
616
+ =================
617
+ Mongaguá
618
+ Av. Getúlio Vargas, 67
619
+ 11730-000
620
+ (13) 3445-3020
621
+ =================
622
+ Monte Alto
623
+ Rua Sabino de Camargo, 622 - sala 3 - Centro
624
+ 15910-000
625
+ (16) 3242-2080
626
+ =================
627
+ Monte Mor
628
+ Rua Siqueira Campos, 65 - Centro
629
+ 13190-000
630
+ (19) 3879.9883
631
+ =================
632
+ Morro Agudo
633
+ Praça Martinico Prado, 1.626- Centro
634
+ 14640-000
635
+ (16) 3851-1400
636
+ =================
637
+ Nova Odessa
638
+ Av. João Pessoa, 777 - Centro
639
+ 13460-000
640
+ (19) 3476-8600 ramal 241
641
+ =================
642
+ Olímpia
643
+ Rua Dr. Antonio Olimpio, 437 - Centro
644
+ 15400-000
645
+ (17) 3281-6734
646
+ =================
647
+ Osasco
648
+ Av. Bussocaba, 300 - sala 33
649
+ 06023-020
650
+ (11) 3683-4000
651
+ =================
652
+ Osvaldo Cruz
653
+ Praça Ermírio Elorsa, 448 - Centro
654
+ 17700-000
655
+ (18) 3528-9500/3528-9507
656
+ =================
657
+ Ourinhos
658
+ Praça Henrique Tocalino, 280 -Centro
659
+ 19900-040
660
+ (14) 3302-0600
661
+ =================
662
+ Paraguaçu Paulista
663
+ Av. Siqueira Campos, 1430 - Vila Athaide
664
+ 19700-000
665
+ (18) 3361-9100
666
+ =================
667
+ Paraibuna
668
+ Rua Humaitá, 20 - Centro
669
+ 12260-000
670
+ (12) 3974-0020
671
+ =================
672
+ Parapuã
673
+ Rua São Salvador, 575 - sala Procon
674
+ 17730-000
675
+ (18) 3582-1936
676
+ =================
677
+ Pederneiras
678
+ Rua Santos Dumont, S-65- Centro
679
+ 17280-000
680
+ (14) 3283-9570 / 3284-4300
681
+ =================
682
+ Pedreira
683
+ Praça Coronel João Pedro, 308 - Centro
684
+ 13920-000
685
+ (19) 3893-1047
686
+ =================
687
+ Penápolis
688
+ Marginal Maria Chica, 1400
689
+ 16300-000
690
+ (18) 3652-1443/3652-1747
691
+ =================
692
+ Peruíbe
693
+ Av. Terezinha Rodrigues Kalil, 607 - Estação
694
+ 11750-000
695
+ (13) 3453-6102/3453-0377 / 3453-7770
696
+ =================
697
+ Pindamonhangaba
698
+ Av. Albuquerque Lins, 138 - São BeneditoUF: SP
699
+ DDD: 12
700
+ (Fone: 3643.4099)
701
+ =================
702
+ Piracicaba
703
+ Rua Capitão Antonio Correa Barbosa, 2233 - Mezzanino
704
+ 13400-810
705
+ (19) 3403-1393/3403-1392
706
+ =================
707
+ Piraju
708
+ Rua Major Mariano, 560
709
+ 18800-000
710
+ (14) 3351.2598
711
+ =================
712
+ Pirapora do Bom Jesus
713
+ Rua Cecília Meireles, 35 - Vila Nova
714
+ 06550-000
715
+ (11) 4131-1093/4131-1596/4131-1420
716
+ =================
717
+ Pirassununga
718
+ Rua Galício Del Nero, 51 - Paço Municipal - Centro
719
+ 13630-900
720
+ (19) 3561-7356
721
+ =================
722
+ Poá
723
+ Praça dos Expedicionários, 31 - Centro
724
+ 08550-120
725
+ (11) 4638-6648/4638-1519
726
+ =================
727
+ Pompéia
728
+ Rua Dr. José de Moura Resende, 572
729
+ 17580-000
730
+ (14) 3452-2054/3452-1611/3405-1500
731
+ =================
732
+ Pontal
733
+ Rua Guilherme Silva, 337
734
+ 14180-000
735
+ (16) 3953-1311 ramal 213
736
+ =================
737
+ Porto Feliz
738
+ Rua Ademar de Barros, 340 - Centro
739
+ 18540-000
740
+ (15) 3262-2368
741
+ =================
742
+ Porto Ferreira
743
+ Rua Dona Balbina, 923 centro
744
+ 13660-000
745
+ (19) 3585-6925
746
+ =================
747
+ Potim
748
+ R. Osvaldo Morais de Castro, 171 ap. 04 - Frei Galvão
749
+ 12525-000
750
+ (12) 3112-2004
751
+ =================
752
+ Pradópolis
753
+ Rua Presidente Vargas, 1236 - Centro
754
+ 14850-000
755
+ (16) 3981-1940
756
+ =================
757
+ Praia Grande
758
+ Rua Jaú, 880 - sala 72 - 7º andar- Ed. Jocafra - Boqueirão
759
+ 11700-270
760
+ (13) 3473-6810
761
+ =================
762
+ Presidente Epitácio
763
+ Rua São Paulo, 5-45 - Centro
764
+ 19470-000
765
+ (18) 3251-8009 / 3251-8000
766
+ =================
767
+ Presidente Epitácio
768
+ RuaPernambuco, 17-05- Vila Maria
769
+ 19470-000
770
+ (18) Fone/Fax: 3281-4800
771
+ =================
772
+ Presidente Venceslau
773
+ TravessaTenente Osvaldo Barbosa, 180 - Centro
774
+ 19400-000
775
+ (18) 3272.9090
776
+ =================
777
+ Rancharia
778
+ Rua Marcilio Dias, 719 - Centro
779
+ 19600-000
780
+ (18) 3265-3776
781
+ =================
782
+ Registro
783
+ Rua São Francisco Xavier, 165 - Centro
784
+ 11900-000
785
+ (13) 3821-1999
786
+ =================
787
+ Ribeirão Pires
788
+ Rua Felipe Sabag, 200 - 3º andar - sl. 4C (Shop.Garden)
789
+ 09400-000
790
+ (11) 4825-6465
791
+ =================
792
+ Ribeirão Preto
793
+ Rua Minas, 353 - Campos Elíseos
794
+ 14080-190
795
+ (16) 08007729198
796
+ =================
797
+ Rincão
798
+ Rua 21 de Novembro, 867
799
+ 14830-000
800
+ (16) 3395-9100
801
+ =================
802
+ Rio Claro
803
+ Av. 5,345 - Centro
804
+ 13500-580
805
+ (19) 3533-2070/3534-7792
806
+ =================
807
+ Rio Grande da Serra
808
+ Rua Progresso, 478 - Jardim Progresso
809
+ 09450-000
810
+ (11) 4820-8200
811
+ =================
812
+ Rosana
813
+ Rua Givaldo Pereira de Oliveira, 1446 - Centro
814
+ 19273-000
815
+ (18) 3288-8242
816
+ =================
817
+ Salto
818
+ Rua José Revel, nº 270 - Centro
819
+ UF: SP
820
+ DDD: 11
821
+ (Fone: 4602-8690)
822
+ =================
823
+ Salto Grande
824
+ Av. Rangel Pestana, 449- Centro
825
+ 19920-000
826
+ (14) 3378-1399
827
+ =================
828
+ Santa Bárbara D'' Oeste
829
+ Rua João Ridley Buffford, s/nº sala 01 - Centro
830
+ 13450-025
831
+ (19) 3455-7345/3455-5779
832
+ =================
833
+ Santa Cruz das Palmeiras
834
+ Rua, Treze de Maio, 629 sala 01
835
+ 13650-970
836
+ (19) 3672-3526/3672-1211/3672-3900
837
+ =================
838
+ Santa Cruz do Rio Pardo
839
+ Av. Dr. Ciro de Mello Camarinha, 225 - Centro
840
+ 18900-000
841
+ (14) 3332-1019/3332-1018
842
+ =================
843
+ Santa Fé do Sul
844
+ Rua 16, 476 - Centro
845
+ 15775-000
846
+ (17) 3641-1526
847
+ =================
848
+ Santa Gertrudes
849
+ Rua Um, 698 - Centro
850
+ 13511-000
851
+ (19) 3545-3235
852
+ =================
853
+ Santa Isabel
854
+ Praça Fernando Lopes, 32 - Centro
855
+ 07500-000
856
+ (11) 4657-4453
857
+ =================
858
+ Santa Mercedes
859
+ Praça Alípio Bedaque, 1406
860
+ 17940-000
861
+ (18) 3875-1231
862
+ =================
863
+ Santa Rita do Passa Quatro
864
+ Rua Francisco Alberto Porphirio, 125 - Jd.S.Vicente
865
+ 13670-000
866
+ (19) 3582-5762/3582-0241
867
+ =================
868
+ Santa Rosa do Viterbo
869
+ Praça Dr. Guido Maestrello, s/nº - Pça da Matriz
870
+ 14270-000
871
+ (16) 3954-7061
872
+ =================
873
+ Santana de Parnaíba
874
+ Rua Pedro Procópio, 60 - Centro
875
+ 065014-130
876
+ (11) 4154.7031
877
+ =================
878
+ Santo André
879
+ Rua Arnaldo, 49 - Vila Bastos
880
+ 09040-360
881
+ (11) 4992-7174
882
+ =================
883
+ Santos
884
+ Rua Campos Sales 128 - Vila Nova
885
+ 11013-400
886
+ (13) 3221-8274/3221-8275
887
+ =================
888
+ São Bernardo do Campo
889
+ Av. Senador Vergueiro, 2432 - Rudge Ramos
890
+ 09600-000
891
+ (11) 4362-4614
892
+ =================
893
+ São Caetano do Sul
894
+ Rua Major Carlo Del Prete, 651 - Centro
895
+ 09530-000
896
+ (11) 4336.1700
897
+ =================
898
+ São Carlos
899
+ Avenida São Carlos, 1800- Centro
900
+ 13560-905
901
+ (16) 3362-1180/3307-6440
902
+ =================
903
+ São João da Boa Vista
904
+ Rua Ana de Oliveira,44 - Centro
905
+ 13870-199
906
+ (19) 3634-1055/3634-1044
907
+ =================
908
+ São José do Rio Pardo
909
+ Rua Rui Barbosa,460 - Centro
910
+ 13720-000
911
+ (19) 3682-7847/7848
912
+ =================
913
+ São José do Rio Preto
914
+ Rua Antônio de Godoy, 3033 - Centro
915
+ 15015-000
916
+ (17) 3233-9527 / 3235-6880
917
+ =================
918
+ São José dos Campos
919
+ Rua Vilaça, 681 - Centro
920
+ 12210-000
921
+ (12) 3909.1446 / 3909.1445 / 3909.1440
922
+ =================
923
+ São Manoel
924
+ Rua Epitácio Pessoa, 689 - Centro
925
+ 18650-000
926
+ (14) 3841-4645/3841-4990
927
+ =================
928
+ São Miguel Arcanjo
929
+ Rua Comendador Dante Carraro, 811 - Centro
930
+ 18230-000
931
+ (15) 3279-1901
932
+ =================
933
+ São Sebastião
934
+ Rua Sebastião Silvestre Neves, 185 - Centro
935
+ 11600-000
936
+ (12) 3892-1639
937
+ =================
938
+ São Sebastião da Grama
939
+ Praça das Águas, 100 - Jardim São Domingos
940
+ 13790-000
941
+ (19) 3646-9700
942
+ =================
943
+ São Vicente
944
+ Av. Capitão Mor Aguiar, 695
945
+ 11310-201
946
+ (13) 3467-7372/3467-7856
947
+ =================
948
+ Serra Negra
949
+ RuaJosé Bonifácio, 283- Centro
950
+ 13930-000
951
+ (19) 3892-6561/0800-7711645
952
+ =================
953
+ Serrana
954
+ Rua Dr. Tancredo de Almeida Neves, 176
955
+ 14150-000
956
+ (16) 3987-9244/3987-1611
957
+ =================
958
+ Sertãozinho
959
+ Rua Barão do Rio Branco, 1699
960
+ 14160-570
961
+ (16) 2105-1004
962
+ =================
963
+ Severínia
964
+ RuaCapitão Augusto de Almeida, 383 - Centro
965
+ 14.735-000
966
+ (17) 3817-1331
967
+ =================
968
+ Sumaré
969
+ Rua José Maria Miranda, 1134
970
+ 13170-234
971
+ (19) 3873-1071/3883-0880
972
+ =================
973
+ Suzano
974
+ Baruel, 126
975
+ 08675-000
976
+ (11) 4744-7322
977
+ =================
978
+ Taboão da Serra
979
+ Praça Miguel Ortega, 280 - térreo - Parque Assunção
980
+ 06754-160
981
+ (11) 4786-2986/4788-5417
982
+ =================
983
+ Tapiratiba
984
+ Rua Dr. Dino Bueno, 199 - Centro
985
+ 13760-000
986
+ (19) 3657-1520
987
+ =================
988
+ Taquaritinga
989
+ Rua Marechal Deodoro, 1130 sala 02 - Centro
990
+ 15900-000
991
+ (16) 3252-5427/3252-0421
992
+ =================
993
+ Tatuí
994
+ Rua Treze de Fevereiro, 396 - Centro
995
+ 18270-340
996
+ (15) 3305-3571
997
+ =================
998
+ Taubaté
999
+ R. Emílio Winther, 345 - Centro
1000
+ 12030-000
1001
+ (12) 3624-6610
1002
+ =================
1003
+ Teodoro Sampaio
1004
+ Praça Antonio Evangelista da Silva, 1544 - Centro
1005
+ 19280-000
1006
+ (18) 3282-4299
1007
+ =================
1008
+ Tietê
1009
+ R. Luiz Fernandes Diogo, 432 - Centro
1010
+ 18530-000
1011
+ (15) 3282-1575
1012
+ =================
1013
+ Tupã
1014
+ Praça da Bandeira, 800
1015
+ 17600-380
1016
+ (14) 3491-5395
1017
+ =================
1018
+ Ubatuba
1019
+ Av. Dona Maria Alves, 882 - Centro
1020
+ 11680-000
1021
+ (12) 3833-7227 / 3833-7116
1022
+ =================
1023
+ Valinhos
1024
+ Av. dos Esportes, 303 - Centro
1025
+ 13270-000
1026
+ (19) 3849-1140
1027
+ =================
1028
+ Valparaíso
1029
+ Rua Com. Geremias Lunardeli, 147 - Jd. Alvora I
1030
+ 16880-000
1031
+ (18) 3401-3877
1032
+ =================
1033
+ Vargem Grande do Sul
1034
+ Praça Washington Luís, 643 - Centro
1035
+ 13880-000
1036
+ (19) 3641-1276/3641-0437
1037
+ =================
1038
+ Várzea Paulista
1039
+ Rua José Dias de Castro, 160 - Vila São José
1040
+ 13224-300
1041
+ (11) 4595-0557
1042
+ =================
1043
+ Vinhedo
1044
+ Rua Humberto Pescarini, 301 - Centro
1045
+ 13280-000
1046
+ (19) 3876-5502
1047
+ =================
1048
+ Viradouro
1049
+ Praça Francisco Braga, 56 sala 01 - Centro
1050
+ 14740-000
1051
+ (17) 3392-8844 ramal 34
1052
+ =================
1053
+ Votorantim
1054
+ Rua Eduardo Prado, 138 - Centro
1055
+ 18110-090
1056
+ (15) 3243-4201/3243-1628
1057
+ =================
1058
+ Votuporanga
1059
+ Rua São Paulo, 3741 - Patrimônio Velho
1060
+ 15500-010
1061
+ (17) 3422-8930
1062
+ =================
1063
+ Andradina
1064
+ Rua Paes Leme/esq.c/Sta.Teresinha - Ed.Bco.Brasil -1º andar
1065
+ 16900-000
1066
+ (18) 3722-4011
1067
+ =================
1068
+ Aparecida
1069
+ Praça Marechal Deodoro, 73
1070
+ 12570-000
1071
+ (12) 3108-4023/3108-1377/0800-7701565
1072
+ =================
1073
+ Pederneiras
1074
+ Rua Santos Dumont, S-65- Centro
1075
+ 17280-000
1076
+ (14) 3283-9570 / 3284-4300
1077
+ =================
1078
+ Pradópolis
1079
+ Rua Presidente Vargas, 1236 - Centro
1080
+ 14850-000
1081
+ (16) 3981-1940
1082
+ =================