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.8171,-116.547)};var g_20e29904d611f1e9dd8728bcae233854 = new google.maps.Geocoder();g_20e29904d611f1e9dd8728bcae233854.geocode( { 'address': "420 S Palm Canyon Dr, Palm Springs, CA 92262, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('palm-springs-CA-bbva-compass').style.display = '';map = new google.maps.Map(document.getElementById('palm-springs-CA-bbva-compass'), mapOptions);}document.getElementById('1bf64450').innerHTML += ' | View Map';var $l20e29904d611f1e9dd8728bcae233854 = '

BBVA Compass

Address: 420 S Palm Canyon Dr, Palm Springs, CA 92262, USA
Phone: (760) 325-2021
';var m_20e29904d611f1e9dd8728bcae233854 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BBVA Compass',});m_20e29904d611f1e9dd8728bcae233854['infowindow'] = new google.maps.InfoWindow({content: $l20e29904d611f1e9dd8728bcae233854});var infowindow = new google.maps.InfoWindow({content: $l20e29904d611f1e9dd8728bcae233854});google.maps.event.addListener(m_20e29904d611f1e9dd8728bcae233854, 'click', function() {infowindow.open(map,m_20e29904d611f1e9dd8728bcae233854);});$marker.push(m_20e29904d611f1e9dd8728bcae233854);}});}google.maps.event.addDomListener(window, 'load', initialize);