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(31.701,-90.3979)};var g_3ce39e5e8a82aa26e73fb52221089d5e = new google.maps.Geocoder();g_3ce39e5e8a82aa26e73fb52221089d5e.geocode( { 'address': "2048 US-51, Wesson, MS 39191, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wesson-MS-copiah-bank').style.display = '';map = new google.maps.Map(document.getElementById('wesson-MS-copiah-bank'), mapOptions);}document.getElementById('a57f61c3').innerHTML += ' | View Map';var $l3ce39e5e8a82aa26e73fb52221089d5e = '

Copiah Bank

Address: 2048 US-51, Wesson, MS 39191, USA
Phone: (601) 643-5121
';var m_3ce39e5e8a82aa26e73fb52221089d5e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Copiah Bank',});m_3ce39e5e8a82aa26e73fb52221089d5e['infowindow'] = new google.maps.InfoWindow({content: $l3ce39e5e8a82aa26e73fb52221089d5e});var infowindow = new google.maps.InfoWindow({content: $l3ce39e5e8a82aa26e73fb52221089d5e});google.maps.event.addListener(m_3ce39e5e8a82aa26e73fb52221089d5e, 'click', function() {infowindow.open(map,m_3ce39e5e8a82aa26e73fb52221089d5e);});$marker.push(m_3ce39e5e8a82aa26e73fb52221089d5e);}});}google.maps.event.addDomListener(window, 'load', initialize);