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.7419,-117.747)};var g_891565c4dbecf15e2cd7f7f737931518 = new google.maps.Geocoder();g_891565c4dbecf15e2cd7f7f737931518.geocode( { 'address': "173 Technology Dr, Irvine, CA 92618"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('irvine-CA-discover-home-loan').style.display = '';map = new google.maps.Map(document.getElementById('irvine-CA-discover-home-loan'), mapOptions);}document.getElementById('7158dd12').innerHTML += ' | View Map';var $l891565c4dbecf15e2cd7f7f737931518 = '

Discover Home Loan

Address: 173 Technology Dr, Irvine, CA 92618
Phone: (888) 866-1212
';var m_891565c4dbecf15e2cd7f7f737931518 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Discover Home Loan',});m_891565c4dbecf15e2cd7f7f737931518['infowindow'] = new google.maps.InfoWindow({content: $l891565c4dbecf15e2cd7f7f737931518});var infowindow = new google.maps.InfoWindow({content: $l891565c4dbecf15e2cd7f7f737931518});google.maps.event.addListener(m_891565c4dbecf15e2cd7f7f737931518, 'click', function() {infowindow.open(map,m_891565c4dbecf15e2cd7f7f737931518);});$marker.push(m_891565c4dbecf15e2cd7f7f737931518);}});}google.maps.event.addDomListener(window, 'load', initialize);