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.7087,-116.25)};var g_105fbe0f26e51f0bd3cd05d8c2f701c6 = new google.maps.Geocoder();g_105fbe0f26e51f0bd3cd05d8c2f701c6.geocode( { 'address': "81096 CA-111, Indio, CA 92201, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('indio-CA-altura-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('indio-CA-altura-credit-union'), mapOptions);}document.getElementById('e6afc1b0').innerHTML += ' | View Map';var $l105fbe0f26e51f0bd3cd05d8c2f701c6 = '

Altura Credit Union

Address: 81096 CA-111, Indio, CA 92201, USA
Phone: (888) 883-7228
';var m_105fbe0f26e51f0bd3cd05d8c2f701c6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Altura Credit Union',});m_105fbe0f26e51f0bd3cd05d8c2f701c6['infowindow'] = new google.maps.InfoWindow({content: $l105fbe0f26e51f0bd3cd05d8c2f701c6});var infowindow = new google.maps.InfoWindow({content: $l105fbe0f26e51f0bd3cd05d8c2f701c6});google.maps.event.addListener(m_105fbe0f26e51f0bd3cd05d8c2f701c6, 'click', function() {infowindow.open(map,m_105fbe0f26e51f0bd3cd05d8c2f701c6);});$marker.push(m_105fbe0f26e51f0bd3cd05d8c2f701c6);}});}google.maps.event.addDomListener(window, 'load', initialize);