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.0934,-81.807)};var g_a512294422de868f8474d22344636f16 = new google.maps.Geocoder();g_a512294422de868f8474d22344636f16.geocode( { 'address': "3102 Cedar Valley Dr, Richlands, VA 24641"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('richlands-VA-mcnb-bank-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('richlands-VA-mcnb-bank-trust-co'), mapOptions);}document.getElementById('5a485201').innerHTML += ' | View Map';var $la512294422de868f8474d22344636f16 = '

MCNB Bank & Trust Co

Address: 3102 Cedar Valley Dr, Richlands, VA 24641
Phone: (276) 963-0006
';var m_a512294422de868f8474d22344636f16 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MCNB Bank & Trust Co',});m_a512294422de868f8474d22344636f16['infowindow'] = new google.maps.InfoWindow({content: $la512294422de868f8474d22344636f16});var infowindow = new google.maps.InfoWindow({content: $la512294422de868f8474d22344636f16});google.maps.event.addListener(m_a512294422de868f8474d22344636f16, 'click', function() {infowindow.open(map,m_a512294422de868f8474d22344636f16);});$marker.push(m_a512294422de868f8474d22344636f16);}});}google.maps.event.addDomListener(window, 'load', initialize);