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.6398,-82.5784)};var g_b00533a2dbe24e56c70380d19f367c89 = new google.maps.Geocoder();g_b00533a2dbe24e56c70380d19f367c89.geocode( { 'address': "181 E Jackson St, Gate City, VA 24251, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gate-city-VA-gate-city-branch---the-bank-of-scott-county').style.display = '';map = new google.maps.Map(document.getElementById('gate-city-VA-gate-city-branch---the-bank-of-scott-county'), mapOptions);}document.getElementById('c54676bd').innerHTML += ' | View Map';var $lb00533a2dbe24e56c70380d19f367c89 = '

Gate City Branch - The Bank of Scott County

Address: 181 E Jackson St, Gate City, VA 24251, USA
Phone: (276) 386-1100
';var m_b00533a2dbe24e56c70380d19f367c89 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Gate City Branch - The Bank of Scott County',});m_b00533a2dbe24e56c70380d19f367c89['infowindow'] = new google.maps.InfoWindow({content: $lb00533a2dbe24e56c70380d19f367c89});var infowindow = new google.maps.InfoWindow({content: $lb00533a2dbe24e56c70380d19f367c89});google.maps.event.addListener(m_b00533a2dbe24e56c70380d19f367c89, 'click', function() {infowindow.open(map,m_b00533a2dbe24e56c70380d19f367c89);});$marker.push(m_b00533a2dbe24e56c70380d19f367c89);}});}google.maps.event.addDomListener(window, 'load', initialize);