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.058,-114.96)};var g_dc682fe74bcd4780c8b5592a127f7813 = new google.maps.Geocoder();g_dc682fe74bcd4780c8b5592a127f7813.geocode( { 'address': "155 S Water St, Henderson, NV 89015"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('henderson-NV-city-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('henderson-NV-city-national-bank'), mapOptions);}document.getElementById('576fb59b').innerHTML += ' | View Map';var $ldc682fe74bcd4780c8b5592a127f7813 = '

City National Bank

Address: 155 S Water St, Henderson, NV 89015
Phone: (702) 856-0160
';var m_dc682fe74bcd4780c8b5592a127f7813 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'City National Bank',});m_dc682fe74bcd4780c8b5592a127f7813['infowindow'] = new google.maps.InfoWindow({content: $ldc682fe74bcd4780c8b5592a127f7813});var infowindow = new google.maps.InfoWindow({content: $ldc682fe74bcd4780c8b5592a127f7813});google.maps.event.addListener(m_dc682fe74bcd4780c8b5592a127f7813, 'click', function() {infowindow.open(map,m_dc682fe74bcd4780c8b5592a127f7813);});$marker.push(m_dc682fe74bcd4780c8b5592a127f7813);}});}google.maps.event.addDomListener(window, 'load', initialize);