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.6745,-71.0037)};var g_d9d4f495e875a2e075a1a4a6e1b9770f = new google.maps.Geocoder();g_d9d4f495e875a2e075a1a4a6e1b9770f.geocode( { 'address': "7 Elm St, Boxford, MA 01921"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('boxford-MA-td-bank').style.display = '';map = new google.maps.Map(document.getElementById('boxford-MA-td-bank'), mapOptions);}document.getElementById('6684c56d').innerHTML += ' | View Map';var $ld9d4f495e875a2e075a1a4a6e1b9770f = '

Td Bank

Address: 7 Elm St, Boxford, MA 01921
Phone: (978) 887-9246
';var m_d9d4f495e875a2e075a1a4a6e1b9770f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Td Bank',});m_d9d4f495e875a2e075a1a4a6e1b9770f['infowindow'] = new google.maps.InfoWindow({content: $ld9d4f495e875a2e075a1a4a6e1b9770f});var infowindow = new google.maps.InfoWindow({content: $ld9d4f495e875a2e075a1a4a6e1b9770f});google.maps.event.addListener(m_d9d4f495e875a2e075a1a4a6e1b9770f, 'click', function() {infowindow.open(map,m_d9d4f495e875a2e075a1a4a6e1b9770f);});$marker.push(m_d9d4f495e875a2e075a1a4a6e1b9770f);}});}google.maps.event.addDomListener(window, 'load', initialize);