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.4934,-71.2785)};var g_84819d165ac27ecad43f2bfecbfdbe18 = new google.maps.Geocoder();g_84819d165ac27ecad43f2bfecbfdbe18.geocode( { 'address': "337 Great Rd, Bedford, MA 01730"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bedford-MA-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('bedford-MA-citizens-bank'), mapOptions);}document.getElementById('77e67485').innerHTML += ' | View Map';var $l84819d165ac27ecad43f2bfecbfdbe18 = '

Citizens Bank

Address: 337 Great Rd, Bedford, MA 01730
Phone: (781) 271-0300
';var m_84819d165ac27ecad43f2bfecbfdbe18 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_84819d165ac27ecad43f2bfecbfdbe18['infowindow'] = new google.maps.InfoWindow({content: $l84819d165ac27ecad43f2bfecbfdbe18});var infowindow = new google.maps.InfoWindow({content: $l84819d165ac27ecad43f2bfecbfdbe18});google.maps.event.addListener(m_84819d165ac27ecad43f2bfecbfdbe18, 'click', function() {infowindow.open(map,m_84819d165ac27ecad43f2bfecbfdbe18);});$marker.push(m_84819d165ac27ecad43f2bfecbfdbe18);}});var g_8afa029afaff02c656a612105f6da3df = new google.maps.Geocoder();g_8afa029afaff02c656a612105f6da3df.geocode( { 'address': "287 Great Rd, Bedford, MA 01730"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bedford-MA-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('bedford-MA-citizens-bank'), mapOptions);}document.getElementById('2849f300').innerHTML += ' | View Map';var $l8afa029afaff02c656a612105f6da3df = '

Citizens Bank

Address: 287 Great Rd, Bedford, MA 01730
Phone: (781) 275-4346
';var m_8afa029afaff02c656a612105f6da3df = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_8afa029afaff02c656a612105f6da3df['infowindow'] = new google.maps.InfoWindow({content: $l8afa029afaff02c656a612105f6da3df});var infowindow = new google.maps.InfoWindow({content: $l8afa029afaff02c656a612105f6da3df});google.maps.event.addListener(m_8afa029afaff02c656a612105f6da3df, 'click', function() {infowindow.open(map,m_8afa029afaff02c656a612105f6da3df);});$marker.push(m_8afa029afaff02c656a612105f6da3df);}});}google.maps.event.addDomListener(window, 'load', initialize);