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.7009,-74.9238)};var g_d7e941dcd980d48fa061116223a17cb0 = new google.maps.Geocoder();g_d7e941dcd980d48fa061116223a17cb0.geocode( { 'address': "31 Pioneer St, Cooperstown, NY 13326, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cooperstown-NY-leatherstocking-group-inc').style.display = '';map = new google.maps.Map(document.getElementById('cooperstown-NY-leatherstocking-group-inc'), mapOptions);}document.getElementById('ec80e19b').innerHTML += ' | View Map';var $ld7e941dcd980d48fa061116223a17cb0 = '

Leatherstocking Group Inc

Address: 31 Pioneer St, Cooperstown, NY 13326, USA
Phone: (607) 547-5007
';var m_d7e941dcd980d48fa061116223a17cb0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Leatherstocking Group Inc',});m_d7e941dcd980d48fa061116223a17cb0['infowindow'] = new google.maps.InfoWindow({content: $ld7e941dcd980d48fa061116223a17cb0});var infowindow = new google.maps.InfoWindow({content: $ld7e941dcd980d48fa061116223a17cb0});google.maps.event.addListener(m_d7e941dcd980d48fa061116223a17cb0, 'click', function() {infowindow.open(map,m_d7e941dcd980d48fa061116223a17cb0);});$marker.push(m_d7e941dcd980d48fa061116223a17cb0);}});}google.maps.event.addDomListener(window, 'load', initialize);