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(33.7926,-82.4798)};var g_00b5315b28ab5eb83128664d27849313 = new google.maps.Geocoder();g_00b5315b28ab5eb83128664d27849313.geocode( { 'address': "103 Washington St, Lincolnton, GA 30817, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lincolnton-GA-lincoln-loan-co').style.display = '';map = new google.maps.Map(document.getElementById('lincolnton-GA-lincoln-loan-co'), mapOptions);}document.getElementById('2885f5c8').innerHTML += ' | View Map';var $l00b5315b28ab5eb83128664d27849313 = '

Lincoln Loan Co

Address: 103 Washington St, Lincolnton, GA 30817, USA
Phone: (706) 359-7177
';var m_00b5315b28ab5eb83128664d27849313 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lincoln Loan Co',});m_00b5315b28ab5eb83128664d27849313['infowindow'] = new google.maps.InfoWindow({content: $l00b5315b28ab5eb83128664d27849313});var infowindow = new google.maps.InfoWindow({content: $l00b5315b28ab5eb83128664d27849313});google.maps.event.addListener(m_00b5315b28ab5eb83128664d27849313, 'click', function() {infowindow.open(map,m_00b5315b28ab5eb83128664d27849313);});$marker.push(m_00b5315b28ab5eb83128664d27849313);}});}google.maps.event.addDomListener(window, 'load', initialize);