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(34.2194,-119.055)};var g_8b473d715c0060dacf925613cfc3ed3f = new google.maps.Geocoder();g_8b473d715c0060dacf925613cfc3ed3f.geocode( { 'address': "350 N Lantana St #204, Camarillo, CA 93010, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('camarillo-CA-first-pacific-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('camarillo-CA-first-pacific-mortgage'), mapOptions);}document.getElementById('025d6c85').innerHTML += ' | View Map';var $l8b473d715c0060dacf925613cfc3ed3f = '

First Pacific Mortgage

Address: 350 N Lantana St #204, Camarillo, CA 93010, USA
Phone: (805) 504-7200
';var m_8b473d715c0060dacf925613cfc3ed3f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Pacific Mortgage',});m_8b473d715c0060dacf925613cfc3ed3f['infowindow'] = new google.maps.InfoWindow({content: $l8b473d715c0060dacf925613cfc3ed3f});var infowindow = new google.maps.InfoWindow({content: $l8b473d715c0060dacf925613cfc3ed3f});google.maps.event.addListener(m_8b473d715c0060dacf925613cfc3ed3f, 'click', function() {infowindow.open(map,m_8b473d715c0060dacf925613cfc3ed3f);});$marker.push(m_8b473d715c0060dacf925613cfc3ed3f);}});}google.maps.event.addDomListener(window, 'load', initialize);