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.4849,-71.2)};var g_69afdb6d95dc71a595ea0c54492311a1 = new google.maps.Geocoder();g_69afdb6d95dc71a595ea0c54492311a1.geocode( { 'address': "67 S Bedford St #400w, Burlington, MA 01803, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('burlington-MA-axiom-capital-group-inc').style.display = '';map = new google.maps.Map(document.getElementById('burlington-MA-axiom-capital-group-inc'), mapOptions);}document.getElementById('011a990d').innerHTML += ' | View Map';var $l69afdb6d95dc71a595ea0c54492311a1 = '

Axiom Capital Group, Inc.

Address: 67 S Bedford St #400w, Burlington, MA 01803, USA
Phone: (617) 720-1444
';var m_69afdb6d95dc71a595ea0c54492311a1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Axiom Capital Group, Inc.',});m_69afdb6d95dc71a595ea0c54492311a1['infowindow'] = new google.maps.InfoWindow({content: $l69afdb6d95dc71a595ea0c54492311a1});var infowindow = new google.maps.InfoWindow({content: $l69afdb6d95dc71a595ea0c54492311a1});google.maps.event.addListener(m_69afdb6d95dc71a595ea0c54492311a1, 'click', function() {infowindow.open(map,m_69afdb6d95dc71a595ea0c54492311a1);});$marker.push(m_69afdb6d95dc71a595ea0c54492311a1);}});}google.maps.event.addDomListener(window, 'load', initialize);