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.1435,-115.234)};var g_4de95555feeaf564fb643c0f44ff3138 = new google.maps.Geocoder();g_4de95555feeaf564fb643c0f44ff3138.geocode( { 'address': "6475 W Sahara Ave, Las Vegas, NV 89146, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('las-vegas-NV-sce-fcu---sahara-branch').style.display = '';map = new google.maps.Map(document.getElementById('las-vegas-NV-sce-fcu---sahara-branch'), mapOptions);}document.getElementById('bf0e715d').innerHTML += ' | View Map';var $l4de95555feeaf564fb643c0f44ff3138 = '

SCE FCU - Sahara Branch

Address: 6475 W Sahara Ave, Las Vegas, NV 89146, USA
Phone: (800) 866-6474
';var m_4de95555feeaf564fb643c0f44ff3138 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'SCE FCU - Sahara Branch',});m_4de95555feeaf564fb643c0f44ff3138['infowindow'] = new google.maps.InfoWindow({content: $l4de95555feeaf564fb643c0f44ff3138});var infowindow = new google.maps.InfoWindow({content: $l4de95555feeaf564fb643c0f44ff3138});google.maps.event.addListener(m_4de95555feeaf564fb643c0f44ff3138, 'click', function() {infowindow.open(map,m_4de95555feeaf564fb643c0f44ff3138);});$marker.push(m_4de95555feeaf564fb643c0f44ff3138);}});}google.maps.event.addDomListener(window, 'load', initialize);