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.9468,-117.397)};var g_15ade92dceaab28c5a6a7f7fb4c669be = new google.maps.Geocoder();g_15ade92dceaab28c5a6a7f7fb4c669be.geocode( { 'address': "6974 Brockton Ave # 100, Riverside, CA 92506, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('riverside-CA-marigold-financial-llc').style.display = '';map = new google.maps.Map(document.getElementById('riverside-CA-marigold-financial-llc'), mapOptions);}document.getElementById('d5ad36cd').innerHTML += ' | View Map';var $l15ade92dceaab28c5a6a7f7fb4c669be = '

Marigold Financial LLC

Address: 6974 Brockton Ave # 100, Riverside, CA 92506, USA
Phone: (951) 368-1700
';var m_15ade92dceaab28c5a6a7f7fb4c669be = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Marigold Financial LLC',});m_15ade92dceaab28c5a6a7f7fb4c669be['infowindow'] = new google.maps.InfoWindow({content: $l15ade92dceaab28c5a6a7f7fb4c669be});var infowindow = new google.maps.InfoWindow({content: $l15ade92dceaab28c5a6a7f7fb4c669be});google.maps.event.addListener(m_15ade92dceaab28c5a6a7f7fb4c669be, 'click', function() {infowindow.open(map,m_15ade92dceaab28c5a6a7f7fb4c669be);});$marker.push(m_15ade92dceaab28c5a6a7f7fb4c669be);}});}google.maps.event.addDomListener(window, 'load', initialize);