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(41.7094,-70.7584)};var g_9722c0e8faf86184d1021802ac2e5f79 = new google.maps.Geocoder();g_9722c0e8faf86184d1021802ac2e5f79.geocode( { 'address': "340 Front St, Marion, MA 02738"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marion-MA-eastern-bank').style.display = '';map = new google.maps.Map(document.getElementById('marion-MA-eastern-bank'), mapOptions);}document.getElementById('89091ecd').innerHTML += ' | View Map';var $l9722c0e8faf86184d1021802ac2e5f79 = '

Eastern Bank

Address: 340 Front St, Marion, MA 02738
Phone: (508) 748-2919
';var m_9722c0e8faf86184d1021802ac2e5f79 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Eastern Bank',});m_9722c0e8faf86184d1021802ac2e5f79['infowindow'] = new google.maps.InfoWindow({content: $l9722c0e8faf86184d1021802ac2e5f79});var infowindow = new google.maps.InfoWindow({content: $l9722c0e8faf86184d1021802ac2e5f79});google.maps.event.addListener(m_9722c0e8faf86184d1021802ac2e5f79, 'click', function() {infowindow.open(map,m_9722c0e8faf86184d1021802ac2e5f79);});$marker.push(m_9722c0e8faf86184d1021802ac2e5f79);}});}google.maps.event.addDomListener(window, 'load', initialize);