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.058,-114.96)};var g_bf6f3030b3abe6226b4456495a2f01d7 = new google.maps.Geocoder();g_bf6f3030b3abe6226b4456495a2f01d7.geocode( { 'address': "303 S Water St, Henderson, NV 89015"}, 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('93e7f69b').innerHTML += ' | View Map';var $lbf6f3030b3abe6226b4456495a2f01d7 = '

Clark County Credit Union

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