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.9968,-70.8441)};var g_bd81e7bf0ad319fff0a5830a22d12550 = new google.maps.Geocoder();g_bd81e7bf0ad319fff0a5830a22d12550.geocode( { 'address': "319 Monponsett St, Halifax, MA 02338, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('halifax-MA-santander-bank').style.display = '';map = new google.maps.Map(document.getElementById('halifax-MA-santander-bank'), mapOptions);}document.getElementById('2aded550').innerHTML += ' | View Map';var $lbd81e7bf0ad319fff0a5830a22d12550 = '

Santander Bank

Address: 319 Monponsett St, Halifax, MA 02338, USA
Phone: (781) 293-0522
';var m_bd81e7bf0ad319fff0a5830a22d12550 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santander Bank',});m_bd81e7bf0ad319fff0a5830a22d12550['infowindow'] = new google.maps.InfoWindow({content: $lbd81e7bf0ad319fff0a5830a22d12550});var infowindow = new google.maps.InfoWindow({content: $lbd81e7bf0ad319fff0a5830a22d12550});google.maps.event.addListener(m_bd81e7bf0ad319fff0a5830a22d12550, 'click', function() {infowindow.open(map,m_bd81e7bf0ad319fff0a5830a22d12550);});$marker.push(m_bd81e7bf0ad319fff0a5830a22d12550);}});}google.maps.event.addDomListener(window, 'load', initialize);