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.8593,-76.7453)};var g_af9d939a55de8a693b74289565a8913f = new google.maps.Geocoder();g_af9d939a55de8a693b74289565a8913f.geocode( { 'address': "612 Washington St, Plymouth, NC 27962"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('plymouth-NC-southern-bank-plymouth').style.display = '';map = new google.maps.Map(document.getElementById('plymouth-NC-southern-bank-plymouth'), mapOptions);}document.getElementById('ad771dbd').innerHTML += ' | View Map';var $laf9d939a55de8a693b74289565a8913f = '

Southern Bank-Plymouth

Address: 612 Washington St, Plymouth, NC 27962
Phone: (252) 793-1115
';var m_af9d939a55de8a693b74289565a8913f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Southern Bank-Plymouth',});m_af9d939a55de8a693b74289565a8913f['infowindow'] = new google.maps.InfoWindow({content: $laf9d939a55de8a693b74289565a8913f});var infowindow = new google.maps.InfoWindow({content: $laf9d939a55de8a693b74289565a8913f});google.maps.event.addListener(m_af9d939a55de8a693b74289565a8913f, 'click', function() {infowindow.open(map,m_af9d939a55de8a693b74289565a8913f);});$marker.push(m_af9d939a55de8a693b74289565a8913f);}});}google.maps.event.addDomListener(window, 'load', initialize);