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.1756,-70.9541)};var g_2ca3e9b3f5ddd3b02e9294c0ba3940a0 = new google.maps.Geocoder();g_2ca3e9b3f5ddd3b02e9294c0ba3940a0.geocode( { 'address': "55 Fogg Rd, Weymouth, MA 02190, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('weymouth-MA-rockland-trust---atm').style.display = '';map = new google.maps.Map(document.getElementById('weymouth-MA-rockland-trust---atm'), mapOptions);}document.getElementById('ba03deff').innerHTML += ' | View Map';var $l2ca3e9b3f5ddd3b02e9294c0ba3940a0 = '

Rockland Trust - ATM

Address: 55 Fogg Rd, Weymouth, MA 02190, USA
Phone: (800) 222-2299
';var m_2ca3e9b3f5ddd3b02e9294c0ba3940a0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Rockland Trust - ATM',});m_2ca3e9b3f5ddd3b02e9294c0ba3940a0['infowindow'] = new google.maps.InfoWindow({content: $l2ca3e9b3f5ddd3b02e9294c0ba3940a0});var infowindow = new google.maps.InfoWindow({content: $l2ca3e9b3f5ddd3b02e9294c0ba3940a0});google.maps.event.addListener(m_2ca3e9b3f5ddd3b02e9294c0ba3940a0, 'click', function() {infowindow.open(map,m_2ca3e9b3f5ddd3b02e9294c0ba3940a0);});$marker.push(m_2ca3e9b3f5ddd3b02e9294c0ba3940a0);}});}google.maps.event.addDomListener(window, 'load', initialize);