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.4643,-86.8973)};var g_4b127aa4c7df2ccbd32f20a1dc5819fc = new google.maps.Geocoder();g_4b127aa4c7df2ccbd32f20a1dc5819fc.geocode( { 'address': "1028 Daniel Dr, Birmingham, AL 35228, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('birmingham-AL-utopia-credit-counselors-llc').style.display = '';map = new google.maps.Map(document.getElementById('birmingham-AL-utopia-credit-counselors-llc'), mapOptions);}document.getElementById('9f2e6755').innerHTML += ' | View Map';var $l4b127aa4c7df2ccbd32f20a1dc5819fc = '

Utopia Credit Counselors LLC

Address: 1028 Daniel Dr, Birmingham, AL 35228, USA
Phone: (205) 876-8228
';var m_4b127aa4c7df2ccbd32f20a1dc5819fc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Utopia Credit Counselors LLC',});m_4b127aa4c7df2ccbd32f20a1dc5819fc['infowindow'] = new google.maps.InfoWindow({content: $l4b127aa4c7df2ccbd32f20a1dc5819fc});var infowindow = new google.maps.InfoWindow({content: $l4b127aa4c7df2ccbd32f20a1dc5819fc});google.maps.event.addListener(m_4b127aa4c7df2ccbd32f20a1dc5819fc, 'click', function() {infowindow.open(map,m_4b127aa4c7df2ccbd32f20a1dc5819fc);});$marker.push(m_4b127aa4c7df2ccbd32f20a1dc5819fc);}});}google.maps.event.addDomListener(window, 'load', initialize);