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.8388,-117.253)};var g_d9618ba726f62de721997196bb5619e5 = new google.maps.Geocoder();g_d9618ba726f62de721997196bb5619e5.geocode( { 'address': "7877 Ivanhoe Ave, La Jolla, CA 92037"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('la-jolla-CA-san-diego-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('la-jolla-CA-san-diego-national-bank'), mapOptions);}document.getElementById('98bb90c4').innerHTML += ' | View Map';var $ld9618ba726f62de721997196bb5619e5 = '

San Diego National Bank

Address: 7877 Ivanhoe Ave, La Jolla, CA 92037
Phone: (858) 454-4786
';var m_d9618ba726f62de721997196bb5619e5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'San Diego National Bank',});m_d9618ba726f62de721997196bb5619e5['infowindow'] = new google.maps.InfoWindow({content: $ld9618ba726f62de721997196bb5619e5});var infowindow = new google.maps.InfoWindow({content: $ld9618ba726f62de721997196bb5619e5});google.maps.event.addListener(m_d9618ba726f62de721997196bb5619e5, 'click', function() {infowindow.open(map,m_d9618ba726f62de721997196bb5619e5);});$marker.push(m_d9618ba726f62de721997196bb5619e5);}});}google.maps.event.addDomListener(window, 'load', initialize);