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_788da22e188a73e4d404b7e4e1dc437d = new google.maps.Geocoder();g_788da22e188a73e4d404b7e4e1dc437d.geocode( { 'address': "4250 Barranca Pkwy, Irvine, CA 92604"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('irvine-CA-first-commerical-bank').style.display = '';map = new google.maps.Map(document.getElementById('irvine-CA-first-commerical-bank'), mapOptions);}document.getElementById('c6ff337b').innerHTML += ' | View Map';var $l788da22e188a73e4d404b7e4e1dc437d = '

First Commerical Bank

Address: 4250 Barranca Pkwy, Irvine, CA 92604
Phone: (949) 654-2888
';var m_788da22e188a73e4d404b7e4e1dc437d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Commerical Bank',});m_788da22e188a73e4d404b7e4e1dc437d['infowindow'] = new google.maps.InfoWindow({content: $l788da22e188a73e4d404b7e4e1dc437d});var infowindow = new google.maps.InfoWindow({content: $l788da22e188a73e4d404b7e4e1dc437d});google.maps.event.addListener(m_788da22e188a73e4d404b7e4e1dc437d, 'click', function() {infowindow.open(map,m_788da22e188a73e4d404b7e4e1dc437d);});$marker.push(m_788da22e188a73e4d404b7e4e1dc437d);}});}google.maps.event.addDomListener(window, 'load', initialize);