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.4938,-81.9729)};var g_1cd41dfdcd632958bb5806b2ae446fc0 = new google.maps.Geocoder();g_1cd41dfdcd632958bb5806b2ae446fc0.geocode( { 'address': "432 West Ave, North Augusta, SC 29841, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-augusta-SC-atm-regions-bank').style.display = '';map = new google.maps.Map(document.getElementById('north-augusta-SC-atm-regions-bank'), mapOptions);}document.getElementById('b2238c2f').innerHTML += ' | View Map';var $l1cd41dfdcd632958bb5806b2ae446fc0 = '

ATM (Regions Bank)

Address: 432 West Ave, North Augusta, SC 29841, USA
Phone:
';var m_1cd41dfdcd632958bb5806b2ae446fc0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Regions Bank)',});m_1cd41dfdcd632958bb5806b2ae446fc0['infowindow'] = new google.maps.InfoWindow({content: $l1cd41dfdcd632958bb5806b2ae446fc0});var infowindow = new google.maps.InfoWindow({content: $l1cd41dfdcd632958bb5806b2ae446fc0});google.maps.event.addListener(m_1cd41dfdcd632958bb5806b2ae446fc0, 'click', function() {infowindow.open(map,m_1cd41dfdcd632958bb5806b2ae446fc0);});$marker.push(m_1cd41dfdcd632958bb5806b2ae446fc0);}});}google.maps.event.addDomListener(window, 'load', initialize);