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.1944,-118.82)};var g_f358992251a789394ced79a797eeabfe = new google.maps.Geocoder();g_f358992251a789394ced79a797eeabfe.geocode( { 'address': "875 S Westlake Blvd, Westlake Village, CA 91361"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('westlake-village-CA-california-republic-bank').style.display = '';map = new google.maps.Map(document.getElementById('westlake-village-CA-california-republic-bank'), mapOptions);}document.getElementById('5ecadc07').innerHTML += ' | View Map';var $lf358992251a789394ced79a797eeabfe = '

California Republic Bank

Address: 875 S Westlake Blvd, Westlake Village, CA 91361
Phone: (805) 496-9010
';var m_f358992251a789394ced79a797eeabfe = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'California Republic Bank',});m_f358992251a789394ced79a797eeabfe['infowindow'] = new google.maps.InfoWindow({content: $lf358992251a789394ced79a797eeabfe});var infowindow = new google.maps.InfoWindow({content: $lf358992251a789394ced79a797eeabfe});google.maps.event.addListener(m_f358992251a789394ced79a797eeabfe, 'click', function() {infowindow.open(map,m_f358992251a789394ced79a797eeabfe);});$marker.push(m_f358992251a789394ced79a797eeabfe);}});}google.maps.event.addDomListener(window, 'load', initialize);