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.034,-84.5847)};var g_2439bea046c7d9a2a716954e44d361d3 = new google.maps.Geocoder();g_2439bea046c7d9a2a716954e44d361d3.geocode( { 'address': "2950 George Busbee Pkwy NW, Kennesaw, GA 30144"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kennesaw-GA-state-farm').style.display = '';map = new google.maps.Map(document.getElementById('kennesaw-GA-state-farm'), mapOptions);}document.getElementById('c935a936').innerHTML += ' | View Map';var $l2439bea046c7d9a2a716954e44d361d3 = '

State Farm

Address: 2950 George Busbee Pkwy NW, Kennesaw, GA 30144
Phone: (770) 928-0148
';var m_2439bea046c7d9a2a716954e44d361d3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'State Farm',});m_2439bea046c7d9a2a716954e44d361d3['infowindow'] = new google.maps.InfoWindow({content: $l2439bea046c7d9a2a716954e44d361d3});var infowindow = new google.maps.InfoWindow({content: $l2439bea046c7d9a2a716954e44d361d3});google.maps.event.addListener(m_2439bea046c7d9a2a716954e44d361d3, 'click', function() {infowindow.open(map,m_2439bea046c7d9a2a716954e44d361d3);});$marker.push(m_2439bea046c7d9a2a716954e44d361d3);}});}google.maps.event.addDomListener(window, 'load', initialize);