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.6892,-118.134)};var g_37da5c908f9e8686d05e6d4accf25717 = new google.maps.Geocoder();g_37da5c908f9e8686d05e6d4accf25717.geocode( { 'address': "412 W Avenue J a, Lancaster, CA 93534, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lancaster-CA-california-check-cashing-stores').style.display = '';map = new google.maps.Map(document.getElementById('lancaster-CA-california-check-cashing-stores'), mapOptions);}document.getElementById('a01c655f').innerHTML += ' | View Map';var $l37da5c908f9e8686d05e6d4accf25717 = '

California Check Cashing Stores

Address: 412 W Avenue J a, Lancaster, CA 93534, USA
Phone: (661) 945-6900
';var m_37da5c908f9e8686d05e6d4accf25717 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'California Check Cashing Stores',});m_37da5c908f9e8686d05e6d4accf25717['infowindow'] = new google.maps.InfoWindow({content: $l37da5c908f9e8686d05e6d4accf25717});var infowindow = new google.maps.InfoWindow({content: $l37da5c908f9e8686d05e6d4accf25717});google.maps.event.addListener(m_37da5c908f9e8686d05e6d4accf25717, 'click', function() {infowindow.open(map,m_37da5c908f9e8686d05e6d4accf25717);});$marker.push(m_37da5c908f9e8686d05e6d4accf25717);}});}google.maps.event.addDomListener(window, 'load', initialize);