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(42.2455,-73.7709)};var g_11aa628a9142189e3b2cb56587518b49 = new google.maps.Geocoder();g_11aa628a9142189e3b2cb56587518b49.geocode( { 'address': "207 Green St A, Hudson, NY 12534, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hudson-NY-columbia-greene-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('hudson-NY-columbia-greene-federal-credit-union'), mapOptions);}document.getElementById('f0623cc4').innerHTML += ' | View Map';var $l11aa628a9142189e3b2cb56587518b49 = '

Columbia-Greene Federal Credit Union

Address: 207 Green St A, Hudson, NY 12534, USA
Phone: (518) 828-5216
';var m_11aa628a9142189e3b2cb56587518b49 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Columbia-Greene Federal Credit Union',});m_11aa628a9142189e3b2cb56587518b49['infowindow'] = new google.maps.InfoWindow({content: $l11aa628a9142189e3b2cb56587518b49});var infowindow = new google.maps.InfoWindow({content: $l11aa628a9142189e3b2cb56587518b49});google.maps.event.addListener(m_11aa628a9142189e3b2cb56587518b49, 'click', function() {infowindow.open(map,m_11aa628a9142189e3b2cb56587518b49);});$marker.push(m_11aa628a9142189e3b2cb56587518b49);}});}google.maps.event.addDomListener(window, 'load', initialize);