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(36.0294,-114.979)};var g_d9ab35d776992a39d56786c526515a2e = new google.maps.Geocoder();g_d9ab35d776992a39d56786c526515a2e.geocode( { 'address': "303 S Water St #100, Henderson, NV 89015, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('henderson-NV-clark-county-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('henderson-NV-clark-county-credit-union'), mapOptions);}document.getElementById('0b1937c6').innerHTML += ' | View Map';var $ld9ab35d776992a39d56786c526515a2e = '

Clark County Credit Union

Address: 303 S Water St #100, Henderson, NV 89015, USA
Phone: (702) 228-2228
';var m_d9ab35d776992a39d56786c526515a2e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Clark County Credit Union',});m_d9ab35d776992a39d56786c526515a2e['infowindow'] = new google.maps.InfoWindow({content: $ld9ab35d776992a39d56786c526515a2e});var infowindow = new google.maps.InfoWindow({content: $ld9ab35d776992a39d56786c526515a2e});google.maps.event.addListener(m_d9ab35d776992a39d56786c526515a2e, 'click', function() {infowindow.open(map,m_d9ab35d776992a39d56786c526515a2e);});$marker.push(m_d9ab35d776992a39d56786c526515a2e);}});}google.maps.event.addDomListener(window, 'load', initialize);