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.0908,-70.7106)};var g_f9d2404ec8ae47f11c27adf16127cc72 = new google.maps.Geocoder();g_f9d2404ec8ae47f11c27adf16127cc72.geocode( { 'address': "850 Moraine St, Marshfield, MA 02050, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marshfield-MA-rockland-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('marshfield-MA-rockland-federal-credit-union'), mapOptions);}document.getElementById('ff6ce183').innerHTML += ' | View Map';var $lf9d2404ec8ae47f11c27adf16127cc72 = '

Rockland Federal Credit Union.

Address: 850 Moraine St, Marshfield, MA 02050, USA
Phone: (781) 837-9749
';var m_f9d2404ec8ae47f11c27adf16127cc72 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Rockland Federal Credit Union.',});m_f9d2404ec8ae47f11c27adf16127cc72['infowindow'] = new google.maps.InfoWindow({content: $lf9d2404ec8ae47f11c27adf16127cc72});var infowindow = new google.maps.InfoWindow({content: $lf9d2404ec8ae47f11c27adf16127cc72});google.maps.event.addListener(m_f9d2404ec8ae47f11c27adf16127cc72, 'click', function() {infowindow.open(map,m_f9d2404ec8ae47f11c27adf16127cc72);});$marker.push(m_f9d2404ec8ae47f11c27adf16127cc72);}});}google.maps.event.addDomListener(window, 'load', initialize);