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.8195,-104.837)};var g_ca606162b4c8953ff7e1578e4fdc989e = new google.maps.Geocoder();g_ca606162b4c8953ff7e1578e4fdc989e.geocode( { 'address': "1020 Motor City Dr, Colorado Springs, CO 80905, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('colorado-springs-CO-phil-long-kia').style.display = '';map = new google.maps.Map(document.getElementById('colorado-springs-CO-phil-long-kia'), mapOptions);}document.getElementById('5b334d0e').innerHTML += ' | View Map';var $lca606162b4c8953ff7e1578e4fdc989e = '

Phil Long Kia

Address: 1020 Motor City Dr, Colorado Springs, CO 80905, USA
Phone: (719) 425-2770
';var m_ca606162b4c8953ff7e1578e4fdc989e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Phil Long Kia',});m_ca606162b4c8953ff7e1578e4fdc989e['infowindow'] = new google.maps.InfoWindow({content: $lca606162b4c8953ff7e1578e4fdc989e});var infowindow = new google.maps.InfoWindow({content: $lca606162b4c8953ff7e1578e4fdc989e});google.maps.event.addListener(m_ca606162b4c8953ff7e1578e4fdc989e, 'click', function() {infowindow.open(map,m_ca606162b4c8953ff7e1578e4fdc989e);});$marker.push(m_ca606162b4c8953ff7e1578e4fdc989e);}});}google.maps.event.addDomListener(window, 'load', initialize);