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_b974006f61bd5a3f95e3e9530a579d14 = new google.maps.Geocoder();g_b974006f61bd5a3f95e3e9530a579d14.geocode( { 'address': "81020 CA-111, Indio, CA 92201"}, 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('1e4da8f7').innerHTML += ' | View Map';var $lb974006f61bd5a3f95e3e9530a579d14 = '

BBVA Compass

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