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.6988,-74.9345)};var g_5a38a1eb24d99699159da10e71c45577 = new google.maps.Geocoder();g_5a38a1eb24d99699159da10e71c45577.geocode( { 'address': "24 Glen Ave, Cooperstown, NY 13326, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cooperstown-NY-leatherstocking-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('cooperstown-NY-leatherstocking-credit-union'), mapOptions);}document.getElementById('aad1bd6a').innerHTML += ' | View Map';var $l5a38a1eb24d99699159da10e71c45577 = '

Leatherstocking Credit Union

Address: 24 Glen Ave, Cooperstown, NY 13326, USA
Phone: (607) 547-5700
';var m_5a38a1eb24d99699159da10e71c45577 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Leatherstocking Credit Union',});m_5a38a1eb24d99699159da10e71c45577['infowindow'] = new google.maps.InfoWindow({content: $l5a38a1eb24d99699159da10e71c45577});var infowindow = new google.maps.InfoWindow({content: $l5a38a1eb24d99699159da10e71c45577});google.maps.event.addListener(m_5a38a1eb24d99699159da10e71c45577, 'click', function() {infowindow.open(map,m_5a38a1eb24d99699159da10e71c45577);});$marker.push(m_5a38a1eb24d99699159da10e71c45577);}});}google.maps.event.addDomListener(window, 'load', initialize);