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(31.5272,-87.8914)};var g_d5bbb0d819183ff56b09858f0acda9d2 = new google.maps.Geocoder();g_d5bbb0d819183ff56b09858f0acda9d2.geocode( { 'address': "3921 N College Ave, Jackson, AL 36545"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jackson-AL-john-brown-state-farm-insurance-agent').style.display = '';map = new google.maps.Map(document.getElementById('jackson-AL-john-brown-state-farm-insurance-agent'), mapOptions);}document.getElementById('3bb6419c').innerHTML += ' | View Map';var $ld5bbb0d819183ff56b09858f0acda9d2 = '

John Brown - State Farm Insurance Agent

Address: 3921 N College Ave, Jackson, AL 36545
Phone: (251) 246-0385
';var m_d5bbb0d819183ff56b09858f0acda9d2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'John Brown - State Farm Insurance Agent',});m_d5bbb0d819183ff56b09858f0acda9d2['infowindow'] = new google.maps.InfoWindow({content: $ld5bbb0d819183ff56b09858f0acda9d2});var infowindow = new google.maps.InfoWindow({content: $ld5bbb0d819183ff56b09858f0acda9d2});google.maps.event.addListener(m_d5bbb0d819183ff56b09858f0acda9d2, 'click', function() {infowindow.open(map,m_d5bbb0d819183ff56b09858f0acda9d2);});$marker.push(m_d5bbb0d819183ff56b09858f0acda9d2);}});}google.maps.event.addDomListener(window, 'load', initialize);