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.7078,-116.265)};var g_8e0b297f1a21f8ee84759d0f12ec55fc = new google.maps.Geocoder();g_8e0b297f1a21f8ee84759d0f12ec55fc.geocode( { 'address': "80250 CA-111 #101C, Indio, CA 92201, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('indio-CA-california-bank--trust').style.display = '';map = new google.maps.Map(document.getElementById('indio-CA-california-bank--trust'), mapOptions);}document.getElementById('f41fa4c1').innerHTML += ' | View Map';var $l8e0b297f1a21f8ee84759d0f12ec55fc = '

California Bank & Trust

Address: 80250 CA-111 #101C, Indio, CA 92201, USA
Phone: (760) 347-6156
';var m_8e0b297f1a21f8ee84759d0f12ec55fc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'California Bank & Trust',});m_8e0b297f1a21f8ee84759d0f12ec55fc['infowindow'] = new google.maps.InfoWindow({content: $l8e0b297f1a21f8ee84759d0f12ec55fc});var infowindow = new google.maps.InfoWindow({content: $l8e0b297f1a21f8ee84759d0f12ec55fc});google.maps.event.addListener(m_8e0b297f1a21f8ee84759d0f12ec55fc, 'click', function() {infowindow.open(map,m_8e0b297f1a21f8ee84759d0f12ec55fc);});$marker.push(m_8e0b297f1a21f8ee84759d0f12ec55fc);}});}google.maps.event.addDomListener(window, 'load', initialize);