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.2346,-73.7319)};var g_311776ed96ef6393b4f8746407c84995 = new google.maps.Geocoder();g_311776ed96ef6393b4f8746407c84995.geocode( { 'address': "190 NY-9H, Hudson, NY 12534, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hudson-NY-farm-credit-east-aca').style.display = '';map = new google.maps.Map(document.getElementById('hudson-NY-farm-credit-east-aca'), mapOptions);}document.getElementById('db6c024d').innerHTML += ' | View Map';var $l311776ed96ef6393b4f8746407c84995 = '

Farm Credit East, ACA

Address: 190 NY-9H, Hudson, NY 12534, USA
Phone: (518) 851-3313
';var m_311776ed96ef6393b4f8746407c84995 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Farm Credit East, ACA',});m_311776ed96ef6393b4f8746407c84995['infowindow'] = new google.maps.InfoWindow({content: $l311776ed96ef6393b4f8746407c84995});var infowindow = new google.maps.InfoWindow({content: $l311776ed96ef6393b4f8746407c84995});google.maps.event.addListener(m_311776ed96ef6393b4f8746407c84995, 'click', function() {infowindow.open(map,m_311776ed96ef6393b4f8746407c84995);});$marker.push(m_311776ed96ef6393b4f8746407c84995);}});}google.maps.event.addDomListener(window, 'load', initialize);