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.1066,-70.9449)};var g_c869ecac69a28e11268dd83bbad1e79d = new google.maps.Geocoder();g_c869ecac69a28e11268dd83bbad1e79d.geocode( { 'address': "533 Washington St, Abington, MA 02351, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('abington-MA-santander-bank').style.display = '';map = new google.maps.Map(document.getElementById('abington-MA-santander-bank'), mapOptions);}document.getElementById('d8df97ee').innerHTML += ' | View Map';var $lc869ecac69a28e11268dd83bbad1e79d = '

Santander Bank

Address: 533 Washington St, Abington, MA 02351, USA
Phone: (781) 982-7905
';var m_c869ecac69a28e11268dd83bbad1e79d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santander Bank',});m_c869ecac69a28e11268dd83bbad1e79d['infowindow'] = new google.maps.InfoWindow({content: $lc869ecac69a28e11268dd83bbad1e79d});var infowindow = new google.maps.InfoWindow({content: $lc869ecac69a28e11268dd83bbad1e79d});google.maps.event.addListener(m_c869ecac69a28e11268dd83bbad1e79d, 'click', function() {infowindow.open(map,m_c869ecac69a28e11268dd83bbad1e79d);});$marker.push(m_c869ecac69a28e11268dd83bbad1e79d);}});}google.maps.event.addDomListener(window, 'load', initialize);