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(34.5638,-83.5428)};var g_c1ed63f459999305fa16229fc508ef5b = new google.maps.Geocoder();g_c1ed63f459999305fa16229fc508ef5b.geocode( { 'address': "375 Georgia St, Demorest, GA 30535, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('demorest-GA-south-state-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('demorest-GA-south-state-bank-atm'), mapOptions);}document.getElementById('8764ffd7').innerHTML += ' | View Map';var $lc1ed63f459999305fa16229fc508ef5b = '

South State Bank ATM

Address: 375 Georgia St, Demorest, GA 30535, USA
Phone: (800) 277-2175
';var m_c1ed63f459999305fa16229fc508ef5b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'South State Bank ATM',});m_c1ed63f459999305fa16229fc508ef5b['infowindow'] = new google.maps.InfoWindow({content: $lc1ed63f459999305fa16229fc508ef5b});var infowindow = new google.maps.InfoWindow({content: $lc1ed63f459999305fa16229fc508ef5b});google.maps.event.addListener(m_c1ed63f459999305fa16229fc508ef5b, 'click', function() {infowindow.open(map,m_c1ed63f459999305fa16229fc508ef5b);});$marker.push(m_c1ed63f459999305fa16229fc508ef5b);}});}google.maps.event.addDomListener(window, 'load', initialize);