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.9883,-71.4653)};var g_0978a94d21540cd3196dc67ade13de5b = new google.maps.Geocoder();g_0978a94d21540cd3196dc67ade13de5b.geocode( { 'address': "70 Bay St, Manchester, NH 03104"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('manchester-NH-td-bank').style.display = '';map = new google.maps.Map(document.getElementById('manchester-NH-td-bank'), mapOptions);}document.getElementById('049c2e43').innerHTML += ' | View Map';var $l0978a94d21540cd3196dc67ade13de5b = '

Td Bank

Address: 70 Bay St, Manchester, NH 03104
Phone: (603) 695-3147
';var m_0978a94d21540cd3196dc67ade13de5b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Td Bank',});m_0978a94d21540cd3196dc67ade13de5b['infowindow'] = new google.maps.InfoWindow({content: $l0978a94d21540cd3196dc67ade13de5b});var infowindow = new google.maps.InfoWindow({content: $l0978a94d21540cd3196dc67ade13de5b});google.maps.event.addListener(m_0978a94d21540cd3196dc67ade13de5b, 'click', function() {infowindow.open(map,m_0978a94d21540cd3196dc67ade13de5b);});$marker.push(m_0978a94d21540cd3196dc67ade13de5b);}});}google.maps.event.addDomListener(window, 'load', initialize);