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.367,-89.5183)};var g_e1e3cb185c0c8756643250745e2a35ae = new google.maps.Geocoder();g_e1e3cb185c0c8756643250745e2a35ae.geocode( { 'address': "101 Courthouse Square, Oxford, MS 38655, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oxford-MS-fnb-oxford').style.display = '';map = new google.maps.Map(document.getElementById('oxford-MS-fnb-oxford'), mapOptions);}document.getElementById('fe6560b3').innerHTML += ' | View Map';var $le1e3cb185c0c8756643250745e2a35ae = '

FNB Oxford

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