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.3151,-71.4341)};var g_6efa93b4d852fa97617085ff3396742d = new google.maps.Geocoder();g_6efa93b4d852fa97617085ff3396742d.geocode( { 'address': "200 Concord St, Framingham, MA 01702"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('framingham-MA-framingham-municipal-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('framingham-MA-framingham-municipal-federal-credit-union'), mapOptions);}document.getElementById('8faa87b0').innerHTML += ' | View Map';var $l6efa93b4d852fa97617085ff3396742d = '

Framingham Municipal Federal Credit Union

Address: 200 Concord St, Framingham, MA 01702
Phone: (508) 879-5522
';var m_6efa93b4d852fa97617085ff3396742d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Framingham Municipal Federal Credit Union',});m_6efa93b4d852fa97617085ff3396742d['infowindow'] = new google.maps.InfoWindow({content: $l6efa93b4d852fa97617085ff3396742d});var infowindow = new google.maps.InfoWindow({content: $l6efa93b4d852fa97617085ff3396742d});google.maps.event.addListener(m_6efa93b4d852fa97617085ff3396742d, 'click', function() {infowindow.open(map,m_6efa93b4d852fa97617085ff3396742d);});$marker.push(m_6efa93b4d852fa97617085ff3396742d);}});}google.maps.event.addDomListener(window, 'load', initialize);