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.9532,-117.385)};var g_83dd1874bbe6cc3b007fd77c82248ead = new google.maps.Geocoder();g_83dd1874bbe6cc3b007fd77c82248ead.geocode( { 'address': "3400 Central Ave Suite 330, Riverside, CA 92506, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('riverside-CA-homebridge-financial-services').style.display = '';map = new google.maps.Map(document.getElementById('riverside-CA-homebridge-financial-services'), mapOptions);}document.getElementById('464a9ea7').innerHTML += ' | View Map';var $l83dd1874bbe6cc3b007fd77c82248ead = '

HomeBridge Financial Services

Address: 3400 Central Ave Suite 330, Riverside, CA 92506, USA
Phone: (951) 697-8135
';var m_83dd1874bbe6cc3b007fd77c82248ead = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'HomeBridge Financial Services',});m_83dd1874bbe6cc3b007fd77c82248ead['infowindow'] = new google.maps.InfoWindow({content: $l83dd1874bbe6cc3b007fd77c82248ead});var infowindow = new google.maps.InfoWindow({content: $l83dd1874bbe6cc3b007fd77c82248ead});google.maps.event.addListener(m_83dd1874bbe6cc3b007fd77c82248ead, 'click', function() {infowindow.open(map,m_83dd1874bbe6cc3b007fd77c82248ead);});$marker.push(m_83dd1874bbe6cc3b007fd77c82248ead);}});}google.maps.event.addDomListener(window, 'load', initialize);