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.8267,-72.181)};var g_fc1339be20f2c7f4a2ee9bdeed18144a = new google.maps.Geocoder();g_fc1339be20f2c7f4a2ee9bdeed18144a.geocode( { 'address': "15 Central Sq, Troy, NH 03465"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('troy-NH-td-banknorth').style.display = '';map = new google.maps.Map(document.getElementById('troy-NH-td-banknorth'), mapOptions);}document.getElementById('dccb4ed9').innerHTML += ' | View Map';var $lfc1339be20f2c7f4a2ee9bdeed18144a = '

TD Banknorth

Address: 15 Central Sq, Troy, NH 03465
Phone: (603) 242-4300
';var m_fc1339be20f2c7f4a2ee9bdeed18144a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TD Banknorth',});m_fc1339be20f2c7f4a2ee9bdeed18144a['infowindow'] = new google.maps.InfoWindow({content: $lfc1339be20f2c7f4a2ee9bdeed18144a});var infowindow = new google.maps.InfoWindow({content: $lfc1339be20f2c7f4a2ee9bdeed18144a});google.maps.event.addListener(m_fc1339be20f2c7f4a2ee9bdeed18144a, 'click', function() {infowindow.open(map,m_fc1339be20f2c7f4a2ee9bdeed18144a);});$marker.push(m_fc1339be20f2c7f4a2ee9bdeed18144a);}});}google.maps.event.addDomListener(window, 'load', initialize);