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.167,-118.589)};var g_de8f23f6fe9ca976633534918b420504 = new google.maps.Geocoder();g_de8f23f6fe9ca976633534918b420504.geocode( { 'address': "20929 Ventura Fwy, Woodland Hills, CA 91364, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('los-angeles-CA-community-commerce-bank').style.display = '';map = new google.maps.Map(document.getElementById('los-angeles-CA-community-commerce-bank'), mapOptions);}document.getElementById('092df0f6').innerHTML += ' | View Map';var $lde8f23f6fe9ca976633534918b420504 = '

Community Commerce Bank

Address: 20929 Ventura Fwy, Woodland Hills, CA 91364, USA
Phone: (818) 992-5661
';var m_de8f23f6fe9ca976633534918b420504 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Commerce Bank',});m_de8f23f6fe9ca976633534918b420504['infowindow'] = new google.maps.InfoWindow({content: $lde8f23f6fe9ca976633534918b420504});var infowindow = new google.maps.InfoWindow({content: $lde8f23f6fe9ca976633534918b420504});google.maps.event.addListener(m_de8f23f6fe9ca976633534918b420504, 'click', function() {infowindow.open(map,m_de8f23f6fe9ca976633534918b420504);});$marker.push(m_de8f23f6fe9ca976633534918b420504);}});}google.maps.event.addDomListener(window, 'load', initialize);