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.7006,-73.878)};var g_9978b7063e297d84bb2ac8e46c1c845f = new google.maps.Geocoder();g_9978b7063e297d84bb2ac8e46c1c845f.geocode( { 'address': "765 Dutchess Turnpike, Poughkeepsie, NY 12603, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('poughkeepsie-NY-hudson-valley-federal-credit-union-atm').style.display = '';map = new google.maps.Map(document.getElementById('poughkeepsie-NY-hudson-valley-federal-credit-union-atm'), mapOptions);}document.getElementById('dbf1e0bc').innerHTML += ' | View Map';var $l9978b7063e297d84bb2ac8e46c1c845f = '

Hudson Valley Federal Credit Union ATM

Address: 765 Dutchess Turnpike, Poughkeepsie, NY 12603, USA
Phone: (800) 468-3011
';var m_9978b7063e297d84bb2ac8e46c1c845f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hudson Valley Federal Credit Union ATM',});m_9978b7063e297d84bb2ac8e46c1c845f['infowindow'] = new google.maps.InfoWindow({content: $l9978b7063e297d84bb2ac8e46c1c845f});var infowindow = new google.maps.InfoWindow({content: $l9978b7063e297d84bb2ac8e46c1c845f});google.maps.event.addListener(m_9978b7063e297d84bb2ac8e46c1c845f, 'click', function() {infowindow.open(map,m_9978b7063e297d84bb2ac8e46c1c845f);});$marker.push(m_9978b7063e297d84bb2ac8e46c1c845f);}});}google.maps.event.addDomListener(window, 'load', initialize);