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.1061,-71.5549)};var g_b16e3238dc56d39f068d8754073935ce = new google.maps.Geocoder();g_b16e3238dc56d39f068d8754073935ce.geocode( { 'address': "14 Hastings St # 9, Mendon, MA 01756, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mendon-MA-milford-national-bank--trust').style.display = '';map = new google.maps.Map(document.getElementById('mendon-MA-milford-national-bank--trust'), mapOptions);}document.getElementById('f7c88b7a').innerHTML += ' | View Map';var $lb16e3238dc56d39f068d8754073935ce = '

Milford National Bank & Trust

Address: 14 Hastings St # 9, Mendon, MA 01756, USA
Phone: (508) 634-4118
';var m_b16e3238dc56d39f068d8754073935ce = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Milford National Bank & Trust',});m_b16e3238dc56d39f068d8754073935ce['infowindow'] = new google.maps.InfoWindow({content: $lb16e3238dc56d39f068d8754073935ce});var infowindow = new google.maps.InfoWindow({content: $lb16e3238dc56d39f068d8754073935ce});google.maps.event.addListener(m_b16e3238dc56d39f068d8754073935ce, 'click', function() {infowindow.open(map,m_b16e3238dc56d39f068d8754073935ce);});$marker.push(m_b16e3238dc56d39f068d8754073935ce);}});}google.maps.event.addDomListener(window, 'load', initialize);