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.4285,-71.0139)};var g_4290302b0c0dd0596b3f043d92bc0bcd = new google.maps.Geocoder();g_4290302b0c0dd0596b3f043d92bc0bcd.geocode( { 'address': "255 Squire Rd, Revere, MA 02151, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('revere-MA-bank-of-america').style.display = '';map = new google.maps.Map(document.getElementById('revere-MA-bank-of-america'), mapOptions);}document.getElementById('a68b7009').innerHTML += ' | View Map';var $l4290302b0c0dd0596b3f043d92bc0bcd = '

Bank of America

Address: 255 Squire Rd, Revere, MA 02151, USA
Phone: (781) 286-4231
';var m_4290302b0c0dd0596b3f043d92bc0bcd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America',});m_4290302b0c0dd0596b3f043d92bc0bcd['infowindow'] = new google.maps.InfoWindow({content: $l4290302b0c0dd0596b3f043d92bc0bcd});var infowindow = new google.maps.InfoWindow({content: $l4290302b0c0dd0596b3f043d92bc0bcd});google.maps.event.addListener(m_4290302b0c0dd0596b3f043d92bc0bcd, 'click', function() {infowindow.open(map,m_4290302b0c0dd0596b3f043d92bc0bcd);});$marker.push(m_4290302b0c0dd0596b3f043d92bc0bcd);}});}google.maps.event.addDomListener(window, 'load', initialize);