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(34.7873,-89.6826)};var g_6dc869695ceff4183b390bc46e64d51d = new google.maps.Geocoder();g_6dc869695ceff4183b390bc46e64d51d.geocode( { 'address': "3441 MS-309, Byhalia, MS 38611, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('byhalia-MS-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('byhalia-MS-citizens-bank'), mapOptions);}document.getElementById('09120ef5').innerHTML += ' | View Map';var $l6dc869695ceff4183b390bc46e64d51d = '

Citizens Bank

Address: 3441 MS-309, Byhalia, MS 38611, USA
Phone: (662) 895-4800
';var m_6dc869695ceff4183b390bc46e64d51d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_6dc869695ceff4183b390bc46e64d51d['infowindow'] = new google.maps.InfoWindow({content: $l6dc869695ceff4183b390bc46e64d51d});var infowindow = new google.maps.InfoWindow({content: $l6dc869695ceff4183b390bc46e64d51d});google.maps.event.addListener(m_6dc869695ceff4183b390bc46e64d51d, 'click', function() {infowindow.open(map,m_6dc869695ceff4183b390bc46e64d51d);});$marker.push(m_6dc869695ceff4183b390bc46e64d51d);}});}google.maps.event.addDomListener(window, 'load', initialize);