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.2257,-71.0313)};var g_fba4ba5478461c772ca0972805ee3f36 = new google.maps.Geocoder();g_fba4ba5478461c772ca0972805ee3f36.geocode( { 'address': "1 Rockdale St, Braintree, MA 02184, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('braintree-MA-santander-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('braintree-MA-santander-bank-atm'), mapOptions);}document.getElementById('5ef3d725').innerHTML += ' | View Map';var $lfba4ba5478461c772ca0972805ee3f36 = '

Santander Bank ATM

Address: 1 Rockdale St, Braintree, MA 02184, USA
Phone: (781) 843-5935
';var m_fba4ba5478461c772ca0972805ee3f36 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santander Bank ATM',});m_fba4ba5478461c772ca0972805ee3f36['infowindow'] = new google.maps.InfoWindow({content: $lfba4ba5478461c772ca0972805ee3f36});var infowindow = new google.maps.InfoWindow({content: $lfba4ba5478461c772ca0972805ee3f36});google.maps.event.addListener(m_fba4ba5478461c772ca0972805ee3f36, 'click', function() {infowindow.open(map,m_fba4ba5478461c772ca0972805ee3f36);});$marker.push(m_fba4ba5478461c772ca0972805ee3f36);}});}google.maps.event.addDomListener(window, 'load', initialize);