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.3897,-77.4224)};var g_bcbf717cd9f464de04ab394540ef427f = new google.maps.Geocoder();g_bcbf717cd9f464de04ab394540ef427f.geocode( { 'address': "208 W Jefferson St, Jackson, NC 27845, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jackson-NC-southern-bank').style.display = '';map = new google.maps.Map(document.getElementById('jackson-NC-southern-bank'), mapOptions);}document.getElementById('4dcf3cd5').innerHTML += ' | View Map';var $lbcbf717cd9f464de04ab394540ef427f = '

Southern Bank

Address: 208 W Jefferson St, Jackson, NC 27845, USA
Phone: (252) 534-1156
';var m_bcbf717cd9f464de04ab394540ef427f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Southern Bank',});m_bcbf717cd9f464de04ab394540ef427f['infowindow'] = new google.maps.InfoWindow({content: $lbcbf717cd9f464de04ab394540ef427f});var infowindow = new google.maps.InfoWindow({content: $lbcbf717cd9f464de04ab394540ef427f});google.maps.event.addListener(m_bcbf717cd9f464de04ab394540ef427f, 'click', function() {infowindow.open(map,m_bcbf717cd9f464de04ab394540ef427f);});$marker.push(m_bcbf717cd9f464de04ab394540ef427f);}});}google.maps.event.addDomListener(window, 'load', initialize);