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.0281,-71.8502)};var g_a5955cda321e81245d0dfbba0f117237 = new google.maps.Geocoder();g_a5955cda321e81245d0dfbba0f117237.geocode( { 'address': "340 Thompson Rd, Webster, MA 01570, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('webster-MA-southbridge-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('webster-MA-southbridge-credit-union'), mapOptions);}document.getElementById('eb9dd582').innerHTML += ' | View Map';var $la5955cda321e81245d0dfbba0f117237 = '

Southbridge Credit Union.

Address: 340 Thompson Rd, Webster, MA 01570, USA
Phone: (508) 765-5454
';var m_a5955cda321e81245d0dfbba0f117237 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Southbridge Credit Union.',});m_a5955cda321e81245d0dfbba0f117237['infowindow'] = new google.maps.InfoWindow({content: $la5955cda321e81245d0dfbba0f117237});var infowindow = new google.maps.InfoWindow({content: $la5955cda321e81245d0dfbba0f117237});google.maps.event.addListener(m_a5955cda321e81245d0dfbba0f117237, 'click', function() {infowindow.open(map,m_a5955cda321e81245d0dfbba0f117237);});$marker.push(m_a5955cda321e81245d0dfbba0f117237);}});}google.maps.event.addDomListener(window, 'load', initialize);