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(38.0041,-121.844)};var g_11f2365950119362500e06af693e380b = new google.maps.Geocoder();g_11f2365950119362500e06af693e380b.geocode( { 'address': "3692 Delta Fair Blvd, Antioch, CA 94509, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('antioch-CA-buckeye-check-cashing').style.display = '';map = new google.maps.Map(document.getElementById('antioch-CA-buckeye-check-cashing'), mapOptions);}document.getElementById('cee5e569').innerHTML += ' | View Map';var $l11f2365950119362500e06af693e380b = '

Buckeye Check Cashing

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