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.7175,-117.156)};var g_1683c30db91283155060d1b8a7cb807a = new google.maps.Geocoder();g_1683c30db91283155060d1b8a7cb807a.geocode( { 'address': "925 B St, San Diego, CA 92101, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-diego-CA-federal-home-loan-centers').style.display = '';map = new google.maps.Map(document.getElementById('san-diego-CA-federal-home-loan-centers'), mapOptions);}document.getElementById('91c77a98').innerHTML += ' | View Map';var $l1683c30db91283155060d1b8a7cb807a = '

Federal Home Loan Centers

Address: 925 B St, San Diego, CA 92101, USA
Phone: (877) 432-5626
';var m_1683c30db91283155060d1b8a7cb807a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Federal Home Loan Centers',});m_1683c30db91283155060d1b8a7cb807a['infowindow'] = new google.maps.InfoWindow({content: $l1683c30db91283155060d1b8a7cb807a});var infowindow = new google.maps.InfoWindow({content: $l1683c30db91283155060d1b8a7cb807a});google.maps.event.addListener(m_1683c30db91283155060d1b8a7cb807a, 'click', function() {infowindow.open(map,m_1683c30db91283155060d1b8a7cb807a);});$marker.push(m_1683c30db91283155060d1b8a7cb807a);}});}google.maps.event.addDomListener(window, 'load', initialize);