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.5974,-86.6471)};var g_b589889a75048f80f0d1ce793c6382cc = new google.maps.Geocoder();g_b589889a75048f80f0d1ce793c6382cc.geocode( { 'address': "1930 Edwards Lake Rd #120, Birmingham, AL 35235, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('birmingham-AL-regional-finance').style.display = '';map = new google.maps.Map(document.getElementById('birmingham-AL-regional-finance'), mapOptions);}document.getElementById('ad4fa203').innerHTML += ' | View Map';var $lb589889a75048f80f0d1ce793c6382cc = '

Regional Finance

Address: 1930 Edwards Lake Rd #120, Birmingham, AL 35235, USA
Phone: (205) 655-5414
';var m_b589889a75048f80f0d1ce793c6382cc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Regional Finance',});m_b589889a75048f80f0d1ce793c6382cc['infowindow'] = new google.maps.InfoWindow({content: $lb589889a75048f80f0d1ce793c6382cc});var infowindow = new google.maps.InfoWindow({content: $lb589889a75048f80f0d1ce793c6382cc});google.maps.event.addListener(m_b589889a75048f80f0d1ce793c6382cc, 'click', function() {infowindow.open(map,m_b589889a75048f80f0d1ce793c6382cc);});$marker.push(m_b589889a75048f80f0d1ce793c6382cc);}});}google.maps.event.addDomListener(window, 'load', initialize);