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.472,-104.768)};var g_2baec31fde8a031a2b64ca6254f8726c = new google.maps.Geocoder();g_2baec31fde8a031a2b64ca6254f8726c.geocode( { 'address': "11451 S 20 Mile Rd, Parker, CO 80134"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('parker-CO-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('parker-CO-bank-of-the-west'), mapOptions);}document.getElementById('b010b190').innerHTML += ' | View Map';var $l2baec31fde8a031a2b64ca6254f8726c = '

Bank of the West

Address: 11451 S 20 Mile Rd, Parker, CO 80134
Phone: (720) 851-4266
';var m_2baec31fde8a031a2b64ca6254f8726c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West',});m_2baec31fde8a031a2b64ca6254f8726c['infowindow'] = new google.maps.InfoWindow({content: $l2baec31fde8a031a2b64ca6254f8726c});var infowindow = new google.maps.InfoWindow({content: $l2baec31fde8a031a2b64ca6254f8726c});google.maps.event.addListener(m_2baec31fde8a031a2b64ca6254f8726c, 'click', function() {infowindow.open(map,m_2baec31fde8a031a2b64ca6254f8726c);});$marker.push(m_2baec31fde8a031a2b64ca6254f8726c);}});}google.maps.event.addDomListener(window, 'load', initialize);