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.9873,-105.133)};var g_9c3916c3064354b7c58f2ba44a6d6a61 = new google.maps.Geocoder();g_9c3916c3064354b7c58f2ba44a6d6a61.geocode( { 'address': "865 E South Boulder Rd, Louisville, CO 80027, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('louisville-CO-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('louisville-CO-bank-of-the-west'), mapOptions);}document.getElementById('258622ac').innerHTML += ' | View Map';var $l9c3916c3064354b7c58f2ba44a6d6a61 = '

Bank of the West

Address: 865 E South Boulder Rd, Louisville, CO 80027, USA
Phone: (303) 202-5455
';var m_9c3916c3064354b7c58f2ba44a6d6a61 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West',});m_9c3916c3064354b7c58f2ba44a6d6a61['infowindow'] = new google.maps.InfoWindow({content: $l9c3916c3064354b7c58f2ba44a6d6a61});var infowindow = new google.maps.InfoWindow({content: $l9c3916c3064354b7c58f2ba44a6d6a61});google.maps.event.addListener(m_9c3916c3064354b7c58f2ba44a6d6a61, 'click', function() {infowindow.open(map,m_9c3916c3064354b7c58f2ba44a6d6a61);});$marker.push(m_9c3916c3064354b7c58f2ba44a6d6a61);}});}google.maps.event.addDomListener(window, 'load', initialize);