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.8168,-116.474)};var g_a3655c39e848e4cf36d903a33f0d290c = new google.maps.Geocoder();g_a3655c39e848e4cf36d903a33f0d290c.geocode( { 'address': "68100 Ramon Rd, Suite B11, Cathedral City, CA 92234, United States"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cathedral-city-CA-mountain-west-financial').style.display = '';map = new google.maps.Map(document.getElementById('cathedral-city-CA-mountain-west-financial'), mapOptions);}document.getElementById('7763ebdf').innerHTML += ' | View Map';var $la3655c39e848e4cf36d903a33f0d290c = '

Mountain West Financial

Address: 68100 Ramon Rd, Suite B11, Cathedral City, CA 92234, United States
Phone: (760) 324-2850
';var m_a3655c39e848e4cf36d903a33f0d290c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mountain West Financial',});m_a3655c39e848e4cf36d903a33f0d290c['infowindow'] = new google.maps.InfoWindow({content: $la3655c39e848e4cf36d903a33f0d290c});var infowindow = new google.maps.InfoWindow({content: $la3655c39e848e4cf36d903a33f0d290c});google.maps.event.addListener(m_a3655c39e848e4cf36d903a33f0d290c, 'click', function() {infowindow.open(map,m_a3655c39e848e4cf36d903a33f0d290c);});$marker.push(m_a3655c39e848e4cf36d903a33f0d290c);}});}google.maps.event.addDomListener(window, 'load', initialize);