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(42.8157,-71.5984)};var g_46cfe0a5e65d476f9e426b6d09dec97d = new google.maps.Geocoder();g_46cfe0a5e65d476f9e426b6d09dec97d.geocode( { 'address': "40 NH-101A, Amherst, NH 03031, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('amherst-NH-atm-td-bank').style.display = '';map = new google.maps.Map(document.getElementById('amherst-NH-atm-td-bank'), mapOptions);}document.getElementById('e3a59673').innerHTML += ' | View Map';var $l46cfe0a5e65d476f9e426b6d09dec97d = '

ATM (TD Bank)

Address: 40 NH-101A, Amherst, NH 03031, USA
Phone:
';var m_46cfe0a5e65d476f9e426b6d09dec97d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (TD Bank)',});m_46cfe0a5e65d476f9e426b6d09dec97d['infowindow'] = new google.maps.InfoWindow({content: $l46cfe0a5e65d476f9e426b6d09dec97d});var infowindow = new google.maps.InfoWindow({content: $l46cfe0a5e65d476f9e426b6d09dec97d});google.maps.event.addListener(m_46cfe0a5e65d476f9e426b6d09dec97d, 'click', function() {infowindow.open(map,m_46cfe0a5e65d476f9e426b6d09dec97d);});$marker.push(m_46cfe0a5e65d476f9e426b6d09dec97d);}});}google.maps.event.addDomListener(window, 'load', initialize);