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(41.6026,-70.9409)};var g_f27568d3991711598d4b3cc68f4a39b4 = new google.maps.Geocoder();g_f27568d3991711598d4b3cc68f4a39b4.geocode( { 'address': "686 Dartmouth St, South Dartmouth, MA 02748, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dartmouth-MA-atm-webster-bank').style.display = '';map = new google.maps.Map(document.getElementById('dartmouth-MA-atm-webster-bank'), mapOptions);}document.getElementById('4d9c016f').innerHTML += ' | View Map';var $lf27568d3991711598d4b3cc68f4a39b4 = '

ATM (Webster Bank)

Address: 686 Dartmouth St, South Dartmouth, MA 02748, USA
Phone:
';var m_f27568d3991711598d4b3cc68f4a39b4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Webster Bank)',});m_f27568d3991711598d4b3cc68f4a39b4['infowindow'] = new google.maps.InfoWindow({content: $lf27568d3991711598d4b3cc68f4a39b4});var infowindow = new google.maps.InfoWindow({content: $lf27568d3991711598d4b3cc68f4a39b4});google.maps.event.addListener(m_f27568d3991711598d4b3cc68f4a39b4, 'click', function() {infowindow.open(map,m_f27568d3991711598d4b3cc68f4a39b4);});$marker.push(m_f27568d3991711598d4b3cc68f4a39b4);}});}google.maps.event.addDomListener(window, 'load', initialize);