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.3515,-86.6288)};var g_65893b42bf19f2a05c3f5878a27e3093 = new google.maps.Geocoder();g_65893b42bf19f2a05c3f5878a27e3093.geocode( { 'address': "176 Chesser Reserve Dr, Chelsea, AL 35043, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chelsea-AL-united-credit-education-services').style.display = '';map = new google.maps.Map(document.getElementById('chelsea-AL-united-credit-education-services'), mapOptions);}document.getElementById('ca3f21b7').innerHTML += ' | View Map';var $l65893b42bf19f2a05c3f5878a27e3093 = '

United Credit Education Services

Address: 176 Chesser Reserve Dr, Chelsea, AL 35043, USA
Phone: (205) 218-4198
';var m_65893b42bf19f2a05c3f5878a27e3093 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Credit Education Services',});m_65893b42bf19f2a05c3f5878a27e3093['infowindow'] = new google.maps.InfoWindow({content: $l65893b42bf19f2a05c3f5878a27e3093});var infowindow = new google.maps.InfoWindow({content: $l65893b42bf19f2a05c3f5878a27e3093});google.maps.event.addListener(m_65893b42bf19f2a05c3f5878a27e3093, 'click', function() {infowindow.open(map,m_65893b42bf19f2a05c3f5878a27e3093);});$marker.push(m_65893b42bf19f2a05c3f5878a27e3093);}});}google.maps.event.addDomListener(window, 'load', initialize);