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.6527,-117.748)};var g_af1ec08928fca5b339eab2cc1e39c851 = new google.maps.Geocoder();g_af1ec08928fca5b339eab2cc1e39c851.geocode( { 'address': "200 Spectrum Center Drive, Suite 300-LF, Irvine, CA 92618, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('irvine-CA-loan-fleet').style.display = '';map = new google.maps.Map(document.getElementById('irvine-CA-loan-fleet'), mapOptions);}document.getElementById('cfe45acc').innerHTML += ' | View Map';var $laf1ec08928fca5b339eab2cc1e39c851 = '

Loan Fleet

Address: 200 Spectrum Center Drive, Suite 300-LF, Irvine, CA 92618, USA
Phone: (949) 378-5800
';var m_af1ec08928fca5b339eab2cc1e39c851 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Loan Fleet',});m_af1ec08928fca5b339eab2cc1e39c851['infowindow'] = new google.maps.InfoWindow({content: $laf1ec08928fca5b339eab2cc1e39c851});var infowindow = new google.maps.InfoWindow({content: $laf1ec08928fca5b339eab2cc1e39c851});google.maps.event.addListener(m_af1ec08928fca5b339eab2cc1e39c851, 'click', function() {infowindow.open(map,m_af1ec08928fca5b339eab2cc1e39c851);});$marker.push(m_af1ec08928fca5b339eab2cc1e39c851);}});}google.maps.event.addDomListener(window, 'load', initialize);