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.815,-74.8998)};var g_0fc6fa2bc6dbadbce4612c58b42a7395 = new google.maps.Geocoder();g_0fc6fa2bc6dbadbce4612c58b42a7395.geocode( { 'address': "7397 NY-80, Cooperstown, NY 13326, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cooperstown-NY-farm-credit-east').style.display = '';map = new google.maps.Map(document.getElementById('cooperstown-NY-farm-credit-east'), mapOptions);}document.getElementById('8090ac6b').innerHTML += ' | View Map';var $l0fc6fa2bc6dbadbce4612c58b42a7395 = '

Farm Credit East

Address: 7397 NY-80, Cooperstown, NY 13326, USA
Phone:
';var m_0fc6fa2bc6dbadbce4612c58b42a7395 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Farm Credit East',});m_0fc6fa2bc6dbadbce4612c58b42a7395['infowindow'] = new google.maps.InfoWindow({content: $l0fc6fa2bc6dbadbce4612c58b42a7395});var infowindow = new google.maps.InfoWindow({content: $l0fc6fa2bc6dbadbce4612c58b42a7395});google.maps.event.addListener(m_0fc6fa2bc6dbadbce4612c58b42a7395, 'click', function() {infowindow.open(map,m_0fc6fa2bc6dbadbce4612c58b42a7395);});$marker.push(m_0fc6fa2bc6dbadbce4612c58b42a7395);}});}google.maps.event.addDomListener(window, 'load', initialize);