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.5836,-71.7923)};var g_62ad9d74aa412c4ac32bdffca7a5304a = new google.maps.Geocoder();g_62ad9d74aa412c4ac32bdffca7a5304a.geocode( { 'address': "65 North Street, Fitchburg, MA 01420, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fitchburg-MA-fitchburg-me-federal-cu').style.display = '';map = new google.maps.Map(document.getElementById('fitchburg-MA-fitchburg-me-federal-cu'), mapOptions);}document.getElementById('e6af2a04').innerHTML += ' | View Map';var $l62ad9d74aa412c4ac32bdffca7a5304a = '

Fitchburg Me Federal CU

Address: 65 North Street, Fitchburg, MA 01420, USA
Phone: (978) 342-1827
';var m_62ad9d74aa412c4ac32bdffca7a5304a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fitchburg Me Federal CU',});m_62ad9d74aa412c4ac32bdffca7a5304a['infowindow'] = new google.maps.InfoWindow({content: $l62ad9d74aa412c4ac32bdffca7a5304a});var infowindow = new google.maps.InfoWindow({content: $l62ad9d74aa412c4ac32bdffca7a5304a});google.maps.event.addListener(m_62ad9d74aa412c4ac32bdffca7a5304a, 'click', function() {infowindow.open(map,m_62ad9d74aa412c4ac32bdffca7a5304a);});$marker.push(m_62ad9d74aa412c4ac32bdffca7a5304a);}});}google.maps.event.addDomListener(window, 'load', initialize);