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(40.2645,-78.3424)};var g_801cd09cf81a55078c80eceef3d71d36 = new google.maps.Geocoder();g_801cd09cf81a55078c80eceef3d71d36.geocode( { 'address': "1243 Curryville Rd, Martinsburg, PA 16662, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('martinsburg-PA-agchoice-farm-credit').style.display = '';map = new google.maps.Map(document.getElementById('martinsburg-PA-agchoice-farm-credit'), mapOptions);}document.getElementById('d8394f2d').innerHTML += ' | View Map';var $l801cd09cf81a55078c80eceef3d71d36 = '

AgChoice Farm Credit

Address: 1243 Curryville Rd, Martinsburg, PA 16662, USA
Phone: (800) 733-3183
';var m_801cd09cf81a55078c80eceef3d71d36 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'AgChoice Farm Credit',});m_801cd09cf81a55078c80eceef3d71d36['infowindow'] = new google.maps.InfoWindow({content: $l801cd09cf81a55078c80eceef3d71d36});var infowindow = new google.maps.InfoWindow({content: $l801cd09cf81a55078c80eceef3d71d36});google.maps.event.addListener(m_801cd09cf81a55078c80eceef3d71d36, 'click', function() {infowindow.open(map,m_801cd09cf81a55078c80eceef3d71d36);});$marker.push(m_801cd09cf81a55078c80eceef3d71d36);}});}google.maps.event.addDomListener(window, 'load', initialize);