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_5133c4705deccacd4b1ef11d8e74a513 = new google.maps.Geocoder();g_5133c4705deccacd4b1ef11d8e74a513.geocode( { 'address': "18831 Von Karman Ave, Irvine, CA 92612"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('irvine-CA-tokai-bank-of-california').style.display = '';map = new google.maps.Map(document.getElementById('irvine-CA-tokai-bank-of-california'), mapOptions);}document.getElementById('d7d1c330').innerHTML += ' | View Map';var $l5133c4705deccacd4b1ef11d8e74a513 = '

Tokai Bank Of California

Address: 18831 Von Karman Ave, Irvine, CA 92612
Phone: (949) 752-1133
';var m_5133c4705deccacd4b1ef11d8e74a513 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tokai Bank Of California',});m_5133c4705deccacd4b1ef11d8e74a513['infowindow'] = new google.maps.InfoWindow({content: $l5133c4705deccacd4b1ef11d8e74a513});var infowindow = new google.maps.InfoWindow({content: $l5133c4705deccacd4b1ef11d8e74a513});google.maps.event.addListener(m_5133c4705deccacd4b1ef11d8e74a513, 'click', function() {infowindow.open(map,m_5133c4705deccacd4b1ef11d8e74a513);});$marker.push(m_5133c4705deccacd4b1ef11d8e74a513);}});}google.maps.event.addDomListener(window, 'load', initialize);