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(37.9993,-121.837)};var g_b6f11356fa28eed03c7878f92a88e04a = new google.maps.Geocoder();g_b6f11356fa28eed03c7878f92a88e04a.geocode( { 'address': "2954 Delta Fair Blvd, Antioch, CA 94509, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('antioch-CA-california-check-cashing-stores').style.display = '';map = new google.maps.Map(document.getElementById('antioch-CA-california-check-cashing-stores'), mapOptions);}document.getElementById('fd4ad988').innerHTML += ' | View Map';var $lb6f11356fa28eed03c7878f92a88e04a = '

California Check Cashing Stores

Address: 2954 Delta Fair Blvd, Antioch, CA 94509, USA
Phone: (925) 778-6600
';var m_b6f11356fa28eed03c7878f92a88e04a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'California Check Cashing Stores',});m_b6f11356fa28eed03c7878f92a88e04a['infowindow'] = new google.maps.InfoWindow({content: $lb6f11356fa28eed03c7878f92a88e04a});var infowindow = new google.maps.InfoWindow({content: $lb6f11356fa28eed03c7878f92a88e04a});google.maps.event.addListener(m_b6f11356fa28eed03c7878f92a88e04a, 'click', function() {infowindow.open(map,m_b6f11356fa28eed03c7878f92a88e04a);});$marker.push(m_b6f11356fa28eed03c7878f92a88e04a);}});}google.maps.event.addDomListener(window, 'load', initialize);