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(39.3048,-102.247)};var g_688026f6edb29cc7c96b287b186b03c9 = new google.maps.Geocoder();g_688026f6edb29cc7c96b287b186b03c9.geocode( { 'address': "17999 US Highway 385, Burlington, CO 80807"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('burlington-CO-mccook-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('burlington-CO-mccook-national-bank'), mapOptions);}document.getElementById('e35e7813').innerHTML += ' | View Map';var $l688026f6edb29cc7c96b287b186b03c9 = '

McCook National Bank

Address: 17999 US Highway 385, Burlington, CO 80807
Phone: (719) 346-5049
';var m_688026f6edb29cc7c96b287b186b03c9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'McCook National Bank',});m_688026f6edb29cc7c96b287b186b03c9['infowindow'] = new google.maps.InfoWindow({content: $l688026f6edb29cc7c96b287b186b03c9});var infowindow = new google.maps.InfoWindow({content: $l688026f6edb29cc7c96b287b186b03c9});google.maps.event.addListener(m_688026f6edb29cc7c96b287b186b03c9, 'click', function() {infowindow.open(map,m_688026f6edb29cc7c96b287b186b03c9);});$marker.push(m_688026f6edb29cc7c96b287b186b03c9);}});}google.maps.event.addDomListener(window, 'load', initialize);