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_469571404e9f875662e862b4adca3245 = new google.maps.Geocoder();g_469571404e9f875662e862b4adca3245.geocode( { 'address': "85 Wilmington Rd, Burlington, MA 01803"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('burlington-MA-central-bank').style.display = '';map = new google.maps.Map(document.getElementById('burlington-MA-central-bank'), mapOptions);}document.getElementById('83b79f35').innerHTML += ' | View Map';var $l469571404e9f875662e862b4adca3245 = '

Central Bank

Address: 85 Wilmington Rd, Burlington, MA 01803
Phone: (781) 272-7384
';var m_469571404e9f875662e862b4adca3245 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Central Bank',});m_469571404e9f875662e862b4adca3245['infowindow'] = new google.maps.InfoWindow({content: $l469571404e9f875662e862b4adca3245});var infowindow = new google.maps.InfoWindow({content: $l469571404e9f875662e862b4adca3245});google.maps.event.addListener(m_469571404e9f875662e862b4adca3245, 'click', function() {infowindow.open(map,m_469571404e9f875662e862b4adca3245);});$marker.push(m_469571404e9f875662e862b4adca3245);}});}google.maps.event.addDomListener(window, 'load', initialize);