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(35.6494,-78.3942)};var g_98a401edd83cc0d45217a02f74f9e0aa = new google.maps.Geocoder();g_98a401edd83cc0d45217a02f74f9e0aa.geocode( { 'address': "50 Neuse River Pkwy, Clayton, NC 27527, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clayton-NC-cashpoints-atm').style.display = '';map = new google.maps.Map(document.getElementById('clayton-NC-cashpoints-atm'), mapOptions);}document.getElementById('c011f014').innerHTML += ' | View Map';var $l98a401edd83cc0d45217a02f74f9e0aa = '

CashPoints® ATM

Address: 50 Neuse River Pkwy, Clayton, NC 27527, USA
Phone: (888) 732-8562
';var m_98a401edd83cc0d45217a02f74f9e0aa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CashPoints® ATM',});m_98a401edd83cc0d45217a02f74f9e0aa['infowindow'] = new google.maps.InfoWindow({content: $l98a401edd83cc0d45217a02f74f9e0aa});var infowindow = new google.maps.InfoWindow({content: $l98a401edd83cc0d45217a02f74f9e0aa});google.maps.event.addListener(m_98a401edd83cc0d45217a02f74f9e0aa, 'click', function() {infowindow.open(map,m_98a401edd83cc0d45217a02f74f9e0aa);});$marker.push(m_98a401edd83cc0d45217a02f74f9e0aa);}});}google.maps.event.addDomListener(window, 'load', initialize);