773
| <![CDATA[<script>
var map;
var locations;
var styles = [];
function initMap() {
var locations = [
[
'CONTADORIA MUNICIPAL</br><i class="fa fa-map-marker" aria-hidden="true"></i> RUA DOS PODERES, N.256 - CENTRO</br><i class="fa fa-clock-o" aria-hidden="true"></i> DE SEGUNDA-FEIRA A SEXTA-FEIRA DAS 07H ÀS 13H',
-6.1162562, -37.8134235, 5 ],
[
'CONTROLADORIA GERAL</br><i class="fa fa-map-marker" aria-hidden="true"></i> RUA DOS PODERES, N.256 - CENTRO</br><i class="fa fa-clock-o" aria-hidden="true"></i> DE SEGUNDA-FEIRA A SEXTA-FEIRA DAS 07H ÀS 13H',
-6.1162562, -37.8134235, 5 ],
[
'COORDENAÇÃO DO CADASTRO ÚNICO/PROGRAMA BOLSA FAMÍLIA</br><i class="fa fa-heartbeat" aria-hidden="true"></i> RUA JULIETA DANTAS, N.00 - CENTRO</br>SEG À SEX, 7H ÀS 13H.',
-6.1162854, -37.8126755, 3 ],
[
'GABINETE CIVIL DA PREFEITA</br><i class="fa fa-map-marker" aria-hidden="true"></i> RUA DOS PODERES, N.256 - CENTRO</br><i class="fa fa-clock-o" aria-hidden="true"></i> DE SEGUNDA-FEIRA A SEXTA-FEIRA DAS 07H ÀS 13H',
-6.1162562, -37.8134235, 5 ],
[
'SECRETARIA DE ASSISTÊNCIA SOCIAL E HABITAÇÃO</br><i class="fa fa-map-marker" aria-hidden="true"></i> RUA DOS PODERES, N.256 - CENTRO</br><i class="fa fa-clock-o" aria-hidden="true"></i> DE SEGUNDA-FEIRA A SEXTA-FEIRA DAS 07H ÀS 13H',
-6.1162562, -37.8134235, 5 ],
[
'SECRETARIA DE EDUCAÇÃO E CULTURA</br><i class="fa fa-map-marker" aria-hidden="true"></i> RUA DOS PODERES, N.256 - CENTRO</br><i class="fa fa-clock-o" aria-hidden="true"></i> DE SEGUNDA-FEIRA A SEXTA-FEIRA DAS 07H ÀS 13H',
-6.1162562, -37.8134235, 5 ],
[
'SECRETARIA DE INFRAESTRUTURA</br><i class="fa fa-map-marker" aria-hidden="true"></i> RUA DOS PODERES, N.256 - CENTRO</br><i class="fa fa-clock-o" aria-hidden="true"></i> DE SEGUNDA-FEIRA A SEXTA-FEIRA DAS 07H ÀS 13H',
-6.1162562, -37.8134235, 5 ],
[
'SECRETARIA DE JUVENTUDE, TURISMO E ESPORTES</br><i class="fa fa-map-marker" aria-hidden="true"></i> RUA DOS PODERES, N.256 - CENTRO</br><i class="fa fa-clock-o" aria-hidden="true"></i> DE SEGUNDA-FEIRA A SEXTA-FEIRA DAS 07H ÀS 13H',
-6.1162562, -37.8134235, 5 ],
[
'SECRETARIA DE TRANSPORTES</br><i class="fa fa-map-marker" aria-hidden="true"></i> RUA DOS PODERES, N.256 - CENTRO</br><i class="fa fa-clock-o" aria-hidden="true"></i> DE SEGUNDA-FEIRA A SEXTA-FEIRA DAS 07H ÀS 13H',
-6.1162562, -37.8134235, 5 ],
[
'SECRETARIA DE URBANISMO E MEIO AMBIENTE</br><i class="fa fa-map-marker" aria-hidden="true"></i> RUA DOS PODERES, N.256 - CENTRO</br><i class="fa fa-clock-o" aria-hidden="true"></i> DE SEGUNDA-FEIRA A SEXTA-FEIRA DAS 07H ÀS 13H',
-6.1162562, -37.8134235, 5 ],
[
'SECRETARIA MUNICIPAL DE ADMINISTRAÇÃO E RECURSOS HUMANOS</br><i class="fa fa-map-marker" aria-hidden="true"></i> RUA DOS PODERES, N.256 - CENTRO</br><i class="fa fa-clock-o" aria-hidden="true"></i> DE SEGUNDA-FEIRA A SEXTA-FEIRA DAS 07H ÀS 13H',
-6.1162562, -37.8134235, 5 ],
[
'SECRETARIA MUNICIPAL DE AGRICULTURA, RECURSOS HÍDRICOS E DA PESCA</br></br><i class="fa fa-clock-o" aria-hidden="true"></i> DE SEGUNDA-FEIRA A SEXTA-FEIRA DAS 07H ÀS 13H',
-6.1162854, -37.8126755, 5 ],
[
'SECRETARIA MUNICIPAL DE FINANÇAS E ORÇAMENTO</br><i class="fa fa-map-marker" aria-hidden="true"></i> RUA DOS PODERES, N.256 - CENTRO</br><i class="fa fa-clock-o" aria-hidden="true"></i> DE SEGUNDA-FEIRA A SEXTA-FEIRA DAS 07H ÀS 13H',
-6.1162562, -37.8134235, 5 ],
[
'SECRETARIA MUNICIPAL DE SAÚDE</br><i class="fa fa-map-marker" aria-hidden="true"></i> RUA JOAQUIM DIAS, N. - CENTRO</br><i class="fa fa-clock-o" aria-hidden="true"></i> DE SEGUNDA-FEIRA A SEXTA-FEIRA DAS 08H ÀS 13H',
-6.1203265, -37.8146606, 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>]]>
|