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(36.2612,-76.3051)};var g_27440a399b81ff334884b6b79db1939c = new google.maps.Geocoder();g_27440a399b81ff334884b6b79db1939c.geocode( { 'address': "101 Impact Blvd, Elizabeth City, NC 27909, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('elizabeth-city-NC-agcarolina-farm-credit').style.display = '';map = new google.maps.Map(document.getElementById('elizabeth-city-NC-agcarolina-farm-credit'), mapOptions);}document.getElementById('194bb5ec').innerHTML += ' | View Map';var $l27440a399b81ff334884b6b79db1939c = '

AgCarolina Farm Credit

Address: 101 Impact Blvd, Elizabeth City, NC 27909, USA
Phone: (252) 335-0582
';var m_27440a399b81ff334884b6b79db1939c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'AgCarolina Farm Credit',});m_27440a399b81ff334884b6b79db1939c['infowindow'] = new google.maps.InfoWindow({content: $l27440a399b81ff334884b6b79db1939c});var infowindow = new google.maps.InfoWindow({content: $l27440a399b81ff334884b6b79db1939c});google.maps.event.addListener(m_27440a399b81ff334884b6b79db1939c, 'click', function() {infowindow.open(map,m_27440a399b81ff334884b6b79db1939c);});$marker.push(m_27440a399b81ff334884b6b79db1939c);}});}google.maps.event.addDomListener(window, 'load', initialize);