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.9994,-70.9215)};var g_a32d217c32472ee103d9cb5b0fd3d835 = new google.maps.Geocoder();g_a32d217c32472ee103d9cb5b0fd3d835.geocode( { 'address': "28 Portsmouth Ave #14, Stratham, NH 03885, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stratham-NH-td-bank').style.display = '';map = new google.maps.Map(document.getElementById('stratham-NH-td-bank'), mapOptions);}document.getElementById('2ea99113').innerHTML += ' | View Map';var $la32d217c32472ee103d9cb5b0fd3d835 = '

TD Bank

Address: 28 Portsmouth Ave #14, Stratham, NH 03885, USA
Phone: (603) 778-4278
';var m_a32d217c32472ee103d9cb5b0fd3d835 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TD Bank',});m_a32d217c32472ee103d9cb5b0fd3d835['infowindow'] = new google.maps.InfoWindow({content: $la32d217c32472ee103d9cb5b0fd3d835});var infowindow = new google.maps.InfoWindow({content: $la32d217c32472ee103d9cb5b0fd3d835});google.maps.event.addListener(m_a32d217c32472ee103d9cb5b0fd3d835, 'click', function() {infowindow.open(map,m_a32d217c32472ee103d9cb5b0fd3d835);});$marker.push(m_a32d217c32472ee103d9cb5b0fd3d835);}});}google.maps.event.addDomListener(window, 'load', initialize);