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.9426,-117.392)};var g_1ce3de1fa19d09232ae36f8d8a8534ed = new google.maps.Geocoder();g_1ce3de1fa19d09232ae36f8d8a8534ed.geocode( { 'address': "6820 Indiana Ave #260, Riverside, CA 92506, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('riverside-CA-standard-mortgage-financial').style.display = '';map = new google.maps.Map(document.getElementById('riverside-CA-standard-mortgage-financial'), mapOptions);}document.getElementById('70cf41b6').innerHTML += ' | View Map';var $l1ce3de1fa19d09232ae36f8d8a8534ed = '

Standard Mortgage Financial

Address: 6820 Indiana Ave #260, Riverside, CA 92506, USA
Phone: (951) 686-9639
';var m_1ce3de1fa19d09232ae36f8d8a8534ed = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Standard Mortgage Financial',});m_1ce3de1fa19d09232ae36f8d8a8534ed['infowindow'] = new google.maps.InfoWindow({content: $l1ce3de1fa19d09232ae36f8d8a8534ed});var infowindow = new google.maps.InfoWindow({content: $l1ce3de1fa19d09232ae36f8d8a8534ed});google.maps.event.addListener(m_1ce3de1fa19d09232ae36f8d8a8534ed, 'click', function() {infowindow.open(map,m_1ce3de1fa19d09232ae36f8d8a8534ed);});$marker.push(m_1ce3de1fa19d09232ae36f8d8a8534ed);}});}google.maps.event.addDomListener(window, 'load', initialize);