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.8678,-71.9536)};var g_8fb70905797784bc76848c6c9e63bc5b = new google.maps.Geocoder();g_8fb70905797784bc76848c6c9e63bc5b.geocode( { 'address': "120 Grove St, Peterborough, NH 03458, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('peterborough-NH-td-bank').style.display = '';map = new google.maps.Map(document.getElementById('peterborough-NH-td-bank'), mapOptions);}document.getElementById('6296fe37').innerHTML += ' | View Map';var $l8fb70905797784bc76848c6c9e63bc5b = '

TD Bank

Address: 120 Grove St, Peterborough, NH 03458, USA
Phone: (603) 924-4700
';var m_8fb70905797784bc76848c6c9e63bc5b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TD Bank',});m_8fb70905797784bc76848c6c9e63bc5b['infowindow'] = new google.maps.InfoWindow({content: $l8fb70905797784bc76848c6c9e63bc5b});var infowindow = new google.maps.InfoWindow({content: $l8fb70905797784bc76848c6c9e63bc5b});google.maps.event.addListener(m_8fb70905797784bc76848c6c9e63bc5b, 'click', function() {infowindow.open(map,m_8fb70905797784bc76848c6c9e63bc5b);});$marker.push(m_8fb70905797784bc76848c6c9e63bc5b);}});}google.maps.event.addDomListener(window, 'load', initialize);