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.3622,-89.5683)};var g_9157f95e30001c641c8c4d1adf84f6d1 = new google.maps.Geocoder();g_9157f95e30001c641c8c4d1adf84f6d1.geocode( { 'address': "2601 Jackson Ave W, Oxford, MS 38655, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oxford-MS-mechanics-bank-mortgage-office').style.display = '';map = new google.maps.Map(document.getElementById('oxford-MS-mechanics-bank-mortgage-office'), mapOptions);}document.getElementById('5354b925').innerHTML += ' | View Map';var $l9157f95e30001c641c8c4d1adf84f6d1 = '

Mechanics Bank Mortgage Office

Address: 2601 Jackson Ave W, Oxford, MS 38655, USA
Phone: (662) 234-7900
';var m_9157f95e30001c641c8c4d1adf84f6d1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mechanics Bank Mortgage Office',});m_9157f95e30001c641c8c4d1adf84f6d1['infowindow'] = new google.maps.InfoWindow({content: $l9157f95e30001c641c8c4d1adf84f6d1});var infowindow = new google.maps.InfoWindow({content: $l9157f95e30001c641c8c4d1adf84f6d1});google.maps.event.addListener(m_9157f95e30001c641c8c4d1adf84f6d1, 'click', function() {infowindow.open(map,m_9157f95e30001c641c8c4d1adf84f6d1);});$marker.push(m_9157f95e30001c641c8c4d1adf84f6d1);}});}google.maps.event.addDomListener(window, 'load', initialize);