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(36.2985,-78.5853)};var g_75350a8bbb2919c12d70ef9d7845d5ca = new google.maps.Geocoder();g_75350a8bbb2919c12d70ef9d7845d5ca.geocode( { 'address': "E Industry Dr, Oxford, NC 27565, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oxford-NC-cashpoints-atm').style.display = '';map = new google.maps.Map(document.getElementById('oxford-NC-cashpoints-atm'), mapOptions);}document.getElementById('5414a735').innerHTML += ' | View Map';var $l75350a8bbb2919c12d70ef9d7845d5ca = '

Cashpoints ATM

Address: E Industry Dr, Oxford, NC 27565, USA
Phone:
';var m_75350a8bbb2919c12d70ef9d7845d5ca = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cashpoints ATM',});m_75350a8bbb2919c12d70ef9d7845d5ca['infowindow'] = new google.maps.InfoWindow({content: $l75350a8bbb2919c12d70ef9d7845d5ca});var infowindow = new google.maps.InfoWindow({content: $l75350a8bbb2919c12d70ef9d7845d5ca});google.maps.event.addListener(m_75350a8bbb2919c12d70ef9d7845d5ca, 'click', function() {infowindow.open(map,m_75350a8bbb2919c12d70ef9d7845d5ca);});$marker.push(m_75350a8bbb2919c12d70ef9d7845d5ca);}});}google.maps.event.addDomListener(window, 'load', initialize);