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.6334,-106.954)};var g_8b3727a35276726e2c33f18011523ad9 = new google.maps.Geocoder();g_8b3727a35276726e2c33f18011523ad9.geocode( { 'address': "104 Oakridge CT, Gypsum, CO 81637"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gypsum-CO-alpine-bank').style.display = '';map = new google.maps.Map(document.getElementById('gypsum-CO-alpine-bank'), mapOptions);}document.getElementById('a89c8913').innerHTML += ' | View Map';var $l8b3727a35276726e2c33f18011523ad9 = '

Alpine Bank

Address: 104 Oakridge CT, Gypsum, CO 81637
Phone: (970) 524-1666
';var m_8b3727a35276726e2c33f18011523ad9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Alpine Bank',});m_8b3727a35276726e2c33f18011523ad9['infowindow'] = new google.maps.InfoWindow({content: $l8b3727a35276726e2c33f18011523ad9});var infowindow = new google.maps.InfoWindow({content: $l8b3727a35276726e2c33f18011523ad9});google.maps.event.addListener(m_8b3727a35276726e2c33f18011523ad9, 'click', function() {infowindow.open(map,m_8b3727a35276726e2c33f18011523ad9);});$marker.push(m_8b3727a35276726e2c33f18011523ad9);}});}google.maps.event.addDomListener(window, 'load', initialize);