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.3811,-72.5181)};var g_399264e42d21d0d3cdcf3796d62c30e4 = new google.maps.Geocoder();g_399264e42d21d0d3cdcf3796d62c30e4.geocode( { 'address': "243 Triangle St, Amherst, MA 01002, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('amherst-MA-td-bank').style.display = '';map = new google.maps.Map(document.getElementById('amherst-MA-td-bank'), mapOptions);}document.getElementById('9799ec2a').innerHTML += ' | View Map';var $l399264e42d21d0d3cdcf3796d62c30e4 = '

TD Bank

Address: 243 Triangle St, Amherst, MA 01002, USA
Phone: (413) 549-5112
';var m_399264e42d21d0d3cdcf3796d62c30e4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TD Bank',});m_399264e42d21d0d3cdcf3796d62c30e4['infowindow'] = new google.maps.InfoWindow({content: $l399264e42d21d0d3cdcf3796d62c30e4});var infowindow = new google.maps.InfoWindow({content: $l399264e42d21d0d3cdcf3796d62c30e4});google.maps.event.addListener(m_399264e42d21d0d3cdcf3796d62c30e4, 'click', function() {infowindow.open(map,m_399264e42d21d0d3cdcf3796d62c30e4);});$marker.push(m_399264e42d21d0d3cdcf3796d62c30e4);}});}google.maps.event.addDomListener(window, 'load', initialize);