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.3378,-90.3254)};var g_6bd22a86b1f7a3a11de928d301f86d67 = new google.maps.Geocoder();g_6bd22a86b1f7a3a11de928d301f86d67.geocode( { 'address': "767 Clinton Pkwy, Clinton, MS 39056"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clinton-MS-copiah-bank').style.display = '';map = new google.maps.Map(document.getElementById('clinton-MS-copiah-bank'), mapOptions);}document.getElementById('b00c166f').innerHTML += ' | View Map';var $l6bd22a86b1f7a3a11de928d301f86d67 = '

Copiah Bank

Address: 767 Clinton Pkwy, Clinton, MS 39056
Phone: (601) 924-2200
';var m_6bd22a86b1f7a3a11de928d301f86d67 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Copiah Bank',});m_6bd22a86b1f7a3a11de928d301f86d67['infowindow'] = new google.maps.InfoWindow({content: $l6bd22a86b1f7a3a11de928d301f86d67});var infowindow = new google.maps.InfoWindow({content: $l6bd22a86b1f7a3a11de928d301f86d67});google.maps.event.addListener(m_6bd22a86b1f7a3a11de928d301f86d67, 'click', function() {infowindow.open(map,m_6bd22a86b1f7a3a11de928d301f86d67);});$marker.push(m_6bd22a86b1f7a3a11de928d301f86d67);}});}google.maps.event.addDomListener(window, 'load', initialize);