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(35.9778,-114.836)};var g_07f75d9144912970de5a09f5a305e10c = new google.maps.Geocoder();g_07f75d9144912970de5a09f5a305e10c.geocode( { 'address': "1000 Nevada Hwy, Boulder City, NV 89005"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('boulder-city-NV-nevada-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('boulder-city-NV-nevada-state-bank'), mapOptions);}document.getElementById('131eb871').innerHTML += ' | View Map';var $l07f75d9144912970de5a09f5a305e10c = '

Nevada State Bank

Address: 1000 Nevada Hwy, Boulder City, NV 89005
Phone: (702) 589-2530
';var m_07f75d9144912970de5a09f5a305e10c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Nevada State Bank',});m_07f75d9144912970de5a09f5a305e10c['infowindow'] = new google.maps.InfoWindow({content: $l07f75d9144912970de5a09f5a305e10c});var infowindow = new google.maps.InfoWindow({content: $l07f75d9144912970de5a09f5a305e10c});google.maps.event.addListener(m_07f75d9144912970de5a09f5a305e10c, 'click', function() {infowindow.open(map,m_07f75d9144912970de5a09f5a305e10c);});$marker.push(m_07f75d9144912970de5a09f5a305e10c);}});}google.maps.event.addDomListener(window, 'load', initialize);