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.7819,-78.1128)};var g_b33a1e86a62cf020ab1d716aa6e7d2f3 = new google.maps.Geocoder();g_b33a1e86a62cf020ab1d716aa6e7d2f3.geocode( { 'address': "6174 E Main St, Bailey, NC 27807"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bailey-NC-southern-bank-bailey').style.display = '';map = new google.maps.Map(document.getElementById('bailey-NC-southern-bank-bailey'), mapOptions);}document.getElementById('87c18371').innerHTML += ' | View Map';var $lb33a1e86a62cf020ab1d716aa6e7d2f3 = '

Southern Bank-Bailey

Address: 6174 E Main St, Bailey, NC 27807
Phone: (252) 235-4071
';var m_b33a1e86a62cf020ab1d716aa6e7d2f3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Southern Bank-Bailey',});m_b33a1e86a62cf020ab1d716aa6e7d2f3['infowindow'] = new google.maps.InfoWindow({content: $lb33a1e86a62cf020ab1d716aa6e7d2f3});var infowindow = new google.maps.InfoWindow({content: $lb33a1e86a62cf020ab1d716aa6e7d2f3});google.maps.event.addListener(m_b33a1e86a62cf020ab1d716aa6e7d2f3, 'click', function() {infowindow.open(map,m_b33a1e86a62cf020ab1d716aa6e7d2f3);});$marker.push(m_b33a1e86a62cf020ab1d716aa6e7d2f3);}});}google.maps.event.addDomListener(window, 'load', initialize);