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(39.5277,-119.813)};var g_273a634ff7ef3901439b31356661d9a2 = new google.maps.Geocoder();g_273a634ff7ef3901439b31356661d9a2.geocode( { 'address': "5150 Mae Anne Ave, Reno, NV 89523"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('reno-NV-clearstar-financial-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('reno-NV-clearstar-financial-credit-union'), mapOptions);}document.getElementById('960a0856').innerHTML += ' | View Map';var $l273a634ff7ef3901439b31356661d9a2 = '

Clearstar Financial Credit Union

Address: 5150 Mae Anne Ave, Reno, NV 89523
Phone: (775) 329-6673
';var m_273a634ff7ef3901439b31356661d9a2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Clearstar Financial Credit Union',});m_273a634ff7ef3901439b31356661d9a2['infowindow'] = new google.maps.InfoWindow({content: $l273a634ff7ef3901439b31356661d9a2});var infowindow = new google.maps.InfoWindow({content: $l273a634ff7ef3901439b31356661d9a2});google.maps.event.addListener(m_273a634ff7ef3901439b31356661d9a2, 'click', function() {infowindow.open(map,m_273a634ff7ef3901439b31356661d9a2);});$marker.push(m_273a634ff7ef3901439b31356661d9a2);}});}google.maps.event.addDomListener(window, 'load', initialize);