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(34.2196,-119.062)};var g_68118c4c990cbfa00d90807b75b5352c = new google.maps.Geocoder();g_68118c4c990cbfa00d90807b75b5352c.geocode( { 'address': "601 E Daily Dr #134, Camarillo, CA 93010, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('camarillo-CA-homebridge-financial-services').style.display = '';map = new google.maps.Map(document.getElementById('camarillo-CA-homebridge-financial-services'), mapOptions);}document.getElementById('1ec8ad66').innerHTML += ' | View Map';var $l68118c4c990cbfa00d90807b75b5352c = '

HomeBridge Financial Services

Address: 601 E Daily Dr #134, Camarillo, CA 93010, USA
Phone: (805) 203-6978
';var m_68118c4c990cbfa00d90807b75b5352c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'HomeBridge Financial Services',});m_68118c4c990cbfa00d90807b75b5352c['infowindow'] = new google.maps.InfoWindow({content: $l68118c4c990cbfa00d90807b75b5352c});var infowindow = new google.maps.InfoWindow({content: $l68118c4c990cbfa00d90807b75b5352c});google.maps.event.addListener(m_68118c4c990cbfa00d90807b75b5352c, 'click', function() {infowindow.open(map,m_68118c4c990cbfa00d90807b75b5352c);});$marker.push(m_68118c4c990cbfa00d90807b75b5352c);}});}google.maps.event.addDomListener(window, 'load', initialize);