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.6078,-119.697)};var g_9513e7a721539fc573477867b253b10d = new google.maps.Geocoder();g_9513e7a721539fc573477867b253b10d.geocode( { 'address': "2483 Wingfield Hills Rd, Sparks, NV 89436, Suite A100, Sparks, NV 89436, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sparks-NV-nevada-state-bank--wingfield-springs-branch').style.display = '';map = new google.maps.Map(document.getElementById('sparks-NV-nevada-state-bank--wingfield-springs-branch'), mapOptions);}document.getElementById('126efdc9').innerHTML += ' | View Map';var $l9513e7a721539fc573477867b253b10d = '

Nevada State Bank | Wingfield Springs Branch

Address: 2483 Wingfield Hills Rd, Sparks, NV 89436, Suite A100, Sparks, NV 89436, USA
Phone: (775) 393-3870
';var m_9513e7a721539fc573477867b253b10d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Nevada State Bank | Wingfield Springs Branch',});m_9513e7a721539fc573477867b253b10d['infowindow'] = new google.maps.InfoWindow({content: $l9513e7a721539fc573477867b253b10d});var infowindow = new google.maps.InfoWindow({content: $l9513e7a721539fc573477867b253b10d});google.maps.event.addListener(m_9513e7a721539fc573477867b253b10d, 'click', function() {infowindow.open(map,m_9513e7a721539fc573477867b253b10d);});$marker.push(m_9513e7a721539fc573477867b253b10d);}});}google.maps.event.addDomListener(window, 'load', initialize);