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.7017,-73.9168)};var g_138e74a053be488efaf46ff2eb768c6a = new google.maps.Geocoder();g_138e74a053be488efaf46ff2eb768c6a.geocode( { 'address': "10 Ibm Rd, Poughkeepsie, NY 12601"}, 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('13c8fa47').innerHTML += ' | View Map';var $l138e74a053be488efaf46ff2eb768c6a = '

Mid Hudson Valley Federal Credit Union

Address: 10 Ibm Rd, Poughkeepsie, NY 12601
Phone: (845) 336-4444
';var m_138e74a053be488efaf46ff2eb768c6a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mid Hudson Valley Federal Credit Union',});m_138e74a053be488efaf46ff2eb768c6a['infowindow'] = new google.maps.InfoWindow({content: $l138e74a053be488efaf46ff2eb768c6a});var infowindow = new google.maps.InfoWindow({content: $l138e74a053be488efaf46ff2eb768c6a});google.maps.event.addListener(m_138e74a053be488efaf46ff2eb768c6a, 'click', function() {infowindow.open(map,m_138e74a053be488efaf46ff2eb768c6a);});$marker.push(m_138e74a053be488efaf46ff2eb768c6a);}});}google.maps.event.addDomListener(window, 'load', initialize);