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.2221,-119.022)};var g_66b9482ba6b3305665d95e9449debd0f = new google.maps.Geocoder();g_66b9482ba6b3305665d95e9449debd0f.geocode( { 'address': "3601 Calle Tecate, Camarillo, CA 93012, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('camarillo-CA-freeway-funding-inc').style.display = '';map = new google.maps.Map(document.getElementById('camarillo-CA-freeway-funding-inc'), mapOptions);}document.getElementById('7362f5b9').innerHTML += ' | View Map';var $l66b9482ba6b3305665d95e9449debd0f = '

Freeway Funding INC

Address: 3601 Calle Tecate, Camarillo, CA 93012, USA
Phone: (805) 981-2200
';var m_66b9482ba6b3305665d95e9449debd0f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Freeway Funding INC',});m_66b9482ba6b3305665d95e9449debd0f['infowindow'] = new google.maps.InfoWindow({content: $l66b9482ba6b3305665d95e9449debd0f});var infowindow = new google.maps.InfoWindow({content: $l66b9482ba6b3305665d95e9449debd0f});google.maps.event.addListener(m_66b9482ba6b3305665d95e9449debd0f, 'click', function() {infowindow.open(map,m_66b9482ba6b3305665d95e9449debd0f);});$marker.push(m_66b9482ba6b3305665d95e9449debd0f);}});}google.maps.event.addDomListener(window, 'load', initialize);