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.4851,-81.2239)};var g_6572b7290d0f8effc1f3557b3150d618 = new google.maps.Geocoder();g_6572b7290d0f8effc1f3557b3150d618.geocode( { 'address': "320 E Main St, Lincolnton, NC 28092"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lincolnton-NC-south-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('lincolnton-NC-south-state-bank'), mapOptions);}document.getElementById('cf2a98c6').innerHTML += ' | View Map';var $l6572b7290d0f8effc1f3557b3150d618 = '

South State Bank

Address: 320 E Main St, Lincolnton, NC 28092
Phone: (704) 735-0416
';var m_6572b7290d0f8effc1f3557b3150d618 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'South State Bank',});m_6572b7290d0f8effc1f3557b3150d618['infowindow'] = new google.maps.InfoWindow({content: $l6572b7290d0f8effc1f3557b3150d618});var infowindow = new google.maps.InfoWindow({content: $l6572b7290d0f8effc1f3557b3150d618});google.maps.event.addListener(m_6572b7290d0f8effc1f3557b3150d618, 'click', function() {infowindow.open(map,m_6572b7290d0f8effc1f3557b3150d618);});$marker.push(m_6572b7290d0f8effc1f3557b3150d618);}});}google.maps.event.addDomListener(window, 'load', initialize);