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.9433,-77.798)};var g_5a1b53ff51d5b52f8b4911712e5dff6c = new google.maps.Geocoder();g_5a1b53ff51d5b52f8b4911712e5dff6c.geocode( { 'address': "230 Sunset Ave C, Rocky Mount, NC 27804, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rocky-mount-NC-southern-bank--trust-co').style.display = '';map = new google.maps.Map(document.getElementById('rocky-mount-NC-southern-bank--trust-co'), mapOptions);}document.getElementById('7f69084b').innerHTML += ' | View Map';var $l5a1b53ff51d5b52f8b4911712e5dff6c = '

Southern Bank & Trust Co

Address: 230 Sunset Ave C, Rocky Mount, NC 27804, USA
Phone: (252) 977-6935
';var m_5a1b53ff51d5b52f8b4911712e5dff6c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Southern Bank & Trust Co',});m_5a1b53ff51d5b52f8b4911712e5dff6c['infowindow'] = new google.maps.InfoWindow({content: $l5a1b53ff51d5b52f8b4911712e5dff6c});var infowindow = new google.maps.InfoWindow({content: $l5a1b53ff51d5b52f8b4911712e5dff6c});google.maps.event.addListener(m_5a1b53ff51d5b52f8b4911712e5dff6c, 'click', function() {infowindow.open(map,m_5a1b53ff51d5b52f8b4911712e5dff6c);});$marker.push(m_5a1b53ff51d5b52f8b4911712e5dff6c);}});}google.maps.event.addDomListener(window, 'load', initialize);