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.4367,-86.7322)};var g_92fd79ada7ac5803c79b9bd287492312 = new google.maps.Geocoder();g_92fd79ada7ac5803c79b9bd287492312.geocode( { 'address': "3800 Colonnade Pkwy #100, Birmingham, AL 35243, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('birmingham-AL-supreme-lending-birmingham').style.display = '';map = new google.maps.Map(document.getElementById('birmingham-AL-supreme-lending-birmingham'), mapOptions);}document.getElementById('3d5e1452').innerHTML += ' | View Map';var $l92fd79ada7ac5803c79b9bd287492312 = '

Supreme Lending Birmingham

Address: 3800 Colonnade Pkwy #100, Birmingham, AL 35243, USA
Phone: (205) 719-0488
';var m_92fd79ada7ac5803c79b9bd287492312 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Supreme Lending Birmingham',});m_92fd79ada7ac5803c79b9bd287492312['infowindow'] = new google.maps.InfoWindow({content: $l92fd79ada7ac5803c79b9bd287492312});var infowindow = new google.maps.InfoWindow({content: $l92fd79ada7ac5803c79b9bd287492312});google.maps.event.addListener(m_92fd79ada7ac5803c79b9bd287492312, 'click', function() {infowindow.open(map,m_92fd79ada7ac5803c79b9bd287492312);});$marker.push(m_92fd79ada7ac5803c79b9bd287492312);}});}google.maps.event.addDomListener(window, 'load', initialize);