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.9488,-117.24)};var g_e3a7c7b4b90930a37e43118c0eca208b = new google.maps.Geocoder();g_e3a7c7b4b90930a37e43118c0eca208b.geocode( { 'address': "12707 High Bluff Dr #200, San Diego, CA 92130, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-diego-CA-fairhomelending-inc').style.display = '';map = new google.maps.Map(document.getElementById('san-diego-CA-fairhomelending-inc'), mapOptions);}document.getElementById('33f0ad36').innerHTML += ' | View Map';var $le3a7c7b4b90930a37e43118c0eca208b = '

FairHomeLending, Inc

Address: 12707 High Bluff Dr #200, San Diego, CA 92130, USA
Phone: (858) 345-5232
';var m_e3a7c7b4b90930a37e43118c0eca208b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'FairHomeLending, Inc',});m_e3a7c7b4b90930a37e43118c0eca208b['infowindow'] = new google.maps.InfoWindow({content: $le3a7c7b4b90930a37e43118c0eca208b});var infowindow = new google.maps.InfoWindow({content: $le3a7c7b4b90930a37e43118c0eca208b});google.maps.event.addListener(m_e3a7c7b4b90930a37e43118c0eca208b, 'click', function() {infowindow.open(map,m_e3a7c7b4b90930a37e43118c0eca208b);});$marker.push(m_e3a7c7b4b90930a37e43118c0eca208b);}});}google.maps.event.addDomListener(window, 'load', initialize);