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.9615,-122.649)};var g_12a4c722103b6468961d2a8b5c68971f = new google.maps.Geocoder();g_12a4c722103b6468961d2a8b5c68971f.geocode( { 'address': "14070 Olympic Dr, Clearlake, CA 95422, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clearlake-CA-a-1-check-cashing').style.display = '';map = new google.maps.Map(document.getElementById('clearlake-CA-a-1-check-cashing'), mapOptions);}document.getElementById('fc91e507').innerHTML += ' | View Map';var $l12a4c722103b6468961d2a8b5c68971f = '

A-1 Check Cashing

Address: 14070 Olympic Dr, Clearlake, CA 95422, USA
Phone: (707) 994-0555
';var m_12a4c722103b6468961d2a8b5c68971f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'A-1 Check Cashing',});m_12a4c722103b6468961d2a8b5c68971f['infowindow'] = new google.maps.InfoWindow({content: $l12a4c722103b6468961d2a8b5c68971f});var infowindow = new google.maps.InfoWindow({content: $l12a4c722103b6468961d2a8b5c68971f});google.maps.event.addListener(m_12a4c722103b6468961d2a8b5c68971f, 'click', function() {infowindow.open(map,m_12a4c722103b6468961d2a8b5c68971f);});$marker.push(m_12a4c722103b6468961d2a8b5c68971f);}});}google.maps.event.addDomListener(window, 'load', initialize);