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.1854,-72.4886)};var g_66fc580be47fe3ede1959fca149140a8 = new google.maps.Geocoder();g_66fc580be47fe3ede1959fca149140a8.geocode( { 'address': "2 Church St, Bellows Falls, VT 05101"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bellows-falls-VT-td-bank').style.display = '';map = new google.maps.Map(document.getElementById('bellows-falls-VT-td-bank'), mapOptions);}document.getElementById('1cf4d9b8').innerHTML += ' | View Map';var $l66fc580be47fe3ede1959fca149140a8 = '

Td Bank

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