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.6541,-117.737)};var g_fef35f3a30a2485ac369f1e6b3caa937 = new google.maps.Geocoder();g_fef35f3a30a2485ac369f1e6b3caa937.geocode( { 'address': "2 Ada #150, Irvine, CA 92618, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('irvine-CA-south-pacific-financial-corporation').style.display = '';map = new google.maps.Map(document.getElementById('irvine-CA-south-pacific-financial-corporation'), mapOptions);}document.getElementById('113938ff').innerHTML += ' | View Map';var $lfef35f3a30a2485ac369f1e6b3caa937 = '

South Pacific Financial Corporation

Address: 2 Ada #150, Irvine, CA 92618, USA
Phone: (888) 609-0346
';var m_fef35f3a30a2485ac369f1e6b3caa937 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'South Pacific Financial Corporation',});m_fef35f3a30a2485ac369f1e6b3caa937['infowindow'] = new google.maps.InfoWindow({content: $lfef35f3a30a2485ac369f1e6b3caa937});var infowindow = new google.maps.InfoWindow({content: $lfef35f3a30a2485ac369f1e6b3caa937});google.maps.event.addListener(m_fef35f3a30a2485ac369f1e6b3caa937, 'click', function() {infowindow.open(map,m_fef35f3a30a2485ac369f1e6b3caa937);});$marker.push(m_fef35f3a30a2485ac369f1e6b3caa937);}});}google.maps.event.addDomListener(window, 'load', initialize);