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.3581,-71.1306)};var g_d9134e2a6f8525e080a9c984f9b26ccf = new google.maps.Geocoder();g_d9134e2a6f8525e080a9c984f9b26ccf.geocode( { 'address': "60 Everett St, Allston, MA 02134"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('allston-MA-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('allston-MA-citizens-bank'), mapOptions);}document.getElementById('6121b871').innerHTML += ' | View Map';var $ld9134e2a6f8525e080a9c984f9b26ccf = '

Citizens Bank

Address: 60 Everett St, Allston, MA 02134
Phone: (617) 783-0393
';var m_d9134e2a6f8525e080a9c984f9b26ccf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_d9134e2a6f8525e080a9c984f9b26ccf['infowindow'] = new google.maps.InfoWindow({content: $ld9134e2a6f8525e080a9c984f9b26ccf});var infowindow = new google.maps.InfoWindow({content: $ld9134e2a6f8525e080a9c984f9b26ccf});google.maps.event.addListener(m_d9134e2a6f8525e080a9c984f9b26ccf, 'click', function() {infowindow.open(map,m_d9134e2a6f8525e080a9c984f9b26ccf);});$marker.push(m_d9134e2a6f8525e080a9c984f9b26ccf);}});}google.maps.event.addDomListener(window, 'load', initialize);