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(33.5763,-81.9395)};var g_615a6a8f386b274b69c9339513ece38a = new google.maps.Geocoder();g_615a6a8f386b274b69c9339513ece38a.geocode( { 'address': "1125 Edgefield Rd, North Augusta, SC 29860, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-augusta-SC-srp-atm').style.display = '';map = new google.maps.Map(document.getElementById('north-augusta-SC-srp-atm'), mapOptions);}document.getElementById('b41980bb').innerHTML += ' | View Map';var $l615a6a8f386b274b69c9339513ece38a = '

SRP ATM

Address: 1125 Edgefield Rd, North Augusta, SC 29860, USA
Phone: (803) 278-4851
';var m_615a6a8f386b274b69c9339513ece38a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'SRP ATM',});m_615a6a8f386b274b69c9339513ece38a['infowindow'] = new google.maps.InfoWindow({content: $l615a6a8f386b274b69c9339513ece38a});var infowindow = new google.maps.InfoWindow({content: $l615a6a8f386b274b69c9339513ece38a});google.maps.event.addListener(m_615a6a8f386b274b69c9339513ece38a, 'click', function() {infowindow.open(map,m_615a6a8f386b274b69c9339513ece38a);});$marker.push(m_615a6a8f386b274b69c9339513ece38a);}});}google.maps.event.addDomListener(window, 'load', initialize);