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.1825,-86.6142)};var g_aed3bcbd47e4da26f139933fb6494cc6 = new google.maps.Geocoder();g_aed3bcbd47e4da26f139933fb6494cc6.geocode( { 'address': "21325 AL-25, Columbiana, AL 35051, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbiana-AL-regions').style.display = '';map = new google.maps.Map(document.getElementById('columbiana-AL-regions'), mapOptions);}document.getElementById('9b48532d').innerHTML += ' | View Map';var $laed3bcbd47e4da26f139933fb6494cc6 = '

REGIONS

Address: 21325 AL-25, Columbiana, AL 35051, USA
Phone: (205) 669-4061
';var m_aed3bcbd47e4da26f139933fb6494cc6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'REGIONS',});m_aed3bcbd47e4da26f139933fb6494cc6['infowindow'] = new google.maps.InfoWindow({content: $laed3bcbd47e4da26f139933fb6494cc6});var infowindow = new google.maps.InfoWindow({content: $laed3bcbd47e4da26f139933fb6494cc6});google.maps.event.addListener(m_aed3bcbd47e4da26f139933fb6494cc6, 'click', function() {infowindow.open(map,m_aed3bcbd47e4da26f139933fb6494cc6);});$marker.push(m_aed3bcbd47e4da26f139933fb6494cc6);}});}google.maps.event.addDomListener(window, 'load', initialize);