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.5186,-86.8084)};var g_0d5a8a1425433429e848016c9dfddf69 = new google.maps.Geocoder();g_0d5a8a1425433429e848016c9dfddf69.geocode( { 'address': "3500 Colonnade Pkwy, Birmingham, AL 35243"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('birmingham-AL-southpoint-bank').style.display = '';map = new google.maps.Map(document.getElementById('birmingham-AL-southpoint-bank'), mapOptions);}document.getElementById('72e34a5c').innerHTML += ' | View Map';var $l0d5a8a1425433429e848016c9dfddf69 = '

Southpoint Bank

Address: 3500 Colonnade Pkwy, Birmingham, AL 35243
Phone: (205) 503-5000
';var m_0d5a8a1425433429e848016c9dfddf69 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Southpoint Bank',});m_0d5a8a1425433429e848016c9dfddf69['infowindow'] = new google.maps.InfoWindow({content: $l0d5a8a1425433429e848016c9dfddf69});var infowindow = new google.maps.InfoWindow({content: $l0d5a8a1425433429e848016c9dfddf69});google.maps.event.addListener(m_0d5a8a1425433429e848016c9dfddf69, 'click', function() {infowindow.open(map,m_0d5a8a1425433429e848016c9dfddf69);});$marker.push(m_0d5a8a1425433429e848016c9dfddf69);}});}google.maps.event.addDomListener(window, 'load', initialize);