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(39.6414,-104.955)};var g_167b3b2c82b13d0fc27959de494a79c2 = new google.maps.Geocoder();g_167b3b2c82b13d0fc27959de494a79c2.geocode( { 'address': "4 Lynn Rd, Englewood, CO 80113, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('englewood-CO-american-fair-credit-association').style.display = '';map = new google.maps.Map(document.getElementById('englewood-CO-american-fair-credit-association'), mapOptions);}document.getElementById('ec3f27dc').innerHTML += ' | View Map';var $l167b3b2c82b13d0fc27959de494a79c2 = '

American Fair Credit Association

Address: 4 Lynn Rd, Englewood, CO 80113, USA
Phone: (800) 450-2322
';var m_167b3b2c82b13d0fc27959de494a79c2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Fair Credit Association',});m_167b3b2c82b13d0fc27959de494a79c2['infowindow'] = new google.maps.InfoWindow({content: $l167b3b2c82b13d0fc27959de494a79c2});var infowindow = new google.maps.InfoWindow({content: $l167b3b2c82b13d0fc27959de494a79c2});google.maps.event.addListener(m_167b3b2c82b13d0fc27959de494a79c2, 'click', function() {infowindow.open(map,m_167b3b2c82b13d0fc27959de494a79c2);});$marker.push(m_167b3b2c82b13d0fc27959de494a79c2);}});}google.maps.event.addDomListener(window, 'load', initialize);