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.175,-115.123)};var g_40008261639153ddde209b77e38b223b = new google.maps.Geocoder();g_40008261639153ddde209b77e38b223b.geocode( { 'address': "4970 E Tropicana Ave, Las Vegas, NV 89121"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('las-vegas-NV-nevada-state-bank-tropicana-and-nellis-branch').style.display = '';map = new google.maps.Map(document.getElementById('las-vegas-NV-nevada-state-bank-tropicana-and-nellis-branch'), mapOptions);}document.getElementById('8fd9ce9a').innerHTML += ' | View Map';var $l40008261639153ddde209b77e38b223b = '

Nevada State Bank - Tropicana and Nellis Branch

Address: 4970 E Tropicana Ave, Las Vegas, NV 89121
Phone: (702) 898-2292
';var m_40008261639153ddde209b77e38b223b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Nevada State Bank - Tropicana and Nellis Branch',});m_40008261639153ddde209b77e38b223b['infowindow'] = new google.maps.InfoWindow({content: $l40008261639153ddde209b77e38b223b});var infowindow = new google.maps.InfoWindow({content: $l40008261639153ddde209b77e38b223b});google.maps.event.addListener(m_40008261639153ddde209b77e38b223b, 'click', function() {infowindow.open(map,m_40008261639153ddde209b77e38b223b);});$marker.push(m_40008261639153ddde209b77e38b223b);}});}google.maps.event.addDomListener(window, 'load', initialize);