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.6155,-70.6645)};var g_763b9162dd0408964160a9c1ccf3590c = new google.maps.Geocoder();g_763b9162dd0408964160a9c1ccf3590c.geocode( { 'address': "4 Railroad Ave, Gloucester, MA 01930, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gloucester-MA-eastern-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('gloucester-MA-eastern-bank-atm'), mapOptions);}document.getElementById('486dab65').innerHTML += ' | View Map';var $l763b9162dd0408964160a9c1ccf3590c = '

Eastern Bank ATM

Address: 4 Railroad Ave, Gloucester, MA 01930, USA
Phone: (800) 327-8376
';var m_763b9162dd0408964160a9c1ccf3590c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Eastern Bank ATM',});m_763b9162dd0408964160a9c1ccf3590c['infowindow'] = new google.maps.InfoWindow({content: $l763b9162dd0408964160a9c1ccf3590c});var infowindow = new google.maps.InfoWindow({content: $l763b9162dd0408964160a9c1ccf3590c});google.maps.event.addListener(m_763b9162dd0408964160a9c1ccf3590c, 'click', function() {infowindow.open(map,m_763b9162dd0408964160a9c1ccf3590c);});$marker.push(m_763b9162dd0408964160a9c1ccf3590c);}});}google.maps.event.addDomListener(window, 'load', initialize);