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.1445,-115.272)};var g_047d92929da85bfba2a1e6dbf07b7098 = new google.maps.Geocoder();g_047d92929da85bfba2a1e6dbf07b7098.geocode( { 'address': "8260 W Sahara Ave, Las Vegas, NV 89117, USA"}, 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('7380fd9d').innerHTML += ' | View Map';var $l047d92929da85bfba2a1e6dbf07b7098 = '

Nevada State Bank | The Lakes Branch

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