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.8327,-118.38)};var g_ccfac0e684af52c7a3fd89da04781638 = new google.maps.Geocoder();g_ccfac0e684af52c7a3fd89da04781638.geocode( { 'address': "1801 S Catalina Ave, Redondo Beach, CA 90277"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('redondo-beach-CA-riviera-funding').style.display = '';map = new google.maps.Map(document.getElementById('redondo-beach-CA-riviera-funding'), mapOptions);}document.getElementById('a6d7141e').innerHTML += ' | View Map';var $lccfac0e684af52c7a3fd89da04781638 = '

Riviera Funding

Address: 1801 S Catalina Ave, Redondo Beach, CA 90277
Phone: (310) 373-7406
';var m_ccfac0e684af52c7a3fd89da04781638 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Riviera Funding',});m_ccfac0e684af52c7a3fd89da04781638['infowindow'] = new google.maps.InfoWindow({content: $lccfac0e684af52c7a3fd89da04781638});var infowindow = new google.maps.InfoWindow({content: $lccfac0e684af52c7a3fd89da04781638});google.maps.event.addListener(m_ccfac0e684af52c7a3fd89da04781638, 'click', function() {infowindow.open(map,m_ccfac0e684af52c7a3fd89da04781638);});$marker.push(m_ccfac0e684af52c7a3fd89da04781638);}});}google.maps.event.addDomListener(window, 'load', initialize);