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.5028,-78.3856)};var g_7be41bb21e370b40b442bda4127f0714 = new google.maps.Geocoder();g_7be41bb21e370b40b442bda4127f0714.geocode( { 'address': "1431 Valley View Blvd, Altoona, PA 16602, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('altoona-PA-american-pride-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('altoona-PA-american-pride-credit-union'), mapOptions);}document.getElementById('6437db97').innerHTML += ' | View Map';var $l7be41bb21e370b40b442bda4127f0714 = '

American Pride Credit Union

Address: 1431 Valley View Blvd, Altoona, PA 16602, USA
Phone: (814) 946-3045
';var m_7be41bb21e370b40b442bda4127f0714 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Pride Credit Union',});m_7be41bb21e370b40b442bda4127f0714['infowindow'] = new google.maps.InfoWindow({content: $l7be41bb21e370b40b442bda4127f0714});var infowindow = new google.maps.InfoWindow({content: $l7be41bb21e370b40b442bda4127f0714});google.maps.event.addListener(m_7be41bb21e370b40b442bda4127f0714, 'click', function() {infowindow.open(map,m_7be41bb21e370b40b442bda4127f0714);});$marker.push(m_7be41bb21e370b40b442bda4127f0714);}});}google.maps.event.addDomListener(window, 'load', initialize);