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.1042,-91.2984)};var g_34872e5d268156b52df7d7aa7def2746 = new google.maps.Geocoder();g_34872e5d268156b52df7d7aa7def2746.geocode( { 'address': "498 Main St, Woodville, MS 39669, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('woodville-MS-concordia-bank--trust-co').style.display = '';map = new google.maps.Map(document.getElementById('woodville-MS-concordia-bank--trust-co'), mapOptions);}document.getElementById('f5a501bf').innerHTML += ' | View Map';var $l34872e5d268156b52df7d7aa7def2746 = '

Concordia Bank & Trust Co

Address: 498 Main St, Woodville, MS 39669, USA
Phone: (601) 888-3123
';var m_34872e5d268156b52df7d7aa7def2746 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Concordia Bank & Trust Co',});m_34872e5d268156b52df7d7aa7def2746['infowindow'] = new google.maps.InfoWindow({content: $l34872e5d268156b52df7d7aa7def2746});var infowindow = new google.maps.InfoWindow({content: $l34872e5d268156b52df7d7aa7def2746});google.maps.event.addListener(m_34872e5d268156b52df7d7aa7def2746, 'click', function() {infowindow.open(map,m_34872e5d268156b52df7d7aa7def2746);});$marker.push(m_34872e5d268156b52df7d7aa7def2746);}});}google.maps.event.addDomListener(window, 'load', initialize);