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_d50226c539451ce034345d52a69d5460 = new google.maps.Geocoder();g_d50226c539451ce034345d52a69d5460.geocode( { 'address': "2100 Main St, Irvine, CA 92614"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('irvine-CA-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('irvine-CA-community-bank'), mapOptions);}document.getElementById('4f2490bc').innerHTML += ' | View Map';var $ld50226c539451ce034345d52a69d5460 = '

Community Bank

Address: 2100 Main St, Irvine, CA 92614
Phone: (949) 223-4120
';var m_d50226c539451ce034345d52a69d5460 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Bank',});m_d50226c539451ce034345d52a69d5460['infowindow'] = new google.maps.InfoWindow({content: $ld50226c539451ce034345d52a69d5460});var infowindow = new google.maps.InfoWindow({content: $ld50226c539451ce034345d52a69d5460});google.maps.event.addListener(m_d50226c539451ce034345d52a69d5460, 'click', function() {infowindow.open(map,m_d50226c539451ce034345d52a69d5460);});$marker.push(m_d50226c539451ce034345d52a69d5460);}});}google.maps.event.addDomListener(window, 'load', initialize);