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.3658,-89.5192)};var g_b36cba07f764467099ceac6861e4c80a = new google.maps.Geocoder();g_b36cba07f764467099ceac6861e4c80a.geocode( { 'address': "158 Courthouse Square, Oxford, MS 38655, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oxford-MS-regions').style.display = '';map = new google.maps.Map(document.getElementById('oxford-MS-regions'), mapOptions);}document.getElementById('f4502f21').innerHTML += ' | View Map';var $lb36cba07f764467099ceac6861e4c80a = '

REGIONS

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