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.6987,-73.1114)};var g_3055aa1479ce5d7a9a3c6061cfc87f13 = new google.maps.Geocoder();g_3055aa1479ce5d7a9a3c6061cfc87f13.geocode( { 'address': "90 W Main St, North Adams, MA 01247, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-adams-MA-td-bank').style.display = '';map = new google.maps.Map(document.getElementById('north-adams-MA-td-bank'), mapOptions);}document.getElementById('50a632b2').innerHTML += ' | View Map';var $l3055aa1479ce5d7a9a3c6061cfc87f13 = '

TD Bank

Address: 90 W Main St, North Adams, MA 01247, USA
Phone: (413) 663-6561
';var m_3055aa1479ce5d7a9a3c6061cfc87f13 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TD Bank',});m_3055aa1479ce5d7a9a3c6061cfc87f13['infowindow'] = new google.maps.InfoWindow({content: $l3055aa1479ce5d7a9a3c6061cfc87f13});var infowindow = new google.maps.InfoWindow({content: $l3055aa1479ce5d7a9a3c6061cfc87f13});google.maps.event.addListener(m_3055aa1479ce5d7a9a3c6061cfc87f13, 'click', function() {infowindow.open(map,m_3055aa1479ce5d7a9a3c6061cfc87f13);});$marker.push(m_3055aa1479ce5d7a9a3c6061cfc87f13);}});}google.maps.event.addDomListener(window, 'load', initialize);