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.4598,-71.0097)};var g_cfd4b1840883af6c9f8c9706cf3d1c6d = new google.maps.Geocoder();g_cfd4b1840883af6c9f8c9706cf3d1c6d.geocode( { 'address': "448 Lincoln Ave, Saugus, MA 01906"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saugus-MA-saugus-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('saugus-MA-saugus-federal-credit-union'), mapOptions);}document.getElementById('f3bb03c6').innerHTML += ' | View Map';var $lcfd4b1840883af6c9f8c9706cf3d1c6d = '

Saugus Federal Credit Union

Address: 448 Lincoln Ave, Saugus, MA 01906
Phone: (781) 233-0010
';var m_cfd4b1840883af6c9f8c9706cf3d1c6d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Saugus Federal Credit Union',});m_cfd4b1840883af6c9f8c9706cf3d1c6d['infowindow'] = new google.maps.InfoWindow({content: $lcfd4b1840883af6c9f8c9706cf3d1c6d});var infowindow = new google.maps.InfoWindow({content: $lcfd4b1840883af6c9f8c9706cf3d1c6d});google.maps.event.addListener(m_cfd4b1840883af6c9f8c9706cf3d1c6d, 'click', function() {infowindow.open(map,m_cfd4b1840883af6c9f8c9706cf3d1c6d);});$marker.push(m_cfd4b1840883af6c9f8c9706cf3d1c6d);}});}google.maps.event.addDomListener(window, 'load', initialize);