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.6936,-89.1493)};var g_4bcbc480560216888da393f1f6c83df0 = new google.maps.Geocoder();g_4bcbc480560216888da393f1f6c83df0.geocode( { 'address': "1808 US-84, Laurel, MS 39440, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('laurel-MS-bank-of-jones-county').style.display = '';map = new google.maps.Map(document.getElementById('laurel-MS-bank-of-jones-county'), mapOptions);}document.getElementById('917710bd').innerHTML += ' | View Map';var $l4bcbc480560216888da393f1f6c83df0 = '

Bank of Jones County

Address: 1808 US-84, Laurel, MS 39440, USA
Phone: (601) 649-4700
';var m_4bcbc480560216888da393f1f6c83df0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of Jones County',});m_4bcbc480560216888da393f1f6c83df0['infowindow'] = new google.maps.InfoWindow({content: $l4bcbc480560216888da393f1f6c83df0});var infowindow = new google.maps.InfoWindow({content: $l4bcbc480560216888da393f1f6c83df0});google.maps.event.addListener(m_4bcbc480560216888da393f1f6c83df0, 'click', function() {infowindow.open(map,m_4bcbc480560216888da393f1f6c83df0);});$marker.push(m_4bcbc480560216888da393f1f6c83df0);}});}google.maps.event.addDomListener(window, 'load', initialize);