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.3491,-90.3252)};var g_b5287daa1be9adf5b7c02d7c8c204010 = new google.maps.Geocoder();g_b5287daa1be9adf5b7c02d7c8c204010.geocode( { 'address': "767 Clinton Pkwy, Clinton, MS 39056, USA"}, 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('b9465320').innerHTML += ' | View Map';var $lb5287daa1be9adf5b7c02d7c8c204010 = '

Copiah Bank

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