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(39.4253,-79.393)};var g_4eb62f5c77d54048d24a81435b9958f6 = new google.maps.Geocoder();g_4eb62f5c77d54048d24a81435b9958f6.geocode( { 'address': "13195 Garrett Hwy, Oakland, MD 21550, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oakland-MD-farm-credit-of-the-virginias').style.display = '';map = new google.maps.Map(document.getElementById('oakland-MD-farm-credit-of-the-virginias'), mapOptions);}document.getElementById('c81b0004').innerHTML += ' | View Map';var $l4eb62f5c77d54048d24a81435b9958f6 = '

Farm Credit of the Virginias

Address: 13195 Garrett Hwy, Oakland, MD 21550, USA
Phone: (301) 334-8542
';var m_4eb62f5c77d54048d24a81435b9958f6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Farm Credit of the Virginias',});m_4eb62f5c77d54048d24a81435b9958f6['infowindow'] = new google.maps.InfoWindow({content: $l4eb62f5c77d54048d24a81435b9958f6});var infowindow = new google.maps.InfoWindow({content: $l4eb62f5c77d54048d24a81435b9958f6});google.maps.event.addListener(m_4eb62f5c77d54048d24a81435b9958f6, 'click', function() {infowindow.open(map,m_4eb62f5c77d54048d24a81435b9958f6);});$marker.push(m_4eb62f5c77d54048d24a81435b9958f6);}});}google.maps.event.addDomListener(window, 'load', initialize);