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.3504,-89.519)};var g_94a07dcfb85c60acb413b47e28af550b = new google.maps.Geocoder();g_94a07dcfb85c60acb413b47e28af550b.geocode( { 'address': "101 Courthouse Sq, Oxford, MS 38655"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oxford-MS-first-national-bank-of-oxford').style.display = '';map = new google.maps.Map(document.getElementById('oxford-MS-first-national-bank-of-oxford'), mapOptions);}document.getElementById('d59d2534').innerHTML += ' | View Map';var $l94a07dcfb85c60acb413b47e28af550b = '

First National Bank of Oxford

Address: 101 Courthouse Sq, Oxford, MS 38655
Phone: (662) 234-2821
';var m_94a07dcfb85c60acb413b47e28af550b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank of Oxford',});m_94a07dcfb85c60acb413b47e28af550b['infowindow'] = new google.maps.InfoWindow({content: $l94a07dcfb85c60acb413b47e28af550b});var infowindow = new google.maps.InfoWindow({content: $l94a07dcfb85c60acb413b47e28af550b});google.maps.event.addListener(m_94a07dcfb85c60acb413b47e28af550b, 'click', function() {infowindow.open(map,m_94a07dcfb85c60acb413b47e28af550b);});$marker.push(m_94a07dcfb85c60acb413b47e28af550b);}});}google.maps.event.addDomListener(window, 'load', initialize);