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.4826,-71.0964)};var g_b451da363bb08b9a81ceadbadb5133ef = new google.maps.Geocoder();g_b451da363bb08b9a81ceadbadb5133ef.geocode( { 'address': "40 Pine St, Stoneham, MA 02180"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stoneham-MA-stoneham-municipal-employees-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('stoneham-MA-stoneham-municipal-employees-federal-credit-union'), mapOptions);}document.getElementById('4a606435').innerHTML += ' | View Map';var $lb451da363bb08b9a81ceadbadb5133ef = '

Stoneham Municipal Employees Federal Credit Union

Address: 40 Pine St, Stoneham, MA 02180
Phone: (781) 438-3959
';var m_b451da363bb08b9a81ceadbadb5133ef = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Stoneham Municipal Employees Federal Credit Union',});m_b451da363bb08b9a81ceadbadb5133ef['infowindow'] = new google.maps.InfoWindow({content: $lb451da363bb08b9a81ceadbadb5133ef});var infowindow = new google.maps.InfoWindow({content: $lb451da363bb08b9a81ceadbadb5133ef});google.maps.event.addListener(m_b451da363bb08b9a81ceadbadb5133ef, 'click', function() {infowindow.open(map,m_b451da363bb08b9a81ceadbadb5133ef);});$marker.push(m_b451da363bb08b9a81ceadbadb5133ef);}});}google.maps.event.addDomListener(window, 'load', initialize);