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.8151,-116.529)};var g_c4af55f4afcc8a93ad7697cccf16ebd0 = new google.maps.Geocoder();g_c4af55f4afcc8a93ad7697cccf16ebd0.geocode( { 'address': "555 S Sunrise Way, Palm Springs, CA 92264, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('palm-springs-CA-check-city').style.display = '';map = new google.maps.Map(document.getElementById('palm-springs-CA-check-city'), mapOptions);}document.getElementById('7d62f3c5').innerHTML += ' | View Map';var $lc4af55f4afcc8a93ad7697cccf16ebd0 = '

Check City

Address: 555 S Sunrise Way, Palm Springs, CA 92264, USA
Phone: (760) 537-5943
';var m_c4af55f4afcc8a93ad7697cccf16ebd0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check City',});m_c4af55f4afcc8a93ad7697cccf16ebd0['infowindow'] = new google.maps.InfoWindow({content: $lc4af55f4afcc8a93ad7697cccf16ebd0});var infowindow = new google.maps.InfoWindow({content: $lc4af55f4afcc8a93ad7697cccf16ebd0});google.maps.event.addListener(m_c4af55f4afcc8a93ad7697cccf16ebd0, 'click', function() {infowindow.open(map,m_c4af55f4afcc8a93ad7697cccf16ebd0);});$marker.push(m_c4af55f4afcc8a93ad7697cccf16ebd0);}});}google.maps.event.addDomListener(window, 'load', initialize);