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.8087,-80.9099)};var g_6cbf8903b512b2c8c050054af7d5ce35 = new google.maps.Geocoder();g_6cbf8903b512b2c8c050054af7d5ce35.geocode( { 'address': "1704 Wilkesboro Hwy, Statesville, NC 28625, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('statesville-NC-carolina-farm-credit').style.display = '';map = new google.maps.Map(document.getElementById('statesville-NC-carolina-farm-credit'), mapOptions);}document.getElementById('618c8009').innerHTML += ' | View Map';var $l6cbf8903b512b2c8c050054af7d5ce35 = '

Carolina Farm Credit

Address: 1704 Wilkesboro Hwy, Statesville, NC 28625, USA
Phone: (704) 873-1761
';var m_6cbf8903b512b2c8c050054af7d5ce35 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Carolina Farm Credit',});m_6cbf8903b512b2c8c050054af7d5ce35['infowindow'] = new google.maps.InfoWindow({content: $l6cbf8903b512b2c8c050054af7d5ce35});var infowindow = new google.maps.InfoWindow({content: $l6cbf8903b512b2c8c050054af7d5ce35});google.maps.event.addListener(m_6cbf8903b512b2c8c050054af7d5ce35, 'click', function() {infowindow.open(map,m_6cbf8903b512b2c8c050054af7d5ce35);});$marker.push(m_6cbf8903b512b2c8c050054af7d5ce35);}});}google.maps.event.addDomListener(window, 'load', initialize);