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.3049,-77.7898)};var g_d213dab3531f5546bd40cc3960c58e00 = new google.maps.Geocoder();g_d213dab3531f5546bd40cc3960c58e00.geocode( { 'address': "208 S Caswell St, La Grange, NC 28551, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('la-grange-NC-southern-bank').style.display = '';map = new google.maps.Map(document.getElementById('la-grange-NC-southern-bank'), mapOptions);}document.getElementById('88414291').innerHTML += ' | View Map';var $ld213dab3531f5546bd40cc3960c58e00 = '

Southern Bank

Address: 208 S Caswell St, La Grange, NC 28551, USA
Phone: (252) 566-4020
';var m_d213dab3531f5546bd40cc3960c58e00 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Southern Bank',});m_d213dab3531f5546bd40cc3960c58e00['infowindow'] = new google.maps.InfoWindow({content: $ld213dab3531f5546bd40cc3960c58e00});var infowindow = new google.maps.InfoWindow({content: $ld213dab3531f5546bd40cc3960c58e00});google.maps.event.addListener(m_d213dab3531f5546bd40cc3960c58e00, 'click', function() {infowindow.open(map,m_d213dab3531f5546bd40cc3960c58e00);});$marker.push(m_d213dab3531f5546bd40cc3960c58e00);}});}google.maps.event.addDomListener(window, 'load', initialize);