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.1127,-71.871)};var g_496d691d99a11c0c98a1611ad4b1d52e = new google.maps.Geocoder();g_496d691d99a11c0c98a1611ad4b1d52e.geocode( { 'address': "335 Main Street, Oxford, MA 01540"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oxford-MA-santander-bank').style.display = '';map = new google.maps.Map(document.getElementById('oxford-MA-santander-bank'), mapOptions);}document.getElementById('b4ddd4db').innerHTML += ' | View Map';var $l496d691d99a11c0c98a1611ad4b1d52e = '

Santander Bank

Address: 335 Main Street, Oxford, MA 01540
Phone: (508) 987-6459
';var m_496d691d99a11c0c98a1611ad4b1d52e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santander Bank',});m_496d691d99a11c0c98a1611ad4b1d52e['infowindow'] = new google.maps.InfoWindow({content: $l496d691d99a11c0c98a1611ad4b1d52e});var infowindow = new google.maps.InfoWindow({content: $l496d691d99a11c0c98a1611ad4b1d52e});google.maps.event.addListener(m_496d691d99a11c0c98a1611ad4b1d52e, 'click', function() {infowindow.open(map,m_496d691d99a11c0c98a1611ad4b1d52e);});$marker.push(m_496d691d99a11c0c98a1611ad4b1d52e);}});}google.maps.event.addDomListener(window, 'load', initialize);