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.3661,-120.846)};var g_efb3d8be0319721ef751da0b05d9f6a5 = new google.maps.Geocoder();g_efb3d8be0319721ef751da0b05d9f6a5.geocode( { 'address': "601 Morro Bay Blvd B, Morro Bay, CA 93442, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('morro-bay-CA-central-coast-lending').style.display = '';map = new google.maps.Map(document.getElementById('morro-bay-CA-central-coast-lending'), mapOptions);}document.getElementById('58a69687').innerHTML += ' | View Map';var $lefb3d8be0319721ef751da0b05d9f6a5 = '

Central Coast Lending

Address: 601 Morro Bay Blvd B, Morro Bay, CA 93442, USA
Phone: (805) 543-5626
';var m_efb3d8be0319721ef751da0b05d9f6a5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Central Coast Lending',});m_efb3d8be0319721ef751da0b05d9f6a5['infowindow'] = new google.maps.InfoWindow({content: $lefb3d8be0319721ef751da0b05d9f6a5});var infowindow = new google.maps.InfoWindow({content: $lefb3d8be0319721ef751da0b05d9f6a5});google.maps.event.addListener(m_efb3d8be0319721ef751da0b05d9f6a5, 'click', function() {infowindow.open(map,m_efb3d8be0319721ef751da0b05d9f6a5);});$marker.push(m_efb3d8be0319721ef751da0b05d9f6a5);}});}google.maps.event.addDomListener(window, 'load', initialize);