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.6401,-86.5802)};var g_3fe5299a1031f11148be242bab59a084 = new google.maps.Geocoder();g_3fe5299a1031f11148be242bab59a084.geocode( { 'address': "7260 Gadsden Hwy, Trussville, AL 35173, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('trussville-AL-southpoint-bank').style.display = '';map = new google.maps.Map(document.getElementById('trussville-AL-southpoint-bank'), mapOptions);}document.getElementById('66897bca').innerHTML += ' | View Map';var $l3fe5299a1031f11148be242bab59a084 = '

SouthPoint Bank

Address: 7260 Gadsden Hwy, Trussville, AL 35173, USA
Phone: (205) 503-5030
';var m_3fe5299a1031f11148be242bab59a084 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'SouthPoint Bank',});m_3fe5299a1031f11148be242bab59a084['infowindow'] = new google.maps.InfoWindow({content: $l3fe5299a1031f11148be242bab59a084});var infowindow = new google.maps.InfoWindow({content: $l3fe5299a1031f11148be242bab59a084});google.maps.event.addListener(m_3fe5299a1031f11148be242bab59a084, 'click', function() {infowindow.open(map,m_3fe5299a1031f11148be242bab59a084);});$marker.push(m_3fe5299a1031f11148be242bab59a084);}});}google.maps.event.addDomListener(window, 'load', initialize);