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(33.7294,-85.0293)};var g_128a095fda391e3f3ae98866be7f90cf = new google.maps.Geocoder();g_128a095fda391e3f3ae98866be7f90cf.geocode( { 'address': "275 Carrollton St, Temple, GA 30179, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('temple-GA-leigh-shirley-insurance-agency-llc').style.display = '';map = new google.maps.Map(document.getElementById('temple-GA-leigh-shirley-insurance-agency-llc'), mapOptions);}document.getElementById('e041795c').innerHTML += ' | View Map';var $l128a095fda391e3f3ae98866be7f90cf = '

Leigh Shirley Insurance Agency, LLC

Address: 275 Carrollton St, Temple, GA 30179, USA
Phone: (770) 562-3212
';var m_128a095fda391e3f3ae98866be7f90cf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Leigh Shirley Insurance Agency, LLC',});m_128a095fda391e3f3ae98866be7f90cf['infowindow'] = new google.maps.InfoWindow({content: $l128a095fda391e3f3ae98866be7f90cf});var infowindow = new google.maps.InfoWindow({content: $l128a095fda391e3f3ae98866be7f90cf});google.maps.event.addListener(m_128a095fda391e3f3ae98866be7f90cf, 'click', function() {infowindow.open(map,m_128a095fda391e3f3ae98866be7f90cf);});$marker.push(m_128a095fda391e3f3ae98866be7f90cf);}});}google.maps.event.addDomListener(window, 'load', initialize);