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_fdb0dfc7a10173835252be882819b650 = new google.maps.Geocoder();g_fdb0dfc7a10173835252be882819b650.geocode( { 'address': "8 New England Executive Park, Burlington, MA 01803"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('burlington-MA-milestone-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('burlington-MA-milestone-federal-credit-union'), mapOptions);}document.getElementById('f60f8a51').innerHTML += ' | View Map';var $lfdb0dfc7a10173835252be882819b650 = '

Milestone Federal Credit Union

Address: 8 New England Executive Park, Burlington, MA 01803
Phone: (781) 505-1442
';var m_fdb0dfc7a10173835252be882819b650 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Milestone Federal Credit Union',});m_fdb0dfc7a10173835252be882819b650['infowindow'] = new google.maps.InfoWindow({content: $lfdb0dfc7a10173835252be882819b650});var infowindow = new google.maps.InfoWindow({content: $lfdb0dfc7a10173835252be882819b650});google.maps.event.addListener(m_fdb0dfc7a10173835252be882819b650, 'click', function() {infowindow.open(map,m_fdb0dfc7a10173835252be882819b650);});$marker.push(m_fdb0dfc7a10173835252be882819b650);}});}google.maps.event.addDomListener(window, 'load', initialize);