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(36.391,-78.9993)};var g_299c39aa1595b8a7fa75b7325cf6ffeb = new google.maps.Geocoder();g_299c39aa1595b8a7fa75b7325cf6ffeb.geocode( { 'address': "607 Leasburg Rd, Roxboro, NC 27573, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('roxboro-NC-carolina-farm-credit').style.display = '';map = new google.maps.Map(document.getElementById('roxboro-NC-carolina-farm-credit'), mapOptions);}document.getElementById('6f0c29cd').innerHTML += ' | View Map';var $l299c39aa1595b8a7fa75b7325cf6ffeb = '

Carolina Farm Credit

Address: 607 Leasburg Rd, Roxboro, NC 27573, USA
Phone: (336) 599-0141
';var m_299c39aa1595b8a7fa75b7325cf6ffeb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Carolina Farm Credit',});m_299c39aa1595b8a7fa75b7325cf6ffeb['infowindow'] = new google.maps.InfoWindow({content: $l299c39aa1595b8a7fa75b7325cf6ffeb});var infowindow = new google.maps.InfoWindow({content: $l299c39aa1595b8a7fa75b7325cf6ffeb});google.maps.event.addListener(m_299c39aa1595b8a7fa75b7325cf6ffeb, 'click', function() {infowindow.open(map,m_299c39aa1595b8a7fa75b7325cf6ffeb);});$marker.push(m_299c39aa1595b8a7fa75b7325cf6ffeb);}});}google.maps.event.addDomListener(window, 'load', initialize);