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(33.0536,-117.26)};var g_65047f0d499cdb89434e5932d51b467c = new google.maps.Geocoder();g_65047f0d499cdb89434e5932d51b467c.geocode( { 'address': "285 N El Camino Real #211, Encinitas, CA 92024, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('encinitas-CA-homebridge-financial-services').style.display = '';map = new google.maps.Map(document.getElementById('encinitas-CA-homebridge-financial-services'), mapOptions);}document.getElementById('9d85a262').innerHTML += ' | View Map';var $l65047f0d499cdb89434e5932d51b467c = '

HomeBridge Financial Services

Address: 285 N El Camino Real #211, Encinitas, CA 92024, USA
Phone: (760) 456-7269
';var m_65047f0d499cdb89434e5932d51b467c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'HomeBridge Financial Services',});m_65047f0d499cdb89434e5932d51b467c['infowindow'] = new google.maps.InfoWindow({content: $l65047f0d499cdb89434e5932d51b467c});var infowindow = new google.maps.InfoWindow({content: $l65047f0d499cdb89434e5932d51b467c});google.maps.event.addListener(m_65047f0d499cdb89434e5932d51b467c, 'click', function() {infowindow.open(map,m_65047f0d499cdb89434e5932d51b467c);});$marker.push(m_65047f0d499cdb89434e5932d51b467c);}});}google.maps.event.addDomListener(window, 'load', initialize);