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(38.7434,-121.237)};var g_d127e98a3dbf4ce5e9190f719a9c756f = new google.maps.Geocoder();g_d127e98a3dbf4ce5e9190f719a9c756f.geocode( { 'address': "2998 Douglas Blvd #300, Roseville, CA 95661, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('roseville-CA-va-lender').style.display = '';map = new google.maps.Map(document.getElementById('roseville-CA-va-lender'), mapOptions);}document.getElementById('ee5ea06b').innerHTML += ' | View Map';var $ld127e98a3dbf4ce5e9190f719a9c756f = '

VA Lender

Address: 2998 Douglas Blvd #300, Roseville, CA 95661, USA
Phone: (800) 636-8910
';var m_d127e98a3dbf4ce5e9190f719a9c756f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'VA Lender',});m_d127e98a3dbf4ce5e9190f719a9c756f['infowindow'] = new google.maps.InfoWindow({content: $ld127e98a3dbf4ce5e9190f719a9c756f});var infowindow = new google.maps.InfoWindow({content: $ld127e98a3dbf4ce5e9190f719a9c756f});google.maps.event.addListener(m_d127e98a3dbf4ce5e9190f719a9c756f, 'click', function() {infowindow.open(map,m_d127e98a3dbf4ce5e9190f719a9c756f);});$marker.push(m_d127e98a3dbf4ce5e9190f719a9c756f);}});}google.maps.event.addDomListener(window, 'load', initialize);