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.4686,-74.0475)};var g_862ff96bce3c11c877d61fb669a2a82b = new google.maps.Geocoder();g_862ff96bce3c11c877d61fb669a2a82b.geocode( { 'address': "265 Windsor Hwy, New Windsor, NY 12553, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-windsor-NY-hudson-valley-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('new-windsor-NY-hudson-valley-federal-credit-union'), mapOptions);}document.getElementById('9c31db8a').innerHTML += ' | View Map';var $l862ff96bce3c11c877d61fb669a2a82b = '

Hudson Valley Federal Credit Union

Address: 265 Windsor Hwy, New Windsor, NY 12553, USA
Phone: (800) 468-3011
';var m_862ff96bce3c11c877d61fb669a2a82b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hudson Valley Federal Credit Union',});m_862ff96bce3c11c877d61fb669a2a82b['infowindow'] = new google.maps.InfoWindow({content: $l862ff96bce3c11c877d61fb669a2a82b});var infowindow = new google.maps.InfoWindow({content: $l862ff96bce3c11c877d61fb669a2a82b});google.maps.event.addListener(m_862ff96bce3c11c877d61fb669a2a82b, 'click', function() {infowindow.open(map,m_862ff96bce3c11c877d61fb669a2a82b);});$marker.push(m_862ff96bce3c11c877d61fb669a2a82b);}});}google.maps.event.addDomListener(window, 'load', initialize);