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.1773,-118.867)};var g_d6339bfa165891b7ebf1e0a7f50644e2 = new google.maps.Geocoder();g_d6339bfa165891b7ebf1e0a7f50644e2.geocode( { 'address': "99 Long Ct #101, Thousand Oaks, CA 91360, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('thousand-oaks-CA-summit-mortgage--investment').style.display = '';map = new google.maps.Map(document.getElementById('thousand-oaks-CA-summit-mortgage--investment'), mapOptions);}document.getElementById('34babdbc').innerHTML += ' | View Map';var $ld6339bfa165891b7ebf1e0a7f50644e2 = '

Summit Mortgage & Investment

Address: 99 Long Ct #101, Thousand Oaks, CA 91360, USA
Phone: (805) 374-1366
';var m_d6339bfa165891b7ebf1e0a7f50644e2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Summit Mortgage & Investment',});m_d6339bfa165891b7ebf1e0a7f50644e2['infowindow'] = new google.maps.InfoWindow({content: $ld6339bfa165891b7ebf1e0a7f50644e2});var infowindow = new google.maps.InfoWindow({content: $ld6339bfa165891b7ebf1e0a7f50644e2});google.maps.event.addListener(m_d6339bfa165891b7ebf1e0a7f50644e2, 'click', function() {infowindow.open(map,m_d6339bfa165891b7ebf1e0a7f50644e2);});$marker.push(m_d6339bfa165891b7ebf1e0a7f50644e2);}});}google.maps.event.addDomListener(window, 'load', initialize);