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.286,-104.597)};var g_92b6250f5dcb3b95ac5546ce79ce3bdb = new google.maps.Geocoder();g_92b6250f5dcb3b95ac5546ce79ce3bdb.geocode( { 'address': "2016 N Hudson Ave, Pueblo, CO 81001, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pueblo-CO-loan-stop').style.display = '';map = new google.maps.Map(document.getElementById('pueblo-CO-loan-stop'), mapOptions);}document.getElementById('cca6d5e2').innerHTML += ' | View Map';var $l92b6250f5dcb3b95ac5546ce79ce3bdb = '

Loan Stop

Address: 2016 N Hudson Ave, Pueblo, CO 81001, USA
Phone: (719) 584-2274
';var m_92b6250f5dcb3b95ac5546ce79ce3bdb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Loan Stop',});m_92b6250f5dcb3b95ac5546ce79ce3bdb['infowindow'] = new google.maps.InfoWindow({content: $l92b6250f5dcb3b95ac5546ce79ce3bdb});var infowindow = new google.maps.InfoWindow({content: $l92b6250f5dcb3b95ac5546ce79ce3bdb});google.maps.event.addListener(m_92b6250f5dcb3b95ac5546ce79ce3bdb, 'click', function() {infowindow.open(map,m_92b6250f5dcb3b95ac5546ce79ce3bdb);});$marker.push(m_92b6250f5dcb3b95ac5546ce79ce3bdb);}});}google.maps.event.addDomListener(window, 'load', initialize);