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.7828,-118.152)};var g_0576ff732d3d153d4d55883d887a3352 = new google.maps.Geocoder();g_0576ff732d3d153d4d55883d887a3352.geocode( { 'address': "3401 E Anaheim St, Long Beach, CA 90804, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('long-beach-CA-ace-cash-express').style.display = '';map = new google.maps.Map(document.getElementById('long-beach-CA-ace-cash-express'), mapOptions);}document.getElementById('72ed5a6b').innerHTML += ' | View Map';var $l0576ff732d3d153d4d55883d887a3352 = '

ACE Cash Express

Address: 3401 E Anaheim St, Long Beach, CA 90804, USA
Phone: (562) 985-0482
';var m_0576ff732d3d153d4d55883d887a3352 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ACE Cash Express',});m_0576ff732d3d153d4d55883d887a3352['infowindow'] = new google.maps.InfoWindow({content: $l0576ff732d3d153d4d55883d887a3352});var infowindow = new google.maps.InfoWindow({content: $l0576ff732d3d153d4d55883d887a3352});google.maps.event.addListener(m_0576ff732d3d153d4d55883d887a3352, 'click', function() {infowindow.open(map,m_0576ff732d3d153d4d55883d887a3352);});$marker.push(m_0576ff732d3d153d4d55883d887a3352);}});}google.maps.event.addDomListener(window, 'load', initialize);