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_fe9cc57169bcc5278136b521fc97e60a = new google.maps.Geocoder();g_fe9cc57169bcc5278136b521fc97e60a.geocode( { 'address': "2 Venture, Irvine, CA 92618"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('irvine-CA-south-county-bank').style.display = '';map = new google.maps.Map(document.getElementById('irvine-CA-south-county-bank'), mapOptions);}document.getElementById('5c7ac8d1').innerHTML += ' | View Map';var $lfe9cc57169bcc5278136b521fc97e60a = '

South County Bank

Address: 2 Venture, Irvine, CA 92618
Phone: (949) 766-3000
';var m_fe9cc57169bcc5278136b521fc97e60a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'South County Bank',});m_fe9cc57169bcc5278136b521fc97e60a['infowindow'] = new google.maps.InfoWindow({content: $lfe9cc57169bcc5278136b521fc97e60a});var infowindow = new google.maps.InfoWindow({content: $lfe9cc57169bcc5278136b521fc97e60a});google.maps.event.addListener(m_fe9cc57169bcc5278136b521fc97e60a, 'click', function() {infowindow.open(map,m_fe9cc57169bcc5278136b521fc97e60a);});$marker.push(m_fe9cc57169bcc5278136b521fc97e60a);}});}google.maps.event.addDomListener(window, 'load', initialize);