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.852)};var g_68bfe833768483b1f18d38c9e8d58a92 = new google.maps.Geocoder();g_68bfe833768483b1f18d38c9e8d58a92.geocode( { 'address': "404 N Grand Ave Ste C, Santa Ana, CA 92701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('santa-ana-CA-ace-cash-express').style.display = '';map = new google.maps.Map(document.getElementById('santa-ana-CA-ace-cash-express'), mapOptions);}document.getElementById('35f4c075').innerHTML += ' | View Map';var $l68bfe833768483b1f18d38c9e8d58a92 = '

ACE Cash Express

Address: 404 N Grand Ave Ste C, Santa Ana, CA 92701, USA
Phone: (714) 542-1958
';var m_68bfe833768483b1f18d38c9e8d58a92 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ACE Cash Express',});m_68bfe833768483b1f18d38c9e8d58a92['infowindow'] = new google.maps.InfoWindow({content: $l68bfe833768483b1f18d38c9e8d58a92});var infowindow = new google.maps.InfoWindow({content: $l68bfe833768483b1f18d38c9e8d58a92});google.maps.event.addListener(m_68bfe833768483b1f18d38c9e8d58a92, 'click', function() {infowindow.open(map,m_68bfe833768483b1f18d38c9e8d58a92);});$marker.push(m_68bfe833768483b1f18d38c9e8d58a92);}});}google.maps.event.addDomListener(window, 'load', initialize);