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.696,-74.9233)};var g_03f632e8f60a478dfc4f8c8c82f5e8bb = new google.maps.Geocoder();g_03f632e8f60a478dfc4f8c8c82f5e8bb.geocode( { 'address': "1 Atwell Rd, Cooperstown, NY 13326, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cooperstown-NY-leatherstocking-region-fcu').style.display = '';map = new google.maps.Map(document.getElementById('cooperstown-NY-leatherstocking-region-fcu'), mapOptions);}document.getElementById('92337342').innerHTML += ' | View Map';var $l03f632e8f60a478dfc4f8c8c82f5e8bb = '

Leatherstocking Region FCU

Address: 1 Atwell Rd, Cooperstown, NY 13326, USA
Phone: (877) 378-6466
';var m_03f632e8f60a478dfc4f8c8c82f5e8bb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Leatherstocking Region FCU',});m_03f632e8f60a478dfc4f8c8c82f5e8bb['infowindow'] = new google.maps.InfoWindow({content: $l03f632e8f60a478dfc4f8c8c82f5e8bb});var infowindow = new google.maps.InfoWindow({content: $l03f632e8f60a478dfc4f8c8c82f5e8bb});google.maps.event.addListener(m_03f632e8f60a478dfc4f8c8c82f5e8bb, 'click', function() {infowindow.open(map,m_03f632e8f60a478dfc4f8c8c82f5e8bb);});$marker.push(m_03f632e8f60a478dfc4f8c8c82f5e8bb);}});}google.maps.event.addDomListener(window, 'load', initialize);