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(34.0741,-118.211)};var g_4c32c52c6ba653f1ac69eccc09afc408 = new google.maps.Geocoder();g_4c32c52c6ba653f1ac69eccc09afc408.geocode( { 'address': "2913 N Broadway, Los Angeles, CA 90031, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('los-angeles-CA-california-check-cashing').style.display = '';map = new google.maps.Map(document.getElementById('los-angeles-CA-california-check-cashing'), mapOptions);}document.getElementById('dbf7cac3').innerHTML += ' | View Map';var $l4c32c52c6ba653f1ac69eccc09afc408 = '

California Check Cashing

Address: 2913 N Broadway, Los Angeles, CA 90031, USA
Phone: (323) 352-3478
';var m_4c32c52c6ba653f1ac69eccc09afc408 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'California Check Cashing',});m_4c32c52c6ba653f1ac69eccc09afc408['infowindow'] = new google.maps.InfoWindow({content: $l4c32c52c6ba653f1ac69eccc09afc408});var infowindow = new google.maps.InfoWindow({content: $l4c32c52c6ba653f1ac69eccc09afc408});google.maps.event.addListener(m_4c32c52c6ba653f1ac69eccc09afc408, 'click', function() {infowindow.open(map,m_4c32c52c6ba653f1ac69eccc09afc408);});$marker.push(m_4c32c52c6ba653f1ac69eccc09afc408);}});}google.maps.event.addDomListener(window, 'load', initialize);