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.0756,-79.0987)};var g_92f429c1bebf77fd742854edd35f644f = new google.maps.Geocoder();g_92f429c1bebf77fd742854edd35f644f.geocode( { 'address': "115 E King St, Hillsborough, NC 27278, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hillsborough-NC-carolina-farm-credit').style.display = '';map = new google.maps.Map(document.getElementById('hillsborough-NC-carolina-farm-credit'), mapOptions);}document.getElementById('a4977100').innerHTML += ' | View Map';var $l92f429c1bebf77fd742854edd35f644f = '

Carolina Farm Credit

Address: 115 E King St, Hillsborough, NC 27278, USA
Phone: (919) 732-2168
';var m_92f429c1bebf77fd742854edd35f644f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Carolina Farm Credit',});m_92f429c1bebf77fd742854edd35f644f['infowindow'] = new google.maps.InfoWindow({content: $l92f429c1bebf77fd742854edd35f644f});var infowindow = new google.maps.InfoWindow({content: $l92f429c1bebf77fd742854edd35f644f});google.maps.event.addListener(m_92f429c1bebf77fd742854edd35f644f, 'click', function() {infowindow.open(map,m_92f429c1bebf77fd742854edd35f644f);});$marker.push(m_92f429c1bebf77fd742854edd35f644f);}});}google.maps.event.addDomListener(window, 'load', initialize);