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(31.4579,-83.5197)};var g_d43ec839a158dc7efa4cf0520781925b = new google.maps.Geocoder();g_d43ec839a158dc7efa4cf0520781925b.geocode( { 'address': "605 2nd St W, Tifton, GA 31793, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tifton-GA-atm').style.display = '';map = new google.maps.Map(document.getElementById('tifton-GA-atm'), mapOptions);}document.getElementById('ad681d94').innerHTML += ' | View Map';var $ld43ec839a158dc7efa4cf0520781925b = '

ATM

Address: 605 2nd St W, Tifton, GA 31793, USA
Phone: (229) 776-1111
';var m_d43ec839a158dc7efa4cf0520781925b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM',});m_d43ec839a158dc7efa4cf0520781925b['infowindow'] = new google.maps.InfoWindow({content: $ld43ec839a158dc7efa4cf0520781925b});var infowindow = new google.maps.InfoWindow({content: $ld43ec839a158dc7efa4cf0520781925b});google.maps.event.addListener(m_d43ec839a158dc7efa4cf0520781925b, 'click', function() {infowindow.open(map,m_d43ec839a158dc7efa4cf0520781925b);});$marker.push(m_d43ec839a158dc7efa4cf0520781925b);}});}google.maps.event.addDomListener(window, 'load', initialize);