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.5944,-78.1239)};var g_df09a2887b675f66410ae93d7d72b840 = new google.maps.Geocoder();g_df09a2887b675f66410ae93d7d72b840.geocode( { 'address': "101 W 2nd St, Kenly, NC 27542, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kenly-NC-southern-bank').style.display = '';map = new google.maps.Map(document.getElementById('kenly-NC-southern-bank'), mapOptions);}document.getElementById('0e568123').innerHTML += ' | View Map';var $ldf09a2887b675f66410ae93d7d72b840 = '

Southern Bank

Address: 101 W 2nd St, Kenly, NC 27542, USA
Phone: (919) 284-7000
';var m_df09a2887b675f66410ae93d7d72b840 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Southern Bank',});m_df09a2887b675f66410ae93d7d72b840['infowindow'] = new google.maps.InfoWindow({content: $ldf09a2887b675f66410ae93d7d72b840});var infowindow = new google.maps.InfoWindow({content: $ldf09a2887b675f66410ae93d7d72b840});google.maps.event.addListener(m_df09a2887b675f66410ae93d7d72b840, 'click', function() {infowindow.open(map,m_df09a2887b675f66410ae93d7d72b840);});$marker.push(m_df09a2887b675f66410ae93d7d72b840);}});}google.maps.event.addDomListener(window, 'load', initialize);