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_9a1158154dfa42caddbd0694a4e9bdc8 = new google.maps.Geocoder();g_9a1158154dfa42caddbd0694a4e9bdc8.geocode( { 'address': "8260 W Sahara Ave, Las Vegas, NV 89117"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('las-vegas-NV-nevada-state-bank-the-lakes-branch').style.display = '';map = new google.maps.Map(document.getElementById('las-vegas-NV-nevada-state-bank-the-lakes-branch'), mapOptions);}document.getElementById('053ee32e').innerHTML += ' | View Map';var $l9a1158154dfa42caddbd0694a4e9bdc8 = '

Nevada State Bank - The Lakes Branch

Address: 8260 W Sahara Ave, Las Vegas, NV 89117
Phone: (702) 228-3105
';var m_9a1158154dfa42caddbd0694a4e9bdc8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Nevada State Bank - The Lakes Branch',});m_9a1158154dfa42caddbd0694a4e9bdc8['infowindow'] = new google.maps.InfoWindow({content: $l9a1158154dfa42caddbd0694a4e9bdc8});var infowindow = new google.maps.InfoWindow({content: $l9a1158154dfa42caddbd0694a4e9bdc8});google.maps.event.addListener(m_9a1158154dfa42caddbd0694a4e9bdc8, 'click', function() {infowindow.open(map,m_9a1158154dfa42caddbd0694a4e9bdc8);});$marker.push(m_9a1158154dfa42caddbd0694a4e9bdc8);}});}google.maps.event.addDomListener(window, 'load', initialize);