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.0858,-117.575)};var g_4ba4955313e6193d8af4ab445f5d3d20 = new google.maps.Geocoder();g_4ba4955313e6193d8af4ab445f5d3d20.geocode( { 'address': "9227 Haven Ave #300, Rancho Cucamonga, CA 91730, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rancho-cucamonga-CA-american-pacific-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('rancho-cucamonga-CA-american-pacific-mortgage'), mapOptions);}document.getElementById('301fa6b0').innerHTML += ' | View Map';var $l4ba4955313e6193d8af4ab445f5d3d20 = '

American Pacific Mortgage

Address: 9227 Haven Ave #300, Rancho Cucamonga, CA 91730, USA
Phone: (909) 906-1234
';var m_4ba4955313e6193d8af4ab445f5d3d20 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Pacific Mortgage',});m_4ba4955313e6193d8af4ab445f5d3d20['infowindow'] = new google.maps.InfoWindow({content: $l4ba4955313e6193d8af4ab445f5d3d20});var infowindow = new google.maps.InfoWindow({content: $l4ba4955313e6193d8af4ab445f5d3d20});google.maps.event.addListener(m_4ba4955313e6193d8af4ab445f5d3d20, 'click', function() {infowindow.open(map,m_4ba4955313e6193d8af4ab445f5d3d20);});$marker.push(m_4ba4955313e6193d8af4ab445f5d3d20);}});}google.maps.event.addDomListener(window, 'load', initialize);