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.3707,-71.0391)};var g_33779b45e135b6ad17d026ab8a2fe024 = new google.maps.Geocoder();g_33779b45e135b6ad17d026ab8a2fe024.geocode( { 'address': "18-20 Meridian Street, 4th Floor, East Boston, MA 02128, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('boston-MA-homebridge-financial-services').style.display = '';map = new google.maps.Map(document.getElementById('boston-MA-homebridge-financial-services'), mapOptions);}document.getElementById('c305ba32').innerHTML += ' | View Map';var $l33779b45e135b6ad17d026ab8a2fe024 = '

HomeBridge Financial Services

Address: 18-20 Meridian Street, 4th Floor, East Boston, MA 02128, USA
Phone: (800) 464-2484
';var m_33779b45e135b6ad17d026ab8a2fe024 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'HomeBridge Financial Services',});m_33779b45e135b6ad17d026ab8a2fe024['infowindow'] = new google.maps.InfoWindow({content: $l33779b45e135b6ad17d026ab8a2fe024});var infowindow = new google.maps.InfoWindow({content: $l33779b45e135b6ad17d026ab8a2fe024});google.maps.event.addListener(m_33779b45e135b6ad17d026ab8a2fe024, 'click', function() {infowindow.open(map,m_33779b45e135b6ad17d026ab8a2fe024);});$marker.push(m_33779b45e135b6ad17d026ab8a2fe024);}});}google.maps.event.addDomListener(window, 'load', initialize);