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(34.5437,-77.9148)};var g_bff4bf4a78a62227896e6b77ef750bbb = new google.maps.Geocoder();g_bff4bf4a78a62227896e6b77ef750bbb.geocode( { 'address': "811 S Walker St, Burgaw, NC 28425, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('burgaw-NC-cape-fear-farm-credit').style.display = '';map = new google.maps.Map(document.getElementById('burgaw-NC-cape-fear-farm-credit'), mapOptions);}document.getElementById('dae1271f').innerHTML += ' | View Map';var $lbff4bf4a78a62227896e6b77ef750bbb = '

Cape Fear Farm Credit

Address: 811 S Walker St, Burgaw, NC 28425, USA
Phone: (910) 259-5481
';var m_bff4bf4a78a62227896e6b77ef750bbb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cape Fear Farm Credit',});m_bff4bf4a78a62227896e6b77ef750bbb['infowindow'] = new google.maps.InfoWindow({content: $lbff4bf4a78a62227896e6b77ef750bbb});var infowindow = new google.maps.InfoWindow({content: $lbff4bf4a78a62227896e6b77ef750bbb});google.maps.event.addListener(m_bff4bf4a78a62227896e6b77ef750bbb, 'click', function() {infowindow.open(map,m_bff4bf4a78a62227896e6b77ef750bbb);});$marker.push(m_bff4bf4a78a62227896e6b77ef750bbb);}});}google.maps.event.addDomListener(window, 'load', initialize);