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.5446,-77.9754)};var g_44904f231c388dc7fc96c43d9bcd6ffd = new google.maps.Geocoder();g_44904f231c388dc7fc96c43d9bcd6ffd.geocode( { 'address': "101 N Wilson St, Fremont, NC 27830, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fremont-NC-southern-bank').style.display = '';map = new google.maps.Map(document.getElementById('fremont-NC-southern-bank'), mapOptions);}document.getElementById('a9f4cd61').innerHTML += ' | View Map';var $l44904f231c388dc7fc96c43d9bcd6ffd = '

Southern Bank

Address: 101 N Wilson St, Fremont, NC 27830, USA
Phone: (919) 242-6011
';var m_44904f231c388dc7fc96c43d9bcd6ffd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Southern Bank',});m_44904f231c388dc7fc96c43d9bcd6ffd['infowindow'] = new google.maps.InfoWindow({content: $l44904f231c388dc7fc96c43d9bcd6ffd});var infowindow = new google.maps.InfoWindow({content: $l44904f231c388dc7fc96c43d9bcd6ffd});google.maps.event.addListener(m_44904f231c388dc7fc96c43d9bcd6ffd, 'click', function() {infowindow.open(map,m_44904f231c388dc7fc96c43d9bcd6ffd);});$marker.push(m_44904f231c388dc7fc96c43d9bcd6ffd);}});}google.maps.event.addDomListener(window, 'load', initialize);