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.8351,-90.7423)};var g_e9b2823e05eabb28845782162cfd4abd = new google.maps.Geocoder();g_e9b2823e05eabb28845782162cfd4abd.geocode( { 'address': "4190 Highway K, O Fallon, MO 63368"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('o-fallon-MO-jefferson-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('o-fallon-MO-jefferson-bank-trust'), mapOptions);}document.getElementById('b1b6a235').innerHTML += ' | View Map';var $le9b2823e05eabb28845782162cfd4abd = '

Jefferson Bank & Trust

Address: 4190 Highway K, O Fallon, MO 63368
Phone: (636) 300-0100
';var m_e9b2823e05eabb28845782162cfd4abd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Jefferson Bank & Trust',});m_e9b2823e05eabb28845782162cfd4abd['infowindow'] = new google.maps.InfoWindow({content: $le9b2823e05eabb28845782162cfd4abd});var infowindow = new google.maps.InfoWindow({content: $le9b2823e05eabb28845782162cfd4abd});google.maps.event.addListener(m_e9b2823e05eabb28845782162cfd4abd, 'click', function() {infowindow.open(map,m_e9b2823e05eabb28845782162cfd4abd);});$marker.push(m_e9b2823e05eabb28845782162cfd4abd);}});}google.maps.event.addDomListener(window, 'load', initialize);