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.6407,-82.5771)};var g_d3e9ecae34354aab885921ccfd63fdcf = new google.maps.Geocoder();g_d3e9ecae34354aab885921ccfd63fdcf.geocode( { 'address': "268 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-farm-credit-of-the-virginias').style.display = '';map = new google.maps.Map(document.getElementById('gate-city-VA-farm-credit-of-the-virginias'), mapOptions);}document.getElementById('839610f2').innerHTML += ' | View Map';var $ld3e9ecae34354aab885921ccfd63fdcf = '

Farm Credit of the Virginias

Address: 268 E Jackson St, Gate City, VA 24251, USA
Phone: (276) 386-6551
';var m_d3e9ecae34354aab885921ccfd63fdcf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Farm Credit of the Virginias',});m_d3e9ecae34354aab885921ccfd63fdcf['infowindow'] = new google.maps.InfoWindow({content: $ld3e9ecae34354aab885921ccfd63fdcf});var infowindow = new google.maps.InfoWindow({content: $ld3e9ecae34354aab885921ccfd63fdcf});google.maps.event.addListener(m_d3e9ecae34354aab885921ccfd63fdcf, 'click', function() {infowindow.open(map,m_d3e9ecae34354aab885921ccfd63fdcf);});$marker.push(m_d3e9ecae34354aab885921ccfd63fdcf);}});}google.maps.event.addDomListener(window, 'load', initialize);