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.69,-96.9712)};var g_e1d9ec04dfb60d33a120f01846509a62 = new google.maps.Geocoder();g_e1d9ec04dfb60d33a120f01846509a62.geocode( { 'address': "1420 N Ohio St, Augusta, KS 67010, USA"}, 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('12222521').innerHTML += ' | View Map';var $le1d9ec04dfb60d33a120f01846509a62 = '

Bank of the West

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