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()};var g_a8012036c6843ef5bc1e8d35c749515f = new google.maps.Geocoder();g_a8012036c6843ef5bc1e8d35c749515f.geocode( { 'address': "215 S Wadsworth Blvd, Lakewood, CO 80226"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lakewood-CO-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('lakewood-CO-bank-of-the-west'), mapOptions);}document.getElementById('fd33418a').innerHTML += ' | View Map';var $la8012036c6843ef5bc1e8d35c749515f = '

Bank of the West

Address: 215 S Wadsworth Blvd, Lakewood, CO 80226
Phone: (303) 218-3076
';var m_a8012036c6843ef5bc1e8d35c749515f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West',});m_a8012036c6843ef5bc1e8d35c749515f['infowindow'] = new google.maps.InfoWindow({content: $la8012036c6843ef5bc1e8d35c749515f});var infowindow = new google.maps.InfoWindow({content: $la8012036c6843ef5bc1e8d35c749515f});google.maps.event.addListener(m_a8012036c6843ef5bc1e8d35c749515f, 'click', function() {infowindow.open(map,m_a8012036c6843ef5bc1e8d35c749515f);});$marker.push(m_a8012036c6843ef5bc1e8d35c749515f);}});var g_874b529b9b276415dcd80433084edfa8 = new google.maps.Geocoder();g_874b529b9b276415dcd80433084edfa8.geocode( { 'address': "10425 W Colfax Ave, Lakewood, CO 80215"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lakewood-CO-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('lakewood-CO-bank-of-the-west'), mapOptions);}document.getElementById('b2cfc18b').innerHTML += ' | View Map';var $l874b529b9b276415dcd80433084edfa8 = '

Bank of the West

Address: 10425 W Colfax Ave, Lakewood, CO 80215
Phone: (303) 232-8532
';var m_874b529b9b276415dcd80433084edfa8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West',});m_874b529b9b276415dcd80433084edfa8['infowindow'] = new google.maps.InfoWindow({content: $l874b529b9b276415dcd80433084edfa8});var infowindow = new google.maps.InfoWindow({content: $l874b529b9b276415dcd80433084edfa8});google.maps.event.addListener(m_874b529b9b276415dcd80433084edfa8, 'click', function() {infowindow.open(map,m_874b529b9b276415dcd80433084edfa8);});$marker.push(m_874b529b9b276415dcd80433084edfa8);}});}google.maps.event.addDomListener(window, 'load', initialize);