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(43.1323,-72.4444)};var g_660b457bcd2d07da6118f5093f4b610a = new google.maps.Geocoder();g_660b457bcd2d07da6118f5093f4b610a.geocode( { 'address': "2 Church St, Bellows Falls, VT 05101, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('town-of-rockingham-VT-td-bank').style.display = '';map = new google.maps.Map(document.getElementById('town-of-rockingham-VT-td-bank'), mapOptions);}document.getElementById('0c740648').innerHTML += ' | View Map';var $l660b457bcd2d07da6118f5093f4b610a = '

TD Bank

Address: 2 Church St, Bellows Falls, VT 05101, USA
Phone: (802) 463-4511
';var m_660b457bcd2d07da6118f5093f4b610a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TD Bank',});m_660b457bcd2d07da6118f5093f4b610a['infowindow'] = new google.maps.InfoWindow({content: $l660b457bcd2d07da6118f5093f4b610a});var infowindow = new google.maps.InfoWindow({content: $l660b457bcd2d07da6118f5093f4b610a});google.maps.event.addListener(m_660b457bcd2d07da6118f5093f4b610a, 'click', function() {infowindow.open(map,m_660b457bcd2d07da6118f5093f4b610a);});$marker.push(m_660b457bcd2d07da6118f5093f4b610a);}});}google.maps.event.addDomListener(window, 'load', initialize);