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.0824,-75.3152)};var g_1482648795a731499d5c6872956d0ef7 = new google.maps.Geocoder();g_1482648795a731499d5c6872956d0ef7.geocode( { 'address': "1 Sangertown Square, New Hartford, NY 13413, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-hartford-NY-americu-atm').style.display = '';map = new google.maps.Map(document.getElementById('new-hartford-NY-americu-atm'), mapOptions);}document.getElementById('ab26e6aa').innerHTML += ' | View Map';var $l1482648795a731499d5c6872956d0ef7 = '

AmeriCU ATM

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