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.4362,-70.9369)};var g_77cc6e00bd18eda4ff007fa5dd9c3a9e = new google.maps.Geocoder();g_77cc6e00bd18eda4ff007fa5dd9c3a9e.geocode( { 'address': "28 Nahant Rd, Nahant, MA 01908, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('nahant-MA-equitable-bank').style.display = '';map = new google.maps.Map(document.getElementById('nahant-MA-equitable-bank'), mapOptions);}document.getElementById('c396e83b').innerHTML += ' | View Map';var $l77cc6e00bd18eda4ff007fa5dd9c3a9e = '

Equitable Bank

Address: 28 Nahant Rd, Nahant, MA 01908, USA
Phone: (781) 337-8000
';var m_77cc6e00bd18eda4ff007fa5dd9c3a9e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Equitable Bank',});m_77cc6e00bd18eda4ff007fa5dd9c3a9e['infowindow'] = new google.maps.InfoWindow({content: $l77cc6e00bd18eda4ff007fa5dd9c3a9e});var infowindow = new google.maps.InfoWindow({content: $l77cc6e00bd18eda4ff007fa5dd9c3a9e});google.maps.event.addListener(m_77cc6e00bd18eda4ff007fa5dd9c3a9e, 'click', function() {infowindow.open(map,m_77cc6e00bd18eda4ff007fa5dd9c3a9e);});$marker.push(m_77cc6e00bd18eda4ff007fa5dd9c3a9e);}});}google.maps.event.addDomListener(window, 'load', initialize);