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(34.1484,-118.461)};var g_500f4c19df482dc68975711067cb48af = new google.maps.Geocoder();g_500f4c19df482dc68975711067cb48af.geocode( { 'address': "14724 Ventura Blvd, Sherman Oaks, CA 91403"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sherman-oaks-CA-national-bank-of-california').style.display = '';map = new google.maps.Map(document.getElementById('sherman-oaks-CA-national-bank-of-california'), mapOptions);}document.getElementById('a4a36e57').innerHTML += ' | View Map';var $l500f4c19df482dc68975711067cb48af = '

National Bank of California

Address: 14724 Ventura Blvd, Sherman Oaks, CA 91403
Phone: (818) 386-9234
';var m_500f4c19df482dc68975711067cb48af = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'National Bank of California',});m_500f4c19df482dc68975711067cb48af['infowindow'] = new google.maps.InfoWindow({content: $l500f4c19df482dc68975711067cb48af});var infowindow = new google.maps.InfoWindow({content: $l500f4c19df482dc68975711067cb48af});google.maps.event.addListener(m_500f4c19df482dc68975711067cb48af, 'click', function() {infowindow.open(map,m_500f4c19df482dc68975711067cb48af);});$marker.push(m_500f4c19df482dc68975711067cb48af);}});}google.maps.event.addDomListener(window, 'load', initialize);