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(37.7322,-80.6606)};var g_5d7e1a561176e424a6a1ae6c0525c017 = new google.maps.Geocoder();g_5d7e1a561176e424a6a1ae6c0525c017.geocode( { 'address': "2213 Alta Dr, Alderson, WV 24910"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alderson-WV-city-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('alderson-WV-city-national-bank'), mapOptions);}document.getElementById('1ccae7be').innerHTML += ' | View Map';var $l5d7e1a561176e424a6a1ae6c0525c017 = '

City National Bank

Address: 2213 Alta Dr, Alderson, WV 24910
Phone: (304) 445-2991
';var m_5d7e1a561176e424a6a1ae6c0525c017 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'City National Bank',});m_5d7e1a561176e424a6a1ae6c0525c017['infowindow'] = new google.maps.InfoWindow({content: $l5d7e1a561176e424a6a1ae6c0525c017});var infowindow = new google.maps.InfoWindow({content: $l5d7e1a561176e424a6a1ae6c0525c017});google.maps.event.addListener(m_5d7e1a561176e424a6a1ae6c0525c017, 'click', function() {infowindow.open(map,m_5d7e1a561176e424a6a1ae6c0525c017);});$marker.push(m_5d7e1a561176e424a6a1ae6c0525c017);}});}google.maps.event.addDomListener(window, 'load', initialize);