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.4272,-77.4038)};var g_d8c33083ef391fb58934b7745d71e8ad = new google.maps.Geocoder();g_d8c33083ef391fb58934b7745d71e8ad.geocode( { 'address': "925 N East St, Frederick, MD 21701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('frederick-MD-midatlantic-farm-credit').style.display = '';map = new google.maps.Map(document.getElementById('frederick-MD-midatlantic-farm-credit'), mapOptions);}document.getElementById('c4377f32').innerHTML += ' | View Map';var $ld8c33083ef391fb58934b7745d71e8ad = '

MidAtlantic Farm Credit

Address: 925 N East St, Frederick, MD 21701, USA
Phone: (888) 339-3334
';var m_d8c33083ef391fb58934b7745d71e8ad = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MidAtlantic Farm Credit',});m_d8c33083ef391fb58934b7745d71e8ad['infowindow'] = new google.maps.InfoWindow({content: $ld8c33083ef391fb58934b7745d71e8ad});var infowindow = new google.maps.InfoWindow({content: $ld8c33083ef391fb58934b7745d71e8ad});google.maps.event.addListener(m_d8c33083ef391fb58934b7745d71e8ad, 'click', function() {infowindow.open(map,m_d8c33083ef391fb58934b7745d71e8ad);});$marker.push(m_d8c33083ef391fb58934b7745d71e8ad);}});}google.maps.event.addDomListener(window, 'load', initialize);