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.6314,-117.728)};var g_fa2ea0e73ef009319fd4b81d1a48ecb9 = new google.maps.Geocoder();g_fa2ea0e73ef009319fd4b81d1a48ecb9.geocode( { 'address': "9842 Research Dr, Irvine, CA 92618, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('irvine-CA-primary-residential-mortgage-inc').style.display = '';map = new google.maps.Map(document.getElementById('irvine-CA-primary-residential-mortgage-inc'), mapOptions);}document.getElementById('91f61153').innerHTML += ' | View Map';var $lfa2ea0e73ef009319fd4b81d1a48ecb9 = '

Primary Residential Mortgage, Inc.

Address: 9842 Research Dr, Irvine, CA 92618, USA
Phone: (949) 596-7256
';var m_fa2ea0e73ef009319fd4b81d1a48ecb9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Primary Residential Mortgage, Inc.',});m_fa2ea0e73ef009319fd4b81d1a48ecb9['infowindow'] = new google.maps.InfoWindow({content: $lfa2ea0e73ef009319fd4b81d1a48ecb9});var infowindow = new google.maps.InfoWindow({content: $lfa2ea0e73ef009319fd4b81d1a48ecb9});google.maps.event.addListener(m_fa2ea0e73ef009319fd4b81d1a48ecb9, 'click', function() {infowindow.open(map,m_fa2ea0e73ef009319fd4b81d1a48ecb9);});$marker.push(m_fa2ea0e73ef009319fd4b81d1a48ecb9);}});}google.maps.event.addDomListener(window, 'load', initialize);