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.2902,-77.8599)};var g_57cf15bdf17731470cd09a28373e3521 = new google.maps.Geocoder();g_57cf15bdf17731470cd09a28373e3521.geocode( { 'address': "112 E Liberty St, Charles Town, WV 25414, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('charles-town-WV-midatlantic-farm-credit').style.display = '';map = new google.maps.Map(document.getElementById('charles-town-WV-midatlantic-farm-credit'), mapOptions);}document.getElementById('eebcca77').innerHTML += ' | View Map';var $l57cf15bdf17731470cd09a28373e3521 = '

Midatlantic Farm Credit

Address: 112 E Liberty St, Charles Town, WV 25414, USA
Phone: (304) 724-8767
';var m_57cf15bdf17731470cd09a28373e3521 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Midatlantic Farm Credit',});m_57cf15bdf17731470cd09a28373e3521['infowindow'] = new google.maps.InfoWindow({content: $l57cf15bdf17731470cd09a28373e3521});var infowindow = new google.maps.InfoWindow({content: $l57cf15bdf17731470cd09a28373e3521});google.maps.event.addListener(m_57cf15bdf17731470cd09a28373e3521, 'click', function() {infowindow.open(map,m_57cf15bdf17731470cd09a28373e3521);});$marker.push(m_57cf15bdf17731470cd09a28373e3521);}});}google.maps.event.addDomListener(window, 'load', initialize);