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.3729,-88.6962)};var g_8c5f6ecd29a0eb234459190ca51c16dd = new google.maps.Geocoder();g_8c5f6ecd29a0eb234459190ca51c16dd.geocode( { 'address': "301 22nd Ave S, Meridian, MS 39301"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('meridian-MS-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('meridian-MS-community-bank'), mapOptions);}document.getElementById('46475644').innerHTML += ' | View Map';var $l8c5f6ecd29a0eb234459190ca51c16dd = '

Community Bank

Address: 301 22nd Ave S, Meridian, MS 39301
Phone: (601) 693-0200
';var m_8c5f6ecd29a0eb234459190ca51c16dd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Bank',});m_8c5f6ecd29a0eb234459190ca51c16dd['infowindow'] = new google.maps.InfoWindow({content: $l8c5f6ecd29a0eb234459190ca51c16dd});var infowindow = new google.maps.InfoWindow({content: $l8c5f6ecd29a0eb234459190ca51c16dd});google.maps.event.addListener(m_8c5f6ecd29a0eb234459190ca51c16dd, 'click', function() {infowindow.open(map,m_8c5f6ecd29a0eb234459190ca51c16dd);});$marker.push(m_8c5f6ecd29a0eb234459190ca51c16dd);}});}google.maps.event.addDomListener(window, 'load', initialize);