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(39.3736,-104.862)};var g_c6f32964ed71a81a16b0c3e047350c06 = new google.maps.Geocoder();g_c6f32964ed71a81a16b0c3e047350c06.geocode( { 'address': "103 4th St #220, Castle Rock, CO 80104, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('castle-rock-CO-scl-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('castle-rock-CO-scl-mortgage'), mapOptions);}document.getElementById('f489b90b').innerHTML += ' | View Map';var $lc6f32964ed71a81a16b0c3e047350c06 = '

SCL Mortgage

Address: 103 4th St #220, Castle Rock, CO 80104, USA
Phone: (303) 790-2222
';var m_c6f32964ed71a81a16b0c3e047350c06 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'SCL Mortgage',});m_c6f32964ed71a81a16b0c3e047350c06['infowindow'] = new google.maps.InfoWindow({content: $lc6f32964ed71a81a16b0c3e047350c06});var infowindow = new google.maps.InfoWindow({content: $lc6f32964ed71a81a16b0c3e047350c06});google.maps.event.addListener(m_c6f32964ed71a81a16b0c3e047350c06, 'click', function() {infowindow.open(map,m_c6f32964ed71a81a16b0c3e047350c06);});$marker.push(m_c6f32964ed71a81a16b0c3e047350c06);}});}google.maps.event.addDomListener(window, 'load', initialize);