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_b276c0716b83d995ab7f6442f2342e63 = new google.maps.Geocoder();g_b276c0716b83d995ab7f6442f2342e63.geocode( { 'address': "18 Main St, Millbury, MA 01527"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('millbury-MA-millbury-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('millbury-MA-millbury-national-bank'), mapOptions);}document.getElementById('f5db28c7').innerHTML += ' | View Map';var $lb276c0716b83d995ab7f6442f2342e63 = '

Millbury National Bank

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