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.6353,-117.603)};var g_fc47f6dd9ad835bffd87a8ef880f1238 = new google.maps.Geocoder();g_fc47f6dd9ad835bffd87a8ef880f1238.geocode( { 'address': "30211 Avenida De Las Banderas #200, Rancho Santa Margarita, CA 92688, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rancho-santa-margarita-CA-pacific-choice-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('rancho-santa-margarita-CA-pacific-choice-mortgage'), mapOptions);}document.getElementById('fca0483f').innerHTML += ' | View Map';var $lfc47f6dd9ad835bffd87a8ef880f1238 = '

Pacific Choice Mortgage

Address: 30211 Avenida De Las Banderas #200, Rancho Santa Margarita, CA 92688, USA
Phone: (866) 398-8290
';var m_fc47f6dd9ad835bffd87a8ef880f1238 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Pacific Choice Mortgage',});m_fc47f6dd9ad835bffd87a8ef880f1238['infowindow'] = new google.maps.InfoWindow({content: $lfc47f6dd9ad835bffd87a8ef880f1238});var infowindow = new google.maps.InfoWindow({content: $lfc47f6dd9ad835bffd87a8ef880f1238});google.maps.event.addListener(m_fc47f6dd9ad835bffd87a8ef880f1238, 'click', function() {infowindow.open(map,m_fc47f6dd9ad835bffd87a8ef880f1238);});$marker.push(m_fc47f6dd9ad835bffd87a8ef880f1238);}});}google.maps.event.addDomListener(window, 'load', initialize);