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.3753,-73.9634)};var g_81ce9a54df7b221e0109ab4395657c87 = new google.maps.Geocoder();g_81ce9a54df7b221e0109ab4395657c87.geocode( { 'address': "481 Main St, Highland Falls, NY 10928, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('highland-falls-NY-penfed-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('highland-falls-NY-penfed-credit-union'), mapOptions);}document.getElementById('586a9004').innerHTML += ' | View Map';var $l81ce9a54df7b221e0109ab4395657c87 = '

PenFed Credit Union

Address: 481 Main St, Highland Falls, NY 10928, USA
Phone: (800) 247-5626
';var m_81ce9a54df7b221e0109ab4395657c87 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'PenFed Credit Union',});m_81ce9a54df7b221e0109ab4395657c87['infowindow'] = new google.maps.InfoWindow({content: $l81ce9a54df7b221e0109ab4395657c87});var infowindow = new google.maps.InfoWindow({content: $l81ce9a54df7b221e0109ab4395657c87});google.maps.event.addListener(m_81ce9a54df7b221e0109ab4395657c87, 'click', function() {infowindow.open(map,m_81ce9a54df7b221e0109ab4395657c87);});$marker.push(m_81ce9a54df7b221e0109ab4395657c87);}});}google.maps.event.addDomListener(window, 'load', initialize);