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.3004,-102.279)};var g_abe1b037917e7b44d10a0fd627486d71 = new google.maps.Geocoder();g_abe1b037917e7b44d10a0fd627486d71.geocode( { 'address': "17999 US-385, Burlington, CO 80807, USA"}, 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('ba91738c').innerHTML += ' | View Map';var $labe1b037917e7b44d10a0fd627486d71 = '

McCook National Bank

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