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.4865,-71.2633)};var g_a72621c4b06971bd8a48e31ff6c34f85 = new google.maps.Geocoder();g_a72621c4b06971bd8a48e31ff6c34f85.geocode( { 'address': "287 Great Rd, Bedford, MA 01730, USA"}, 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('b71ebc4e').innerHTML += ' | View Map';var $la72621c4b06971bd8a48e31ff6c34f85 = '

Citizens Bank

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