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(43.6351,-70.2334)};var g_1255063ff526f008ac3da2e0dcbf6b55 = new google.maps.Geocoder();g_1255063ff526f008ac3da2e0dcbf6b55.geocode( { 'address': "435 Cottage Rd b, South Portland, ME 04106, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('south-portland-ME-homebridge-financial-services').style.display = '';map = new google.maps.Map(document.getElementById('south-portland-ME-homebridge-financial-services'), mapOptions);}document.getElementById('a22ac127').innerHTML += ' | View Map';var $l1255063ff526f008ac3da2e0dcbf6b55 = '

HomeBridge Financial Services

Address: 435 Cottage Rd b, South Portland, ME 04106, USA
Phone: (207) 221-7421
';var m_1255063ff526f008ac3da2e0dcbf6b55 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'HomeBridge Financial Services',});m_1255063ff526f008ac3da2e0dcbf6b55['infowindow'] = new google.maps.InfoWindow({content: $l1255063ff526f008ac3da2e0dcbf6b55});var infowindow = new google.maps.InfoWindow({content: $l1255063ff526f008ac3da2e0dcbf6b55});google.maps.event.addListener(m_1255063ff526f008ac3da2e0dcbf6b55, 'click', function() {infowindow.open(map,m_1255063ff526f008ac3da2e0dcbf6b55);});$marker.push(m_1255063ff526f008ac3da2e0dcbf6b55);}});}google.maps.event.addDomListener(window, 'load', initialize);