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_536f018a86a2c101f7f2bf3abbe02fb9 = new google.maps.Geocoder();g_536f018a86a2c101f7f2bf3abbe02fb9.geocode( { 'address': "767 Dogwood Cir, Birmingham, AL 35244"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('birmingham-AL-tradebank-of-ne-alabama').style.display = '';map = new google.maps.Map(document.getElementById('birmingham-AL-tradebank-of-ne-alabama'), mapOptions);}document.getElementById('325d3193').innerHTML += ' | View Map';var $l536f018a86a2c101f7f2bf3abbe02fb9 = '

Tradebank of NE Alabama

Address: 767 Dogwood Cir, Birmingham, AL 35244
Phone: (205) 408-1601
';var m_536f018a86a2c101f7f2bf3abbe02fb9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tradebank of NE Alabama',});m_536f018a86a2c101f7f2bf3abbe02fb9['infowindow'] = new google.maps.InfoWindow({content: $l536f018a86a2c101f7f2bf3abbe02fb9});var infowindow = new google.maps.InfoWindow({content: $l536f018a86a2c101f7f2bf3abbe02fb9});google.maps.event.addListener(m_536f018a86a2c101f7f2bf3abbe02fb9, 'click', function() {infowindow.open(map,m_536f018a86a2c101f7f2bf3abbe02fb9);});$marker.push(m_536f018a86a2c101f7f2bf3abbe02fb9);}});}google.maps.event.addDomListener(window, 'load', initialize);