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(35.3695,-120.845)};var g_eda3d05996f7407d552a9d7fc12787c6 = new google.maps.Geocoder();g_eda3d05996f7407d552a9d7fc12787c6.geocode( { 'address': "1065 Kennedy Way, Morro Bay, CA 93442, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('morro-bay-CA-check-into-cash').style.display = '';map = new google.maps.Map(document.getElementById('morro-bay-CA-check-into-cash'), mapOptions);}document.getElementById('c67714d6').innerHTML += ' | View Map';var $leda3d05996f7407d552a9d7fc12787c6 = '

Check Into Cash

Address: 1065 Kennedy Way, Morro Bay, CA 93442, USA
Phone: (805) 772-1345
';var m_eda3d05996f7407d552a9d7fc12787c6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check Into Cash',});m_eda3d05996f7407d552a9d7fc12787c6['infowindow'] = new google.maps.InfoWindow({content: $leda3d05996f7407d552a9d7fc12787c6});var infowindow = new google.maps.InfoWindow({content: $leda3d05996f7407d552a9d7fc12787c6});google.maps.event.addListener(m_eda3d05996f7407d552a9d7fc12787c6, 'click', function() {infowindow.open(map,m_eda3d05996f7407d552a9d7fc12787c6);});$marker.push(m_eda3d05996f7407d552a9d7fc12787c6);}});}google.maps.event.addDomListener(window, 'load', initialize);