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.1498,-71.5224)};var g_82004274d9bc2c4b2035fe7a40b86fcd = new google.maps.Geocoder();g_82004274d9bc2c4b2035fe7a40b86fcd.geocode( { 'address': "91 Prospect St, Milford, MA 01757"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('milford-MA-unibank').style.display = '';map = new google.maps.Map(document.getElementById('milford-MA-unibank'), mapOptions);}document.getElementById('17095aca').innerHTML += ' | View Map';var $l82004274d9bc2c4b2035fe7a40b86fcd = '

UniBank

Address: 91 Prospect St, Milford, MA 01757
Phone: (508) 478-5666
';var m_82004274d9bc2c4b2035fe7a40b86fcd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'UniBank',});m_82004274d9bc2c4b2035fe7a40b86fcd['infowindow'] = new google.maps.InfoWindow({content: $l82004274d9bc2c4b2035fe7a40b86fcd});var infowindow = new google.maps.InfoWindow({content: $l82004274d9bc2c4b2035fe7a40b86fcd});google.maps.event.addListener(m_82004274d9bc2c4b2035fe7a40b86fcd, 'click', function() {infowindow.open(map,m_82004274d9bc2c4b2035fe7a40b86fcd);});$marker.push(m_82004274d9bc2c4b2035fe7a40b86fcd);}});}google.maps.event.addDomListener(window, 'load', initialize);