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.0952,-76.0647)};var g_adbcf2ae9efbf6f10200a8aa8dcddc28 = new google.maps.Geocoder();g_adbcf2ae9efbf6f10200a8aa8dcddc28.geocode( { 'address': "109 E Main St, Endicott, NY 13760, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('endicott-NY-keybank-national-association').style.display = '';map = new google.maps.Map(document.getElementById('endicott-NY-keybank-national-association'), mapOptions);}document.getElementById('c376b020').innerHTML += ' | View Map';var $ladbcf2ae9efbf6f10200a8aa8dcddc28 = '

Keybank, National Association

Address: 109 E Main St, Endicott, NY 13760, USA
Phone:
';var m_adbcf2ae9efbf6f10200a8aa8dcddc28 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Keybank, National Association',});m_adbcf2ae9efbf6f10200a8aa8dcddc28['infowindow'] = new google.maps.InfoWindow({content: $ladbcf2ae9efbf6f10200a8aa8dcddc28});var infowindow = new google.maps.InfoWindow({content: $ladbcf2ae9efbf6f10200a8aa8dcddc28});google.maps.event.addListener(m_adbcf2ae9efbf6f10200a8aa8dcddc28, 'click', function() {infowindow.open(map,m_adbcf2ae9efbf6f10200a8aa8dcddc28);});$marker.push(m_adbcf2ae9efbf6f10200a8aa8dcddc28);}});}google.maps.event.addDomListener(window, 'load', initialize);