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(33.6082,-85.8326)};var g_94bdf49dcb9b7357c377c7310c411343 = new google.maps.Geocoder();g_94bdf49dcb9b7357c377c7310c411343.geocode( { 'address': "209 Hamric Dr E H, Oxford, AL 36203, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oxford-AL-complete-cash').style.display = '';map = new google.maps.Map(document.getElementById('oxford-AL-complete-cash'), mapOptions);}document.getElementById('88e0bc4a').innerHTML += ' | View Map';var $l94bdf49dcb9b7357c377c7310c411343 = '

Complete Cash

Address: 209 Hamric Dr E H, Oxford, AL 36203, USA
Phone: (256) 782-0011
';var m_94bdf49dcb9b7357c377c7310c411343 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Complete Cash',});m_94bdf49dcb9b7357c377c7310c411343['infowindow'] = new google.maps.InfoWindow({content: $l94bdf49dcb9b7357c377c7310c411343});var infowindow = new google.maps.InfoWindow({content: $l94bdf49dcb9b7357c377c7310c411343});google.maps.event.addListener(m_94bdf49dcb9b7357c377c7310c411343, 'click', function() {infowindow.open(map,m_94bdf49dcb9b7357c377c7310c411343);});$marker.push(m_94bdf49dcb9b7357c377c7310c411343);}});}google.maps.event.addDomListener(window, 'load', initialize);