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.0798,-77.5837)};var g_444a58713bc5574b786d70651ed1ff0e = new google.maps.Geocoder();g_444a58713bc5574b786d70651ed1ff0e.geocode( { 'address': "13915 Boydton Plank Rd, Dinwiddie, VA 23841, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dinwiddie-VA-farm-credit--country-mtg').style.display = '';map = new google.maps.Map(document.getElementById('dinwiddie-VA-farm-credit--country-mtg'), mapOptions);}document.getElementById('c7c57508').innerHTML += ' | View Map';var $l444a58713bc5574b786d70651ed1ff0e = '

Farm Credit & Country Mtg

Address: 13915 Boydton Plank Rd, Dinwiddie, VA 23841, USA
Phone: (804) 469-7055
';var m_444a58713bc5574b786d70651ed1ff0e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Farm Credit & Country Mtg',});m_444a58713bc5574b786d70651ed1ff0e['infowindow'] = new google.maps.InfoWindow({content: $l444a58713bc5574b786d70651ed1ff0e});var infowindow = new google.maps.InfoWindow({content: $l444a58713bc5574b786d70651ed1ff0e});google.maps.event.addListener(m_444a58713bc5574b786d70651ed1ff0e, 'click', function() {infowindow.open(map,m_444a58713bc5574b786d70651ed1ff0e);});$marker.push(m_444a58713bc5574b786d70651ed1ff0e);}});}google.maps.event.addDomListener(window, 'load', initialize);