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.8954,-104.853)};var g_c9f8e8c25cea6560248ca592fd8d2a3b = new google.maps.Geocoder();g_c9f8e8c25cea6560248ca592fd8d2a3b.geocode( { 'address': "1365 W Garden of the Gods Rd, Colorado Springs, CO 80907, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('colorado-springs-CO-first-mortgage-company').style.display = '';map = new google.maps.Map(document.getElementById('colorado-springs-CO-first-mortgage-company'), mapOptions);}document.getElementById('b08c7717').innerHTML += ' | View Map';var $lc9f8e8c25cea6560248ca592fd8d2a3b = '

First Mortgage Company

Address: 1365 W Garden of the Gods Rd, Colorado Springs, CO 80907, USA
Phone: (719) 531-5311
';var m_c9f8e8c25cea6560248ca592fd8d2a3b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Mortgage Company',});m_c9f8e8c25cea6560248ca592fd8d2a3b['infowindow'] = new google.maps.InfoWindow({content: $lc9f8e8c25cea6560248ca592fd8d2a3b});var infowindow = new google.maps.InfoWindow({content: $lc9f8e8c25cea6560248ca592fd8d2a3b});google.maps.event.addListener(m_c9f8e8c25cea6560248ca592fd8d2a3b, 'click', function() {infowindow.open(map,m_c9f8e8c25cea6560248ca592fd8d2a3b);});$marker.push(m_c9f8e8c25cea6560248ca592fd8d2a3b);}});}google.maps.event.addDomListener(window, 'load', initialize);