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_4f36c3ad6c46d2e8cec3404cbf1189a5 = new google.maps.Geocoder();g_4f36c3ad6c46d2e8cec3404cbf1189a5.geocode( { 'address': "1700 Kylie Dr, Longmont, CO 80501"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('longmont-CO-horizon-banks').style.display = '';map = new google.maps.Map(document.getElementById('longmont-CO-horizon-banks'), mapOptions);}document.getElementById('7c21386d').innerHTML += ' | View Map';var $l4f36c3ad6c46d2e8cec3404cbf1189a5 = '

Horizon Banks

Address: 1700 Kylie Dr, Longmont, CO 80501
Phone: (303) 684-7350
';var m_4f36c3ad6c46d2e8cec3404cbf1189a5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Horizon Banks',});m_4f36c3ad6c46d2e8cec3404cbf1189a5['infowindow'] = new google.maps.InfoWindow({content: $l4f36c3ad6c46d2e8cec3404cbf1189a5});var infowindow = new google.maps.InfoWindow({content: $l4f36c3ad6c46d2e8cec3404cbf1189a5});google.maps.event.addListener(m_4f36c3ad6c46d2e8cec3404cbf1189a5, 'click', function() {infowindow.open(map,m_4f36c3ad6c46d2e8cec3404cbf1189a5);});$marker.push(m_4f36c3ad6c46d2e8cec3404cbf1189a5);}});}google.maps.event.addDomListener(window, 'load', initialize);