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.9879,-118.186)};var g_8f05fd3e621917f4cfcb164d958e030b = new google.maps.Geocoder();g_8f05fd3e621917f4cfcb164d958e030b.geocode( { 'address': "4457 Slauson Ave, Maywood, CA 90270, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('maywood-CA-ace-cash-express').style.display = '';map = new google.maps.Map(document.getElementById('maywood-CA-ace-cash-express'), mapOptions);}document.getElementById('69cc6b97').innerHTML += ' | View Map';var $l8f05fd3e621917f4cfcb164d958e030b = '

ACE Cash Express

Address: 4457 Slauson Ave, Maywood, CA 90270, USA
Phone: (323) 771-1801
';var m_8f05fd3e621917f4cfcb164d958e030b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ACE Cash Express',});m_8f05fd3e621917f4cfcb164d958e030b['infowindow'] = new google.maps.InfoWindow({content: $l8f05fd3e621917f4cfcb164d958e030b});var infowindow = new google.maps.InfoWindow({content: $l8f05fd3e621917f4cfcb164d958e030b});google.maps.event.addListener(m_8f05fd3e621917f4cfcb164d958e030b, 'click', function() {infowindow.open(map,m_8f05fd3e621917f4cfcb164d958e030b);});$marker.push(m_8f05fd3e621917f4cfcb164d958e030b);}});}google.maps.event.addDomListener(window, 'load', initialize);