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(41.3919,-73.9588)};var g_8f56c9b214a9d6f78296e2daf6614fb5 = new google.maps.Geocoder();g_8f56c9b214a9d6f78296e2daf6614fb5.geocode( { 'address': "West Point: Taylor Hall, West Point, NY 10996, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-point-NY-penfed-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('west-point-NY-penfed-credit-union'), mapOptions);}document.getElementById('5131597b').innerHTML += ' | View Map';var $l8f56c9b214a9d6f78296e2daf6614fb5 = '

PenFed Credit Union

Address: West Point: Taylor Hall, West Point, NY 10996, USA
Phone: (800) 247-5626
';var m_8f56c9b214a9d6f78296e2daf6614fb5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'PenFed Credit Union',});m_8f56c9b214a9d6f78296e2daf6614fb5['infowindow'] = new google.maps.InfoWindow({content: $l8f56c9b214a9d6f78296e2daf6614fb5});var infowindow = new google.maps.InfoWindow({content: $l8f56c9b214a9d6f78296e2daf6614fb5});google.maps.event.addListener(m_8f56c9b214a9d6f78296e2daf6614fb5, 'click', function() {infowindow.open(map,m_8f56c9b214a9d6f78296e2daf6614fb5);});$marker.push(m_8f56c9b214a9d6f78296e2daf6614fb5);}});}google.maps.event.addDomListener(window, 'load', initialize);