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.8299,-118.315)};var g_a98ddb21a23d6eecaf3ee511bd2a0f62 = new google.maps.Geocoder();g_a98ddb21a23d6eecaf3ee511bd2a0f62.geocode( { 'address': "21515 Hawthorne Blvd, STE 100, Torrance, CA 90503"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('torrance-CA-california-bank-and-trust').style.display = '';map = new google.maps.Map(document.getElementById('torrance-CA-california-bank-and-trust'), mapOptions);}document.getElementById('96db7854').innerHTML += ' | View Map';var $la98ddb21a23d6eecaf3ee511bd2a0f62 = '

California Bank and Trust

Address: 21515 Hawthorne Blvd, STE 100, Torrance, CA 90503
Phone: (310) 316-9190
';var m_a98ddb21a23d6eecaf3ee511bd2a0f62 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'California Bank and Trust',});m_a98ddb21a23d6eecaf3ee511bd2a0f62['infowindow'] = new google.maps.InfoWindow({content: $la98ddb21a23d6eecaf3ee511bd2a0f62});var infowindow = new google.maps.InfoWindow({content: $la98ddb21a23d6eecaf3ee511bd2a0f62});google.maps.event.addListener(m_a98ddb21a23d6eecaf3ee511bd2a0f62, 'click', function() {infowindow.open(map,m_a98ddb21a23d6eecaf3ee511bd2a0f62);});$marker.push(m_a98ddb21a23d6eecaf3ee511bd2a0f62);}});}google.maps.event.addDomListener(window, 'load', initialize);