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.9036,-117.496)};var g_24624d0fd20431c2f92cbc8d3b808492 = new google.maps.Geocoder();g_24624d0fd20431c2f92cbc8d3b808492.geocode( { 'address': "4234 Riverwalk Pkwy #110, Riverside, CA 92505, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('riverside-CA-fina-financial-inc').style.display = '';map = new google.maps.Map(document.getElementById('riverside-CA-fina-financial-inc'), mapOptions);}document.getElementById('21279225').innerHTML += ' | View Map';var $l24624d0fd20431c2f92cbc8d3b808492 = '

Fina Financial Inc.

Address: 4234 Riverwalk Pkwy #110, Riverside, CA 92505, USA
Phone: (951) 271-7388
';var m_24624d0fd20431c2f92cbc8d3b808492 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fina Financial Inc.',});m_24624d0fd20431c2f92cbc8d3b808492['infowindow'] = new google.maps.InfoWindow({content: $l24624d0fd20431c2f92cbc8d3b808492});var infowindow = new google.maps.InfoWindow({content: $l24624d0fd20431c2f92cbc8d3b808492});google.maps.event.addListener(m_24624d0fd20431c2f92cbc8d3b808492, 'click', function() {infowindow.open(map,m_24624d0fd20431c2f92cbc8d3b808492);});$marker.push(m_24624d0fd20431c2f92cbc8d3b808492);}});}google.maps.event.addDomListener(window, 'load', initialize);