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.7789,-72.0555)};var g_2d390dd2caa7ff8749f266f725e0557f = new google.maps.Geocoder();g_2d390dd2caa7ff8749f266f725e0557f.geocode( { 'address': "40 University Dr, Rindge, NH 03461, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rindge-NH-td-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('rindge-NH-td-bank-atm'), mapOptions);}document.getElementById('a64da440').innerHTML += ' | View Map';var $l2d390dd2caa7ff8749f266f725e0557f = '

TD Bank ATM

Address: 40 University Dr, Rindge, NH 03461, USA
Phone: (888) 751-9000
';var m_2d390dd2caa7ff8749f266f725e0557f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TD Bank ATM',});m_2d390dd2caa7ff8749f266f725e0557f['infowindow'] = new google.maps.InfoWindow({content: $l2d390dd2caa7ff8749f266f725e0557f});var infowindow = new google.maps.InfoWindow({content: $l2d390dd2caa7ff8749f266f725e0557f});google.maps.event.addListener(m_2d390dd2caa7ff8749f266f725e0557f, 'click', function() {infowindow.open(map,m_2d390dd2caa7ff8749f266f725e0557f);});$marker.push(m_2d390dd2caa7ff8749f266f725e0557f);}});}google.maps.event.addDomListener(window, 'load', initialize);