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.2773,-71.7197)};var g_f759bcbf4a20c974a5bb0d5f515e5454 = new google.maps.Geocoder();g_f759bcbf4a20c974a5bb0d5f515e5454.geocode( { 'address': "489 Boston Turnpike, Shrewsbury, MA 01545, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('shrewsbury-MA-shrewsbury-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('shrewsbury-MA-shrewsbury-credit-union'), mapOptions);}document.getElementById('b8c683a2').innerHTML += ' | View Map';var $lf759bcbf4a20c974a5bb0d5f515e5454 = '

Shrewsbury Credit Union

Address: 489 Boston Turnpike, Shrewsbury, MA 01545, USA
Phone: (508) 841-8550
';var m_f759bcbf4a20c974a5bb0d5f515e5454 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Shrewsbury Credit Union',});m_f759bcbf4a20c974a5bb0d5f515e5454['infowindow'] = new google.maps.InfoWindow({content: $lf759bcbf4a20c974a5bb0d5f515e5454});var infowindow = new google.maps.InfoWindow({content: $lf759bcbf4a20c974a5bb0d5f515e5454});google.maps.event.addListener(m_f759bcbf4a20c974a5bb0d5f515e5454, 'click', function() {infowindow.open(map,m_f759bcbf4a20c974a5bb0d5f515e5454);});$marker.push(m_f759bcbf4a20c974a5bb0d5f515e5454);}});}google.maps.event.addDomListener(window, 'load', initialize);