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.5952,-77.5856)};var g_3a836afd1bd8710cea4604b98bea045c = new google.maps.Geocoder();g_3a836afd1bd8710cea4604b98bea045c.geocode( { 'address': "4217 E Church St, Farmville, NC 27828, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('farmville-NC-southern-bank').style.display = '';map = new google.maps.Map(document.getElementById('farmville-NC-southern-bank'), mapOptions);}document.getElementById('5288ae30').innerHTML += ' | View Map';var $l3a836afd1bd8710cea4604b98bea045c = '

Southern Bank

Address: 4217 E Church St, Farmville, NC 27828, USA
Phone: (252) 753-2161
';var m_3a836afd1bd8710cea4604b98bea045c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Southern Bank',});m_3a836afd1bd8710cea4604b98bea045c['infowindow'] = new google.maps.InfoWindow({content: $l3a836afd1bd8710cea4604b98bea045c});var infowindow = new google.maps.InfoWindow({content: $l3a836afd1bd8710cea4604b98bea045c});google.maps.event.addListener(m_3a836afd1bd8710cea4604b98bea045c, 'click', function() {infowindow.open(map,m_3a836afd1bd8710cea4604b98bea045c);});$marker.push(m_3a836afd1bd8710cea4604b98bea045c);}});}google.maps.event.addDomListener(window, 'load', initialize);