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(39.3488,-101.712)};var g_a0368cd40dbd0600d33a4dfb5c63c6f3 = new google.maps.Geocoder();g_a0368cd40dbd0600d33a4dfb5c63c6f3.geocode( { 'address': "924 Main St, Goodland, KS 67735"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('goodland-KS-bankwest').style.display = '';map = new google.maps.Map(document.getElementById('goodland-KS-bankwest'), mapOptions);}document.getElementById('365c202b').innerHTML += ' | View Map';var $la0368cd40dbd0600d33a4dfb5c63c6f3 = '

Bankwest

Address: 924 Main St, Goodland, KS 67735
Phone: (785) 899-2342
';var m_a0368cd40dbd0600d33a4dfb5c63c6f3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bankwest',});m_a0368cd40dbd0600d33a4dfb5c63c6f3['infowindow'] = new google.maps.InfoWindow({content: $la0368cd40dbd0600d33a4dfb5c63c6f3});var infowindow = new google.maps.InfoWindow({content: $la0368cd40dbd0600d33a4dfb5c63c6f3});google.maps.event.addListener(m_a0368cd40dbd0600d33a4dfb5c63c6f3, 'click', function() {infowindow.open(map,m_a0368cd40dbd0600d33a4dfb5c63c6f3);});$marker.push(m_a0368cd40dbd0600d33a4dfb5c63c6f3);}});}google.maps.event.addDomListener(window, 'load', initialize);