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.5481,-119.734)};var g_9502db3dad05d67b8dde5d564713b448 = new google.maps.Geocoder();g_9502db3dad05d67b8dde5d564713b448.geocode( { 'address': "745 4th St, Sparks, NV 89433"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sparks-NV-sparks-city-employee-s-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('sparks-NV-sparks-city-employee-s-federal-credit-union'), mapOptions);}document.getElementById('1a049132').innerHTML += ' | View Map';var $l9502db3dad05d67b8dde5d564713b448 = '

Sparks City Employee's Federal Credit Union

Address: 745 4th St, Sparks, NV 89433
Phone: (775) 359-1794
';var m_9502db3dad05d67b8dde5d564713b448 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sparks City Employee's Federal Credit Union',});m_9502db3dad05d67b8dde5d564713b448['infowindow'] = new google.maps.InfoWindow({content: $l9502db3dad05d67b8dde5d564713b448});var infowindow = new google.maps.InfoWindow({content: $l9502db3dad05d67b8dde5d564713b448});google.maps.event.addListener(m_9502db3dad05d67b8dde5d564713b448, 'click', function() {infowindow.open(map,m_9502db3dad05d67b8dde5d564713b448);});$marker.push(m_9502db3dad05d67b8dde5d564713b448);}});}google.maps.event.addDomListener(window, 'load', initialize);