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.3902,-71.5688)};var g_8d775b08999402673d7a696a8540923e = new google.maps.Geocoder();g_8d775b08999402673d7a696a8540923e.geocode( { 'address': "25 South St #2, Hudson, MA 01749, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hudson-MA-hudson-municipal-employees-cu').style.display = '';map = new google.maps.Map(document.getElementById('hudson-MA-hudson-municipal-employees-cu'), mapOptions);}document.getElementById('50994588').innerHTML += ' | View Map';var $l8d775b08999402673d7a696a8540923e = '

Hudson Municipal Employees CU

Address: 25 South St #2, Hudson, MA 01749, USA
Phone: (978) 562-7878
';var m_8d775b08999402673d7a696a8540923e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hudson Municipal Employees CU',});m_8d775b08999402673d7a696a8540923e['infowindow'] = new google.maps.InfoWindow({content: $l8d775b08999402673d7a696a8540923e});var infowindow = new google.maps.InfoWindow({content: $l8d775b08999402673d7a696a8540923e});google.maps.event.addListener(m_8d775b08999402673d7a696a8540923e, 'click', function() {infowindow.open(map,m_8d775b08999402673d7a696a8540923e);});$marker.push(m_8d775b08999402673d7a696a8540923e);}});}google.maps.event.addDomListener(window, 'load', initialize);