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.5,-71.194)};var g_87f3c42a65381d7184324c73cf41a400 = new google.maps.Geocoder();g_87f3c42a65381d7184324c73cf41a400.geocode( { 'address': "120 Cambridge St, Burlington, MA 01803, USA"}, 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('41719854').innerHTML += ' | View Map';var $l87f3c42a65381d7184324c73cf41a400 = '

Metro Credit Union

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