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.619,-86.6078)};var g_41a73213940be6c8747533b31667d145 = new google.maps.Geocoder();g_41a73213940be6c8747533b31667d145.geocode( { 'address': "109 S Chalkville Rd, Trussville, AL 35173, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('trussville-AL-synovus---first-commercial-bank').style.display = '';map = new google.maps.Map(document.getElementById('trussville-AL-synovus---first-commercial-bank'), mapOptions);}document.getElementById('c2b92707').innerHTML += ' | View Map';var $l41a73213940be6c8747533b31667d145 = '

Synovus - First Commercial Bank

Address: 109 S Chalkville Rd, Trussville, AL 35173, USA
Phone: (205) 868-9111
';var m_41a73213940be6c8747533b31667d145 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Synovus - First Commercial Bank',});m_41a73213940be6c8747533b31667d145['infowindow'] = new google.maps.InfoWindow({content: $l41a73213940be6c8747533b31667d145});var infowindow = new google.maps.InfoWindow({content: $l41a73213940be6c8747533b31667d145});google.maps.event.addListener(m_41a73213940be6c8747533b31667d145, 'click', function() {infowindow.open(map,m_41a73213940be6c8747533b31667d145);});$marker.push(m_41a73213940be6c8747533b31667d145);}});}google.maps.event.addDomListener(window, 'load', initialize);