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

Bank of the West - ATM

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