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.7077,-116.251)};var g_de8d3a2db54447d2a4e4536cfaa624a1 = new google.maps.Geocoder();g_de8d3a2db54447d2a4e4536cfaa624a1.geocode( { 'address': "81020 CA-111, Indio, CA 92201, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('indio-CA-bbva-compass').style.display = '';map = new google.maps.Map(document.getElementById('indio-CA-bbva-compass'), mapOptions);}document.getElementById('abf2d9a0').innerHTML += ' | View Map';var $lde8d3a2db54447d2a4e4536cfaa624a1 = '

BBVA Compass

Address: 81020 CA-111, Indio, CA 92201, USA
Phone: (760) 775-0046
';var m_de8d3a2db54447d2a4e4536cfaa624a1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BBVA Compass',});m_de8d3a2db54447d2a4e4536cfaa624a1['infowindow'] = new google.maps.InfoWindow({content: $lde8d3a2db54447d2a4e4536cfaa624a1});var infowindow = new google.maps.InfoWindow({content: $lde8d3a2db54447d2a4e4536cfaa624a1});google.maps.event.addListener(m_de8d3a2db54447d2a4e4536cfaa624a1, 'click', function() {infowindow.open(map,m_de8d3a2db54447d2a4e4536cfaa624a1);});$marker.push(m_de8d3a2db54447d2a4e4536cfaa624a1);}});}google.maps.event.addDomListener(window, 'load', initialize);