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(38.9856,-104.801)};var g_4a7341d732707ef8da45dd85b8e1fddb = new google.maps.Geocoder();g_4a7341d732707ef8da45dd85b8e1fddb.geocode( { 'address': "9930 Federal Dr, Colorado Springs, CO 80921, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('colorado-springs-CO-ford-motor-credit').style.display = '';map = new google.maps.Map(document.getElementById('colorado-springs-CO-ford-motor-credit'), mapOptions);}document.getElementById('4479a2dd').innerHTML += ' | View Map';var $l4a7341d732707ef8da45dd85b8e1fddb = '

Ford Motor Credit

Address: 9930 Federal Dr, Colorado Springs, CO 80921, USA
Phone: (719) 260-5507
';var m_4a7341d732707ef8da45dd85b8e1fddb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ford Motor Credit',});m_4a7341d732707ef8da45dd85b8e1fddb['infowindow'] = new google.maps.InfoWindow({content: $l4a7341d732707ef8da45dd85b8e1fddb});var infowindow = new google.maps.InfoWindow({content: $l4a7341d732707ef8da45dd85b8e1fddb});google.maps.event.addListener(m_4a7341d732707ef8da45dd85b8e1fddb, 'click', function() {infowindow.open(map,m_4a7341d732707ef8da45dd85b8e1fddb);});$marker.push(m_4a7341d732707ef8da45dd85b8e1fddb);}});}google.maps.event.addDomListener(window, 'load', initialize);