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.1672,-118.834)};var g_25735c5c372b9b07e63d5a996b8430be = new google.maps.Geocoder();g_25735c5c372b9b07e63d5a996b8430be.geocode( { 'address': "3262 Thousand Oaks Blvd, Thousand Oaks, CA 91362, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('thousand-oaks-CA-wells-fargo-home-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('thousand-oaks-CA-wells-fargo-home-mortgage'), mapOptions);}document.getElementById('88c6a4a4').innerHTML += ' | View Map';var $l25735c5c372b9b07e63d5a996b8430be = '

Wells Fargo Home Mortgage

Address: 3262 Thousand Oaks Blvd, Thousand Oaks, CA 91362, USA
Phone: (805) 778-3111
';var m_25735c5c372b9b07e63d5a996b8430be = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Home Mortgage',});m_25735c5c372b9b07e63d5a996b8430be['infowindow'] = new google.maps.InfoWindow({content: $l25735c5c372b9b07e63d5a996b8430be});var infowindow = new google.maps.InfoWindow({content: $l25735c5c372b9b07e63d5a996b8430be});google.maps.event.addListener(m_25735c5c372b9b07e63d5a996b8430be, 'click', function() {infowindow.open(map,m_25735c5c372b9b07e63d5a996b8430be);});$marker.push(m_25735c5c372b9b07e63d5a996b8430be);}});}google.maps.event.addDomListener(window, 'load', initialize);