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.7152,-116.225)};var g_fb5099b705cbdf454ab869c32d22f029 = new google.maps.Geocoder();g_fb5099b705cbdf454ab869c32d22f029.geocode( { 'address': "82500 CA-111, Indio, CA 92201, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('indio-CA-guild-mortgage-co').style.display = '';map = new google.maps.Map(document.getElementById('indio-CA-guild-mortgage-co'), mapOptions);}document.getElementById('ca0117e9').innerHTML += ' | View Map';var $lfb5099b705cbdf454ab869c32d22f029 = '

Guild Mortgage Co

Address: 82500 CA-111, Indio, CA 92201, USA
Phone: (760) 775-5255
';var m_fb5099b705cbdf454ab869c32d22f029 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Guild Mortgage Co',});m_fb5099b705cbdf454ab869c32d22f029['infowindow'] = new google.maps.InfoWindow({content: $lfb5099b705cbdf454ab869c32d22f029});var infowindow = new google.maps.InfoWindow({content: $lfb5099b705cbdf454ab869c32d22f029});google.maps.event.addListener(m_fb5099b705cbdf454ab869c32d22f029, 'click', function() {infowindow.open(map,m_fb5099b705cbdf454ab869c32d22f029);});$marker.push(m_fb5099b705cbdf454ab869c32d22f029);}});}google.maps.event.addDomListener(window, 'load', initialize);