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(41.745,-71.1462)};var g_298c852afd37b347f971e03bf941c3fc = new google.maps.Geocoder();g_298c852afd37b347f971e03bf941c3fc.geocode( { 'address': "891 County St, Somerset, MA 02726, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('somerset-MA-st-michaels-federal-cu').style.display = '';map = new google.maps.Map(document.getElementById('somerset-MA-st-michaels-federal-cu'), mapOptions);}document.getElementById('8a158e02').innerHTML += ' | View Map';var $l298c852afd37b347f971e03bf941c3fc = '

St Michael's Federal CU

Address: 891 County St, Somerset, MA 02726, USA
Phone: (508) 730-2100
';var m_298c852afd37b347f971e03bf941c3fc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'St Michael's Federal CU',});m_298c852afd37b347f971e03bf941c3fc['infowindow'] = new google.maps.InfoWindow({content: $l298c852afd37b347f971e03bf941c3fc});var infowindow = new google.maps.InfoWindow({content: $l298c852afd37b347f971e03bf941c3fc});google.maps.event.addListener(m_298c852afd37b347f971e03bf941c3fc, 'click', function() {infowindow.open(map,m_298c852afd37b347f971e03bf941c3fc);});$marker.push(m_298c852afd37b347f971e03bf941c3fc);}});}google.maps.event.addDomListener(window, 'load', initialize);