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.9786,-114.837)};var g_c27eeb2fa04163cd8faa74645046d020 = new google.maps.Geocoder();g_c27eeb2fa04163cd8faa74645046d020.geocode( { 'address': "412 Nevada Hwy, Boulder City, NV 89005, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('boulder-city-NV-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('boulder-city-NV-wells-fargo-bank'), mapOptions);}document.getElementById('5507fbce').innerHTML += ' | View Map';var $lc27eeb2fa04163cd8faa74645046d020 = '

Wells Fargo Bank

Address: 412 Nevada Hwy, Boulder City, NV 89005, USA
Phone: (702) 293-1232
';var m_c27eeb2fa04163cd8faa74645046d020 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_c27eeb2fa04163cd8faa74645046d020['infowindow'] = new google.maps.InfoWindow({content: $lc27eeb2fa04163cd8faa74645046d020});var infowindow = new google.maps.InfoWindow({content: $lc27eeb2fa04163cd8faa74645046d020});google.maps.event.addListener(m_c27eeb2fa04163cd8faa74645046d020, 'click', function() {infowindow.open(map,m_c27eeb2fa04163cd8faa74645046d020);});$marker.push(m_c27eeb2fa04163cd8faa74645046d020);}});}google.maps.event.addDomListener(window, 'load', initialize);