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.8149,-116.456)};var g_27093d5113f87e06a397683429a64363 = new google.maps.Geocoder();g_27093d5113f87e06a397683429a64363.geocode( { 'address': "69255 Ramon Rd, Cathedral City, CA 92234, USA"}, 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('46c065f0').innerHTML += ' | View Map';var $l27093d5113f87e06a397683429a64363 = '

Wells Fargo Bank

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