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(37.6915,-96.9761)};var g_a70a3a174938bdf20e7b87062c015792 = new google.maps.Geocoder();g_a70a3a174938bdf20e7b87062c015792.geocode( { 'address': "1420 N Ohio St, Augusta, KS 67010"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('augusta-KS-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('augusta-KS-bank-of-the-west'), mapOptions);}document.getElementById('09d09781').innerHTML += ' | View Map';var $la70a3a174938bdf20e7b87062c015792 = '

Bank of the West

Address: 1420 N Ohio St, Augusta, KS 67010
Phone: (316) 775-2208
';var m_a70a3a174938bdf20e7b87062c015792 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West',});m_a70a3a174938bdf20e7b87062c015792['infowindow'] = new google.maps.InfoWindow({content: $la70a3a174938bdf20e7b87062c015792});var infowindow = new google.maps.InfoWindow({content: $la70a3a174938bdf20e7b87062c015792});google.maps.event.addListener(m_a70a3a174938bdf20e7b87062c015792, 'click', function() {infowindow.open(map,m_a70a3a174938bdf20e7b87062c015792);});$marker.push(m_a70a3a174938bdf20e7b87062c015792);}});}google.maps.event.addDomListener(window, 'load', initialize);