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.4659,-78.3956)};var g_65869b1396d2919aa6012cd0d40cca68 = new google.maps.Geocoder();g_65869b1396d2919aa6012cd0d40cca68.geocode( { 'address': "109 Keystone St, Altoona, PA 16602, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('altoona-PA-your-choice-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('altoona-PA-your-choice-federal-credit-union'), mapOptions);}document.getElementById('17b7d5c0').innerHTML += ' | View Map';var $l65869b1396d2919aa6012cd0d40cca68 = '

Your Choice Federal Credit Union

Address: 109 Keystone St, Altoona, PA 16602, USA
Phone: (814) 946-1293
';var m_65869b1396d2919aa6012cd0d40cca68 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Your Choice Federal Credit Union',});m_65869b1396d2919aa6012cd0d40cca68['infowindow'] = new google.maps.InfoWindow({content: $l65869b1396d2919aa6012cd0d40cca68});var infowindow = new google.maps.InfoWindow({content: $l65869b1396d2919aa6012cd0d40cca68});google.maps.event.addListener(m_65869b1396d2919aa6012cd0d40cca68, 'click', function() {infowindow.open(map,m_65869b1396d2919aa6012cd0d40cca68);});$marker.push(m_65869b1396d2919aa6012cd0d40cca68);}});}google.maps.event.addDomListener(window, 'load', initialize);