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.4098,-121.392)};var g_21f3473068796324e0d4bbae4b0142f1 = new google.maps.Geocoder();g_21f3473068796324e0d4bbae4b0142f1.geocode( { 'address': "8451 Elk Grove Blvd #9, Elk Grove, CA 95758, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('elk-grove-CA-california-check-cashing-stores').style.display = '';map = new google.maps.Map(document.getElementById('elk-grove-CA-california-check-cashing-stores'), mapOptions);}document.getElementById('e341377f').innerHTML += ' | View Map';var $l21f3473068796324e0d4bbae4b0142f1 = '

California Check Cashing Stores

Address: 8451 Elk Grove Blvd #9, Elk Grove, CA 95758, USA
Phone: (916) 691-2520
';var m_21f3473068796324e0d4bbae4b0142f1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'California Check Cashing Stores',});m_21f3473068796324e0d4bbae4b0142f1['infowindow'] = new google.maps.InfoWindow({content: $l21f3473068796324e0d4bbae4b0142f1});var infowindow = new google.maps.InfoWindow({content: $l21f3473068796324e0d4bbae4b0142f1});google.maps.event.addListener(m_21f3473068796324e0d4bbae4b0142f1, 'click', function() {infowindow.open(map,m_21f3473068796324e0d4bbae4b0142f1);});$marker.push(m_21f3473068796324e0d4bbae4b0142f1);}});}google.maps.event.addDomListener(window, 'load', initialize);