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.7502,-117.244)};var g_d46f20e0a9d269abaa58f81c7044cb30 = new google.maps.Geocoder();g_d46f20e0a9d269abaa58f81c7044cb30.geocode( { 'address': "4843 Voltaire St a, San Diego, CA 92107, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-diego-CA-california-va--vet-loans').style.display = '';map = new google.maps.Map(document.getElementById('san-diego-CA-california-va--vet-loans'), mapOptions);}document.getElementById('8933c99e').innerHTML += ' | View Map';var $ld46f20e0a9d269abaa58f81c7044cb30 = '

California VA & Vet Loans

Address: 4843 Voltaire St a, San Diego, CA 92107, USA
Phone: (619) 677-3694
';var m_d46f20e0a9d269abaa58f81c7044cb30 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'California VA & Vet Loans',});m_d46f20e0a9d269abaa58f81c7044cb30['infowindow'] = new google.maps.InfoWindow({content: $ld46f20e0a9d269abaa58f81c7044cb30});var infowindow = new google.maps.InfoWindow({content: $ld46f20e0a9d269abaa58f81c7044cb30});google.maps.event.addListener(m_d46f20e0a9d269abaa58f81c7044cb30, 'click', function() {infowindow.open(map,m_d46f20e0a9d269abaa58f81c7044cb30);});$marker.push(m_d46f20e0a9d269abaa58f81c7044cb30);}});}google.maps.event.addDomListener(window, 'load', initialize);