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(36.8167,-119.755)};var g_27a766161775d1d3bfe4a298feef7b99 = new google.maps.Geocoder();g_27a766161775d1d3bfe4a298feef7b99.geocode( { 'address': "1784 E Barstow Ave, Fresno, CA 93720, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fresno-CA-cash-1').style.display = '';map = new google.maps.Map(document.getElementById('fresno-CA-cash-1'), mapOptions);}document.getElementById('cf0aa28b').innerHTML += ' | View Map';var $l27a766161775d1d3bfe4a298feef7b99 = '

Cash 1

Address: 1784 E Barstow Ave, Fresno, CA 93720, USA
Phone: (559) 438-6669
';var m_27a766161775d1d3bfe4a298feef7b99 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash 1',});m_27a766161775d1d3bfe4a298feef7b99['infowindow'] = new google.maps.InfoWindow({content: $l27a766161775d1d3bfe4a298feef7b99});var infowindow = new google.maps.InfoWindow({content: $l27a766161775d1d3bfe4a298feef7b99});google.maps.event.addListener(m_27a766161775d1d3bfe4a298feef7b99, 'click', function() {infowindow.open(map,m_27a766161775d1d3bfe4a298feef7b99);});$marker.push(m_27a766161775d1d3bfe4a298feef7b99);}});}google.maps.event.addDomListener(window, 'load', initialize);