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(32.3233,-90.8655)};var g_8402c8d4a177b4e6c0913290cc746382 = new google.maps.Geocoder();g_8402c8d4a177b4e6c0913290cc746382.geocode( { 'address': "2150 S Frontage Rd, Vicksburg, MS 39180, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('vicksburg-MS-britton--koontz-bank').style.display = '';map = new google.maps.Map(document.getElementById('vicksburg-MS-britton--koontz-bank'), mapOptions);}document.getElementById('7577afe5').innerHTML += ' | View Map';var $l8402c8d4a177b4e6c0913290cc746382 = '

Britton & Koontz Bank

Address: 2150 S Frontage Rd, Vicksburg, MS 39180, USA
Phone: (601) 630-8201
';var m_8402c8d4a177b4e6c0913290cc746382 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Britton & Koontz Bank',});m_8402c8d4a177b4e6c0913290cc746382['infowindow'] = new google.maps.InfoWindow({content: $l8402c8d4a177b4e6c0913290cc746382});var infowindow = new google.maps.InfoWindow({content: $l8402c8d4a177b4e6c0913290cc746382});google.maps.event.addListener(m_8402c8d4a177b4e6c0913290cc746382, 'click', function() {infowindow.open(map,m_8402c8d4a177b4e6c0913290cc746382);});$marker.push(m_8402c8d4a177b4e6c0913290cc746382);}});}google.maps.event.addDomListener(window, 'load', initialize);