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.3786,-89.5112)};var g_379dd1d0d379cebda200371206103aab = new google.maps.Geocoder();g_379dd1d0d379cebda200371206103aab.geocode( { 'address': "1295 N Lamar Blvd, Oxford, MS 38655, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oxford-MS-paymaster').style.display = '';map = new google.maps.Map(document.getElementById('oxford-MS-paymaster'), mapOptions);}document.getElementById('85631808').innerHTML += ' | View Map';var $l379dd1d0d379cebda200371206103aab = '

Paymaster

Address: 1295 N Lamar Blvd, Oxford, MS 38655, USA
Phone: (662) 281-0545
';var m_379dd1d0d379cebda200371206103aab = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Paymaster',});m_379dd1d0d379cebda200371206103aab['infowindow'] = new google.maps.InfoWindow({content: $l379dd1d0d379cebda200371206103aab});var infowindow = new google.maps.InfoWindow({content: $l379dd1d0d379cebda200371206103aab});google.maps.event.addListener(m_379dd1d0d379cebda200371206103aab, 'click', function() {infowindow.open(map,m_379dd1d0d379cebda200371206103aab);});$marker.push(m_379dd1d0d379cebda200371206103aab);}});}google.maps.event.addDomListener(window, 'load', initialize);