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.8489,-118.147)};var g_f9b270462edf57743e9943c5e1c0ba06 = new google.maps.Geocoder();g_f9b270462edf57743e9943c5e1c0ba06.geocode( { 'address': "4146 Woodruff Ave, Lakewood, CA 90713"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lakewood-CA-banc-of-california').style.display = '';map = new google.maps.Map(document.getElementById('lakewood-CA-banc-of-california'), mapOptions);}document.getElementById('b1ad095b').innerHTML += ' | View Map';var $lf9b270462edf57743e9943c5e1c0ba06 = '

Banc Of California

Address: 4146 Woodruff Ave, Lakewood, CA 90713
Phone: (562) 627-9801
';var m_f9b270462edf57743e9943c5e1c0ba06 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Banc Of California',});m_f9b270462edf57743e9943c5e1c0ba06['infowindow'] = new google.maps.InfoWindow({content: $lf9b270462edf57743e9943c5e1c0ba06});var infowindow = new google.maps.InfoWindow({content: $lf9b270462edf57743e9943c5e1c0ba06});google.maps.event.addListener(m_f9b270462edf57743e9943c5e1c0ba06, 'click', function() {infowindow.open(map,m_f9b270462edf57743e9943c5e1c0ba06);});$marker.push(m_f9b270462edf57743e9943c5e1c0ba06);}});}google.maps.event.addDomListener(window, 'load', initialize);