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.8403,-88.5173)};var g_5b27b6d632522f24e120a9bed6be579d = new google.maps.Geocoder();g_5b27b6d632522f24e120a9bed6be579d.geocode( { 'address': "27597 Highway 16 E, Scooba, MS 39358"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('scooba-MS-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('scooba-MS-citizens-bank'), mapOptions);}document.getElementById('b62ce6a8').innerHTML += ' | View Map';var $l5b27b6d632522f24e120a9bed6be579d = '

Citizens Bank

Address: 27597 Highway 16 E, Scooba, MS 39358
Phone: (662) 476-8431
';var m_5b27b6d632522f24e120a9bed6be579d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_5b27b6d632522f24e120a9bed6be579d['infowindow'] = new google.maps.InfoWindow({content: $l5b27b6d632522f24e120a9bed6be579d});var infowindow = new google.maps.InfoWindow({content: $l5b27b6d632522f24e120a9bed6be579d});google.maps.event.addListener(m_5b27b6d632522f24e120a9bed6be579d, 'click', function() {infowindow.open(map,m_5b27b6d632522f24e120a9bed6be579d);});$marker.push(m_5b27b6d632522f24e120a9bed6be579d);}});}google.maps.event.addDomListener(window, 'load', initialize);