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.9251,-118.198)};var g_d4a758aadfcc265a9e34f76415246c42 = new google.maps.Geocoder();g_d4a758aadfcc265a9e34f76415246c42.geocode( { 'address': "11098 Atlantic Ave, Lynwood, CA 90262-3060"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lynwood-CA-ace-cash-express').style.display = '';map = new google.maps.Map(document.getElementById('lynwood-CA-ace-cash-express'), mapOptions);}document.getElementById('9a8f45ed').innerHTML += ' | View Map';var $ld4a758aadfcc265a9e34f76415246c42 = '

ACE Cash Express

Address: 11098 Atlantic Ave, Lynwood, CA 90262-3060
Phone: (310) 631-8626
';var m_d4a758aadfcc265a9e34f76415246c42 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ACE Cash Express',});m_d4a758aadfcc265a9e34f76415246c42['infowindow'] = new google.maps.InfoWindow({content: $ld4a758aadfcc265a9e34f76415246c42});var infowindow = new google.maps.InfoWindow({content: $ld4a758aadfcc265a9e34f76415246c42});google.maps.event.addListener(m_d4a758aadfcc265a9e34f76415246c42, 'click', function() {infowindow.open(map,m_d4a758aadfcc265a9e34f76415246c42);});$marker.push(m_d4a758aadfcc265a9e34f76415246c42);}});}google.maps.event.addDomListener(window, 'load', initialize);