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.4469,-71.222)};var g_8d4d33be85280c4b249feb31c53974bb = new google.maps.Geocoder();g_8d4d33be85280c4b249feb31c53974bb.geocode( { 'address': "3 Fletcher Ave, Lexington, MA 02420, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lexington-MA-lexington-ma-fcu').style.display = '';map = new google.maps.Map(document.getElementById('lexington-MA-lexington-ma-fcu'), mapOptions);}document.getElementById('81472a3b').innerHTML += ' | View Map';var $l8d4d33be85280c4b249feb31c53974bb = '

Lexington MA FCU

Address: 3 Fletcher Ave, Lexington, MA 02420, USA
Phone: (781) 862-9011
';var m_8d4d33be85280c4b249feb31c53974bb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lexington MA FCU',});m_8d4d33be85280c4b249feb31c53974bb['infowindow'] = new google.maps.InfoWindow({content: $l8d4d33be85280c4b249feb31c53974bb});var infowindow = new google.maps.InfoWindow({content: $l8d4d33be85280c4b249feb31c53974bb});google.maps.event.addListener(m_8d4d33be85280c4b249feb31c53974bb, 'click', function() {infowindow.open(map,m_8d4d33be85280c4b249feb31c53974bb);});$marker.push(m_8d4d33be85280c4b249feb31c53974bb);}});}google.maps.event.addDomListener(window, 'load', initialize);