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(30.6975,-88.0499)};var g_b5d5c7263dfa6c7f2e79d527ad60bc5c = new google.maps.Geocoder();g_b5d5c7263dfa6c7f2e79d527ad60bc5c.geocode( { 'address': "4725 Moffett Rd, Mobile, AL 36618"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mobile-AL-south-trust-bank').style.display = '';map = new google.maps.Map(document.getElementById('mobile-AL-south-trust-bank'), mapOptions);}document.getElementById('5b3d23fc').innerHTML += ' | View Map';var $lb5d5c7263dfa6c7f2e79d527ad60bc5c = '

South Trust Bank

Address: 4725 Moffett Rd, Mobile, AL 36618
Phone: (251) 431-9356
';var m_b5d5c7263dfa6c7f2e79d527ad60bc5c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'South Trust Bank',});m_b5d5c7263dfa6c7f2e79d527ad60bc5c['infowindow'] = new google.maps.InfoWindow({content: $lb5d5c7263dfa6c7f2e79d527ad60bc5c});var infowindow = new google.maps.InfoWindow({content: $lb5d5c7263dfa6c7f2e79d527ad60bc5c});google.maps.event.addListener(m_b5d5c7263dfa6c7f2e79d527ad60bc5c, 'click', function() {infowindow.open(map,m_b5d5c7263dfa6c7f2e79d527ad60bc5c);});$marker.push(m_b5d5c7263dfa6c7f2e79d527ad60bc5c);}});}google.maps.event.addDomListener(window, 'load', initialize);