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.5387,-78.9972)};var g_db1cfc76c5e5ff5ac1ac07921d99526b = new google.maps.Geocoder();g_db1cfc76c5e5ff5ac1ac07921d99526b.geocode( { 'address': "12837 NY-438, Irving, NY 14081, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('irving-NY-keybank-atm').style.display = '';map = new google.maps.Map(document.getElementById('irving-NY-keybank-atm'), mapOptions);}document.getElementById('56294bde').innerHTML += ' | View Map';var $ldb1cfc76c5e5ff5ac1ac07921d99526b = '

KeyBank ATM

Address: 12837 NY-438, Irving, NY 14081, USA
Phone: (800) 539-2968
';var m_db1cfc76c5e5ff5ac1ac07921d99526b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'KeyBank ATM',});m_db1cfc76c5e5ff5ac1ac07921d99526b['infowindow'] = new google.maps.InfoWindow({content: $ldb1cfc76c5e5ff5ac1ac07921d99526b});var infowindow = new google.maps.InfoWindow({content: $ldb1cfc76c5e5ff5ac1ac07921d99526b});google.maps.event.addListener(m_db1cfc76c5e5ff5ac1ac07921d99526b, 'click', function() {infowindow.open(map,m_db1cfc76c5e5ff5ac1ac07921d99526b);});$marker.push(m_db1cfc76c5e5ff5ac1ac07921d99526b);}});}google.maps.event.addDomListener(window, 'load', initialize);