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(32.9511,-117.24)};var g_a67f145ffbfc4cc5533ed460f7b6faac = new google.maps.Geocoder();g_a67f145ffbfc4cc5533ed460f7b6faac.geocode( { 'address': "12780 High Bluff Dr #130, San Diego, CA 92130, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-diego-CA-john-schuler-senior-loan-officer---nmls-76904').style.display = '';map = new google.maps.Map(document.getElementById('san-diego-CA-john-schuler-senior-loan-officer---nmls-76904'), mapOptions);}document.getElementById('03d3f346').innerHTML += ' | View Map';var $la67f145ffbfc4cc5533ed460f7b6faac = '

John Schuler, Senior Loan Officer - Nmls #76904

Address: 12780 High Bluff Dr #130, San Diego, CA 92130, USA
Phone: (760) 707-9353
';var m_a67f145ffbfc4cc5533ed460f7b6faac = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'John Schuler, Senior Loan Officer - Nmls #76904',});m_a67f145ffbfc4cc5533ed460f7b6faac['infowindow'] = new google.maps.InfoWindow({content: $la67f145ffbfc4cc5533ed460f7b6faac});var infowindow = new google.maps.InfoWindow({content: $la67f145ffbfc4cc5533ed460f7b6faac});google.maps.event.addListener(m_a67f145ffbfc4cc5533ed460f7b6faac, 'click', function() {infowindow.open(map,m_a67f145ffbfc4cc5533ed460f7b6faac);});$marker.push(m_a67f145ffbfc4cc5533ed460f7b6faac);}});}google.maps.event.addDomListener(window, 'load', initialize);