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.9733,-118.244)};var g_4258f3315c6167919da625f44d6fe61e = new google.maps.Geocoder();g_4258f3315c6167919da625f44d6fe61e.geocode( { 'address': "534 W 6th St, Los Angeles, CA 90014"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('los-angeles-CA-tokai-bank-of-california').style.display = '';map = new google.maps.Map(document.getElementById('los-angeles-CA-tokai-bank-of-california'), mapOptions);}document.getElementById('3521e457').innerHTML += ' | View Map';var $l4258f3315c6167919da625f44d6fe61e = '

Tokai Bank Of California

Address: 534 W 6th St, Los Angeles, CA 90014
Phone: (213) 972-0363
';var m_4258f3315c6167919da625f44d6fe61e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tokai Bank Of California',});m_4258f3315c6167919da625f44d6fe61e['infowindow'] = new google.maps.InfoWindow({content: $l4258f3315c6167919da625f44d6fe61e});var infowindow = new google.maps.InfoWindow({content: $l4258f3315c6167919da625f44d6fe61e});google.maps.event.addListener(m_4258f3315c6167919da625f44d6fe61e, 'click', function() {infowindow.open(map,m_4258f3315c6167919da625f44d6fe61e);});$marker.push(m_4258f3315c6167919da625f44d6fe61e);}});}google.maps.event.addDomListener(window, 'load', initialize);