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.3521,-121.975)};var g_99e21766c850e2a92a38f3830850ecc4 = new google.maps.Geocoder();g_99e21766c850e2a92a38f3830850ecc4.geocode( { 'address': "135 Peabody Rd, Vacaville, CA 95687, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('vacaville-CA-california-check-cashing-stores').style.display = '';map = new google.maps.Map(document.getElementById('vacaville-CA-california-check-cashing-stores'), mapOptions);}document.getElementById('e26ef27b').innerHTML += ' | View Map';var $l99e21766c850e2a92a38f3830850ecc4 = '

California Check Cashing Stores

Address: 135 Peabody Rd, Vacaville, CA 95687, USA
Phone: (707) 455-0146
';var m_99e21766c850e2a92a38f3830850ecc4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'California Check Cashing Stores',});m_99e21766c850e2a92a38f3830850ecc4['infowindow'] = new google.maps.InfoWindow({content: $l99e21766c850e2a92a38f3830850ecc4});var infowindow = new google.maps.InfoWindow({content: $l99e21766c850e2a92a38f3830850ecc4});google.maps.event.addListener(m_99e21766c850e2a92a38f3830850ecc4, 'click', function() {infowindow.open(map,m_99e21766c850e2a92a38f3830850ecc4);});$marker.push(m_99e21766c850e2a92a38f3830850ecc4);}});}google.maps.event.addDomListener(window, 'load', initialize);