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(38.412,-107.863)};var g_b3308ea9aee1f0c4c347ca531713523a = new google.maps.Geocoder();g_b3308ea9aee1f0c4c347ca531713523a.geocode( { 'address': "16750 S Townsend Ave, Montrose, CO 81401"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('montrose-CO-academy-bank').style.display = '';map = new google.maps.Map(document.getElementById('montrose-CO-academy-bank'), mapOptions);}document.getElementById('c02bfff4').innerHTML += ' | View Map';var $lb3308ea9aee1f0c4c347ca531713523a = '

Academy Bank

Address: 16750 S Townsend Ave, Montrose, CO 81401
Phone: (970) 249-1589
';var m_b3308ea9aee1f0c4c347ca531713523a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Academy Bank',});m_b3308ea9aee1f0c4c347ca531713523a['infowindow'] = new google.maps.InfoWindow({content: $lb3308ea9aee1f0c4c347ca531713523a});var infowindow = new google.maps.InfoWindow({content: $lb3308ea9aee1f0c4c347ca531713523a});google.maps.event.addListener(m_b3308ea9aee1f0c4c347ca531713523a, 'click', function() {infowindow.open(map,m_b3308ea9aee1f0c4c347ca531713523a);});$marker.push(m_b3308ea9aee1f0c4c347ca531713523a);}});}google.maps.event.addDomListener(window, 'load', initialize);