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.7143,-117.804)};var g_27cba94c9a9fe4283458e52c09592890 = new google.maps.Geocoder();g_27cba94c9a9fe4283458e52c09592890.geocode( { 'address': "14511 Myford Rd # 100, Tustin, CA 92780, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tustin-CA-new-american-funding').style.display = '';map = new google.maps.Map(document.getElementById('tustin-CA-new-american-funding'), mapOptions);}document.getElementById('daef67a0').innerHTML += ' | View Map';var $l27cba94c9a9fe4283458e52c09592890 = '

New American Funding

Address: 14511 Myford Rd # 100, Tustin, CA 92780, USA
Phone: (800) 450-2010
';var m_27cba94c9a9fe4283458e52c09592890 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'New American Funding',});m_27cba94c9a9fe4283458e52c09592890['infowindow'] = new google.maps.InfoWindow({content: $l27cba94c9a9fe4283458e52c09592890});var infowindow = new google.maps.InfoWindow({content: $l27cba94c9a9fe4283458e52c09592890});google.maps.event.addListener(m_27cba94c9a9fe4283458e52c09592890, 'click', function() {infowindow.open(map,m_27cba94c9a9fe4283458e52c09592890);});$marker.push(m_27cba94c9a9fe4283458e52c09592890);}});}google.maps.event.addDomListener(window, 'load', initialize);