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.9463,-116.501)};var g_1a9157dd91e51082d1d02b15dc1deb6a = new google.maps.Geocoder();g_1a9157dd91e51082d1d02b15dc1deb6a.geocode( { 'address': "14000 Palm Dr, Desert Hot Springs, CA 92240, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('desert-hot-springs-CA-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('desert-hot-springs-CA-wells-fargo-bank'), mapOptions);}document.getElementById('0bd0b47e').innerHTML += ' | View Map';var $l1a9157dd91e51082d1d02b15dc1deb6a = '

Wells Fargo Bank

Address: 14000 Palm Dr, Desert Hot Springs, CA 92240, USA
Phone: (760) 329-2981
';var m_1a9157dd91e51082d1d02b15dc1deb6a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_1a9157dd91e51082d1d02b15dc1deb6a['infowindow'] = new google.maps.InfoWindow({content: $l1a9157dd91e51082d1d02b15dc1deb6a});var infowindow = new google.maps.InfoWindow({content: $l1a9157dd91e51082d1d02b15dc1deb6a});google.maps.event.addListener(m_1a9157dd91e51082d1d02b15dc1deb6a, 'click', function() {infowindow.open(map,m_1a9157dd91e51082d1d02b15dc1deb6a);});$marker.push(m_1a9157dd91e51082d1d02b15dc1deb6a);}});}google.maps.event.addDomListener(window, 'load', initialize);