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.6817,-117.849)};var g_581c2ccb2333cbefb5909c5b06953f60 = new google.maps.Geocoder();g_581c2ccb2333cbefb5909c5b06953f60.geocode( { 'address': "2372 Morse Ave #225, Irvine, CA 92614, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('irvine-CA-northern-mortgage-company').style.display = '';map = new google.maps.Map(document.getElementById('irvine-CA-northern-mortgage-company'), mapOptions);}document.getElementById('79aa3c34').innerHTML += ' | View Map';var $l581c2ccb2333cbefb5909c5b06953f60 = '

Northern Mortgage Company

Address: 2372 Morse Ave #225, Irvine, CA 92614, USA
Phone: (949) 873-2884
';var m_581c2ccb2333cbefb5909c5b06953f60 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northern Mortgage Company',});m_581c2ccb2333cbefb5909c5b06953f60['infowindow'] = new google.maps.InfoWindow({content: $l581c2ccb2333cbefb5909c5b06953f60});var infowindow = new google.maps.InfoWindow({content: $l581c2ccb2333cbefb5909c5b06953f60});google.maps.event.addListener(m_581c2ccb2333cbefb5909c5b06953f60, 'click', function() {infowindow.open(map,m_581c2ccb2333cbefb5909c5b06953f60);});$marker.push(m_581c2ccb2333cbefb5909c5b06953f60);}});}google.maps.event.addDomListener(window, 'load', initialize);