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.0192,-85.2532)};var g_118d1a76c2adf1960c54cd5eec9a9d7c = new google.maps.Geocoder();g_118d1a76c2adf1960c54cd5eec9a9d7c.geocode( { 'address': "325 N Main St, Cedartown, GA 30125, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cedartown-GA-complete-cash').style.display = '';map = new google.maps.Map(document.getElementById('cedartown-GA-complete-cash'), mapOptions);}document.getElementById('ce078a33').innerHTML += ' | View Map';var $l118d1a76c2adf1960c54cd5eec9a9d7c = '

Complete Cash

Address: 325 N Main St, Cedartown, GA 30125, USA
Phone: (678) 246-2274
';var m_118d1a76c2adf1960c54cd5eec9a9d7c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Complete Cash',});m_118d1a76c2adf1960c54cd5eec9a9d7c['infowindow'] = new google.maps.InfoWindow({content: $l118d1a76c2adf1960c54cd5eec9a9d7c});var infowindow = new google.maps.InfoWindow({content: $l118d1a76c2adf1960c54cd5eec9a9d7c});google.maps.event.addListener(m_118d1a76c2adf1960c54cd5eec9a9d7c, 'click', function() {infowindow.open(map,m_118d1a76c2adf1960c54cd5eec9a9d7c);});$marker.push(m_118d1a76c2adf1960c54cd5eec9a9d7c);}});}google.maps.event.addDomListener(window, 'load', initialize);