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.7226,-117.165)};var g_8a9181fa0adb77c8d49bf1cd408f8bfc = new google.maps.Geocoder();g_8a9181fa0adb77c8d49bf1cd408f8bfc.geocode( { 'address': "2431 Fenton Parkway, San Diego, CA 92108"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-diego-CA-usaa-financial-center').style.display = '';map = new google.maps.Map(document.getElementById('san-diego-CA-usaa-financial-center'), mapOptions);}document.getElementById('97ed028f').innerHTML += ' | View Map';var $l8a9181fa0adb77c8d49bf1cd408f8bfc = '

USAA Financial Center

Address: 2431 Fenton Parkway, San Diego, CA 92108
Phone: (619) 471-2895
';var m_8a9181fa0adb77c8d49bf1cd408f8bfc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'USAA Financial Center',});m_8a9181fa0adb77c8d49bf1cd408f8bfc['infowindow'] = new google.maps.InfoWindow({content: $l8a9181fa0adb77c8d49bf1cd408f8bfc});var infowindow = new google.maps.InfoWindow({content: $l8a9181fa0adb77c8d49bf1cd408f8bfc});google.maps.event.addListener(m_8a9181fa0adb77c8d49bf1cd408f8bfc, 'click', function() {infowindow.open(map,m_8a9181fa0adb77c8d49bf1cd408f8bfc);});$marker.push(m_8a9181fa0adb77c8d49bf1cd408f8bfc);}});}google.maps.event.addDomListener(window, 'load', initialize);