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(35.1205,-77.0889)};var g_56e50d28bb757a0e32ad9444374af47c = new google.maps.Geocoder();g_56e50d28bb757a0e32ad9444374af47c.geocode( { 'address': "1309 S Glenburnie Rd, New Bern, NC 28561, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-bern-NC-agcarolina-farm-credit').style.display = '';map = new google.maps.Map(document.getElementById('new-bern-NC-agcarolina-farm-credit'), mapOptions);}document.getElementById('deacd5de').innerHTML += ' | View Map';var $l56e50d28bb757a0e32ad9444374af47c = '

AgCarolina Farm Credit

Address: 1309 S Glenburnie Rd, New Bern, NC 28561, USA
Phone: (252) 638-5673
';var m_56e50d28bb757a0e32ad9444374af47c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'AgCarolina Farm Credit',});m_56e50d28bb757a0e32ad9444374af47c['infowindow'] = new google.maps.InfoWindow({content: $l56e50d28bb757a0e32ad9444374af47c});var infowindow = new google.maps.InfoWindow({content: $l56e50d28bb757a0e32ad9444374af47c});google.maps.event.addListener(m_56e50d28bb757a0e32ad9444374af47c, 'click', function() {infowindow.open(map,m_56e50d28bb757a0e32ad9444374af47c);});$marker.push(m_56e50d28bb757a0e32ad9444374af47c);}});}google.maps.event.addDomListener(window, 'load', initialize);