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.2736,-82.1084)};var g_4ad7fff9ccf799f755109fa80dcd8b10 = new google.maps.Geocoder();g_4ad7fff9ccf799f755109fa80dcd8b10.geocode( { 'address': "Riverside Dr, Grundy, VA 24614, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grundy-VA-gnb-bankshares-corporation').style.display = '';map = new google.maps.Map(document.getElementById('grundy-VA-gnb-bankshares-corporation'), mapOptions);}document.getElementById('28c4e2dc').innerHTML += ' | View Map';var $l4ad7fff9ccf799f755109fa80dcd8b10 = '

GNB Bankshares Corporation

Address: Riverside Dr, Grundy, VA 24614, USA
Phone: (276) 935-8111
';var m_4ad7fff9ccf799f755109fa80dcd8b10 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'GNB Bankshares Corporation',});m_4ad7fff9ccf799f755109fa80dcd8b10['infowindow'] = new google.maps.InfoWindow({content: $l4ad7fff9ccf799f755109fa80dcd8b10});var infowindow = new google.maps.InfoWindow({content: $l4ad7fff9ccf799f755109fa80dcd8b10});google.maps.event.addListener(m_4ad7fff9ccf799f755109fa80dcd8b10, 'click', function() {infowindow.open(map,m_4ad7fff9ccf799f755109fa80dcd8b10);});$marker.push(m_4ad7fff9ccf799f755109fa80dcd8b10);}});}google.maps.event.addDomListener(window, 'load', initialize);