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.5572,-97.2432)};var g_3935f26a81a8d5ff8407b49d626f4372 = new google.maps.Geocoder();g_3935f26a81a8d5ff8407b49d626f4372.geocode( { 'address': "300 N Rock Rd, Derby, KS 67037"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('derby-KS-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('derby-KS-bank-of-the-west'), mapOptions);}document.getElementById('eeb2a958').innerHTML += ' | View Map';var $l3935f26a81a8d5ff8407b49d626f4372 = '

Bank of the West

Address: 300 N Rock Rd, Derby, KS 67037
Phone: (316) 448-5601
';var m_3935f26a81a8d5ff8407b49d626f4372 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West',});m_3935f26a81a8d5ff8407b49d626f4372['infowindow'] = new google.maps.InfoWindow({content: $l3935f26a81a8d5ff8407b49d626f4372});var infowindow = new google.maps.InfoWindow({content: $l3935f26a81a8d5ff8407b49d626f4372});google.maps.event.addListener(m_3935f26a81a8d5ff8407b49d626f4372, 'click', function() {infowindow.open(map,m_3935f26a81a8d5ff8407b49d626f4372);});$marker.push(m_3935f26a81a8d5ff8407b49d626f4372);}});}google.maps.event.addDomListener(window, 'load', initialize);