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.0698,-108.565)};var g_d7e2dee2a1f95e5379593c4d2dbc3213 = new google.maps.Geocoder();g_d7e2dee2a1f95e5379593c4d2dbc3213.geocode( { 'address': "422 White Ave, Grand Junction, CO 81501, United States"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grand-junction-CO-us-bank-bambi-billac').style.display = '';map = new google.maps.Map(document.getElementById('grand-junction-CO-us-bank-bambi-billac'), mapOptions);}document.getElementById('0ec0d4bc').innerHTML += ' | View Map';var $ld7e2dee2a1f95e5379593c4d2dbc3213 = '

U.S. Bank: Bambi Billac

Address: 422 White Ave, Grand Junction, CO 81501, United States
Phone: (970) 544-3206
';var m_d7e2dee2a1f95e5379593c4d2dbc3213 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank: Bambi Billac',});m_d7e2dee2a1f95e5379593c4d2dbc3213['infowindow'] = new google.maps.InfoWindow({content: $ld7e2dee2a1f95e5379593c4d2dbc3213});var infowindow = new google.maps.InfoWindow({content: $ld7e2dee2a1f95e5379593c4d2dbc3213});google.maps.event.addListener(m_d7e2dee2a1f95e5379593c4d2dbc3213, 'click', function() {infowindow.open(map,m_d7e2dee2a1f95e5379593c4d2dbc3213);});$marker.push(m_d7e2dee2a1f95e5379593c4d2dbc3213);}});}google.maps.event.addDomListener(window, 'load', initialize);