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.5624,-71.2714)};var g_067d04a1f6a1e9a05709a9793a6e8448 = new google.maps.Geocoder();g_067d04a1f6a1e9a05709a9793a6e8448.geocode( { 'address': "365 Boston Rd # 210, Billerica, MA 01821, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('billerica-MA-billerica-municipal-employees-cu').style.display = '';map = new google.maps.Map(document.getElementById('billerica-MA-billerica-municipal-employees-cu'), mapOptions);}document.getElementById('63270bd6').innerHTML += ' | View Map';var $l067d04a1f6a1e9a05709a9793a6e8448 = '

Billerica Municipal Employees CU

Address: 365 Boston Rd # 210, Billerica, MA 01821, USA
Phone: (978) 667-2434
';var m_067d04a1f6a1e9a05709a9793a6e8448 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Billerica Municipal Employees CU',});m_067d04a1f6a1e9a05709a9793a6e8448['infowindow'] = new google.maps.InfoWindow({content: $l067d04a1f6a1e9a05709a9793a6e8448});var infowindow = new google.maps.InfoWindow({content: $l067d04a1f6a1e9a05709a9793a6e8448});google.maps.event.addListener(m_067d04a1f6a1e9a05709a9793a6e8448, 'click', function() {infowindow.open(map,m_067d04a1f6a1e9a05709a9793a6e8448);});$marker.push(m_067d04a1f6a1e9a05709a9793a6e8448);}});}google.maps.event.addDomListener(window, 'load', initialize);