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.6076,-95.2676)};var g_449ef87e4d3fa1f1f268196b185627dd = new google.maps.Geocoder();g_449ef87e4d3fa1f1f268196b185627dd.geocode( { 'address': "700 S Main St, Ottawa, KS 66067"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ottawa-KS-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('ottawa-KS-bank-of-the-west'), mapOptions);}document.getElementById('0966a49d').innerHTML += ' | View Map';var $l449ef87e4d3fa1f1f268196b185627dd = '

Bank of the West

Address: 700 S Main St, Ottawa, KS 66067
Phone: (785) 242-2804
';var m_449ef87e4d3fa1f1f268196b185627dd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West',});m_449ef87e4d3fa1f1f268196b185627dd['infowindow'] = new google.maps.InfoWindow({content: $l449ef87e4d3fa1f1f268196b185627dd});var infowindow = new google.maps.InfoWindow({content: $l449ef87e4d3fa1f1f268196b185627dd});google.maps.event.addListener(m_449ef87e4d3fa1f1f268196b185627dd, 'click', function() {infowindow.open(map,m_449ef87e4d3fa1f1f268196b185627dd);});$marker.push(m_449ef87e4d3fa1f1f268196b185627dd);}});}google.maps.event.addDomListener(window, 'load', initialize);