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.2201,-71.0041)};var g_6b091d3eddea50f5ec7bba3170a7bbc8 = new google.maps.Geocoder();g_6b091d3eddea50f5ec7bba3170a7bbc8.geocode( { 'address': "367 Washington St #2, Braintree, MA 02184, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('braintree-MA-homebridge-financial-services').style.display = '';map = new google.maps.Map(document.getElementById('braintree-MA-homebridge-financial-services'), mapOptions);}document.getElementById('de9be0d6').innerHTML += ' | View Map';var $l6b091d3eddea50f5ec7bba3170a7bbc8 = '

HomeBridge Financial Services

Address: 367 Washington St #2, Braintree, MA 02184, USA
Phone: (781) 338-5751
';var m_6b091d3eddea50f5ec7bba3170a7bbc8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'HomeBridge Financial Services',});m_6b091d3eddea50f5ec7bba3170a7bbc8['infowindow'] = new google.maps.InfoWindow({content: $l6b091d3eddea50f5ec7bba3170a7bbc8});var infowindow = new google.maps.InfoWindow({content: $l6b091d3eddea50f5ec7bba3170a7bbc8});google.maps.event.addListener(m_6b091d3eddea50f5ec7bba3170a7bbc8, 'click', function() {infowindow.open(map,m_6b091d3eddea50f5ec7bba3170a7bbc8);});$marker.push(m_6b091d3eddea50f5ec7bba3170a7bbc8);}});}google.maps.event.addDomListener(window, 'load', initialize);