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.7131,-116.294)};var g_8b407b57d02a2e41c7ba54441391d9ce = new google.maps.Geocoder();g_8b407b57d02a2e41c7ba54441391d9ce.geocode( { 'address': "78575 CA-111 #200, La Quinta, CA 92253, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('la-quinta-CA-castle--cooke-mortgage-llc-la-quinta-branch').style.display = '';map = new google.maps.Map(document.getElementById('la-quinta-CA-castle--cooke-mortgage-llc-la-quinta-branch'), mapOptions);}document.getElementById('3a9f5edd').innerHTML += ' | View Map';var $l8b407b57d02a2e41c7ba54441391d9ce = '

Castle & Cooke Mortgage, LLC (La Quinta Branch)

Address: 78575 CA-111 #200, La Quinta, CA 92253, USA
Phone: (760) 600-5383
';var m_8b407b57d02a2e41c7ba54441391d9ce = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Castle & Cooke Mortgage, LLC (La Quinta Branch)',});m_8b407b57d02a2e41c7ba54441391d9ce['infowindow'] = new google.maps.InfoWindow({content: $l8b407b57d02a2e41c7ba54441391d9ce});var infowindow = new google.maps.InfoWindow({content: $l8b407b57d02a2e41c7ba54441391d9ce});google.maps.event.addListener(m_8b407b57d02a2e41c7ba54441391d9ce, 'click', function() {infowindow.open(map,m_8b407b57d02a2e41c7ba54441391d9ce);});$marker.push(m_8b407b57d02a2e41c7ba54441391d9ce);}});}google.maps.event.addDomListener(window, 'load', initialize);