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.18,-70.9547)};var g_c64203b92bdb21b2bd4ba37673d8047f = new google.maps.Geocoder();g_c64203b92bdb21b2bd4ba37673d8047f.geocode( { 'address': "754 Main St, Weymouth, MA 02190, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('weymouth-MA-td-bank').style.display = '';map = new google.maps.Map(document.getElementById('weymouth-MA-td-bank'), mapOptions);}document.getElementById('f2cbcf4b').innerHTML += ' | View Map';var $lc64203b92bdb21b2bd4ba37673d8047f = '

TD Bank

Address: 754 Main St, Weymouth, MA 02190, USA
Phone: (781) 340-0100
';var m_c64203b92bdb21b2bd4ba37673d8047f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TD Bank',});m_c64203b92bdb21b2bd4ba37673d8047f['infowindow'] = new google.maps.InfoWindow({content: $lc64203b92bdb21b2bd4ba37673d8047f});var infowindow = new google.maps.InfoWindow({content: $lc64203b92bdb21b2bd4ba37673d8047f});google.maps.event.addListener(m_c64203b92bdb21b2bd4ba37673d8047f, 'click', function() {infowindow.open(map,m_c64203b92bdb21b2bd4ba37673d8047f);});$marker.push(m_c64203b92bdb21b2bd4ba37673d8047f);}});}google.maps.event.addDomListener(window, 'load', initialize);