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.8225,-116.463)};var g_82039d16dce0aab3913b6a7ac73deff7 = new google.maps.Geocoder();g_82039d16dce0aab3913b6a7ac73deff7.geocode( { 'address': "69255 Ramon Rd, Cathedral City, CA 92234"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cathedral-city-CA-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('cathedral-city-CA-wells-fargo-bank'), mapOptions);}document.getElementById('970bc4c8').innerHTML += ' | View Map';var $l82039d16dce0aab3913b6a7ac73deff7 = '

Wells Fargo Bank

Address: 69255 Ramon Rd, Cathedral City, CA 92234
Phone: (760) 770-2924
';var m_82039d16dce0aab3913b6a7ac73deff7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_82039d16dce0aab3913b6a7ac73deff7['infowindow'] = new google.maps.InfoWindow({content: $l82039d16dce0aab3913b6a7ac73deff7});var infowindow = new google.maps.InfoWindow({content: $l82039d16dce0aab3913b6a7ac73deff7});google.maps.event.addListener(m_82039d16dce0aab3913b6a7ac73deff7, 'click', function() {infowindow.open(map,m_82039d16dce0aab3913b6a7ac73deff7);});$marker.push(m_82039d16dce0aab3913b6a7ac73deff7);}});}google.maps.event.addDomListener(window, 'load', initialize);