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.1974,-71.8188)};var g_55e666f6c1d818430f1a5ddcca4ab724 = new google.maps.Geocoder();g_55e666f6c1d818430f1a5ddcca4ab724.geocode( { 'address': "317 Washington St, Auburn, MA 01501, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('auburn-MA-santander-bank').style.display = '';map = new google.maps.Map(document.getElementById('auburn-MA-santander-bank'), mapOptions);}document.getElementById('739fb711').innerHTML += ' | View Map';var $l55e666f6c1d818430f1a5ddcca4ab724 = '

Santander Bank

Address: 317 Washington St, Auburn, MA 01501, USA
Phone: (508) 721-2540
';var m_55e666f6c1d818430f1a5ddcca4ab724 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santander Bank',});m_55e666f6c1d818430f1a5ddcca4ab724['infowindow'] = new google.maps.InfoWindow({content: $l55e666f6c1d818430f1a5ddcca4ab724});var infowindow = new google.maps.InfoWindow({content: $l55e666f6c1d818430f1a5ddcca4ab724});google.maps.event.addListener(m_55e666f6c1d818430f1a5ddcca4ab724, 'click', function() {infowindow.open(map,m_55e666f6c1d818430f1a5ddcca4ab724);});$marker.push(m_55e666f6c1d818430f1a5ddcca4ab724);}});}google.maps.event.addDomListener(window, 'load', initialize);