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.2483,-71.1538)};var g_f101a7df005cb190aecb5d777af801fb = new google.maps.Geocoder();g_f101a7df005cb190aecb5d777af801fb.geocode( { 'address': "270 Bussey St, Dedham, MA 02026, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dedham-MA-santander-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('dedham-MA-santander-bank-atm'), mapOptions);}document.getElementById('52ea48b9').innerHTML += ' | View Map';var $lf101a7df005cb190aecb5d777af801fb = '

Santander Bank ATM

Address: 270 Bussey St, Dedham, MA 02026, USA
Phone: (877) 768-2265
';var m_f101a7df005cb190aecb5d777af801fb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santander Bank ATM',});m_f101a7df005cb190aecb5d777af801fb['infowindow'] = new google.maps.InfoWindow({content: $lf101a7df005cb190aecb5d777af801fb});var infowindow = new google.maps.InfoWindow({content: $lf101a7df005cb190aecb5d777af801fb});google.maps.event.addListener(m_f101a7df005cb190aecb5d777af801fb, 'click', function() {infowindow.open(map,m_f101a7df005cb190aecb5d777af801fb);});$marker.push(m_f101a7df005cb190aecb5d777af801fb);}});}google.maps.event.addDomListener(window, 'load', initialize);