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.1086,-117.671)};var g_4643dd49216b67d9c617ceb260e45684 = new google.maps.Geocoder();g_4643dd49216b67d9c617ceb260e45684.geocode( { 'address': "1223 W Foothill Blvd, Upland, CA 91786, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('upland-CA-south-pacific-financial').style.display = '';map = new google.maps.Map(document.getElementById('upland-CA-south-pacific-financial'), mapOptions);}document.getElementById('b1cfd00d').innerHTML += ' | View Map';var $l4643dd49216b67d9c617ceb260e45684 = '

South Pacific Financial

Address: 1223 W Foothill Blvd, Upland, CA 91786, USA
Phone: (909) 946-0897
';var m_4643dd49216b67d9c617ceb260e45684 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'South Pacific Financial',});m_4643dd49216b67d9c617ceb260e45684['infowindow'] = new google.maps.InfoWindow({content: $l4643dd49216b67d9c617ceb260e45684});var infowindow = new google.maps.InfoWindow({content: $l4643dd49216b67d9c617ceb260e45684});google.maps.event.addListener(m_4643dd49216b67d9c617ceb260e45684, 'click', function() {infowindow.open(map,m_4643dd49216b67d9c617ceb260e45684);});$marker.push(m_4643dd49216b67d9c617ceb260e45684);}});}google.maps.event.addDomListener(window, 'load', initialize);