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.4635,-81.2701)};var g_efe030b927e36a9837dce8a936081d39 = new google.maps.Geocoder();g_efe030b927e36a9837dce8a936081d39.geocode( { 'address': "813 W Hwy 150, Lincolnton, NC 28092, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lincolnton-NC-carolina-farm-credit').style.display = '';map = new google.maps.Map(document.getElementById('lincolnton-NC-carolina-farm-credit'), mapOptions);}document.getElementById('095efe7f').innerHTML += ' | View Map';var $lefe030b927e36a9837dce8a936081d39 = '

Carolina Farm Credit

Address: 813 W Hwy 150, Lincolnton, NC 28092, USA
Phone: (704) 735-0413
';var m_efe030b927e36a9837dce8a936081d39 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Carolina Farm Credit',});m_efe030b927e36a9837dce8a936081d39['infowindow'] = new google.maps.InfoWindow({content: $lefe030b927e36a9837dce8a936081d39});var infowindow = new google.maps.InfoWindow({content: $lefe030b927e36a9837dce8a936081d39});google.maps.event.addListener(m_efe030b927e36a9837dce8a936081d39, 'click', function() {infowindow.open(map,m_efe030b927e36a9837dce8a936081d39);});$marker.push(m_efe030b927e36a9837dce8a936081d39);}});}google.maps.event.addDomListener(window, 'load', initialize);