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(32.897,-84.328)};var g_54a79c89cc03e5269dd8e989d4c8e8a1 = new google.maps.Geocoder();g_54a79c89cc03e5269dd8e989d4c8e8a1.geocode( { 'address': "609 N Church St, Thomaston, GA 30286, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('thomaston-GA-complete-cash').style.display = '';map = new google.maps.Map(document.getElementById('thomaston-GA-complete-cash'), mapOptions);}document.getElementById('be47f07e').innerHTML += ' | View Map';var $l54a79c89cc03e5269dd8e989d4c8e8a1 = '

Complete Cash

Address: 609 N Church St, Thomaston, GA 30286, USA
Phone: (706) 938-1075
';var m_54a79c89cc03e5269dd8e989d4c8e8a1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Complete Cash',});m_54a79c89cc03e5269dd8e989d4c8e8a1['infowindow'] = new google.maps.InfoWindow({content: $l54a79c89cc03e5269dd8e989d4c8e8a1});var infowindow = new google.maps.InfoWindow({content: $l54a79c89cc03e5269dd8e989d4c8e8a1});google.maps.event.addListener(m_54a79c89cc03e5269dd8e989d4c8e8a1, 'click', function() {infowindow.open(map,m_54a79c89cc03e5269dd8e989d4c8e8a1);});$marker.push(m_54a79c89cc03e5269dd8e989d4c8e8a1);}});}google.maps.event.addDomListener(window, 'load', initialize);