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.2175,-119.096)};var g_38c3bfb1e8dede786adb6331f7d366ba = new google.maps.Geocoder();g_38c3bfb1e8dede786adb6331f7d366ba.geocode( { 'address': "80 Wood Rd # 200, Camarillo, CA 93010, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('camarillo-CA-surepath-financial-solutions').style.display = '';map = new google.maps.Map(document.getElementById('camarillo-CA-surepath-financial-solutions'), mapOptions);}document.getElementById('66695666').innerHTML += ' | View Map';var $l38c3bfb1e8dede786adb6331f7d366ba = '

Surepath Financial Solutions

Address: 80 Wood Rd # 200, Camarillo, CA 93010, USA
Phone: (805) 383-7700
';var m_38c3bfb1e8dede786adb6331f7d366ba = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Surepath Financial Solutions',});m_38c3bfb1e8dede786adb6331f7d366ba['infowindow'] = new google.maps.InfoWindow({content: $l38c3bfb1e8dede786adb6331f7d366ba});var infowindow = new google.maps.InfoWindow({content: $l38c3bfb1e8dede786adb6331f7d366ba});google.maps.event.addListener(m_38c3bfb1e8dede786adb6331f7d366ba, 'click', function() {infowindow.open(map,m_38c3bfb1e8dede786adb6331f7d366ba);});$marker.push(m_38c3bfb1e8dede786adb6331f7d366ba);}});}google.maps.event.addDomListener(window, 'load', initialize);