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.1578,-71.2437)};var g_f8d6a4c1e7b1da8be2af46413260f12d = new google.maps.Geocoder();g_f8d6a4c1e7b1da8be2af46413260f12d.geocode( { 'address': "564 Main St, Walpole, MA 02081, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('walpole-MA-rockland-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('walpole-MA-rockland-federal-credit-union'), mapOptions);}document.getElementById('63e0af14').innerHTML += ' | View Map';var $lf8d6a4c1e7b1da8be2af46413260f12d = '

Rockland Federal Credit Union

Address: 564 Main St, Walpole, MA 02081, USA
Phone: (800) 562-7328
';var m_f8d6a4c1e7b1da8be2af46413260f12d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Rockland Federal Credit Union',});m_f8d6a4c1e7b1da8be2af46413260f12d['infowindow'] = new google.maps.InfoWindow({content: $lf8d6a4c1e7b1da8be2af46413260f12d});var infowindow = new google.maps.InfoWindow({content: $lf8d6a4c1e7b1da8be2af46413260f12d});google.maps.event.addListener(m_f8d6a4c1e7b1da8be2af46413260f12d, 'click', function() {infowindow.open(map,m_f8d6a4c1e7b1da8be2af46413260f12d);});$marker.push(m_f8d6a4c1e7b1da8be2af46413260f12d);}});}google.maps.event.addDomListener(window, 'load', initialize);