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.8027,-121.666)};var g_38188bb6f421cce2fc5f7fd44086582b = new google.maps.Geocoder();g_38188bb6f421cce2fc5f7fd44086582b.geocode( { 'address': "7901 San Miguel Canyon Rd, Prunedale, CA 93907, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('prunedale-CA-central-coast-home-loans').style.display = '';map = new google.maps.Map(document.getElementById('prunedale-CA-central-coast-home-loans'), mapOptions);}document.getElementById('321df456').innerHTML += ' | View Map';var $l38188bb6f421cce2fc5f7fd44086582b = '

Central Coast Home Loans

Address: 7901 San Miguel Canyon Rd, Prunedale, CA 93907, USA
Phone: (831) 663-0391
';var m_38188bb6f421cce2fc5f7fd44086582b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Central Coast Home Loans',});m_38188bb6f421cce2fc5f7fd44086582b['infowindow'] = new google.maps.InfoWindow({content: $l38188bb6f421cce2fc5f7fd44086582b});var infowindow = new google.maps.InfoWindow({content: $l38188bb6f421cce2fc5f7fd44086582b});google.maps.event.addListener(m_38188bb6f421cce2fc5f7fd44086582b, 'click', function() {infowindow.open(map,m_38188bb6f421cce2fc5f7fd44086582b);});$marker.push(m_38188bb6f421cce2fc5f7fd44086582b);}});}google.maps.event.addDomListener(window, 'load', initialize);