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.4762,-79.1872)};var g_c0b2793adf7e6c25d04630a6d5bd0832 = new google.maps.Geocoder();g_c0b2793adf7e6c25d04630a6d5bd0832.geocode( { 'address': "103 Carbonton Rd, Sanford, NC 27330, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sanford-NC-cashpoints-atm').style.display = '';map = new google.maps.Map(document.getElementById('sanford-NC-cashpoints-atm'), mapOptions);}document.getElementById('5b5c1a52').innerHTML += ' | View Map';var $lc0b2793adf7e6c25d04630a6d5bd0832 = '

CashPoints® ATM

Address: 103 Carbonton Rd, Sanford, NC 27330, USA
Phone: (888) 732-8562
';var m_c0b2793adf7e6c25d04630a6d5bd0832 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CashPoints® ATM',});m_c0b2793adf7e6c25d04630a6d5bd0832['infowindow'] = new google.maps.InfoWindow({content: $lc0b2793adf7e6c25d04630a6d5bd0832});var infowindow = new google.maps.InfoWindow({content: $lc0b2793adf7e6c25d04630a6d5bd0832});google.maps.event.addListener(m_c0b2793adf7e6c25d04630a6d5bd0832, 'click', function() {infowindow.open(map,m_c0b2793adf7e6c25d04630a6d5bd0832);});$marker.push(m_c0b2793adf7e6c25d04630a6d5bd0832);}});}google.maps.event.addDomListener(window, 'load', initialize);