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.5187,-86.8079)};var g_9457d70009845339cc7b046c1e20670d = new google.maps.Geocoder();g_9457d70009845339cc7b046c1e20670d.geocode( { 'address': "505 20th St N #1220, Birmingham, AL 35203, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('birmingham-AL-greenway-bankruptcy-law-llc').style.display = '';map = new google.maps.Map(document.getElementById('birmingham-AL-greenway-bankruptcy-law-llc'), mapOptions);}document.getElementById('b5121226').innerHTML += ' | View Map';var $l9457d70009845339cc7b046c1e20670d = '

Greenway Bankruptcy Law, LLC

Address: 505 20th St N #1220, Birmingham, AL 35203, USA
Phone: (205) 324-4000
';var m_9457d70009845339cc7b046c1e20670d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Greenway Bankruptcy Law, LLC',});m_9457d70009845339cc7b046c1e20670d['infowindow'] = new google.maps.InfoWindow({content: $l9457d70009845339cc7b046c1e20670d});var infowindow = new google.maps.InfoWindow({content: $l9457d70009845339cc7b046c1e20670d});google.maps.event.addListener(m_9457d70009845339cc7b046c1e20670d, 'click', function() {infowindow.open(map,m_9457d70009845339cc7b046c1e20670d);});$marker.push(m_9457d70009845339cc7b046c1e20670d);}});}google.maps.event.addDomListener(window, 'load', initialize);