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(33.7419,-117.747)};var g_0e426c437145b137c301c8c34d0060a2 = new google.maps.Geocoder();g_0e426c437145b137c301c8c34d0060a2.geocode( { 'address': "19752 Macarthur Blvd, Irvine, CA 92612"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('irvine-CA-commercial-bank-of-california').style.display = '';map = new google.maps.Map(document.getElementById('irvine-CA-commercial-bank-of-california'), mapOptions);}document.getElementById('7dfb0a4f').innerHTML += ' | View Map';var $l0e426c437145b137c301c8c34d0060a2 = '

Commercial Bank Of California

Address: 19752 Macarthur Blvd, Irvine, CA 92612
Phone: (714) 431-7000
';var m_0e426c437145b137c301c8c34d0060a2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Commercial Bank Of California',});m_0e426c437145b137c301c8c34d0060a2['infowindow'] = new google.maps.InfoWindow({content: $l0e426c437145b137c301c8c34d0060a2});var infowindow = new google.maps.InfoWindow({content: $l0e426c437145b137c301c8c34d0060a2});google.maps.event.addListener(m_0e426c437145b137c301c8c34d0060a2, 'click', function() {infowindow.open(map,m_0e426c437145b137c301c8c34d0060a2);});$marker.push(m_0e426c437145b137c301c8c34d0060a2);}});}google.maps.event.addDomListener(window, 'load', initialize);