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.5001,-74.0703)};var g_9e362c9f01223b2e489334a6c3dc7b8a = new google.maps.Geocoder();g_9e362c9f01223b2e489334a6c3dc7b8a.geocode( { 'address': "1224 NY-300, Newburgh, NY 12550, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('newburgh-NY-mid-hudson-valley-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('newburgh-NY-mid-hudson-valley-federal-credit-union'), mapOptions);}document.getElementById('6c38a47e').innerHTML += ' | View Map';var $l9e362c9f01223b2e489334a6c3dc7b8a = '

Mid-Hudson Valley Federal Credit Union

Address: 1224 NY-300, Newburgh, NY 12550, USA
Phone: (845) 336-4444
';var m_9e362c9f01223b2e489334a6c3dc7b8a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mid-Hudson Valley Federal Credit Union',});m_9e362c9f01223b2e489334a6c3dc7b8a['infowindow'] = new google.maps.InfoWindow({content: $l9e362c9f01223b2e489334a6c3dc7b8a});var infowindow = new google.maps.InfoWindow({content: $l9e362c9f01223b2e489334a6c3dc7b8a});google.maps.event.addListener(m_9e362c9f01223b2e489334a6c3dc7b8a, 'click', function() {infowindow.open(map,m_9e362c9f01223b2e489334a6c3dc7b8a);});$marker.push(m_9e362c9f01223b2e489334a6c3dc7b8a);}});}google.maps.event.addDomListener(window, 'load', initialize);