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(34.1048,-117.571)};var g_892e3f2e33b24cbb580f341da1066868 = new google.maps.Geocoder();g_892e3f2e33b24cbb580f341da1066868.geocode( { 'address': "10737 Laurel St #200, Rancho Cucamonga, CA 91730, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rancho-cucamonga-CA-south-pacific-financial-corporation').style.display = '';map = new google.maps.Map(document.getElementById('rancho-cucamonga-CA-south-pacific-financial-corporation'), mapOptions);}document.getElementById('c2ff915c').innerHTML += ' | View Map';var $l892e3f2e33b24cbb580f341da1066868 = '

South Pacific Financial Corporation

Address: 10737 Laurel St #200, Rancho Cucamonga, CA 91730, USA
Phone: (909) 476-4182
';var m_892e3f2e33b24cbb580f341da1066868 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'South Pacific Financial Corporation',});m_892e3f2e33b24cbb580f341da1066868['infowindow'] = new google.maps.InfoWindow({content: $l892e3f2e33b24cbb580f341da1066868});var infowindow = new google.maps.InfoWindow({content: $l892e3f2e33b24cbb580f341da1066868});google.maps.event.addListener(m_892e3f2e33b24cbb580f341da1066868, 'click', function() {infowindow.open(map,m_892e3f2e33b24cbb580f341da1066868);});$marker.push(m_892e3f2e33b24cbb580f341da1066868);}});}google.maps.event.addDomListener(window, 'load', initialize);