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.7485,-117.827)};var g_385822e359afa26d52b5b286226f2cea = new google.maps.Geocoder();g_385822e359afa26d52b5b286226f2cea.geocode( { 'address': "17501 Irvine Blvd., Suite8, Tustin, CA 92780, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tustin-CA-assured-home-loans').style.display = '';map = new google.maps.Map(document.getElementById('tustin-CA-assured-home-loans'), mapOptions);}document.getElementById('c0fe0de2').innerHTML += ' | View Map';var $l385822e359afa26d52b5b286226f2cea = '

Assured Home Loans

Address: 17501 Irvine Blvd., Suite8, Tustin, CA 92780, USA
Phone: (714) 730-5353
';var m_385822e359afa26d52b5b286226f2cea = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Assured Home Loans',});m_385822e359afa26d52b5b286226f2cea['infowindow'] = new google.maps.InfoWindow({content: $l385822e359afa26d52b5b286226f2cea});var infowindow = new google.maps.InfoWindow({content: $l385822e359afa26d52b5b286226f2cea});google.maps.event.addListener(m_385822e359afa26d52b5b286226f2cea, 'click', function() {infowindow.open(map,m_385822e359afa26d52b5b286226f2cea);});$marker.push(m_385822e359afa26d52b5b286226f2cea);}});}google.maps.event.addDomListener(window, 'load', initialize);