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(40.2677,-94.0274)};var g_936f9c2a28699357e1c8f4103cefd11b = new google.maps.Geocoder();g_936f9c2a28699357e1c8f4103cefd11b.geocode( { 'address': "203 S 25th St, Bethany, MO 64424, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bethany-MO-great-western-bank').style.display = '';map = new google.maps.Map(document.getElementById('bethany-MO-great-western-bank'), mapOptions);}document.getElementById('36ddf610').innerHTML += ' | View Map';var $l936f9c2a28699357e1c8f4103cefd11b = '

Great Western Bank

Address: 203 S 25th St, Bethany, MO 64424, USA
Phone: (660) 425-4000
';var m_936f9c2a28699357e1c8f4103cefd11b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Great Western Bank',});m_936f9c2a28699357e1c8f4103cefd11b['infowindow'] = new google.maps.InfoWindow({content: $l936f9c2a28699357e1c8f4103cefd11b});var infowindow = new google.maps.InfoWindow({content: $l936f9c2a28699357e1c8f4103cefd11b});google.maps.event.addListener(m_936f9c2a28699357e1c8f4103cefd11b, 'click', function() {infowindow.open(map,m_936f9c2a28699357e1c8f4103cefd11b);});$marker.push(m_936f9c2a28699357e1c8f4103cefd11b);}});}google.maps.event.addDomListener(window, 'load', initialize);