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.8569,-116.563)};var g_875606ced2b629148af4caa1a4e8dd3c = new google.maps.Geocoder();g_875606ced2b629148af4caa1a4e8dd3c.geocode( { 'address': "901 E Tahquitz Canyon Way, Palm Springs, CA 92262"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('palm-springs-CA-pacific-premier-bank').style.display = '';map = new google.maps.Map(document.getElementById('palm-springs-CA-pacific-premier-bank'), mapOptions);}document.getElementById('b33c2fe4').innerHTML += ' | View Map';var $l875606ced2b629148af4caa1a4e8dd3c = '

Pacific Premier Bank

Address: 901 E Tahquitz Canyon Way, Palm Springs, CA 92262
Phone: (760) 660-4544
';var m_875606ced2b629148af4caa1a4e8dd3c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Pacific Premier Bank',});m_875606ced2b629148af4caa1a4e8dd3c['infowindow'] = new google.maps.InfoWindow({content: $l875606ced2b629148af4caa1a4e8dd3c});var infowindow = new google.maps.InfoWindow({content: $l875606ced2b629148af4caa1a4e8dd3c});google.maps.event.addListener(m_875606ced2b629148af4caa1a4e8dd3c, 'click', function() {infowindow.open(map,m_875606ced2b629148af4caa1a4e8dd3c);});$marker.push(m_875606ced2b629148af4caa1a4e8dd3c);}});}google.maps.event.addDomListener(window, 'load', initialize);