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.8273,-117.16)};var g_56a786ab37ac40f22ed0916da7f7d112 = new google.maps.Geocoder();g_56a786ab37ac40f22ed0916da7f7d112.geocode( { 'address': "7330 Engineer Rd A, San Diego, CA 92111, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-diego-CA-first-nations-home-finance-corp').style.display = '';map = new google.maps.Map(document.getElementById('san-diego-CA-first-nations-home-finance-corp'), mapOptions);}document.getElementById('9b0aec1a').innerHTML += ' | View Map';var $l56a786ab37ac40f22ed0916da7f7d112 = '

First Nations Home Finance Corp

Address: 7330 Engineer Rd A, San Diego, CA 92111, USA
Phone: (858) 492-8300
';var m_56a786ab37ac40f22ed0916da7f7d112 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Nations Home Finance Corp',});m_56a786ab37ac40f22ed0916da7f7d112['infowindow'] = new google.maps.InfoWindow({content: $l56a786ab37ac40f22ed0916da7f7d112});var infowindow = new google.maps.InfoWindow({content: $l56a786ab37ac40f22ed0916da7f7d112});google.maps.event.addListener(m_56a786ab37ac40f22ed0916da7f7d112, 'click', function() {infowindow.open(map,m_56a786ab37ac40f22ed0916da7f7d112);});$marker.push(m_56a786ab37ac40f22ed0916da7f7d112);}});}google.maps.event.addDomListener(window, 'load', initialize);