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.4973,-86.7957)};var g_1919a1f465b07d37438b8d43b287eba6 = new google.maps.Geocoder();g_1919a1f465b07d37438b8d43b287eba6.geocode( { 'address': "1325 19th St S, Birmingham, AL 35205, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('birmingham-AL-zora-financial-llc').style.display = '';map = new google.maps.Map(document.getElementById('birmingham-AL-zora-financial-llc'), mapOptions);}document.getElementById('f7d028eb').innerHTML += ' | View Map';var $l1919a1f465b07d37438b8d43b287eba6 = '

Zora Financial, LLC

Address: 1325 19th St S, Birmingham, AL 35205, USA
Phone: (205) 637-0178
';var m_1919a1f465b07d37438b8d43b287eba6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Zora Financial, LLC',});m_1919a1f465b07d37438b8d43b287eba6['infowindow'] = new google.maps.InfoWindow({content: $l1919a1f465b07d37438b8d43b287eba6});var infowindow = new google.maps.InfoWindow({content: $l1919a1f465b07d37438b8d43b287eba6});google.maps.event.addListener(m_1919a1f465b07d37438b8d43b287eba6, 'click', function() {infowindow.open(map,m_1919a1f465b07d37438b8d43b287eba6);});$marker.push(m_1919a1f465b07d37438b8d43b287eba6);}});}google.maps.event.addDomListener(window, 'load', initialize);