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.6918,-80.4251)};var g_f609a7e17b1b1df0b7a5f6b095e8f7d8 = new google.maps.Geocoder();g_f609a7e17b1b1df0b7a5f6b095e8f7d8.geocode( { 'address': "317 N Salisbury Ave, Spencer, NC 28159, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('spencer-NC-cashpoints-atm').style.display = '';map = new google.maps.Map(document.getElementById('spencer-NC-cashpoints-atm'), mapOptions);}document.getElementById('927ba74a').innerHTML += ' | View Map';var $lf609a7e17b1b1df0b7a5f6b095e8f7d8 = '

CashPoints ATM

Address: 317 N Salisbury Ave, Spencer, NC 28159, USA
Phone:
';var m_f609a7e17b1b1df0b7a5f6b095e8f7d8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CashPoints ATM',});m_f609a7e17b1b1df0b7a5f6b095e8f7d8['infowindow'] = new google.maps.InfoWindow({content: $lf609a7e17b1b1df0b7a5f6b095e8f7d8});var infowindow = new google.maps.InfoWindow({content: $lf609a7e17b1b1df0b7a5f6b095e8f7d8});google.maps.event.addListener(m_f609a7e17b1b1df0b7a5f6b095e8f7d8, 'click', function() {infowindow.open(map,m_f609a7e17b1b1df0b7a5f6b095e8f7d8);});$marker.push(m_f609a7e17b1b1df0b7a5f6b095e8f7d8);}});}google.maps.event.addDomListener(window, 'load', initialize);