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_c3e437a08fd5702a4451eae3163337a6 = new google.maps.Geocoder();g_c3e437a08fd5702a4451eae3163337a6.geocode( { 'address': "2531 Jackson Ave W, Oxford, MS 38655"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oxford-MS-bank-of-oxford').style.display = '';map = new google.maps.Map(document.getElementById('oxford-MS-bank-of-oxford'), mapOptions);}document.getElementById('dd645327').innerHTML += ' | View Map';var $lc3e437a08fd5702a4451eae3163337a6 = '

Bank Of Oxford

Address: 2531 Jackson Ave W, Oxford, MS 38655
Phone: (662) 236-8950
';var m_c3e437a08fd5702a4451eae3163337a6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank Of Oxford',});m_c3e437a08fd5702a4451eae3163337a6['infowindow'] = new google.maps.InfoWindow({content: $lc3e437a08fd5702a4451eae3163337a6});var infowindow = new google.maps.InfoWindow({content: $lc3e437a08fd5702a4451eae3163337a6});google.maps.event.addListener(m_c3e437a08fd5702a4451eae3163337a6, 'click', function() {infowindow.open(map,m_c3e437a08fd5702a4451eae3163337a6);});$marker.push(m_c3e437a08fd5702a4451eae3163337a6);}});}google.maps.event.addDomListener(window, 'load', initialize);