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.1655,-108.721)};var g_5a5d0c47c1e46cbd0ae0695fcbb0a3dc = new google.maps.Geocoder();g_5a5d0c47c1e46cbd0ae0695fcbb0a3dc.geocode( { 'address': "452 S Maple St, Fruita, CO 81521"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fruita-CO-grand-valley-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('fruita-CO-grand-valley-national-bank'), mapOptions);}document.getElementById('d1db754f').innerHTML += ' | View Map';var $l5a5d0c47c1e46cbd0ae0695fcbb0a3dc = '

Grand Valley National Bank

Address: 452 S Maple St, Fruita, CO 81521
Phone: (970) 858-7555
';var m_5a5d0c47c1e46cbd0ae0695fcbb0a3dc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Grand Valley National Bank',});m_5a5d0c47c1e46cbd0ae0695fcbb0a3dc['infowindow'] = new google.maps.InfoWindow({content: $l5a5d0c47c1e46cbd0ae0695fcbb0a3dc});var infowindow = new google.maps.InfoWindow({content: $l5a5d0c47c1e46cbd0ae0695fcbb0a3dc});google.maps.event.addListener(m_5a5d0c47c1e46cbd0ae0695fcbb0a3dc, 'click', function() {infowindow.open(map,m_5a5d0c47c1e46cbd0ae0695fcbb0a3dc);});$marker.push(m_5a5d0c47c1e46cbd0ae0695fcbb0a3dc);}});}google.maps.event.addDomListener(window, 'load', initialize);