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.4214,-70.7584)};var g_4a4b16c6f8982c35e0e6755067728ab4 = new google.maps.Geocoder();g_4a4b16c6f8982c35e0e6755067728ab4.geocode( { 'address': "1209 Main St Showroom C, Sanford, ME 04073, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sanford-ME-homebridge-financial-services').style.display = '';map = new google.maps.Map(document.getElementById('sanford-ME-homebridge-financial-services'), mapOptions);}document.getElementById('9e4af846').innerHTML += ' | View Map';var $l4a4b16c6f8982c35e0e6755067728ab4 = '

HomeBridge Financial Services

Address: 1209 Main St Showroom C, Sanford, ME 04073, USA
Phone: (207) 850-3076
';var m_4a4b16c6f8982c35e0e6755067728ab4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'HomeBridge Financial Services',});m_4a4b16c6f8982c35e0e6755067728ab4['infowindow'] = new google.maps.InfoWindow({content: $l4a4b16c6f8982c35e0e6755067728ab4});var infowindow = new google.maps.InfoWindow({content: $l4a4b16c6f8982c35e0e6755067728ab4});google.maps.event.addListener(m_4a4b16c6f8982c35e0e6755067728ab4, 'click', function() {infowindow.open(map,m_4a4b16c6f8982c35e0e6755067728ab4);});$marker.push(m_4a4b16c6f8982c35e0e6755067728ab4);}});}google.maps.event.addDomListener(window, 'load', initialize);