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.1006,-115.064)};var g_8f86b68f99f724ea46381f3bf012f6fc = new google.maps.Geocoder();g_8f86b68f99f724ea46381f3bf012f6fc.geocode( { 'address': "4970 E Tropicana Ave, Las Vegas, NV 89121, USA"}, 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('c132f476').innerHTML += ' | View Map';var $l8f86b68f99f724ea46381f3bf012f6fc = '

Nevada State Bank | Tropicana and Nellis Branch

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