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.3715,-75.5222)};var g_32d740249ab62e510dfc6394af0514fa = new google.maps.Geocoder();g_32d740249ab62e510dfc6394af0514fa.geocode( { 'address': "6546 Mid Atlantic Ln, Salisbury, MD 21804, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('salisbury-MD-midatlantic-farm-credit').style.display = '';map = new google.maps.Map(document.getElementById('salisbury-MD-midatlantic-farm-credit'), mapOptions);}document.getElementById('5c9ec4cc').innerHTML += ' | View Map';var $l32d740249ab62e510dfc6394af0514fa = '

MidAtlantic Farm Credit

Address: 6546 Mid Atlantic Ln, Salisbury, MD 21804, USA
Phone: (888) 339-3334
';var m_32d740249ab62e510dfc6394af0514fa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MidAtlantic Farm Credit',});m_32d740249ab62e510dfc6394af0514fa['infowindow'] = new google.maps.InfoWindow({content: $l32d740249ab62e510dfc6394af0514fa});var infowindow = new google.maps.InfoWindow({content: $l32d740249ab62e510dfc6394af0514fa});google.maps.event.addListener(m_32d740249ab62e510dfc6394af0514fa, 'click', function() {infowindow.open(map,m_32d740249ab62e510dfc6394af0514fa);});$marker.push(m_32d740249ab62e510dfc6394af0514fa);}});}google.maps.event.addDomListener(window, 'load', initialize);