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.1966,-119.762)};var g_f6423457ad5daa885f892d5abac69a43 = new google.maps.Geocoder();g_f6423457ad5daa885f892d5abac69a43.geocode( { 'address': "1111 N Saliman Rd, Carson City, NV 89701"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('carson-city-NV-greater-nevada-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('carson-city-NV-greater-nevada-credit-union'), mapOptions);}document.getElementById('f2091061').innerHTML += ' | View Map';var $lf6423457ad5daa885f892d5abac69a43 = '

Greater Nevada Credit Union

Address: 1111 N Saliman Rd, Carson City, NV 89701
Phone: (775) 882-2060
';var m_f6423457ad5daa885f892d5abac69a43 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Greater Nevada Credit Union',});m_f6423457ad5daa885f892d5abac69a43['infowindow'] = new google.maps.InfoWindow({content: $lf6423457ad5daa885f892d5abac69a43});var infowindow = new google.maps.InfoWindow({content: $lf6423457ad5daa885f892d5abac69a43});google.maps.event.addListener(m_f6423457ad5daa885f892d5abac69a43, 'click', function() {infowindow.open(map,m_f6423457ad5daa885f892d5abac69a43);});$marker.push(m_f6423457ad5daa885f892d5abac69a43);}});}google.maps.event.addDomListener(window, 'load', initialize);