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.641,-70.9901)};var g_61fe616efad31ae74399ecdd090ac14d = new google.maps.Geocoder();g_61fe616efad31ae74399ecdd090ac14d.geocode( { 'address': "88-90 N Dartmouth Mall, North Dartmouth, MA 02747, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dartmouth-MA-santander-bank').style.display = '';map = new google.maps.Map(document.getElementById('dartmouth-MA-santander-bank'), mapOptions);}document.getElementById('0c656118').innerHTML += ' | View Map';var $l61fe616efad31ae74399ecdd090ac14d = '

Santander Bank

Address: 88-90 N Dartmouth Mall, North Dartmouth, MA 02747, USA
Phone: (508) 994-6155
';var m_61fe616efad31ae74399ecdd090ac14d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santander Bank',});m_61fe616efad31ae74399ecdd090ac14d['infowindow'] = new google.maps.InfoWindow({content: $l61fe616efad31ae74399ecdd090ac14d});var infowindow = new google.maps.InfoWindow({content: $l61fe616efad31ae74399ecdd090ac14d});google.maps.event.addListener(m_61fe616efad31ae74399ecdd090ac14d, 'click', function() {infowindow.open(map,m_61fe616efad31ae74399ecdd090ac14d);});$marker.push(m_61fe616efad31ae74399ecdd090ac14d);}});}google.maps.event.addDomListener(window, 'load', initialize);