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(34.6457,-89.3049)};var g_609e93f924072210f388e05a77fa6c7c = new google.maps.Geocoder();g_609e93f924072210f388e05a77fa6c7c.geocode( { 'address': "6640 Church Avenue, Potts Camp, MS 38659, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('potts-camp-MS-bank-of-holly-springs').style.display = '';map = new google.maps.Map(document.getElementById('potts-camp-MS-bank-of-holly-springs'), mapOptions);}document.getElementById('4ab882b7').innerHTML += ' | View Map';var $l609e93f924072210f388e05a77fa6c7c = '

Bank of Holly Springs

Address: 6640 Church Avenue, Potts Camp, MS 38659, USA
Phone: (662) 333-6621
';var m_609e93f924072210f388e05a77fa6c7c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of Holly Springs',});m_609e93f924072210f388e05a77fa6c7c['infowindow'] = new google.maps.InfoWindow({content: $l609e93f924072210f388e05a77fa6c7c});var infowindow = new google.maps.InfoWindow({content: $l609e93f924072210f388e05a77fa6c7c});google.maps.event.addListener(m_609e93f924072210f388e05a77fa6c7c, 'click', function() {infowindow.open(map,m_609e93f924072210f388e05a77fa6c7c);});$marker.push(m_609e93f924072210f388e05a77fa6c7c);}});}google.maps.event.addDomListener(window, 'load', initialize);