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.911,-80.3204)};var g_897e063ab3b752fac141f6006ca220b0 = new google.maps.Geocoder();g_897e063ab3b752fac141f6006ca220b0.geocode( { 'address': "102 S Locust St, Floyd, VA 24091, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('floyd-VA-farm-credit').style.display = '';map = new google.maps.Map(document.getElementById('floyd-VA-farm-credit'), mapOptions);}document.getElementById('33bb190d').innerHTML += ' | View Map';var $l897e063ab3b752fac141f6006ca220b0 = '

Farm Credit

Address: 102 S Locust St, Floyd, VA 24091, USA
Phone: (540) 745-2071
';var m_897e063ab3b752fac141f6006ca220b0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Farm Credit',});m_897e063ab3b752fac141f6006ca220b0['infowindow'] = new google.maps.InfoWindow({content: $l897e063ab3b752fac141f6006ca220b0});var infowindow = new google.maps.InfoWindow({content: $l897e063ab3b752fac141f6006ca220b0});google.maps.event.addListener(m_897e063ab3b752fac141f6006ca220b0, 'click', function() {infowindow.open(map,m_897e063ab3b752fac141f6006ca220b0);});$marker.push(m_897e063ab3b752fac141f6006ca220b0);}});}google.maps.event.addDomListener(window, 'load', initialize);