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(37.7912,-122.392)};var g_ae9528fff4ca6fe8431d5574afafcc35 = new google.maps.Geocoder();g_ae9528fff4ca6fe8431d5574afafcc35.geocode( { 'address': "201 Spear St, San Francisco, CA 94105, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-francisco-CA-va-home-loan-centers').style.display = '';map = new google.maps.Map(document.getElementById('san-francisco-CA-va-home-loan-centers'), mapOptions);}document.getElementById('acfa162f').innerHTML += ' | View Map';var $lae9528fff4ca6fe8431d5574afafcc35 = '

VA Home Loan Centers

Address: 201 Spear St, San Francisco, CA 94105, USA
Phone: (888) 554-6846
';var m_ae9528fff4ca6fe8431d5574afafcc35 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'VA Home Loan Centers',});m_ae9528fff4ca6fe8431d5574afafcc35['infowindow'] = new google.maps.InfoWindow({content: $lae9528fff4ca6fe8431d5574afafcc35});var infowindow = new google.maps.InfoWindow({content: $lae9528fff4ca6fe8431d5574afafcc35});google.maps.event.addListener(m_ae9528fff4ca6fe8431d5574afafcc35, 'click', function() {infowindow.open(map,m_ae9528fff4ca6fe8431d5574afafcc35);});$marker.push(m_ae9528fff4ca6fe8431d5574afafcc35);}});}google.maps.event.addDomListener(window, 'load', initialize);