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.1595,-108.733)};var g_e942f69f092898b71e985c9fa0f59cfb = new google.maps.Geocoder();g_e942f69f092898b71e985c9fa0f59cfb.geocode( { 'address': "141 N Park Sq, Fruita, CO 81521, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fruita-CO-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('fruita-CO-bank-of-the-west'), mapOptions);}document.getElementById('f188df35').innerHTML += ' | View Map';var $le942f69f092898b71e985c9fa0f59cfb = '

Bank of the West

Address: 141 N Park Sq, Fruita, CO 81521, USA
Phone: (970) 858-3682
';var m_e942f69f092898b71e985c9fa0f59cfb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West',});m_e942f69f092898b71e985c9fa0f59cfb['infowindow'] = new google.maps.InfoWindow({content: $le942f69f092898b71e985c9fa0f59cfb});var infowindow = new google.maps.InfoWindow({content: $le942f69f092898b71e985c9fa0f59cfb});google.maps.event.addListener(m_e942f69f092898b71e985c9fa0f59cfb, 'click', function() {infowindow.open(map,m_e942f69f092898b71e985c9fa0f59cfb);});$marker.push(m_e942f69f092898b71e985c9fa0f59cfb);}});}google.maps.event.addDomListener(window, 'load', initialize);