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.541,-76.6189)};var g_7363e6c48d2c5eab196b0080045d0cbd = new google.maps.Geocoder();g_7363e6c48d2c5eab196b0080045d0cbd.geocode( { 'address': "148 E Main St, Belhaven, NC 27810"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('belhaven-NC-southern-bank-belhaven').style.display = '';map = new google.maps.Map(document.getElementById('belhaven-NC-southern-bank-belhaven'), mapOptions);}document.getElementById('2403a7e3').innerHTML += ' | View Map';var $l7363e6c48d2c5eab196b0080045d0cbd = '

Southern Bank-Belhaven

Address: 148 E Main St, Belhaven, NC 27810
Phone: (252) 943-2184
';var m_7363e6c48d2c5eab196b0080045d0cbd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Southern Bank-Belhaven',});m_7363e6c48d2c5eab196b0080045d0cbd['infowindow'] = new google.maps.InfoWindow({content: $l7363e6c48d2c5eab196b0080045d0cbd});var infowindow = new google.maps.InfoWindow({content: $l7363e6c48d2c5eab196b0080045d0cbd});google.maps.event.addListener(m_7363e6c48d2c5eab196b0080045d0cbd, 'click', function() {infowindow.open(map,m_7363e6c48d2c5eab196b0080045d0cbd);});$marker.push(m_7363e6c48d2c5eab196b0080045d0cbd);}});}google.maps.event.addDomListener(window, 'load', initialize);