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_003d859bbd84a526b9e06340ce7d185f = new google.maps.Geocoder();g_003d859bbd84a526b9e06340ce7d185f.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-bank').style.display = '';map = new google.maps.Map(document.getElementById('troy-NH-td-bank'), mapOptions);}document.getElementById('dccb4ed9').innerHTML += ' | View Map';var $l003d859bbd84a526b9e06340ce7d185f = '

TD Bank

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