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.7004,-117.91)};var g_be03f76cc8e48304c888adcf6241e45b = new google.maps.Geocoder();g_be03f76cc8e48304c888adcf6241e45b.geocode( { 'address': "2961 W MacArthur Blvd #215, Santa Ana, CA 92704, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('santa-ana-CA-performance-auto-loans').style.display = '';map = new google.maps.Map(document.getElementById('santa-ana-CA-performance-auto-loans'), mapOptions);}document.getElementById('b0de68af').innerHTML += ' | View Map';var $lbe03f76cc8e48304c888adcf6241e45b = '

Performance Auto Loans

Address: 2961 W MacArthur Blvd #215, Santa Ana, CA 92704, USA
Phone: (714) 754-1103
';var m_be03f76cc8e48304c888adcf6241e45b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Performance Auto Loans',});m_be03f76cc8e48304c888adcf6241e45b['infowindow'] = new google.maps.InfoWindow({content: $lbe03f76cc8e48304c888adcf6241e45b});var infowindow = new google.maps.InfoWindow({content: $lbe03f76cc8e48304c888adcf6241e45b});google.maps.event.addListener(m_be03f76cc8e48304c888adcf6241e45b, 'click', function() {infowindow.open(map,m_be03f76cc8e48304c888adcf6241e45b);});$marker.push(m_be03f76cc8e48304c888adcf6241e45b);}});}google.maps.event.addDomListener(window, 'load', initialize);