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.1807,-118.927)};var g_33011dab8d6b04f8397aaa9003a51e11 = new google.maps.Geocoder();g_33011dab8d6b04f8397aaa9003a51e11.geocode( { 'address': "2318 Yew Dr, Newbury Park, CA 91320, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('thousand-oaks-CA-thousand-oaks-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('thousand-oaks-CA-thousand-oaks-mortgage'), mapOptions);}document.getElementById('cd143b2b').innerHTML += ' | View Map';var $l33011dab8d6b04f8397aaa9003a51e11 = '

Thousand Oaks Mortgage

Address: 2318 Yew Dr, Newbury Park, CA 91320, USA
Phone: (805) 480-9222
';var m_33011dab8d6b04f8397aaa9003a51e11 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Thousand Oaks Mortgage',});m_33011dab8d6b04f8397aaa9003a51e11['infowindow'] = new google.maps.InfoWindow({content: $l33011dab8d6b04f8397aaa9003a51e11});var infowindow = new google.maps.InfoWindow({content: $l33011dab8d6b04f8397aaa9003a51e11});google.maps.event.addListener(m_33011dab8d6b04f8397aaa9003a51e11, 'click', function() {infowindow.open(map,m_33011dab8d6b04f8397aaa9003a51e11);});$marker.push(m_33011dab8d6b04f8397aaa9003a51e11);}});}google.maps.event.addDomListener(window, 'load', initialize);