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_210192abc6dd9b4f53d7ba4926461e86 = new google.maps.Geocoder();g_210192abc6dd9b4f53d7ba4926461e86.geocode( { 'address': "3511 National Ave, San Diego, CA 92113"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-diego-CA-neighborhood-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('san-diego-CA-neighborhood-national-bank'), mapOptions);}document.getElementById('84eea93d').innerHTML += ' | View Map';var $l210192abc6dd9b4f53d7ba4926461e86 = '

Neighborhood National Bank

Address: 3511 National Ave, San Diego, CA 92113
Phone: (619) 393-4300
';var m_210192abc6dd9b4f53d7ba4926461e86 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Neighborhood National Bank',});m_210192abc6dd9b4f53d7ba4926461e86['infowindow'] = new google.maps.InfoWindow({content: $l210192abc6dd9b4f53d7ba4926461e86});var infowindow = new google.maps.InfoWindow({content: $l210192abc6dd9b4f53d7ba4926461e86});google.maps.event.addListener(m_210192abc6dd9b4f53d7ba4926461e86, 'click', function() {infowindow.open(map,m_210192abc6dd9b4f53d7ba4926461e86);});$marker.push(m_210192abc6dd9b4f53d7ba4926461e86);}});}google.maps.event.addDomListener(window, 'load', initialize);