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.6141,-70.6628)};var g_71a0c5da82986a5850e60f57cd363c4f = new google.maps.Geocoder();g_71a0c5da82986a5850e60f57cd363c4f.geocode( { 'address': "9 Dale Ave, Gloucester, MA 01930, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gloucester-MA-gloucester-municipal-cu').style.display = '';map = new google.maps.Map(document.getElementById('gloucester-MA-gloucester-municipal-cu'), mapOptions);}document.getElementById('618c7c4f').innerHTML += ' | View Map';var $l71a0c5da82986a5850e60f57cd363c4f = '

Gloucester Municipal CU

Address: 9 Dale Ave, Gloucester, MA 01930, USA
Phone: (978) 283-1345
';var m_71a0c5da82986a5850e60f57cd363c4f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Gloucester Municipal CU',});m_71a0c5da82986a5850e60f57cd363c4f['infowindow'] = new google.maps.InfoWindow({content: $l71a0c5da82986a5850e60f57cd363c4f});var infowindow = new google.maps.InfoWindow({content: $l71a0c5da82986a5850e60f57cd363c4f});google.maps.event.addListener(m_71a0c5da82986a5850e60f57cd363c4f, 'click', function() {infowindow.open(map,m_71a0c5da82986a5850e60f57cd363c4f);});$marker.push(m_71a0c5da82986a5850e60f57cd363c4f);}});}google.maps.event.addDomListener(window, 'load', initialize);