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_7d85a4ccafe2b381c1dd769c275c4aa7 = new google.maps.Geocoder();g_7d85a4ccafe2b381c1dd769c275c4aa7.geocode( { 'address': "16 S Main St, Millbury, MA 01527"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('millbury-MA-fidelity-co-operative-bank').style.display = '';map = new google.maps.Map(document.getElementById('millbury-MA-fidelity-co-operative-bank'), mapOptions);}document.getElementById('d66250fa').innerHTML += ' | View Map';var $l7d85a4ccafe2b381c1dd769c275c4aa7 = '

Fidelity Co-Operative Bank

Address: 16 S Main St, Millbury, MA 01527
Phone: (508) 865-0801
';var m_7d85a4ccafe2b381c1dd769c275c4aa7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fidelity Co-Operative Bank',});m_7d85a4ccafe2b381c1dd769c275c4aa7['infowindow'] = new google.maps.InfoWindow({content: $l7d85a4ccafe2b381c1dd769c275c4aa7});var infowindow = new google.maps.InfoWindow({content: $l7d85a4ccafe2b381c1dd769c275c4aa7});google.maps.event.addListener(m_7d85a4ccafe2b381c1dd769c275c4aa7, 'click', function() {infowindow.open(map,m_7d85a4ccafe2b381c1dd769c275c4aa7);});$marker.push(m_7d85a4ccafe2b381c1dd769c275c4aa7);}});}google.maps.event.addDomListener(window, 'load', initialize);