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.9164,-82.3046)};var g_c00f93e02693afe23176023140a46225 = new google.maps.Geocoder();g_c00f93e02693afe23176023140a46225.geocode( { 'address': "502 W Main St, Burnsville, NC 28714, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('burnsville-NC-carolina-farm-credit').style.display = '';map = new google.maps.Map(document.getElementById('burnsville-NC-carolina-farm-credit'), mapOptions);}document.getElementById('25e487aa').innerHTML += ' | View Map';var $lc00f93e02693afe23176023140a46225 = '

Carolina Farm Credit

Address: 502 W Main St, Burnsville, NC 28714, USA
Phone: (828) 682-6109
';var m_c00f93e02693afe23176023140a46225 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Carolina Farm Credit',});m_c00f93e02693afe23176023140a46225['infowindow'] = new google.maps.InfoWindow({content: $lc00f93e02693afe23176023140a46225});var infowindow = new google.maps.InfoWindow({content: $lc00f93e02693afe23176023140a46225});google.maps.event.addListener(m_c00f93e02693afe23176023140a46225, 'click', function() {infowindow.open(map,m_c00f93e02693afe23176023140a46225);});$marker.push(m_c00f93e02693afe23176023140a46225);}});}google.maps.event.addDomListener(window, 'load', initialize);