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.8238,-71.6214)};var g_c888280c65ec91eb9d20d2644575186e = new google.maps.Geocoder();g_c888280c65ec91eb9d20d2644575186e.geocode( { 'address': "603 Nashua St, Milford, NH 03055, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('milford-NH-st-marys-bank').style.display = '';map = new google.maps.Map(document.getElementById('milford-NH-st-marys-bank'), mapOptions);}document.getElementById('747a7ef0').innerHTML += ' | View Map';var $lc888280c65ec91eb9d20d2644575186e = '

St. Mary's Bank

Address: 603 Nashua St, Milford, NH 03055, USA
Phone: (603) 249-7301
';var m_c888280c65ec91eb9d20d2644575186e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'St. Mary's Bank',});m_c888280c65ec91eb9d20d2644575186e['infowindow'] = new google.maps.InfoWindow({content: $lc888280c65ec91eb9d20d2644575186e});var infowindow = new google.maps.InfoWindow({content: $lc888280c65ec91eb9d20d2644575186e});google.maps.event.addListener(m_c888280c65ec91eb9d20d2644575186e, 'click', function() {infowindow.open(map,m_c888280c65ec91eb9d20d2644575186e);});$marker.push(m_c888280c65ec91eb9d20d2644575186e);}});}google.maps.event.addDomListener(window, 'load', initialize);