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(43.8998,-75.382)};var g_d7419ae04f248e5105ac3d0700389775 = new google.maps.Geocoder();g_d7419ae04f248e5105ac3d0700389775.geocode( { 'address': "9760 Main St, Croghan, NY 13327"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('croghan-NY-keybank').style.display = '';map = new google.maps.Map(document.getElementById('croghan-NY-keybank'), mapOptions);}document.getElementById('398d72f4').innerHTML += ' | View Map';var $ld7419ae04f248e5105ac3d0700389775 = '

KeyBank

Address: 9760 Main St, Croghan, NY 13327
Phone: (315) 816-3283
';var m_d7419ae04f248e5105ac3d0700389775 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'KeyBank',});m_d7419ae04f248e5105ac3d0700389775['infowindow'] = new google.maps.InfoWindow({content: $ld7419ae04f248e5105ac3d0700389775});var infowindow = new google.maps.InfoWindow({content: $ld7419ae04f248e5105ac3d0700389775});google.maps.event.addListener(m_d7419ae04f248e5105ac3d0700389775, 'click', function() {infowindow.open(map,m_d7419ae04f248e5105ac3d0700389775);});$marker.push(m_d7419ae04f248e5105ac3d0700389775);}});}google.maps.event.addDomListener(window, 'load', initialize);