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.6536,-86.8113)};var g_ffd103eda3cf1ed6629aaac39071321b = new google.maps.Geocoder();g_ffd103eda3cf1ed6629aaac39071321b.geocode( { 'address': "1101 Main St, Gardendale, AL 35071, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gardendale-AL-south-point-bank').style.display = '';map = new google.maps.Map(document.getElementById('gardendale-AL-south-point-bank'), mapOptions);}document.getElementById('dc4753ee').innerHTML += ' | View Map';var $lffd103eda3cf1ed6629aaac39071321b = '

South Point Bank

Address: 1101 Main St, Gardendale, AL 35071, USA
Phone: (205) 503-5060
';var m_ffd103eda3cf1ed6629aaac39071321b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'South Point Bank',});m_ffd103eda3cf1ed6629aaac39071321b['infowindow'] = new google.maps.InfoWindow({content: $lffd103eda3cf1ed6629aaac39071321b});var infowindow = new google.maps.InfoWindow({content: $lffd103eda3cf1ed6629aaac39071321b});google.maps.event.addListener(m_ffd103eda3cf1ed6629aaac39071321b, 'click', function() {infowindow.open(map,m_ffd103eda3cf1ed6629aaac39071321b);});$marker.push(m_ffd103eda3cf1ed6629aaac39071321b);}});}google.maps.event.addDomListener(window, 'load', initialize);