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.7551,-104.738)};var g_48f7d3043bc03e6c48a6f0ebc0f258a8 = new google.maps.Geocoder();g_48f7d3043bc03e6c48a6f0ebc0f258a8.geocode( { 'address': "705 Main St, Colorado Springs, CO 80911, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('colorado-springs-CO-all-western-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('colorado-springs-CO-all-western-mortgage'), mapOptions);}document.getElementById('57c4ca8c').innerHTML += ' | View Map';var $l48f7d3043bc03e6c48a6f0ebc0f258a8 = '

All Western Mortgage

Address: 705 Main St, Colorado Springs, CO 80911, USA
Phone: (719) 247-2158
';var m_48f7d3043bc03e6c48a6f0ebc0f258a8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'All Western Mortgage',});m_48f7d3043bc03e6c48a6f0ebc0f258a8['infowindow'] = new google.maps.InfoWindow({content: $l48f7d3043bc03e6c48a6f0ebc0f258a8});var infowindow = new google.maps.InfoWindow({content: $l48f7d3043bc03e6c48a6f0ebc0f258a8});google.maps.event.addListener(m_48f7d3043bc03e6c48a6f0ebc0f258a8, 'click', function() {infowindow.open(map,m_48f7d3043bc03e6c48a6f0ebc0f258a8);});$marker.push(m_48f7d3043bc03e6c48a6f0ebc0f258a8);}});}google.maps.event.addDomListener(window, 'load', initialize);