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.7959,-121.893)};var g_e93d614f4cab6bab2b7dce32c6980d21 = new google.maps.Geocoder();g_e93d614f4cab6bab2b7dce32c6980d21.geocode( { 'address': "1936 Mantova St, Danville, CA 94506, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('danville-CA-va-loan-department').style.display = '';map = new google.maps.Map(document.getElementById('danville-CA-va-loan-department'), mapOptions);}document.getElementById('a5639e16').innerHTML += ' | View Map';var $le93d614f4cab6bab2b7dce32c6980d21 = '

VA Loan Department

Address: 1936 Mantova St, Danville, CA 94506, USA
Phone: (925) 736-4720
';var m_e93d614f4cab6bab2b7dce32c6980d21 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'VA Loan Department',});m_e93d614f4cab6bab2b7dce32c6980d21['infowindow'] = new google.maps.InfoWindow({content: $le93d614f4cab6bab2b7dce32c6980d21});var infowindow = new google.maps.InfoWindow({content: $le93d614f4cab6bab2b7dce32c6980d21});google.maps.event.addListener(m_e93d614f4cab6bab2b7dce32c6980d21, 'click', function() {infowindow.open(map,m_e93d614f4cab6bab2b7dce32c6980d21);});$marker.push(m_e93d614f4cab6bab2b7dce32c6980d21);}});}google.maps.event.addDomListener(window, 'load', initialize);