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.8233,-119.712)};var g_586e57a7ef16035bd85e2dcf44248130 = new google.maps.Geocoder();g_586e57a7ef16035bd85e2dcf44248130.geocode( { 'address': "111 W Bullard Ave, Clovis, CA 93612, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clovis-CA-clovis-check-cashing').style.display = '';map = new google.maps.Map(document.getElementById('clovis-CA-clovis-check-cashing'), mapOptions);}document.getElementById('b730115e').innerHTML += ' | View Map';var $l586e57a7ef16035bd85e2dcf44248130 = '

Clovis Check Cashing

Address: 111 W Bullard Ave, Clovis, CA 93612, USA
Phone: (559) 298-0614
';var m_586e57a7ef16035bd85e2dcf44248130 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Clovis Check Cashing',});m_586e57a7ef16035bd85e2dcf44248130['infowindow'] = new google.maps.InfoWindow({content: $l586e57a7ef16035bd85e2dcf44248130});var infowindow = new google.maps.InfoWindow({content: $l586e57a7ef16035bd85e2dcf44248130});google.maps.event.addListener(m_586e57a7ef16035bd85e2dcf44248130, 'click', function() {infowindow.open(map,m_586e57a7ef16035bd85e2dcf44248130);});$marker.push(m_586e57a7ef16035bd85e2dcf44248130);}});}google.maps.event.addDomListener(window, 'load', initialize);