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.0784,-75.2954)};var g_77a2e613bf48970c3673429f3ba1551f = new google.maps.Geocoder();g_77a2e613bf48970c3673429f3ba1551f.geocode( { 'address': "1 New Hartford Shopping Center, New Hartford, NY 13413, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-hartford-NY-atm-first-niagara-bank').style.display = '';map = new google.maps.Map(document.getElementById('new-hartford-NY-atm-first-niagara-bank'), mapOptions);}document.getElementById('a699692b').innerHTML += ' | View Map';var $l77a2e613bf48970c3673429f3ba1551f = '

ATM (First Niagara Bank)

Address: 1 New Hartford Shopping Center, New Hartford, NY 13413, USA
Phone:
';var m_77a2e613bf48970c3673429f3ba1551f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (First Niagara Bank)',});m_77a2e613bf48970c3673429f3ba1551f['infowindow'] = new google.maps.InfoWindow({content: $l77a2e613bf48970c3673429f3ba1551f});var infowindow = new google.maps.InfoWindow({content: $l77a2e613bf48970c3673429f3ba1551f});google.maps.event.addListener(m_77a2e613bf48970c3673429f3ba1551f, 'click', function() {infowindow.open(map,m_77a2e613bf48970c3673429f3ba1551f);});$marker.push(m_77a2e613bf48970c3673429f3ba1551f);}});}google.maps.event.addDomListener(window, 'load', initialize);