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.7745,-74.2978)};var g_dbdb0f4afcf0015f60df7f38b8f5532a = new google.maps.Geocoder();g_dbdb0f4afcf0015f60df7f38b8f5532a.geocode( { 'address': "6329 US-209, Kerhonkson, NY 12446, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kerhonkson-NY-self-reliance-ny-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('kerhonkson-NY-self-reliance-ny-federal-credit-union'), mapOptions);}document.getElementById('c1554339').innerHTML += ' | View Map';var $ldbdb0f4afcf0015f60df7f38b8f5532a = '

Self Reliance (NY) Federal Credit Union

Address: 6329 US-209, Kerhonkson, NY 12446, USA
Phone: (212) 473-7310 ext.
';var m_dbdb0f4afcf0015f60df7f38b8f5532a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Self Reliance (NY) Federal Credit Union',});m_dbdb0f4afcf0015f60df7f38b8f5532a['infowindow'] = new google.maps.InfoWindow({content: $ldbdb0f4afcf0015f60df7f38b8f5532a});var infowindow = new google.maps.InfoWindow({content: $ldbdb0f4afcf0015f60df7f38b8f5532a});google.maps.event.addListener(m_dbdb0f4afcf0015f60df7f38b8f5532a, 'click', function() {infowindow.open(map,m_dbdb0f4afcf0015f60df7f38b8f5532a);});$marker.push(m_dbdb0f4afcf0015f60df7f38b8f5532a);}});}google.maps.event.addDomListener(window, 'load', initialize);