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.4115,-71.0522)};var g_81a14b188350f0f669f6d2262b8f0a26 = new google.maps.Geocoder();g_81a14b188350f0f669f6d2262b8f0a26.geocode( { 'address': "1690 Revere Beach Pkwy, Everett, MA 02149"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('everett-MA-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('everett-MA-citizens-bank'), mapOptions);}document.getElementById('2d71542c').innerHTML += ' | View Map';var $l81a14b188350f0f669f6d2262b8f0a26 = '

Citizens Bank

Address: 1690 Revere Beach Pkwy, Everett, MA 02149
Phone: (617) 387-5732
';var m_81a14b188350f0f669f6d2262b8f0a26 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_81a14b188350f0f669f6d2262b8f0a26['infowindow'] = new google.maps.InfoWindow({content: $l81a14b188350f0f669f6d2262b8f0a26});var infowindow = new google.maps.InfoWindow({content: $l81a14b188350f0f669f6d2262b8f0a26});google.maps.event.addListener(m_81a14b188350f0f669f6d2262b8f0a26, 'click', function() {infowindow.open(map,m_81a14b188350f0f669f6d2262b8f0a26);});$marker.push(m_81a14b188350f0f669f6d2262b8f0a26);}});}google.maps.event.addDomListener(window, 'load', initialize);