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.4887,-78.3956)};var g_95574432c9dec32b2c46acff9dab78d9 = new google.maps.Geocoder();g_95574432c9dec32b2c46acff9dab78d9.geocode( { 'address': "2907 Pleasant Valley Blvd #9, Altoona, PA 16602, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('altoona-PA-gap-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('altoona-PA-gap-federal-credit-union'), mapOptions);}document.getElementById('ca2cbfa5').innerHTML += ' | View Map';var $l95574432c9dec32b2c46acff9dab78d9 = '

GAP Federal Credit Union

Address: 2907 Pleasant Valley Blvd #9, Altoona, PA 16602, USA
Phone: (814) 946-0726
';var m_95574432c9dec32b2c46acff9dab78d9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'GAP Federal Credit Union',});m_95574432c9dec32b2c46acff9dab78d9['infowindow'] = new google.maps.InfoWindow({content: $l95574432c9dec32b2c46acff9dab78d9});var infowindow = new google.maps.InfoWindow({content: $l95574432c9dec32b2c46acff9dab78d9});google.maps.event.addListener(m_95574432c9dec32b2c46acff9dab78d9, 'click', function() {infowindow.open(map,m_95574432c9dec32b2c46acff9dab78d9);});$marker.push(m_95574432c9dec32b2c46acff9dab78d9);}});}google.maps.event.addDomListener(window, 'load', initialize);