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.7052,-117.92)};var g_3d2c3ec9b0b199a105b514368ca8a8db = new google.maps.Geocoder();g_3d2c3ec9b0b199a105b514368ca8a8db.geocode( { 'address': "3100 S Harbor Blvd #280, Santa Ana, CA 92704, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('santa-ana-CA-loannow').style.display = '';map = new google.maps.Map(document.getElementById('santa-ana-CA-loannow'), mapOptions);}document.getElementById('a8dd11ed').innerHTML += ' | View Map';var $l3d2c3ec9b0b199a105b514368ca8a8db = '

LoanNow

Address: 3100 S Harbor Blvd #280, Santa Ana, CA 92704, USA
Phone: (714) 587-2679
';var m_3d2c3ec9b0b199a105b514368ca8a8db = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'LoanNow',});m_3d2c3ec9b0b199a105b514368ca8a8db['infowindow'] = new google.maps.InfoWindow({content: $l3d2c3ec9b0b199a105b514368ca8a8db});var infowindow = new google.maps.InfoWindow({content: $l3d2c3ec9b0b199a105b514368ca8a8db});google.maps.event.addListener(m_3d2c3ec9b0b199a105b514368ca8a8db, 'click', function() {infowindow.open(map,m_3d2c3ec9b0b199a105b514368ca8a8db);});$marker.push(m_3d2c3ec9b0b199a105b514368ca8a8db);}});}google.maps.event.addDomListener(window, 'load', initialize);