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.3631,-89.5584)};var g_473b5ad3fae09dd53fe35203b1301d8b = new google.maps.Geocoder();g_473b5ad3fae09dd53fe35203b1301d8b.geocode( { 'address': "2005 Harris Dr, Oxford, MS 38655, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oxford-MS-liberty-finance-company').style.display = '';map = new google.maps.Map(document.getElementById('oxford-MS-liberty-finance-company'), mapOptions);}document.getElementById('db5ced70').innerHTML += ' | View Map';var $l473b5ad3fae09dd53fe35203b1301d8b = '

Liberty Finance Company

Address: 2005 Harris Dr, Oxford, MS 38655, USA
Phone: (662) 234-4560
';var m_473b5ad3fae09dd53fe35203b1301d8b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Liberty Finance Company',});m_473b5ad3fae09dd53fe35203b1301d8b['infowindow'] = new google.maps.InfoWindow({content: $l473b5ad3fae09dd53fe35203b1301d8b});var infowindow = new google.maps.InfoWindow({content: $l473b5ad3fae09dd53fe35203b1301d8b});google.maps.event.addListener(m_473b5ad3fae09dd53fe35203b1301d8b, 'click', function() {infowindow.open(map,m_473b5ad3fae09dd53fe35203b1301d8b);});$marker.push(m_473b5ad3fae09dd53fe35203b1301d8b);}});}google.maps.event.addDomListener(window, 'load', initialize);