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.1505,-105.154)};var g_f7a9a04bb496a629fa0914df5c3b4c74 = new google.maps.Geocoder();g_f7a9a04bb496a629fa0914df5c3b4c74.geocode( { 'address': "3900 Oakwood Dr, Longmont, CO 80503, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('longmont-CO-kevin-teel-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('longmont-CO-kevin-teel-mortgage'), mapOptions);}document.getElementById('f7cf72b4').innerHTML += ' | View Map';var $lf7a9a04bb496a629fa0914df5c3b4c74 = '

Kevin Teel Mortgage

Address: 3900 Oakwood Dr, Longmont, CO 80503, USA
Phone: (303) 709-3328
';var m_f7a9a04bb496a629fa0914df5c3b4c74 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Kevin Teel Mortgage',});m_f7a9a04bb496a629fa0914df5c3b4c74['infowindow'] = new google.maps.InfoWindow({content: $lf7a9a04bb496a629fa0914df5c3b4c74});var infowindow = new google.maps.InfoWindow({content: $lf7a9a04bb496a629fa0914df5c3b4c74});google.maps.event.addListener(m_f7a9a04bb496a629fa0914df5c3b4c74, 'click', function() {infowindow.open(map,m_f7a9a04bb496a629fa0914df5c3b4c74);});$marker.push(m_f7a9a04bb496a629fa0914df5c3b4c74);}});}google.maps.event.addDomListener(window, 'load', initialize);