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.3893,-71.0652)};var g_19391c4992c19338f013e07f26981e1e = new google.maps.Geocoder();g_19391c4992c19338f013e07f26981e1e.geocode( { 'address': "4 Central St, Farmington, NH 03835, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('farmington-NH-atm-td-bank').style.display = '';map = new google.maps.Map(document.getElementById('farmington-NH-atm-td-bank'), mapOptions);}document.getElementById('ca3c8a2f').innerHTML += ' | View Map';var $l19391c4992c19338f013e07f26981e1e = '

ATM (TD Bank)

Address: 4 Central St, Farmington, NH 03835, USA
Phone:
';var m_19391c4992c19338f013e07f26981e1e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (TD Bank)',});m_19391c4992c19338f013e07f26981e1e['infowindow'] = new google.maps.InfoWindow({content: $l19391c4992c19338f013e07f26981e1e});var infowindow = new google.maps.InfoWindow({content: $l19391c4992c19338f013e07f26981e1e});google.maps.event.addListener(m_19391c4992c19338f013e07f26981e1e, 'click', function() {infowindow.open(map,m_19391c4992c19338f013e07f26981e1e);});$marker.push(m_19391c4992c19338f013e07f26981e1e);}});}google.maps.event.addDomListener(window, 'load', initialize);