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.6466,-106.837)};var g_57785c5f78c35f01b8053c05f077b309 = new google.maps.Geocoder();g_57785c5f78c35f01b8053c05f077b309.geocode( { 'address': "403 Broadway, Eagle, CO 81631"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('eagle-CO-weststar-bank').style.display = '';map = new google.maps.Map(document.getElementById('eagle-CO-weststar-bank'), mapOptions);}document.getElementById('dbb5b835').innerHTML += ' | View Map';var $l57785c5f78c35f01b8053c05f077b309 = '

Weststar Bank

Address: 403 Broadway, Eagle, CO 81631
Phone: (970) 328-5990
';var m_57785c5f78c35f01b8053c05f077b309 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Weststar Bank',});m_57785c5f78c35f01b8053c05f077b309['infowindow'] = new google.maps.InfoWindow({content: $l57785c5f78c35f01b8053c05f077b309});var infowindow = new google.maps.InfoWindow({content: $l57785c5f78c35f01b8053c05f077b309});google.maps.event.addListener(m_57785c5f78c35f01b8053c05f077b309, 'click', function() {infowindow.open(map,m_57785c5f78c35f01b8053c05f077b309);});$marker.push(m_57785c5f78c35f01b8053c05f077b309);}});}google.maps.event.addDomListener(window, 'load', initialize);