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_b47922d24ff79d93ab05c564dd032604 = new google.maps.Geocoder();g_b47922d24ff79d93ab05c564dd032604.geocode( { 'address': "198 Green Springs Hwy, Birmingham, AL 35209"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('birmingham-AL-compass-bank').style.display = '';map = new google.maps.Map(document.getElementById('birmingham-AL-compass-bank'), mapOptions);}document.getElementById('401edefb').innerHTML += ' | View Map';var $lb47922d24ff79d93ab05c564dd032604 = '

Compass Bank

Address: 198 Green Springs Hwy, Birmingham, AL 35209
Phone: (205) 297-3214
';var m_b47922d24ff79d93ab05c564dd032604 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Compass Bank',});m_b47922d24ff79d93ab05c564dd032604['infowindow'] = new google.maps.InfoWindow({content: $lb47922d24ff79d93ab05c564dd032604});var infowindow = new google.maps.InfoWindow({content: $lb47922d24ff79d93ab05c564dd032604});google.maps.event.addListener(m_b47922d24ff79d93ab05c564dd032604, 'click', function() {infowindow.open(map,m_b47922d24ff79d93ab05c564dd032604);});$marker.push(m_b47922d24ff79d93ab05c564dd032604);}});}google.maps.event.addDomListener(window, 'load', initialize);