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.6488,-80.4562)};var g_e1f2362693f1b502f5ebd68cbd0ad87a = new google.maps.Geocoder();g_e1f2362693f1b502f5ebd68cbd0ad87a.geocode( { 'address': "E Innes St, Salisbury, NC 28146, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('salisbury-NC-cashpoints-atm').style.display = '';map = new google.maps.Map(document.getElementById('salisbury-NC-cashpoints-atm'), mapOptions);}document.getElementById('d1731294').innerHTML += ' | View Map';var $le1f2362693f1b502f5ebd68cbd0ad87a = '

CashPoints ATM

Address: E Innes St, Salisbury, NC 28146, USA
Phone: (888) 732-8562
';var m_e1f2362693f1b502f5ebd68cbd0ad87a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CashPoints ATM',});m_e1f2362693f1b502f5ebd68cbd0ad87a['infowindow'] = new google.maps.InfoWindow({content: $le1f2362693f1b502f5ebd68cbd0ad87a});var infowindow = new google.maps.InfoWindow({content: $le1f2362693f1b502f5ebd68cbd0ad87a});google.maps.event.addListener(m_e1f2362693f1b502f5ebd68cbd0ad87a, 'click', function() {infowindow.open(map,m_e1f2362693f1b502f5ebd68cbd0ad87a);});$marker.push(m_e1f2362693f1b502f5ebd68cbd0ad87a);}});}google.maps.event.addDomListener(window, 'load', initialize);