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.0778,-75.2923)};var g_df613558c15ae2f7ad53bc2c71e8447b = new google.maps.Geocoder();g_df613558c15ae2f7ad53bc2c71e8447b.geocode( { 'address': "120-126 Genesee St, New Hartford, NY 13413, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-hartford-NY-mt-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('new-hartford-NY-mt-bank-atm'), mapOptions);}document.getElementById('a8b38eb8').innerHTML += ' | View Map';var $ldf613558c15ae2f7ad53bc2c71e8447b = '

M&T Bank ATM

Address: 120-126 Genesee St, New Hartford, NY 13413, USA
Phone: (800) 724-2440
';var m_df613558c15ae2f7ad53bc2c71e8447b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'M&T Bank ATM',});m_df613558c15ae2f7ad53bc2c71e8447b['infowindow'] = new google.maps.InfoWindow({content: $ldf613558c15ae2f7ad53bc2c71e8447b});var infowindow = new google.maps.InfoWindow({content: $ldf613558c15ae2f7ad53bc2c71e8447b});google.maps.event.addListener(m_df613558c15ae2f7ad53bc2c71e8447b, 'click', function() {infowindow.open(map,m_df613558c15ae2f7ad53bc2c71e8447b);});$marker.push(m_df613558c15ae2f7ad53bc2c71e8447b);}});}google.maps.event.addDomListener(window, 'load', initialize);