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(38.4492,-122.732)};var g_08c3af3c6f09112b192408d028bf9649 = new google.maps.Geocoder();g_08c3af3c6f09112b192408d028bf9649.geocode( { 'address': "1260 N Dutton Ave #220, Santa Rosa, CA 95401, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('santa-rosa-CA-homebridge-financial-services').style.display = '';map = new google.maps.Map(document.getElementById('santa-rosa-CA-homebridge-financial-services'), mapOptions);}document.getElementById('e73553e0').innerHTML += ' | View Map';var $l08c3af3c6f09112b192408d028bf9649 = '

HomeBridge Financial Services

Address: 1260 N Dutton Ave #220, Santa Rosa, CA 95401, USA
Phone: (707) 219-8072
';var m_08c3af3c6f09112b192408d028bf9649 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'HomeBridge Financial Services',});m_08c3af3c6f09112b192408d028bf9649['infowindow'] = new google.maps.InfoWindow({content: $l08c3af3c6f09112b192408d028bf9649});var infowindow = new google.maps.InfoWindow({content: $l08c3af3c6f09112b192408d028bf9649});google.maps.event.addListener(m_08c3af3c6f09112b192408d028bf9649, 'click', function() {infowindow.open(map,m_08c3af3c6f09112b192408d028bf9649);});$marker.push(m_08c3af3c6f09112b192408d028bf9649);}});}google.maps.event.addDomListener(window, 'load', initialize);