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.2748,-90.1302)};var g_4cfa940df86573993f477d56910f063a = new google.maps.Geocoder();g_4cfa940df86573993f477d56910f063a.geocode( { 'address': "2441 Old Brandon Rd, Pearl, MS 39208, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pearl-MS-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('pearl-MS-community-bank'), mapOptions);}document.getElementById('372fefeb').innerHTML += ' | View Map';var $l4cfa940df86573993f477d56910f063a = '

Community Bank

Address: 2441 Old Brandon Rd, Pearl, MS 39208, USA
Phone: (601) 939-7979
';var m_4cfa940df86573993f477d56910f063a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Bank',});m_4cfa940df86573993f477d56910f063a['infowindow'] = new google.maps.InfoWindow({content: $l4cfa940df86573993f477d56910f063a});var infowindow = new google.maps.InfoWindow({content: $l4cfa940df86573993f477d56910f063a});google.maps.event.addListener(m_4cfa940df86573993f477d56910f063a, 'click', function() {infowindow.open(map,m_4cfa940df86573993f477d56910f063a);});$marker.push(m_4cfa940df86573993f477d56910f063a);}});}google.maps.event.addDomListener(window, 'load', initialize);