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(38.2242,-78.1248)};var g_e980bc37d69743854bd7b310681a5db8 = new google.maps.Geocoder();g_e980bc37d69743854bd7b310681a5db8.geocode( { 'address': "13284 James Madison Hwy, Orange, VA 22960, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('orange-VA-farm-credit-of-the-virginias').style.display = '';map = new google.maps.Map(document.getElementById('orange-VA-farm-credit-of-the-virginias'), mapOptions);}document.getElementById('155782cf').innerHTML += ' | View Map';var $le980bc37d69743854bd7b310681a5db8 = '

Farm Credit of the Virginias

Address: 13284 James Madison Hwy, Orange, VA 22960, USA
Phone: (540) 672-3644
';var m_e980bc37d69743854bd7b310681a5db8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Farm Credit of the Virginias',});m_e980bc37d69743854bd7b310681a5db8['infowindow'] = new google.maps.InfoWindow({content: $le980bc37d69743854bd7b310681a5db8});var infowindow = new google.maps.InfoWindow({content: $le980bc37d69743854bd7b310681a5db8});google.maps.event.addListener(m_e980bc37d69743854bd7b310681a5db8, 'click', function() {infowindow.open(map,m_e980bc37d69743854bd7b310681a5db8);});$marker.push(m_e980bc37d69743854bd7b310681a5db8);}});}google.maps.event.addDomListener(window, 'load', initialize);