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.7116,-121.926)};var g_a733c7e8f35aab5ad6aa2a31a9b47ded = new google.maps.Geocoder();g_a733c7e8f35aab5ad6aa2a31a9b47ded.geocode( { 'address': "7301 Village Pkwy, Dublin, CA 94568, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dublin-CA-california-check-cashing-stores').style.display = '';map = new google.maps.Map(document.getElementById('dublin-CA-california-check-cashing-stores'), mapOptions);}document.getElementById('17b1fb09').innerHTML += ' | View Map';var $la733c7e8f35aab5ad6aa2a31a9b47ded = '

California Check Cashing Stores

Address: 7301 Village Pkwy, Dublin, CA 94568, USA
Phone: (925) 803-1401
';var m_a733c7e8f35aab5ad6aa2a31a9b47ded = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'California Check Cashing Stores',});m_a733c7e8f35aab5ad6aa2a31a9b47ded['infowindow'] = new google.maps.InfoWindow({content: $la733c7e8f35aab5ad6aa2a31a9b47ded});var infowindow = new google.maps.InfoWindow({content: $la733c7e8f35aab5ad6aa2a31a9b47ded});google.maps.event.addListener(m_a733c7e8f35aab5ad6aa2a31a9b47ded, 'click', function() {infowindow.open(map,m_a733c7e8f35aab5ad6aa2a31a9b47ded);});$marker.push(m_a733c7e8f35aab5ad6aa2a31a9b47ded);}});}google.maps.event.addDomListener(window, 'load', initialize);