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.4123,-104.871)};var g_6062111b4e7cc07997b616d30635bc47 = new google.maps.Geocoder();g_6062111b4e7cc07997b616d30635bc47.geocode( { 'address': "810 New Memphis Ct, Castle Rock, CO 80108, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('castle-rock-CO-liberty-auto-loan').style.display = '';map = new google.maps.Map(document.getElementById('castle-rock-CO-liberty-auto-loan'), mapOptions);}document.getElementById('7ddabd23').innerHTML += ' | View Map';var $l6062111b4e7cc07997b616d30635bc47 = '

Liberty Auto Loan

Address: 810 New Memphis Ct, Castle Rock, CO 80108, USA
Phone:
';var m_6062111b4e7cc07997b616d30635bc47 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Liberty Auto Loan',});m_6062111b4e7cc07997b616d30635bc47['infowindow'] = new google.maps.InfoWindow({content: $l6062111b4e7cc07997b616d30635bc47});var infowindow = new google.maps.InfoWindow({content: $l6062111b4e7cc07997b616d30635bc47});google.maps.event.addListener(m_6062111b4e7cc07997b616d30635bc47, 'click', function() {infowindow.open(map,m_6062111b4e7cc07997b616d30635bc47);});$marker.push(m_6062111b4e7cc07997b616d30635bc47);}});}google.maps.event.addDomListener(window, 'load', initialize);