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.133,-104.974)};var g_1537bf3678c1dc216b82b6430c57c343 = new google.maps.Geocoder();g_1537bf3678c1dc216b82b6430c57c343.geocode( { 'address': "4112 Kodiak Ct, Unit D, Longmont, CO 80504, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('longmont-CO-centennial-lending').style.display = '';map = new google.maps.Map(document.getElementById('longmont-CO-centennial-lending'), mapOptions);}document.getElementById('91335886').innerHTML += ' | View Map';var $l1537bf3678c1dc216b82b6430c57c343 = '

Centennial Lending

Address: 4112 Kodiak Ct, Unit D, Longmont, CO 80504, USA
Phone: (720) 494-2740
';var m_1537bf3678c1dc216b82b6430c57c343 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Centennial Lending',});m_1537bf3678c1dc216b82b6430c57c343['infowindow'] = new google.maps.InfoWindow({content: $l1537bf3678c1dc216b82b6430c57c343});var infowindow = new google.maps.InfoWindow({content: $l1537bf3678c1dc216b82b6430c57c343});google.maps.event.addListener(m_1537bf3678c1dc216b82b6430c57c343, 'click', function() {infowindow.open(map,m_1537bf3678c1dc216b82b6430c57c343);});$marker.push(m_1537bf3678c1dc216b82b6430c57c343);}});}google.maps.event.addDomListener(window, 'load', initialize);