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.1835,-76.2524)};var g_4ea9b037e7c65db8b57fd83db2fa9655 = new google.maps.Geocoder();g_4ea9b037e7c65db8b57fd83db2fa9655.geocode( { 'address': "3715 NY-31, Liverpool, NY 13090, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('liverpool-NY-keybank-national-association').style.display = '';map = new google.maps.Map(document.getElementById('liverpool-NY-keybank-national-association'), mapOptions);}document.getElementById('5bae8076').innerHTML += ' | View Map';var $l4ea9b037e7c65db8b57fd83db2fa9655 = '

Keybank, National Association

Address: 3715 NY-31, Liverpool, NY 13090, USA
Phone:
';var m_4ea9b037e7c65db8b57fd83db2fa9655 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Keybank, National Association',});m_4ea9b037e7c65db8b57fd83db2fa9655['infowindow'] = new google.maps.InfoWindow({content: $l4ea9b037e7c65db8b57fd83db2fa9655});var infowindow = new google.maps.InfoWindow({content: $l4ea9b037e7c65db8b57fd83db2fa9655});google.maps.event.addListener(m_4ea9b037e7c65db8b57fd83db2fa9655, 'click', function() {infowindow.open(map,m_4ea9b037e7c65db8b57fd83db2fa9655);});$marker.push(m_4ea9b037e7c65db8b57fd83db2fa9655);}});}google.maps.event.addDomListener(window, 'load', initialize);