var map;var $marker = [];function $setCursor($lat, $lng, $index){$marker[$index - 1]['infowindow'].open(map, $marker[$index - 1]);var $lat_lng = new google.maps.LatLng($lat, $lng);map.setCenter($lat_lng);map.setZoom(20);}function initialize(){var $i = 0;var mapOptions = {zoom: 10,center: new google.maps.LatLng(40.4958,-78.4106)};var g_02b29a81567cacd95fb4dbcc62b22bfe = new google.maps.Geocoder();g_02b29a81567cacd95fb4dbcc62b22bfe.geocode( { 'address': "3001 6th Ave, Altoona, PA 16602, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('altoona-PA-blair-county-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('altoona-PA-blair-county-federal-credit-union'), mapOptions);}document.getElementById('b17e001c').innerHTML += ' | View Map';var $l02b29a81567cacd95fb4dbcc62b22bfe = '

Blair County Federal Credit Union

Address: 3001 6th Ave, Altoona, PA 16602, USA
Phone: (814) 944-2821
';var m_02b29a81567cacd95fb4dbcc62b22bfe = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Blair County Federal Credit Union',});m_02b29a81567cacd95fb4dbcc62b22bfe['infowindow'] = new google.maps.InfoWindow({content: $l02b29a81567cacd95fb4dbcc62b22bfe});var infowindow = new google.maps.InfoWindow({content: $l02b29a81567cacd95fb4dbcc62b22bfe});google.maps.event.addListener(m_02b29a81567cacd95fb4dbcc62b22bfe, 'click', function() {infowindow.open(map,m_02b29a81567cacd95fb4dbcc62b22bfe);});$marker.push(m_02b29a81567cacd95fb4dbcc62b22bfe);}});}google.maps.event.addDomListener(window, 'load', initialize);