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.5979,-89.2086)};var g_4bea6954f150dffe36b732708adb1a2b = new google.maps.Geocoder();g_4bea6954f150dffe36b732708adb1a2b.geocode( { 'address': "301 S Court St, Ellisville, MS 39437"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ellisville-MS-bank-of-jones-county').style.display = '';map = new google.maps.Map(document.getElementById('ellisville-MS-bank-of-jones-county'), mapOptions);}document.getElementById('1d4e52f4').innerHTML += ' | View Map';var $l4bea6954f150dffe36b732708adb1a2b = '

Bank Of Jones County

Address: 301 S Court St, Ellisville, MS 39437
Phone: (601) 649-4700
';var m_4bea6954f150dffe36b732708adb1a2b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank Of Jones County',});m_4bea6954f150dffe36b732708adb1a2b['infowindow'] = new google.maps.InfoWindow({content: $l4bea6954f150dffe36b732708adb1a2b});var infowindow = new google.maps.InfoWindow({content: $l4bea6954f150dffe36b732708adb1a2b});google.maps.event.addListener(m_4bea6954f150dffe36b732708adb1a2b, 'click', function() {infowindow.open(map,m_4bea6954f150dffe36b732708adb1a2b);});$marker.push(m_4bea6954f150dffe36b732708adb1a2b);}});}google.maps.event.addDomListener(window, 'load', initialize);