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.5903,-73.9049)};var g_5fdbaa11bd42c308322756f60f43785f = new google.maps.Geocoder();g_5fdbaa11bd42c308322756f60f43785f.geocode( { 'address': "11 Marshall Rd, Wappingers Falls, NY 12590, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wappingers-falls-NY-hudson-valley-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('wappingers-falls-NY-hudson-valley-federal-credit-union'), mapOptions);}document.getElementById('6a2fc7e2').innerHTML += ' | View Map';var $l5fdbaa11bd42c308322756f60f43785f = '

Hudson Valley Federal Credit Union

Address: 11 Marshall Rd, Wappingers Falls, NY 12590, USA
Phone: (845) 463-3011
';var m_5fdbaa11bd42c308322756f60f43785f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hudson Valley Federal Credit Union',});m_5fdbaa11bd42c308322756f60f43785f['infowindow'] = new google.maps.InfoWindow({content: $l5fdbaa11bd42c308322756f60f43785f});var infowindow = new google.maps.InfoWindow({content: $l5fdbaa11bd42c308322756f60f43785f});google.maps.event.addListener(m_5fdbaa11bd42c308322756f60f43785f, 'click', function() {infowindow.open(map,m_5fdbaa11bd42c308322756f60f43785f);});$marker.push(m_5fdbaa11bd42c308322756f60f43785f);}});}google.maps.event.addDomListener(window, 'load', initialize);