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.1668,-105.135)};var g_0aafdb3a540d1eb4dceab36ae4aa8f62 = new google.maps.Geocoder();g_0aafdb3a540d1eb4dceab36ae4aa8f62.geocode( { 'address': "2361 Clover Basin Dr, Longmont, CO 80503"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('longmont-CO-keybank').style.display = '';map = new google.maps.Map(document.getElementById('longmont-CO-keybank'), mapOptions);}document.getElementById('9eb53ded').innerHTML += ' | View Map';var $l0aafdb3a540d1eb4dceab36ae4aa8f62 = '

KeyBank

Address: 2361 Clover Basin Dr, Longmont, CO 80503
Phone: (303) 845-2000
';var m_0aafdb3a540d1eb4dceab36ae4aa8f62 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'KeyBank',});m_0aafdb3a540d1eb4dceab36ae4aa8f62['infowindow'] = new google.maps.InfoWindow({content: $l0aafdb3a540d1eb4dceab36ae4aa8f62});var infowindow = new google.maps.InfoWindow({content: $l0aafdb3a540d1eb4dceab36ae4aa8f62});google.maps.event.addListener(m_0aafdb3a540d1eb4dceab36ae4aa8f62, 'click', function() {infowindow.open(map,m_0aafdb3a540d1eb4dceab36ae4aa8f62);});$marker.push(m_0aafdb3a540d1eb4dceab36ae4aa8f62);}});}google.maps.event.addDomListener(window, 'load', initialize);