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(31.6797,-88.6388)};var g_97785e0500ad16c18574c64189ccf4b4 = new google.maps.Geocoder();g_97785e0500ad16c18574c64189ccf4b4.geocode( { 'address': "1010 Azalea Dr, Waynesboro, MS 39367, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('waynesboro-MS-great-southern-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('waynesboro-MS-great-southern-national-bank'), mapOptions);}document.getElementById('42aefb10').innerHTML += ' | View Map';var $l97785e0500ad16c18574c64189ccf4b4 = '

Great Southern National Bank

Address: 1010 Azalea Dr, Waynesboro, MS 39367, USA
Phone: (601) 735-4391
';var m_97785e0500ad16c18574c64189ccf4b4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Great Southern National Bank',});m_97785e0500ad16c18574c64189ccf4b4['infowindow'] = new google.maps.InfoWindow({content: $l97785e0500ad16c18574c64189ccf4b4});var infowindow = new google.maps.InfoWindow({content: $l97785e0500ad16c18574c64189ccf4b4});google.maps.event.addListener(m_97785e0500ad16c18574c64189ccf4b4, 'click', function() {infowindow.open(map,m_97785e0500ad16c18574c64189ccf4b4);});$marker.push(m_97785e0500ad16c18574c64189ccf4b4);}});}google.maps.event.addDomListener(window, 'load', initialize);