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.2193,-84.8719)};var g_46619208c8bb6ff42fb70674f907a900 = new google.maps.Geocoder();g_46619208c8bb6ff42fb70674f907a900.geocode( { 'address': "426 Hamilton Crossing Rd NW, Cartersville, GA 30120, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cartersville-GA-country-corner').style.display = '';map = new google.maps.Map(document.getElementById('cartersville-GA-country-corner'), mapOptions);}document.getElementById('5d438e6f').innerHTML += ' | View Map';var $l46619208c8bb6ff42fb70674f907a900 = '

Country Corner

Address: 426 Hamilton Crossing Rd NW, Cartersville, GA 30120, USA
Phone: (770) 607-4150
';var m_46619208c8bb6ff42fb70674f907a900 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Country Corner',});m_46619208c8bb6ff42fb70674f907a900['infowindow'] = new google.maps.InfoWindow({content: $l46619208c8bb6ff42fb70674f907a900});var infowindow = new google.maps.InfoWindow({content: $l46619208c8bb6ff42fb70674f907a900});google.maps.event.addListener(m_46619208c8bb6ff42fb70674f907a900, 'click', function() {infowindow.open(map,m_46619208c8bb6ff42fb70674f907a900);});$marker.push(m_46619208c8bb6ff42fb70674f907a900);}});}google.maps.event.addDomListener(window, 'load', initialize);