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.2115,-70.9999)};var g_a45d92fc5052d0c853892145c5eac0b8 = new google.maps.Geocoder();g_a45d92fc5052d0c853892145c5eac0b8.geocode( { 'address': "150 Grossman Dr, Braintree, MA 02184, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('braintree-MA-rockland-trust---commercial-lending-center').style.display = '';map = new google.maps.Map(document.getElementById('braintree-MA-rockland-trust---commercial-lending-center'), mapOptions);}document.getElementById('e4908766').innerHTML += ' | View Map';var $la45d92fc5052d0c853892145c5eac0b8 = '

Rockland Trust - Commercial Lending Center

Address: 150 Grossman Dr, Braintree, MA 02184, USA
Phone: (781) 849-3026
';var m_a45d92fc5052d0c853892145c5eac0b8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Rockland Trust - Commercial Lending Center',});m_a45d92fc5052d0c853892145c5eac0b8['infowindow'] = new google.maps.InfoWindow({content: $la45d92fc5052d0c853892145c5eac0b8});var infowindow = new google.maps.InfoWindow({content: $la45d92fc5052d0c853892145c5eac0b8});google.maps.event.addListener(m_a45d92fc5052d0c853892145c5eac0b8, 'click', function() {infowindow.open(map,m_a45d92fc5052d0c853892145c5eac0b8);});$marker.push(m_a45d92fc5052d0c853892145c5eac0b8);}});}google.maps.event.addDomListener(window, 'load', initialize);