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.4006,-71.0424)};var g_b85fbfcb3423449f73b35898415bd8a9 = new google.maps.Geocoder();g_b85fbfcb3423449f73b35898415bd8a9.geocode( { 'address': "1690 Revere Beach Pkwy, Everett, MA 02149, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('everett-MA-citizens-bank-supermarket-branch').style.display = '';map = new google.maps.Map(document.getElementById('everett-MA-citizens-bank-supermarket-branch'), mapOptions);}document.getElementById('752d6a90').innerHTML += ' | View Map';var $lb85fbfcb3423449f73b35898415bd8a9 = '

Citizens Bank Supermarket Branch

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