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.7603,-116.358)};var g_5990653da56b4075bff360efcc52383f = new google.maps.Geocoder();g_5990653da56b4075bff360efcc52383f.geocode( { 'address': "74924 Country Club Dr #150, Palm Desert, CA 92260, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('palm-desert-CA-union-bank').style.display = '';map = new google.maps.Map(document.getElementById('palm-desert-CA-union-bank'), mapOptions);}document.getElementById('c3c66a52').innerHTML += ' | View Map';var $l5990653da56b4075bff360efcc52383f = '

Union Bank

Address: 74924 Country Club Dr #150, Palm Desert, CA 92260, USA
Phone: (760) 779-9955
';var m_5990653da56b4075bff360efcc52383f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union Bank',});m_5990653da56b4075bff360efcc52383f['infowindow'] = new google.maps.InfoWindow({content: $l5990653da56b4075bff360efcc52383f});var infowindow = new google.maps.InfoWindow({content: $l5990653da56b4075bff360efcc52383f});google.maps.event.addListener(m_5990653da56b4075bff360efcc52383f, 'click', function() {infowindow.open(map,m_5990653da56b4075bff360efcc52383f);});$marker.push(m_5990653da56b4075bff360efcc52383f);}});}google.maps.event.addDomListener(window, 'load', initialize);