790
| <![CDATA[<script>
var map;
var locations;
var styles = [];
function initMap() {
var locations = [
[
'CONTROLADORIA GERAL DO MUNICÍPIO</br><i class="fa fa-map-marker" aria-hidden="true"></i> RUA PADRE CLICÉRIO, N.4605 - SÃO FRANCISCO</br><i class="fa fa-clock-o" aria-hidden="true"></i> 07H00 ÀS 13H00',
-5.251477, -38.1309182, 5 ],
[
'GABINETE DO PREFEITO</br><i class="fa fa-map-marker" aria-hidden="true"></i> RUA PADRE CLICÉRIO, N.4605 - SÃO FRANCISCO</br><i class="fa fa-clock-o" aria-hidden="true"></i> SEGUNDA A SEXTA 07:00 AS 13:00',
-5.251477, -38.1309182, 5 ],
[
'PROCURADORIA GERAL DO MUNICÍPIO</br><i class="fa fa-map-marker" aria-hidden="true"></i> RUA PADRE CLICÉRIO, N.4605 - BAIRRO SÃO FRANCISCO</br><i class="fa fa-clock-o" aria-hidden="true"></i> 07H00 ÀS 13H00',
-5.251477, -38.1309182, 5 ],
[
'SECRETARIA DE ASSISTÊNCIA SOCIAL</br><i class="fa fa-map-marker" aria-hidden="true"></i> RUA PADRE CLICÉRIO, N.4605 - SÃO FRANCISCO</br><i class="fa fa-clock-o" aria-hidden="true"></i> 07H00 ÀS 13H00',
-5.251477, -38.1309182, 5 ],
[
'SECRETARIA DE CULTURA</br><i class="fa fa-map-marker" aria-hidden="true"></i> RUA ACELINO MAIA, N.4422 - CENTRO</br><i class="fa fa-clock-o" aria-hidden="true"></i> 07:00 ÀS 13:00',
-5.250255999999999, -38.1283462, 5 ],
[
'SECRETARIA DE DESENVOLVIMENTO ECONÔMICO E EMPREENDEDORISMO</br><i class="fa fa-map-marker" aria-hidden="true"></i> RUA MAIA ALARCON, N.S/N - CENTRO</br><i class="fa fa-clock-o" aria-hidden="true"></i> 07H00 ÀS 13H00',
-5.247626, -38.1287517, 5 ],
[
'SECRETARIA DE DESENVOLVIMENTO RURAL E REFORMA AGRÁRIA</br><i class="fa fa-map-marker" aria-hidden="true"></i> RUA ACELINO MAIA, N.4422 - CENTRO</br><i class="fa fa-clock-o" aria-hidden="true"></i> SEGUNDA A SEXTA 07:00 AS 13:00',
-5.250255999999999, -38.1283462, 5 ],
[
'SECRETARIA DE EDUCAÇÃO BÁSICA</br><i class="fa fa-map-marker" aria-hidden="true"></i> RUA PADRE CLICÉRIO, N.4605 - BAIRRO SÃO FRANCISCO</br><i class="fa fa-clock-o" aria-hidden="true"></i> 07H00 ÀS 13H00',
-5.251477, -38.1309182, 5 ],
[
'SECRETARIA DE ESPORTE E JUVENTUDE</br><i class="fa fa-map-marker" aria-hidden="true"></i> RUA ANTONIO PIO GADELHA, N.S/N - CENTRO</br><i class="fa fa-clock-o" aria-hidden="true"></i> 07H00 ÀS 13H00',
-5.2501771, -38.1260492, 5 ],
[
'SECRETARIA DE FINANÇAS</br><i class="fa fa-map-marker" aria-hidden="true"></i> RUA PADRE CLICÉRIO, N.4605 - SÃO FRANCISCO</br><i class="fa fa-clock-o" aria-hidden="true"></i> 07H00 ÀS 13H00',
-5.251477, -38.1309182, 5 ],
[
'SECRETARIA DE MEIO AMBIENTE E TURISMO</br><i class="fa fa-map-marker" aria-hidden="true"></i> RUA MAIA ALARCON, N.S/N - CENTRO</br><i class="fa fa-clock-o" aria-hidden="true"></i> 07H00 ÀS 13H00',
-5.247626, -38.1287517, 5 ],
[
'SECRETARIA DE OBRAS E SERVIÇOS PÚBLICOS</br><i class="fa fa-map-marker" aria-hidden="true"></i> RUA PEDRO PESSOA, N.4189 - JOSÉ MENDES</br><i class="fa fa-clock-o" aria-hidden="true"></i> 07:00 ÀS 13:00',
-5.242964499999999, -38.1296362, 5 ],
[
'SECRETARIA DE SAÚDE</br><i class="fa fa-map-marker" aria-hidden="true"></i> RUA PADRE CLICÉRIO, N.4605 - BAIRRO SÃO FRANCISCO</br><i class="fa fa-clock-o" aria-hidden="true"></i> 07H00 ÀS 13H00',
-5.251477, -38.1309182, 5 ],
[
'SECRETARIA MUNICIPAL DE ADMINISTRAÇÃO</br><i class="fa fa-map-marker" aria-hidden="true"></i> RUA PADRE CLICÉRIO, N.4605 - SÃO FRANCISCO</br><i class="fa fa-clock-o" aria-hidden="true"></i> 07H00 ÀS 13H00',
-5.251477, -38.1309182, 5 ],
[
'SECRETARIA MUNICIPAL DE ASSUNTOS INSTITUCIONAIS E POLÍTICOS</br><i class="fa fa-map-marker" aria-hidden="true"></i> RUA PADRE CLICÉRIO, N.4605 - BAIRRO SÃO FRANCISCO</br><i class="fa fa-clock-o" aria-hidden="true"></i> 07H00 ÀS 13H00',
-5.251477, -38.1309182, 5 ],
[
'SECRETARIA MUNICIPAL DE DESENVOLVIMENTO URBANO</br><i class="fa fa-map-marker" aria-hidden="true"></i> RUA PEDRO PESSOA, N.4189 - JOSÉ MENDES SOBRINHO</br><i class="fa fa-clock-o" aria-hidden="true"></i> 07H00 ÀS 13H00',
-5.2429666, -38.1296341, 5 ],
];
var longitude = locations[0][1];
var latitude = locations[0][2];
map = new google.maps.Map(document.getElementById('map'), {
zoom: 12,
center: new google.maps.LatLng(longitude, latitude),
styles: styles
});
var infowindow = new google.maps.InfoWindow;
var marker, i;
var image = {
1: {
url: 'imagens/maps/educacao.png',
size: new google.maps.Size(50, 50),
origin: new google.maps.Point(0, 0),
anchor: new google.maps.Point(0, 50)
},
2: {
url: 'imagens/maps/saude.png',
size: new google.maps.Size(50, 50),
origin: new google.maps.Point(0, 0),
anchor: new google.maps.Point(0, 50)
},
3: {
url: 'imagens/maps/assistencia.png',
size: new google.maps.Size(50, 50),
origin: new google.maps.Point(0, 0),
anchor: new google.maps.Point(0, 50)
},
4: {
url: 'imagens/maps/grupo.png',
size: new google.maps.Size(50, 50),
origin: new google.maps.Point(0, 0),
anchor: new google.maps.Point(0, 50)
},
5: {
url: 'imagens/maps/secretaria.png',
size: new google.maps.Size(50, 50),
origin: new google.maps.Point(0, 0),
anchor: new google.maps.Point(0, 50)
}
};
for (i = 0; i < locations.length; i++) {
marker = new google.maps.Marker({
position: new google.maps.LatLng(locations[i][1], locations[i][2]),
title: locations[i][0],
map: map,
icon: image[locations[i][3]]
});
google.maps.event.addListener(marker, 'click', (function(marker, i) {
return function() {
infowindow.setContent(locations[i][0]);
infowindow.open(map, marker);
}
})(marker, i));
}
filterMarkers = function(category) {
//console.log(category);
var markers = gmarkers[i];
for (var i = 0; i < gmarkers.length; i++) {
// If is same category or category not picked
if (gmarkers[i].category == category || category.length === 0) {
console.log("category is " + gmarkers[i].category);
gmarkers[i].setVisible(true);
}
// Categories don't match
else {
gmarkers[i].setVisible(false);
}
}
}
}
</script>]]>
|