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.8814,-71.1787)};var g_874f44f0fc7f98682c91ecbf990e5a2f = new google.maps.Geocoder();g_874f44f0fc7f98682c91ecbf990e5a2f.geocode( { 'address': "220 Main St, Hampstead, NH 03841"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hampstead-NH-td-bank').style.display = '';map = new google.maps.Map(document.getElementById('hampstead-NH-td-bank'), mapOptions);}document.getElementById('de24c6ee').innerHTML += ' | View Map';var $l874f44f0fc7f98682c91ecbf990e5a2f = '

Td Bank

Address: 220 Main St, Hampstead, NH 03841
Phone: (603) 329-6711
';var m_874f44f0fc7f98682c91ecbf990e5a2f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Td Bank',});m_874f44f0fc7f98682c91ecbf990e5a2f['infowindow'] = new google.maps.InfoWindow({content: $l874f44f0fc7f98682c91ecbf990e5a2f});var infowindow = new google.maps.InfoWindow({content: $l874f44f0fc7f98682c91ecbf990e5a2f});google.maps.event.addListener(m_874f44f0fc7f98682c91ecbf990e5a2f, 'click', function() {infowindow.open(map,m_874f44f0fc7f98682c91ecbf990e5a2f);});$marker.push(m_874f44f0fc7f98682c91ecbf990e5a2f);}});}google.maps.event.addDomListener(window, 'load', initialize);