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.974,-118.226)};var g_532fe898679b9ab5685207b54541ef29 = new google.maps.Geocoder();g_532fe898679b9ab5685207b54541ef29.geocode( { 'address': "7201 Pacific Blvd, Huntington Park, CA 90255, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('huntington-park-CA-ace-cash-express').style.display = '';map = new google.maps.Map(document.getElementById('huntington-park-CA-ace-cash-express'), mapOptions);}document.getElementById('a08109f2').innerHTML += ' | View Map';var $l532fe898679b9ab5685207b54541ef29 = '

ACE Cash Express

Address: 7201 Pacific Blvd, Huntington Park, CA 90255, USA
Phone: (323) 277-6185
';var m_532fe898679b9ab5685207b54541ef29 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ACE Cash Express',});m_532fe898679b9ab5685207b54541ef29['infowindow'] = new google.maps.InfoWindow({content: $l532fe898679b9ab5685207b54541ef29});var infowindow = new google.maps.InfoWindow({content: $l532fe898679b9ab5685207b54541ef29});google.maps.event.addListener(m_532fe898679b9ab5685207b54541ef29, 'click', function() {infowindow.open(map,m_532fe898679b9ab5685207b54541ef29);});$marker.push(m_532fe898679b9ab5685207b54541ef29);}});}google.maps.event.addDomListener(window, 'load', initialize);