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.5085,-71.2013)};var g_e1a8df8dc1935b26de67b0954a03117e = new google.maps.Geocoder();g_e1a8df8dc1935b26de67b0954a03117e.geocode( { 'address': "120 Cambridge St, Burlington, MA 01803"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('burlington-MA-metro-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('burlington-MA-metro-credit-union'), mapOptions);}document.getElementById('64622fd0').innerHTML += ' | View Map';var $le1a8df8dc1935b26de67b0954a03117e = '

Metro Credit Union

Address: 120 Cambridge St, Burlington, MA 01803
Phone: (781) 229-2622
';var m_e1a8df8dc1935b26de67b0954a03117e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Metro Credit Union',});m_e1a8df8dc1935b26de67b0954a03117e['infowindow'] = new google.maps.InfoWindow({content: $le1a8df8dc1935b26de67b0954a03117e});var infowindow = new google.maps.InfoWindow({content: $le1a8df8dc1935b26de67b0954a03117e});google.maps.event.addListener(m_e1a8df8dc1935b26de67b0954a03117e, 'click', function() {infowindow.open(map,m_e1a8df8dc1935b26de67b0954a03117e);});$marker.push(m_e1a8df8dc1935b26de67b0954a03117e);}});}google.maps.event.addDomListener(window, 'load', initialize);