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.8882,-118.295)};var g_f4b8d71a29a69c0810fd4583c25872e3 = new google.maps.Geocoder();g_f4b8d71a29a69c0810fd4583c25872e3.geocode( { 'address': "1025 W 190th St, Gardena, CA 90248"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gardena-CA-california-united-bank').style.display = '';map = new google.maps.Map(document.getElementById('gardena-CA-california-united-bank'), mapOptions);}document.getElementById('fb24503d').innerHTML += ' | View Map';var $lf4b8d71a29a69c0810fd4583c25872e3 = '

California United Bank

Address: 1025 W 190th St, Gardena, CA 90248
Phone: (310) 807-8600
';var m_f4b8d71a29a69c0810fd4583c25872e3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'California United Bank',});m_f4b8d71a29a69c0810fd4583c25872e3['infowindow'] = new google.maps.InfoWindow({content: $lf4b8d71a29a69c0810fd4583c25872e3});var infowindow = new google.maps.InfoWindow({content: $lf4b8d71a29a69c0810fd4583c25872e3});google.maps.event.addListener(m_f4b8d71a29a69c0810fd4583c25872e3, 'click', function() {infowindow.open(map,m_f4b8d71a29a69c0810fd4583c25872e3);});$marker.push(m_f4b8d71a29a69c0810fd4583c25872e3);}});}google.maps.event.addDomListener(window, 'load', initialize);