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(40.176,-104.945)};var g_6941a63757d38617e85ebf369cde0d5d = new google.maps.Geocoder();g_6941a63757d38617e85ebf369cde0d5d.geocode( { 'address': "5819 Pelican Shores Dr, Longmont, CO 80504, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('longmont-CO-yourwayloancom-llc').style.display = '';map = new google.maps.Map(document.getElementById('longmont-CO-yourwayloancom-llc'), mapOptions);}document.getElementById('cccc2f6b').innerHTML += ' | View Map';var $l6941a63757d38617e85ebf369cde0d5d = '

Yourwayloan.com LLC

Address: 5819 Pelican Shores Dr, Longmont, CO 80504, USA
Phone: (303) 554-6886
';var m_6941a63757d38617e85ebf369cde0d5d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Yourwayloan.com LLC',});m_6941a63757d38617e85ebf369cde0d5d['infowindow'] = new google.maps.InfoWindow({content: $l6941a63757d38617e85ebf369cde0d5d});var infowindow = new google.maps.InfoWindow({content: $l6941a63757d38617e85ebf369cde0d5d});google.maps.event.addListener(m_6941a63757d38617e85ebf369cde0d5d, 'click', function() {infowindow.open(map,m_6941a63757d38617e85ebf369cde0d5d);});$marker.push(m_6941a63757d38617e85ebf369cde0d5d);}});}google.maps.event.addDomListener(window, 'load', initialize);