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.3826,-94.8423)};var g_d49a82c46d161760eee37adba1d5d961 = new google.maps.Geocoder();g_d49a82c46d161760eee37adba1d5d961.geocode( { 'address': "3209 Stone Rd a, Kilgore, TX 75662, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kilgore-TX-allstate-insurance-sam-azzam').style.display = '';map = new google.maps.Map(document.getElementById('kilgore-TX-allstate-insurance-sam-azzam'), mapOptions);}document.getElementById('fc4815fe').innerHTML += ' | View Map';var $ld49a82c46d161760eee37adba1d5d961 = '

Allstate Insurance: Sam Azzam

Address: 3209 Stone Rd a, Kilgore, TX 75662, USA
Phone: (903) 984-6250
';var m_d49a82c46d161760eee37adba1d5d961 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Allstate Insurance: Sam Azzam',});m_d49a82c46d161760eee37adba1d5d961['infowindow'] = new google.maps.InfoWindow({content: $ld49a82c46d161760eee37adba1d5d961});var infowindow = new google.maps.InfoWindow({content: $ld49a82c46d161760eee37adba1d5d961});google.maps.event.addListener(m_d49a82c46d161760eee37adba1d5d961, 'click', function() {infowindow.open(map,m_d49a82c46d161760eee37adba1d5d961);});$marker.push(m_d49a82c46d161760eee37adba1d5d961);}});}google.maps.event.addDomListener(window, 'load', initialize);