Logo CEWEB.br Logo NIC.br Logo CGI.br
Home Sobre o projeto

Sites Verificados

Lista com todos os sítios que foram verificados pela TIC Web Acessibilidade. Dentro de cada domínio, há informações detalhadas sobre as páginas coletadas, bem como os erros e avisos de cada uma *.

Endereço Nota Erros Avisos

pitangui.mg.gov.br/setor/?enderecos.html

86.16 187 259
Recomendações Avaliadas
2.2 Garantir que os objetos programáveis sejam acessíveis.

Recomendações

Número Descrição Quantidade Linhas Código Fonte
2.2.6 Presença do elemento SCRIPT sem o elemento NOSCRIPT 24 70 94 110 333 482 536 664 715 843 894 1022 1078 1206 1257 1385 1436 1564 1615 1743 1799 1927 1983 2111 2646
70 <![CDATA[<script type="text/javascript"> var baseurl = "https://pitangui.mg.gov.br"; var action = ""; var controller = ""; var module = ""; var iconspath = "https://pitangui.mg.gov.br/img/icons/"; var urlAmigavel = ""; </script>]]>
94 <![CDATA[<script> $(document).ready(function(){ $( "strong:contains('CONCURSOS')" ).html('RECRUTAMENTOS'); $( "strong:contains('Editais de Concursos - Designação')" ).html('Editais de Recrutamentos - Designação'); let atual = $('.breadcrumb').find('li').last().text(); let recrutamentos = $('.breadcrumb').find('li:nth-child(3)').text(); if(recrutamentos == 'Recrutamentos'){ $('h1').html(`Editais de ${recrutamentos} - ${atual}`); } }); </script>]]>
110 <![CDATA[<script> (function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/pt_BR/sdk.js#xfbml=1&version=v2.3&appId=729585460503347"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk')); </script>]]>
333 <![CDATA[<script type='text/javascript'> function callMapsApi(initWhat) { var script = document.createElement('script'); script.type = 'text/javascript'; script.src = 'https://maps.googleapis.com/maps/api/js?v=3.exp&key=AIzaSyAV0ka_NktwSWkKqpxfJFtl7qbq3B01N5M&callback='+initWhat; document.body.appendChild(script); } function waitGoogleLoad(callback, numberCall){ numberCall++; if (typeof google === 'undefined' || typeof google.maps === 'undefined') { if(parseInt(numberCall) < 5){ setTimeout( 'waitGoogleLoad('+callback+','+numberCall+')', 1000 ); } } else { setTimeout(callback, 0); } } var map1 = null; function showMap1() { latitude = -19.689236; longitude = -44.899504; zoom = 15; //define configuração de latitude e longitude do mapa var latLang1 = new google.maps.LatLng( parseFloat(latitude), parseFloat(longitude) ); //configurações do mapa var mapOptions1 = { zoom:parseInt(zoom), center: latLang1, disableDefaultUI: false, navigationControl: false, mapTypeControl: false, scrollwheel: false, mapTypeId: google.maps.MapTypeId.ROADMAP }; //inicializa mapa map1 = new google.maps.Map( document.getElementById('mapa_departameto1014'), mapOptions1 ); //chama função de onresize para centralizar mapa google.maps.event.trigger(map1, 'resize'); //cria markers geocoder = new google.maps.Geocoder(); var latLangMarker1_0 = new google.maps.LatLng( parseFloat(-19.689236), parseFloat(-44.899504) ); marker1_0 = new google.maps.Marker({ position: latLangMarker1_0, map: map1, icon: '', title: '', draggable:false }); infoWindowOpened1_0 = false; infowindow1_0 = new google.maps.InfoWindow( {content:unescape(' <div style="width:350px;"> <div id="bodyContent"> <div class="col-md-12 col-xs-12"> <p style="margin-bottom:0px;"><strong>Secretaria Municipal de Educação</strong></p><p style="margin-bottom:0px;">Rua Professor Francisco Saldanha , 150 ; ; ;Bairro: Chapadão</p><p style="margin-bottom:0px;">Pitangui / MG</p><p style="margin-bottom:0px;">35650-000</p> </div> </div> </div> ')} ); //abre infowindow google.maps.event.addListener( marker1_0, 'click', function() { if (!infoWindowOpened1_0) { infowindow1_0.open( map1, marker1_0 ); infoWindowOpened1_0 = true; } else { infowindow1_0.close(); infoWindowOpened1_0 = false; } map1.setCenter(latLang1); } ); google.maps.event.addListener( infowindow1_0, 'closeclick', function() { infoWindowOpened1_0 = false; console.log(this.getPosition()); map1.setCenter(this.getPosition()); } ); google.maps.event.addListener( map1, 'click', function() { infowindow1_0.close(); infoWindowOpened1_0 = false; } ); //função para centralizar o mapa ao redimencionar a tela google.maps.event.addDomListener( window, 'resize', function() { center = map1.getCenter(); google.maps.event.trigger(map1, 'resize'); map1.setCenter(center); } ); } function setMarkerPosition(marker, address) { geocoder.geocode( {'address': address}, function(results, status) { if (status == google.maps.GeocoderStatus.OK) { marker.setPosition(results[0].geometry.location); } } ); } $(function() { if (typeof google !== 'undefined' && typeof google.maps !== 'undefined') { showMap1(); } else { callMapsApi('showMap1'); } }); </script>]]>
482 <![CDATA[<script type="text/javascript"> $("#mapaDep1014").on("shown.bs.modal", function () { showMap1(); }); </script>]]>
536 <![CDATA[<script type='text/javascript'> var map2 = null; function showMap2() { latitude = -19.682429; longitude = -44.891748; zoom = 17; //define configuração de latitude e longitude do mapa var latLang2 = new google.maps.LatLng( parseFloat(latitude), parseFloat(longitude) ); //configurações do mapa var mapOptions2 = { zoom:parseInt(zoom), center: latLang2, disableDefaultUI: false, navigationControl: false, mapTypeControl: false, scrollwheel: false, mapTypeId: google.maps.MapTypeId.ROADMAP }; //inicializa mapa map2 = new google.maps.Map( document.getElementById('mapa_departameto1002'), mapOptions2 ); //chama função de onresize para centralizar mapa google.maps.event.trigger(map2, 'resize'); //cria markers geocoder = new google.maps.Geocoder(); var latLangMarker2_0 = new google.maps.LatLng( parseFloat(-19.682429), parseFloat(-44.891748) ); marker2_0 = new google.maps.Marker({ position: latLangMarker2_0, map: map2, icon: '', title: '', draggable:false }); infoWindowOpened2_0 = false; infowindow2_0 = new google.maps.InfoWindow( {content:unescape(' <div style="width:350px;"> <div id="bodyContent"> <div class="col-md-12 col-xs-12"> <p style="margin-bottom:0px;"><strong>Prefeitura Municipal de Pitangui</strong></p><p style="margin-bottom:0px;">Rua Padre Belchior, 51 ; ; ;Bairro: Centro</p><p style="margin-bottom:0px;">Pitangui / MG</p><p style="margin-bottom:0px;">35650-000</p> </div> </div> </div> ')} ); //abre infowindow google.maps.event.addListener( marker2_0, 'click', function() { if (!infoWindowOpened2_0) { infowindow2_0.open( map2, marker2_0 ); infoWindowOpened2_0 = true; } else { infowindow2_0.close(); infoWindowOpened2_0 = false; } map2.setCenter(latLang2); } ); google.maps.event.addListener( infowindow2_0, 'closeclick', function() { infoWindowOpened2_0 = false; console.log(this.getPosition()); map2.setCenter(this.getPosition()); } ); google.maps.event.addListener( map2, 'click', function() { infowindow2_0.close(); infoWindowOpened2_0 = false; } ); //função para centralizar o mapa ao redimencionar a tela google.maps.event.addDomListener( window, 'resize', function() { center = map2.getCenter(); google.maps.event.trigger(map2, 'resize'); map2.setCenter(center); } ); } function setMarkerPosition(marker, address) { geocoder.geocode( {'address': address}, function(results, status) { if (status == google.maps.GeocoderStatus.OK) { marker.setPosition(results[0].geometry.location); } } ); } $(function() { if (typeof google !== 'undefined' && typeof google.maps !== 'undefined') { showMap2(); } else { waitGoogleLoad(showMap2, 0); } }); </script>]]>
664 <![CDATA[<script type="text/javascript"> $("#mapaDep1002").on("shown.bs.modal", function () { showMap2(); }); </script>]]>
715 <![CDATA[<script type='text/javascript'> var map3 = null; function showMap3() { latitude = -19.682429; longitude = -44.891748; zoom = 17; //define configuração de latitude e longitude do mapa var latLang3 = new google.maps.LatLng( parseFloat(latitude), parseFloat(longitude) ); //configurações do mapa var mapOptions3 = { zoom:parseInt(zoom), center: latLang3, disableDefaultUI: false, navigationControl: false, mapTypeControl: false, scrollwheel: false, mapTypeId: google.maps.MapTypeId.ROADMAP }; //inicializa mapa map3 = new google.maps.Map( document.getElementById('mapa_departameto1015'), mapOptions3 ); //chama função de onresize para centralizar mapa google.maps.event.trigger(map3, 'resize'); //cria markers geocoder = new google.maps.Geocoder(); var latLangMarker3_0 = new google.maps.LatLng( parseFloat(-19.682429), parseFloat(-44.891748) ); marker3_0 = new google.maps.Marker({ position: latLangMarker3_0, map: map3, icon: '', title: '', draggable:false }); infoWindowOpened3_0 = false; infowindow3_0 = new google.maps.InfoWindow( {content:unescape(' <div style="width:350px;"> <div id="bodyContent"> <div class="col-md-12 col-xs-12"> <p style="margin-bottom:0px;"><strong>Prefeitura Municipal de Pitangui</strong></p><p style="margin-bottom:0px;">Rua Padre Belchior, 51 ; ; ;Bairro: Centro</p><p style="margin-bottom:0px;">Pitangui / MG</p><p style="margin-bottom:0px;">35650-000</p> </div> </div> </div> ')} ); //abre infowindow google.maps.event.addListener( marker3_0, 'click', function() { if (!infoWindowOpened3_0) { infowindow3_0.open( map3, marker3_0 ); infoWindowOpened3_0 = true; } else { infowindow3_0.close(); infoWindowOpened3_0 = false; } map3.setCenter(latLang3); } ); google.maps.event.addListener( infowindow3_0, 'closeclick', function() { infoWindowOpened3_0 = false; console.log(this.getPosition()); map3.setCenter(this.getPosition()); } ); google.maps.event.addListener( map3, 'click', function() { infowindow3_0.close(); infoWindowOpened3_0 = false; } ); //função para centralizar o mapa ao redimencionar a tela google.maps.event.addDomListener( window, 'resize', function() { center = map3.getCenter(); google.maps.event.trigger(map3, 'resize'); map3.setCenter(center); } ); } function setMarkerPosition(marker, address) { geocoder.geocode( {'address': address}, function(results, status) { if (status == google.maps.GeocoderStatus.OK) { marker.setPosition(results[0].geometry.location); } } ); } $(function() { if (typeof google !== 'undefined' && typeof google.maps !== 'undefined') { showMap3(); } else { waitGoogleLoad(showMap3, 0); } }); </script>]]>
843 <![CDATA[<script type="text/javascript"> $("#mapaDep1015").on("shown.bs.modal", function () { showMap3(); }); </script>]]>
894 <![CDATA[<script type='text/javascript'> var map4 = null; function showMap4() { latitude = -19.682429; longitude = -44.891748; zoom = 17; //define configuração de latitude e longitude do mapa var latLang4 = new google.maps.LatLng( parseFloat(latitude), parseFloat(longitude) ); //configurações do mapa var mapOptions4 = { zoom:parseInt(zoom), center: latLang4, disableDefaultUI: false, navigationControl: false, mapTypeControl: false, scrollwheel: false, mapTypeId: google.maps.MapTypeId.ROADMAP }; //inicializa mapa map4 = new google.maps.Map( document.getElementById('mapa_departameto1001'), mapOptions4 ); //chama função de onresize para centralizar mapa google.maps.event.trigger(map4, 'resize'); //cria markers geocoder = new google.maps.Geocoder(); var latLangMarker4_0 = new google.maps.LatLng( parseFloat(-19.682429), parseFloat(-44.891748) ); marker4_0 = new google.maps.Marker({ position: latLangMarker4_0, map: map4, icon: '', title: '', draggable:false }); infoWindowOpened4_0 = false; infowindow4_0 = new google.maps.InfoWindow( {content:unescape(' <div style="width:350px;"> <div id="bodyContent"> <div class="col-md-12 col-xs-12"> <p style="margin-bottom:0px;"><strong>Prefeitura Municipal de Pitangui</strong></p><p style="margin-bottom:0px;">Rua Padre Belchior, 51 ; ; ;Bairro: Centro</p><p style="margin-bottom:0px;">Pitangui / MG</p><p style="margin-bottom:0px;">35650-000</p> </div> </div> </div> ')} ); //abre infowindow google.maps.event.addListener( marker4_0, 'click', function() { if (!infoWindowOpened4_0) { infowindow4_0.open( map4, marker4_0 ); infoWindowOpened4_0 = true; } else { infowindow4_0.close(); infoWindowOpened4_0 = false; } map4.setCenter(latLang4); } ); google.maps.event.addListener( infowindow4_0, 'closeclick', function() { infoWindowOpened4_0 = false; console.log(this.getPosition()); map4.setCenter(this.getPosition()); } ); google.maps.event.addListener( map4, 'click', function() { infowindow4_0.close(); infoWindowOpened4_0 = false; } ); //função para centralizar o mapa ao redimencionar a tela google.maps.event.addDomListener( window, 'resize', function() { center = map4.getCenter(); google.maps.event.trigger(map4, 'resize'); map4.setCenter(center); } ); } function setMarkerPosition(marker, address) { geocoder.geocode( {'address': address}, function(results, status) { if (status == google.maps.GeocoderStatus.OK) { marker.setPosition(results[0].geometry.location); } } ); } $(function() { if (typeof google !== 'undefined' && typeof google.maps !== 'undefined') { showMap4(); } else { waitGoogleLoad(showMap4, 0); } }); </script>]]>
1022 <![CDATA[<script type="text/javascript"> $("#mapaDep1001").on("shown.bs.modal", function () { showMap4(); }); </script>]]>
1078 <![CDATA[<script type='text/javascript'> var map5 = null; function showMap5() { latitude = -19.682429; longitude = -44.891748; zoom = 17; //define configuração de latitude e longitude do mapa var latLang5 = new google.maps.LatLng( parseFloat(latitude), parseFloat(longitude) ); //configurações do mapa var mapOptions5 = { zoom:parseInt(zoom), center: latLang5, disableDefaultUI: false, navigationControl: false, mapTypeControl: false, scrollwheel: false, mapTypeId: google.maps.MapTypeId.ROADMAP }; //inicializa mapa map5 = new google.maps.Map( document.getElementById('mapa_departameto1005'), mapOptions5 ); //chama função de onresize para centralizar mapa google.maps.event.trigger(map5, 'resize'); //cria markers geocoder = new google.maps.Geocoder(); var latLangMarker5_0 = new google.maps.LatLng( parseFloat(-19.682429), parseFloat(-44.891748) ); marker5_0 = new google.maps.Marker({ position: latLangMarker5_0, map: map5, icon: '', title: '', draggable:false }); infoWindowOpened5_0 = false; infowindow5_0 = new google.maps.InfoWindow( {content:unescape(' <div style="width:350px;"> <div id="bodyContent"> <div class="col-md-12 col-xs-12"> <p style="margin-bottom:0px;"><strong>Prefeitura Municipal de Pitangui</strong></p><p style="margin-bottom:0px;">Rua Padre Belchior, 51 ; ; ;Bairro: Centro</p><p style="margin-bottom:0px;">Pitangui / MG</p><p style="margin-bottom:0px;">35650-000</p> </div> </div> </div> ')} ); //abre infowindow google.maps.event.addListener( marker5_0, 'click', function() { if (!infoWindowOpened5_0) { infowindow5_0.open( map5, marker5_0 ); infoWindowOpened5_0 = true; } else { infowindow5_0.close(); infoWindowOpened5_0 = false; } map5.setCenter(latLang5); } ); google.maps.event.addListener( infowindow5_0, 'closeclick', function() { infoWindowOpened5_0 = false; console.log(this.getPosition()); map5.setCenter(this.getPosition()); } ); google.maps.event.addListener( map5, 'click', function() { infowindow5_0.close(); infoWindowOpened5_0 = false; } ); //função para centralizar o mapa ao redimencionar a tela google.maps.event.addDomListener( window, 'resize', function() { center = map5.getCenter(); google.maps.event.trigger(map5, 'resize'); map5.setCenter(center); } ); } function setMarkerPosition(marker, address) { geocoder.geocode( {'address': address}, function(results, status) { if (status == google.maps.GeocoderStatus.OK) { marker.setPosition(results[0].geometry.location); } } ); } $(function() { if (typeof google !== 'undefined' && typeof google.maps !== 'undefined') { showMap5(); } else { waitGoogleLoad(showMap5, 0); } }); </script>]]>
1206 <![CDATA[<script type="text/javascript"> $("#mapaDep1005").on("shown.bs.modal", function () { showMap5(); }); </script>]]>
1257 <![CDATA[<script type='text/javascript'> var map6 = null; function showMap6() { latitude = -19.682429; longitude = -44.891748; zoom = 17; //define configuração de latitude e longitude do mapa var latLang6 = new google.maps.LatLng( parseFloat(latitude), parseFloat(longitude) ); //configurações do mapa var mapOptions6 = { zoom:parseInt(zoom), center: latLang6, disableDefaultUI: false, navigationControl: false, mapTypeControl: false, scrollwheel: false, mapTypeId: google.maps.MapTypeId.ROADMAP }; //inicializa mapa map6 = new google.maps.Map( document.getElementById('mapa_departameto20'), mapOptions6 ); //chama função de onresize para centralizar mapa google.maps.event.trigger(map6, 'resize'); //cria markers geocoder = new google.maps.Geocoder(); var latLangMarker6_0 = new google.maps.LatLng( parseFloat(-19.682429), parseFloat(-44.891748) ); marker6_0 = new google.maps.Marker({ position: latLangMarker6_0, map: map6, icon: '', title: '', draggable:false }); infoWindowOpened6_0 = false; infowindow6_0 = new google.maps.InfoWindow( {content:unescape(' <div style="width:350px;"> <div id="bodyContent"> <div class="col-md-12 col-xs-12"> <p style="margin-bottom:0px;"><strong>Prefeitura Municipal de Pitangui</strong></p><p style="margin-bottom:0px;">Rua Padre Belchior, 51 ; ; ;Bairro: Centro</p><p style="margin-bottom:0px;">Pitangui / MG</p><p style="margin-bottom:0px;">35650-000</p> </div> </div> </div> ')} ); //abre infowindow google.maps.event.addListener( marker6_0, 'click', function() { if (!infoWindowOpened6_0) { infowindow6_0.open( map6, marker6_0 ); infoWindowOpened6_0 = true; } else { infowindow6_0.close(); infoWindowOpened6_0 = false; } map6.setCenter(latLang6); } ); google.maps.event.addListener( infowindow6_0, 'closeclick', function() { infoWindowOpened6_0 = false; console.log(this.getPosition()); map6.setCenter(this.getPosition()); } ); google.maps.event.addListener( map6, 'click', function() { infowindow6_0.close(); infoWindowOpened6_0 = false; } ); //função para centralizar o mapa ao redimencionar a tela google.maps.event.addDomListener( window, 'resize', function() { center = map6.getCenter(); google.maps.event.trigger(map6, 'resize'); map6.setCenter(center); } ); } function setMarkerPosition(marker, address) { geocoder.geocode( {'address': address}, function(results, status) { if (status == google.maps.GeocoderStatus.OK) { marker.setPosition(results[0].geometry.location); } } ); } $(function() { if (typeof google !== 'undefined' && typeof google.maps !== 'undefined') { showMap6(); } else { waitGoogleLoad(showMap6, 0); } }); </script>]]>
1385 <![CDATA[<script type="text/javascript"> $("#mapaDep20").on("shown.bs.modal", function () { showMap6(); }); </script>]]>
1436 <![CDATA[<script type='text/javascript'> var map7 = null; function showMap7() { latitude = -19.689236; longitude = -44.899504; zoom = 15; //define configuração de latitude e longitude do mapa var latLang7 = new google.maps.LatLng( parseFloat(latitude), parseFloat(longitude) ); //configurações do mapa var mapOptions7 = { zoom:parseInt(zoom), center: latLang7, disableDefaultUI: false, navigationControl: false, mapTypeControl: false, scrollwheel: false, mapTypeId: google.maps.MapTypeId.ROADMAP }; //inicializa mapa map7 = new google.maps.Map( document.getElementById('mapa_departameto1010'), mapOptions7 ); //chama função de onresize para centralizar mapa google.maps.event.trigger(map7, 'resize'); //cria markers geocoder = new google.maps.Geocoder(); var latLangMarker7_0 = new google.maps.LatLng( parseFloat(-19.689236), parseFloat(-44.899504) ); marker7_0 = new google.maps.Marker({ position: latLangMarker7_0, map: map7, icon: '', title: '', draggable:false }); infoWindowOpened7_0 = false; infowindow7_0 = new google.maps.InfoWindow( {content:unescape(' <div style="width:350px;"> <div id="bodyContent"> <div class="col-md-12 col-xs-12"> <p style="margin-bottom:0px;"><strong>Secretaria Municipal de Educação</strong></p><p style="margin-bottom:0px;">Rua Professor Francisco Saldanha , 150 ; ; ;Bairro: Chapadão</p><p style="margin-bottom:0px;">Pitangui / MG</p><p style="margin-bottom:0px;">35650-000</p> </div> </div> </div> ')} ); //abre infowindow google.maps.event.addListener( marker7_0, 'click', function() { if (!infoWindowOpened7_0) { infowindow7_0.open( map7, marker7_0 ); infoWindowOpened7_0 = true; } else { infowindow7_0.close(); infoWindowOpened7_0 = false; } map7.setCenter(latLang7); } ); google.maps.event.addListener( infowindow7_0, 'closeclick', function() { infoWindowOpened7_0 = false; console.log(this.getPosition()); map7.setCenter(this.getPosition()); } ); google.maps.event.addListener( map7, 'click', function() { infowindow7_0.close(); infoWindowOpened7_0 = false; } ); //função para centralizar o mapa ao redimencionar a tela google.maps.event.addDomListener( window, 'resize', function() { center = map7.getCenter(); google.maps.event.trigger(map7, 'resize'); map7.setCenter(center); } ); } function setMarkerPosition(marker, address) { geocoder.geocode( {'address': address}, function(results, status) { if (status == google.maps.GeocoderStatus.OK) { marker.setPosition(results[0].geometry.location); } } ); } $(function() { if (typeof google !== 'undefined' && typeof google.maps !== 'undefined') { showMap7(); } else { waitGoogleLoad(showMap7, 0); } }); </script>]]>
1564 <![CDATA[<script type="text/javascript"> $("#mapaDep1010").on("shown.bs.modal", function () { showMap7(); }); </script>]]>
1615 <![CDATA[<script type='text/javascript'> var map8 = null; function showMap8() { latitude = -18.588836; longitude = -46.528780; zoom = 15; //define configuração de latitude e longitude do mapa var latLang8 = new google.maps.LatLng( parseFloat(latitude), parseFloat(longitude) ); //configurações do mapa var mapOptions8 = { zoom:parseInt(zoom), center: latLang8, disableDefaultUI: false, navigationControl: false, mapTypeControl: false, scrollwheel: false, mapTypeId: google.maps.MapTypeId.ROADMAP }; //inicializa mapa map8 = new google.maps.Map( document.getElementById('mapa_departameto1013'), mapOptions8 ); //chama função de onresize para centralizar mapa google.maps.event.trigger(map8, 'resize'); //cria markers geocoder = new google.maps.Geocoder(); var latLangMarker8_0 = new google.maps.LatLng( parseFloat(-18.588836), parseFloat(-46.528780) ); marker8_0 = new google.maps.Marker({ position: latLangMarker8_0, map: map8, icon: '', title: '', draggable:false }); infoWindowOpened8_0 = false; infowindow8_0 = new google.maps.InfoWindow( {content:unescape(' <div style="width:350px;"> <div id="bodyContent"> <div class="col-md-12 col-xs-12"> <p style="margin-bottom:0px;"><strong>Secretaria Municipal de Desenvolvimento Social</strong></p><p style="margin-bottom:0px;">Praça Nove de Junho, 199 ; ; ;Bairro: Centro</p><p style="margin-bottom:0px;">Pitangui / MG</p><p style="margin-bottom:0px;">35650-000</p> </div> </div> </div> ')} ); //abre infowindow google.maps.event.addListener( marker8_0, 'click', function() { if (!infoWindowOpened8_0) { infowindow8_0.open( map8, marker8_0 ); infoWindowOpened8_0 = true; } else { infowindow8_0.close(); infoWindowOpened8_0 = false; } map8.setCenter(latLang8); } ); google.maps.event.addListener( infowindow8_0, 'closeclick', function() { infoWindowOpened8_0 = false; console.log(this.getPosition()); map8.setCenter(this.getPosition()); } ); google.maps.event.addListener( map8, 'click', function() { infowindow8_0.close(); infoWindowOpened8_0 = false; } ); //função para centralizar o mapa ao redimencionar a tela google.maps.event.addDomListener( window, 'resize', function() { center = map8.getCenter(); google.maps.event.trigger(map8, 'resize'); map8.setCenter(center); } ); } function setMarkerPosition(marker, address) { geocoder.geocode( {'address': address}, function(results, status) { if (status == google.maps.GeocoderStatus.OK) { marker.setPosition(results[0].geometry.location); } } ); } $(function() { if (typeof google !== 'undefined' && typeof google.maps !== 'undefined') { showMap8(); } else { waitGoogleLoad(showMap8, 0); } }); </script>]]>
1743 <![CDATA[<script type="text/javascript"> $("#mapaDep1013").on("shown.bs.modal", function () { showMap8(); }); </script>]]>
1799 <![CDATA[<script type='text/javascript'> var map9 = null; function showMap9() { latitude = -19.683342; longitude = -44.886660; zoom = 15; //define configuração de latitude e longitude do mapa var latLang9 = new google.maps.LatLng( parseFloat(latitude), parseFloat(longitude) ); //configurações do mapa var mapOptions9 = { zoom:parseInt(zoom), center: latLang9, disableDefaultUI: false, navigationControl: false, mapTypeControl: false, scrollwheel: false, mapTypeId: google.maps.MapTypeId.ROADMAP }; //inicializa mapa map9 = new google.maps.Map( document.getElementById('mapa_departameto1011'), mapOptions9 ); //chama função de onresize para centralizar mapa google.maps.event.trigger(map9, 'resize'); //cria markers geocoder = new google.maps.Geocoder(); var latLangMarker9_0 = new google.maps.LatLng( parseFloat(-19.683342), parseFloat(-44.886660) ); marker9_0 = new google.maps.Marker({ position: latLangMarker9_0, map: map9, icon: '', title: '', draggable:false }); infoWindowOpened9_0 = false; infowindow9_0 = new google.maps.InfoWindow( {content:unescape(' <div style="width:350px;"> <div id="bodyContent"> <div class="col-md-12 col-xs-12"> <p style="margin-bottom:0px;"><strong>CRAS - Centro de Referência de Assistência Social</strong></p><p style="margin-bottom:0px;">Rua Antero Rocha, 38 ; ; ;Bairro: Gameleira</p><p style="margin-bottom:0px;">Pitangui / MG</p><p style="margin-bottom:0px;">35650-000</p> </div> </div> </div> ')} ); //abre infowindow google.maps.event.addListener( marker9_0, 'click', function() { if (!infoWindowOpened9_0) { infowindow9_0.open( map9, marker9_0 ); infoWindowOpened9_0 = true; } else { infowindow9_0.close(); infoWindowOpened9_0 = false; } map9.setCenter(latLang9); } ); google.maps.event.addListener( infowindow9_0, 'closeclick', function() { infoWindowOpened9_0 = false; console.log(this.getPosition()); map9.setCenter(this.getPosition()); } ); google.maps.event.addListener( map9, 'click', function() { infowindow9_0.close(); infoWindowOpened9_0 = false; } ); //função para centralizar o mapa ao redimencionar a tela google.maps.event.addDomListener( window, 'resize', function() { center = map9.getCenter(); google.maps.event.trigger(map9, 'resize'); map9.setCenter(center); } ); } function setMarkerPosition(marker, address) { geocoder.geocode( {'address': address}, function(results, status) { if (status == google.maps.GeocoderStatus.OK) { marker.setPosition(results[0].geometry.location); } } ); } $(function() { if (typeof google !== 'undefined' && typeof google.maps !== 'undefined') { showMap9(); } else { waitGoogleLoad(showMap9, 0); } }); </script>]]>
1927 <![CDATA[<script type="text/javascript"> $("#mapaDep1011").on("shown.bs.modal", function () { showMap9(); }); </script>]]>
1983 <![CDATA[<script type='text/javascript'> var map10 = null; function showMap10() { latitude = 0.000000; longitude = 0.000000; zoom = 15; //define configuração de latitude e longitude do mapa var latLang10 = new google.maps.LatLng( parseFloat(latitude), parseFloat(longitude) ); //configurações do mapa var mapOptions10 = { zoom:parseInt(zoom), center: latLang10, disableDefaultUI: false, navigationControl: false, mapTypeControl: false, scrollwheel: false, mapTypeId: google.maps.MapTypeId.ROADMAP }; //inicializa mapa map10 = new google.maps.Map( document.getElementById('mapa_departameto1012'), mapOptions10 ); //chama função de onresize para centralizar mapa google.maps.event.trigger(map10, 'resize'); //cria markers geocoder = new google.maps.Geocoder(); var latLangMarker10_0 = new google.maps.LatLng( parseFloat(0.000000), parseFloat(0.000000) ); marker10_0 = new google.maps.Marker({ position: latLangMarker10_0, map: map10, icon: '', title: '', draggable:false }); infoWindowOpened10_0 = false; infowindow10_0 = new google.maps.InfoWindow( {content:unescape(' <div style="width:350px;"> <div id="bodyContent"> <div class="col-md-12 col-xs-12"> <p style="margin-bottom:0px;"><strong>CREAS - Centro de Referência Especializado de Assistência Social</strong></p><p style="margin-bottom:0px;">Rua José Januário Teixeira ; ; ;Bairro: Centro</p><p style="margin-bottom:0px;">Pitangui / MG</p><p style="margin-bottom:0px;">35650-000</p> </div> </div> </div> ')} ); //abre infowindow google.maps.event.addListener( marker10_0, 'click', function() { if (!infoWindowOpened10_0) { infowindow10_0.open( map10, marker10_0 ); infoWindowOpened10_0 = true; } else { infowindow10_0.close(); infoWindowOpened10_0 = false; } map10.setCenter(latLang10); } ); google.maps.event.addListener( infowindow10_0, 'closeclick', function() { infoWindowOpened10_0 = false; console.log(this.getPosition()); map10.setCenter(this.getPosition()); } ); google.maps.event.addListener( map10, 'click', function() { infowindow10_0.close(); infoWindowOpened10_0 = false; } ); //função para centralizar o mapa ao redimencionar a tela google.maps.event.addDomListener( window, 'resize', function() { center = map10.getCenter(); google.maps.event.trigger(map10, 'resize'); map10.setCenter(center); } ); } function setMarkerPosition(marker, address) { geocoder.geocode( {'address': address}, function(results, status) { if (status == google.maps.GeocoderStatus.OK) { marker.setPosition(results[0].geometry.location); } } ); } $(function() { if (typeof google !== 'undefined' && typeof google.maps !== 'undefined') { showMap10(); } else { waitGoogleLoad(showMap10, 0); } }); </script>]]>
2111 <![CDATA[<script type="text/javascript"> $("#mapaDep1012").on("shown.bs.modal", function () { showMap10(); }); </script>]]>
2646 <![CDATA[<script> new window.VLibras.Widget('https://vlibras.gov.br/app'); </script>]]>