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.3634,-89.5036)};var g_3d368da56910566d827a05827c2add99 = new google.maps.Geocoder();g_3d368da56910566d827a05827c2add99.geocode( { 'address': "2013 University Ave, Oxford, MS 38655, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oxford-MS-atm-regions-bank').style.display = '';map = new google.maps.Map(document.getElementById('oxford-MS-atm-regions-bank'), mapOptions);}document.getElementById('88d740c3').innerHTML += ' | View Map';var $l3d368da56910566d827a05827c2add99 = '

ATM (Regions Bank)

Address: 2013 University Ave, Oxford, MS 38655, USA
Phone:
';var m_3d368da56910566d827a05827c2add99 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Regions Bank)',});m_3d368da56910566d827a05827c2add99['infowindow'] = new google.maps.InfoWindow({content: $l3d368da56910566d827a05827c2add99});var infowindow = new google.maps.InfoWindow({content: $l3d368da56910566d827a05827c2add99});google.maps.event.addListener(m_3d368da56910566d827a05827c2add99, 'click', function() {infowindow.open(map,m_3d368da56910566d827a05827c2add99);});$marker.push(m_3d368da56910566d827a05827c2add99);}});}google.maps.event.addDomListener(window, 'load', initialize);