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.9909,-86.6783)};var g_463c7558d4ac8301f0a761f91354aad2 = new google.maps.Geocoder();g_463c7558d4ac8301f0a761f91354aad2.geocode( { 'address': "24634 US Highway 31, Jemison, AL 35085"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jemison-AL-colonial-bank').style.display = '';map = new google.maps.Map(document.getElementById('jemison-AL-colonial-bank'), mapOptions);}document.getElementById('f4031d59').innerHTML += ' | View Map';var $l463c7558d4ac8301f0a761f91354aad2 = '

Colonial Bank

Address: 24634 US Highway 31, Jemison, AL 35085
Phone: (205) 688-3027
';var m_463c7558d4ac8301f0a761f91354aad2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Colonial Bank',});m_463c7558d4ac8301f0a761f91354aad2['infowindow'] = new google.maps.InfoWindow({content: $l463c7558d4ac8301f0a761f91354aad2});var infowindow = new google.maps.InfoWindow({content: $l463c7558d4ac8301f0a761f91354aad2});google.maps.event.addListener(m_463c7558d4ac8301f0a761f91354aad2, 'click', function() {infowindow.open(map,m_463c7558d4ac8301f0a761f91354aad2);});$marker.push(m_463c7558d4ac8301f0a761f91354aad2);}});}google.maps.event.addDomListener(window, 'load', initialize);