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.0553,-75.2774)};var g_459a4ddcb586f24efd9395aa7662bc7c = new google.maps.Geocoder();g_459a4ddcb586f24efd9395aa7662bc7c.geocode( { 'address': "41 Kellogg Rd, New Hartford, NY 13413, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-hartford-NY-keybank-atm').style.display = '';map = new google.maps.Map(document.getElementById('new-hartford-NY-keybank-atm'), mapOptions);}document.getElementById('72616d3a').innerHTML += ' | View Map';var $l459a4ddcb586f24efd9395aa7662bc7c = '

KeyBank ATM

Address: 41 Kellogg Rd, New Hartford, NY 13413, USA
Phone: (800) 539-2968
';var m_459a4ddcb586f24efd9395aa7662bc7c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'KeyBank ATM',});m_459a4ddcb586f24efd9395aa7662bc7c['infowindow'] = new google.maps.InfoWindow({content: $l459a4ddcb586f24efd9395aa7662bc7c});var infowindow = new google.maps.InfoWindow({content: $l459a4ddcb586f24efd9395aa7662bc7c});google.maps.event.addListener(m_459a4ddcb586f24efd9395aa7662bc7c, 'click', function() {infowindow.open(map,m_459a4ddcb586f24efd9395aa7662bc7c);});$marker.push(m_459a4ddcb586f24efd9395aa7662bc7c);}});}google.maps.event.addDomListener(window, 'load', initialize);