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.6983,-73.8879)};var g_bd7cfa38b67786bf4f717764cfd0b674 = new google.maps.Geocoder();g_bd7cfa38b67786bf4f717764cfd0b674.geocode( { 'address': "21 Burnett Blvd # 2, Poughkeepsie, NY 12603, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('poughkeepsie-NY-mid-hudson-valley-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('poughkeepsie-NY-mid-hudson-valley-federal-credit-union'), mapOptions);}document.getElementById('35ea6bd0').innerHTML += ' | View Map';var $lbd7cfa38b67786bf4f717764cfd0b674 = '

Mid-Hudson Valley Federal Credit Union

Address: 21 Burnett Blvd # 2, Poughkeepsie, NY 12603, USA
Phone: (845) 452-3451
';var m_bd7cfa38b67786bf4f717764cfd0b674 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mid-Hudson Valley Federal Credit Union',});m_bd7cfa38b67786bf4f717764cfd0b674['infowindow'] = new google.maps.InfoWindow({content: $lbd7cfa38b67786bf4f717764cfd0b674});var infowindow = new google.maps.InfoWindow({content: $lbd7cfa38b67786bf4f717764cfd0b674});google.maps.event.addListener(m_bd7cfa38b67786bf4f717764cfd0b674, 'click', function() {infowindow.open(map,m_bd7cfa38b67786bf4f717764cfd0b674);});$marker.push(m_bd7cfa38b67786bf4f717764cfd0b674);}});}google.maps.event.addDomListener(window, 'load', initialize);