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.8181,-104.835)};var g_3a3b0e39f7177390c4959f3c8abdeb4e = new google.maps.Geocoder();g_3a3b0e39f7177390c4959f3c8abdeb4e.geocode( { 'address': "1114 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-lincoln').style.display = '';map = new google.maps.Map(document.getElementById('colorado-springs-CO-phil-long-lincoln'), mapOptions);}document.getElementById('df99af47').innerHTML += ' | View Map';var $l3a3b0e39f7177390c4959f3c8abdeb4e = '

Phil Long Lincoln

Address: 1114 Motor City Dr, Colorado Springs, CO 80905, USA
Phone: (855) 349-0699
';var m_3a3b0e39f7177390c4959f3c8abdeb4e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Phil Long Lincoln',});m_3a3b0e39f7177390c4959f3c8abdeb4e['infowindow'] = new google.maps.InfoWindow({content: $l3a3b0e39f7177390c4959f3c8abdeb4e});var infowindow = new google.maps.InfoWindow({content: $l3a3b0e39f7177390c4959f3c8abdeb4e});google.maps.event.addListener(m_3a3b0e39f7177390c4959f3c8abdeb4e, 'click', function() {infowindow.open(map,m_3a3b0e39f7177390c4959f3c8abdeb4e);});$marker.push(m_3a3b0e39f7177390c4959f3c8abdeb4e);}});}google.maps.event.addDomListener(window, 'load', initialize);