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.8135,-82.6745)};var g_53c70a41cc7388ee0d1d7a9bbc788018 = new google.maps.Geocoder();g_53c70a41cc7388ee0d1d7a9bbc788018.geocode( { 'address': "60 Derringer Dr, Marshall, NC 28753, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marshall-NC-carolina-farm-credit').style.display = '';map = new google.maps.Map(document.getElementById('marshall-NC-carolina-farm-credit'), mapOptions);}document.getElementById('af6c1d7a').innerHTML += ' | View Map';var $l53c70a41cc7388ee0d1d7a9bbc788018 = '

Carolina Farm Credit

Address: 60 Derringer Dr, Marshall, NC 28753, USA
Phone: (828) 649-3641
';var m_53c70a41cc7388ee0d1d7a9bbc788018 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Carolina Farm Credit',});m_53c70a41cc7388ee0d1d7a9bbc788018['infowindow'] = new google.maps.InfoWindow({content: $l53c70a41cc7388ee0d1d7a9bbc788018});var infowindow = new google.maps.InfoWindow({content: $l53c70a41cc7388ee0d1d7a9bbc788018});google.maps.event.addListener(m_53c70a41cc7388ee0d1d7a9bbc788018, 'click', function() {infowindow.open(map,m_53c70a41cc7388ee0d1d7a9bbc788018);});$marker.push(m_53c70a41cc7388ee0d1d7a9bbc788018);}});}google.maps.event.addDomListener(window, 'load', initialize);