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.1973,-71.7701)};var g_f417d05af72b37f956c906aea42d1511 = new google.maps.Geocoder();g_f417d05af72b37f956c906aea42d1511.geocode( { 'address': "50 Main St, Millbury, MA 01527"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('millbury-MA-millbury-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('millbury-MA-millbury-credit-union'), mapOptions);}document.getElementById('f330cee4').innerHTML += ' | View Map';var $lf417d05af72b37f956c906aea42d1511 = '

Millbury Credit Union

Address: 50 Main St, Millbury, MA 01527
Phone: (508) 865-7600
';var m_f417d05af72b37f956c906aea42d1511 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Millbury Credit Union',});m_f417d05af72b37f956c906aea42d1511['infowindow'] = new google.maps.InfoWindow({content: $lf417d05af72b37f956c906aea42d1511});var infowindow = new google.maps.InfoWindow({content: $lf417d05af72b37f956c906aea42d1511});google.maps.event.addListener(m_f417d05af72b37f956c906aea42d1511, 'click', function() {infowindow.open(map,m_f417d05af72b37f956c906aea42d1511);});$marker.push(m_f417d05af72b37f956c906aea42d1511);}});}google.maps.event.addDomListener(window, 'load', initialize);