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.1494,-93.8467)};var g_e7a493b9b2145a9a61cbd4a62c12b171 = new google.maps.Geocoder();g_e7a493b9b2145a9a61cbd4a62c12b171.geocode( { 'address': "1211 Main St, Lexington, MO 64067"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lexington-MO-bank-midwest').style.display = '';map = new google.maps.Map(document.getElementById('lexington-MO-bank-midwest'), mapOptions);}document.getElementById('a66ea3d2').innerHTML += ' | View Map';var $le7a493b9b2145a9a61cbd4a62c12b171 = '

Bank Midwest

Address: 1211 Main St, Lexington, MO 64067
Phone: (660) 259-4646
';var m_e7a493b9b2145a9a61cbd4a62c12b171 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank Midwest',});m_e7a493b9b2145a9a61cbd4a62c12b171['infowindow'] = new google.maps.InfoWindow({content: $le7a493b9b2145a9a61cbd4a62c12b171});var infowindow = new google.maps.InfoWindow({content: $le7a493b9b2145a9a61cbd4a62c12b171});google.maps.event.addListener(m_e7a493b9b2145a9a61cbd4a62c12b171, 'click', function() {infowindow.open(map,m_e7a493b9b2145a9a61cbd4a62c12b171);});$marker.push(m_e7a493b9b2145a9a61cbd4a62c12b171);}});}google.maps.event.addDomListener(window, 'load', initialize);