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.232)};var g_97f672b97cd67c31866ecea0b020147e = new google.maps.Geocoder();g_97f672b97cd67c31866ecea0b020147e.geocode( { 'address': "80250 US Highway 111, Indio, CA 92201"}, 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('42abea36').innerHTML += ' | View Map';var $l97f672b97cd67c31866ecea0b020147e = '

California Bank & Trust

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