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.3016,-76.7892)};var g_bfdafe35424837efcd9077bdc9bb010c = new google.maps.Geocoder();g_bfdafe35424837efcd9077bdc9bb010c.geocode( { 'address': "298 N 5th St, Aurora, NC 27806"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('aurora-NC-southern-bank-aurora').style.display = '';map = new google.maps.Map(document.getElementById('aurora-NC-southern-bank-aurora'), mapOptions);}document.getElementById('611f96c1').innerHTML += ' | View Map';var $lbfdafe35424837efcd9077bdc9bb010c = '

Southern Bank - Aurora

Address: 298 N 5th St, Aurora, NC 27806
Phone: (252) 322-4161
';var m_bfdafe35424837efcd9077bdc9bb010c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Southern Bank - Aurora',});m_bfdafe35424837efcd9077bdc9bb010c['infowindow'] = new google.maps.InfoWindow({content: $lbfdafe35424837efcd9077bdc9bb010c});var infowindow = new google.maps.InfoWindow({content: $lbfdafe35424837efcd9077bdc9bb010c});google.maps.event.addListener(m_bfdafe35424837efcd9077bdc9bb010c, 'click', function() {infowindow.open(map,m_bfdafe35424837efcd9077bdc9bb010c);});$marker.push(m_bfdafe35424837efcd9077bdc9bb010c);}});}google.maps.event.addDomListener(window, 'load', initialize);