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.9453,-81.0891)};var g_6d710bda87ad5cd885b7d9a688bf6eb3 = new google.maps.Geocoder();g_6d710bda87ad5cd885b7d9a688bf6eb3.geocode( { 'address': "210 E Main St, Wytheville, VA 24382"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wytheville-VA-first-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('wytheville-VA-first-community-bank'), mapOptions);}document.getElementById('7a3056c2').innerHTML += ' | View Map';var $l6d710bda87ad5cd885b7d9a688bf6eb3 = '

First Community Bank

Address: 210 E Main St, Wytheville, VA 24382
Phone: (276) 223-6150
';var m_6d710bda87ad5cd885b7d9a688bf6eb3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Community Bank',});m_6d710bda87ad5cd885b7d9a688bf6eb3['infowindow'] = new google.maps.InfoWindow({content: $l6d710bda87ad5cd885b7d9a688bf6eb3});var infowindow = new google.maps.InfoWindow({content: $l6d710bda87ad5cd885b7d9a688bf6eb3});google.maps.event.addListener(m_6d710bda87ad5cd885b7d9a688bf6eb3, 'click', function() {infowindow.open(map,m_6d710bda87ad5cd885b7d9a688bf6eb3);});$marker.push(m_6d710bda87ad5cd885b7d9a688bf6eb3);}});}google.maps.event.addDomListener(window, 'load', initialize);