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.1909,-105.101)};var g_c042d16d2336cd859e252fc010831057 = new google.maps.Geocoder();g_c042d16d2336cd859e252fc010831057.geocode( { 'address': "1834 Main St #6, Longmont, CO 80501, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('longmont-CO-onemain-financial').style.display = '';map = new google.maps.Map(document.getElementById('longmont-CO-onemain-financial'), mapOptions);}document.getElementById('160beade').innerHTML += ' | View Map';var $lc042d16d2336cd859e252fc010831057 = '

OneMain Financial

Address: 1834 Main St #6, Longmont, CO 80501, USA
Phone: (720) 652-6445
';var m_c042d16d2336cd859e252fc010831057 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OneMain Financial',});m_c042d16d2336cd859e252fc010831057['infowindow'] = new google.maps.InfoWindow({content: $lc042d16d2336cd859e252fc010831057});var infowindow = new google.maps.InfoWindow({content: $lc042d16d2336cd859e252fc010831057});google.maps.event.addListener(m_c042d16d2336cd859e252fc010831057, 'click', function() {infowindow.open(map,m_c042d16d2336cd859e252fc010831057);});$marker.push(m_c042d16d2336cd859e252fc010831057);}});}google.maps.event.addDomListener(window, 'load', initialize);