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.3488,-86.6229)};var g_4d36e559787b682162ce19874702bf39 = new google.maps.Geocoder();g_4d36e559787b682162ce19874702bf39.geocode( { 'address': "16233 US-280, Chelsea, AL 35043, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chelsea-AL-burchell-insurance-agency').style.display = '';map = new google.maps.Map(document.getElementById('chelsea-AL-burchell-insurance-agency'), mapOptions);}document.getElementById('7b0e94db').innerHTML += ' | View Map';var $l4d36e559787b682162ce19874702bf39 = '

Burchell Insurance Agency

Address: 16233 US-280, Chelsea, AL 35043, USA
Phone: (205) 678-0800
';var m_4d36e559787b682162ce19874702bf39 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Burchell Insurance Agency',});m_4d36e559787b682162ce19874702bf39['infowindow'] = new google.maps.InfoWindow({content: $l4d36e559787b682162ce19874702bf39});var infowindow = new google.maps.InfoWindow({content: $l4d36e559787b682162ce19874702bf39});google.maps.event.addListener(m_4d36e559787b682162ce19874702bf39, 'click', function() {infowindow.open(map,m_4d36e559787b682162ce19874702bf39);});$marker.push(m_4d36e559787b682162ce19874702bf39);}});}google.maps.event.addDomListener(window, 'load', initialize);