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(38.9965,-93.9539)};var g_cf88118aa2ba88de549d08038ae76606 = new google.maps.Geocoder();g_cf88118aa2ba88de549d08038ae76606.geocode( { 'address': "228 S 2nd St, Odessa, MO 64076"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('odessa-MO-bl-bank').style.display = '';map = new google.maps.Map(document.getElementById('odessa-MO-bl-bank'), mapOptions);}document.getElementById('00fd33f5').innerHTML += ' | View Map';var $lcf88118aa2ba88de549d08038ae76606 = '

B&L Bank

Address: 228 S 2nd St, Odessa, MO 64076
Phone: (816) 230-1519
';var m_cf88118aa2ba88de549d08038ae76606 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'B&L Bank',});m_cf88118aa2ba88de549d08038ae76606['infowindow'] = new google.maps.InfoWindow({content: $lcf88118aa2ba88de549d08038ae76606});var infowindow = new google.maps.InfoWindow({content: $lcf88118aa2ba88de549d08038ae76606});google.maps.event.addListener(m_cf88118aa2ba88de549d08038ae76606, 'click', function() {infowindow.open(map,m_cf88118aa2ba88de549d08038ae76606);});$marker.push(m_cf88118aa2ba88de549d08038ae76606);}});}google.maps.event.addDomListener(window, 'load', initialize);