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.0547,-75.2779)};var g_dc87c13749315c7217cdc4ac692e704c = new google.maps.Geocoder();g_dc87c13749315c7217cdc4ac692e704c.geocode( { 'address': "38 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-atm-key-bank').style.display = '';map = new google.maps.Map(document.getElementById('new-hartford-NY-atm-key-bank'), mapOptions);}document.getElementById('0a4ffbd1').innerHTML += ' | View Map';var $ldc87c13749315c7217cdc4ac692e704c = '

ATM (Key Bank)

Address: 38 Kellogg Rd, New Hartford, NY 13413, USA
Phone:
';var m_dc87c13749315c7217cdc4ac692e704c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Key Bank)',});m_dc87c13749315c7217cdc4ac692e704c['infowindow'] = new google.maps.InfoWindow({content: $ldc87c13749315c7217cdc4ac692e704c});var infowindow = new google.maps.InfoWindow({content: $ldc87c13749315c7217cdc4ac692e704c});google.maps.event.addListener(m_dc87c13749315c7217cdc4ac692e704c, 'click', function() {infowindow.open(map,m_dc87c13749315c7217cdc4ac692e704c);});$marker.push(m_dc87c13749315c7217cdc4ac692e704c);}});}google.maps.event.addDomListener(window, 'load', initialize);