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.1405,-91.0619)};var g_a99803171f1f7d8ef068f70b21071d21 = new google.maps.Geocoder();g_a99803171f1f7d8ef068f70b21071d21.geocode( { 'address': "20 S 2nd St, Silex, MO 63377"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('silex-MO-silex-banking-co').style.display = '';map = new google.maps.Map(document.getElementById('silex-MO-silex-banking-co'), mapOptions);}document.getElementById('9362b5fb').innerHTML += ' | View Map';var $la99803171f1f7d8ef068f70b21071d21 = '

Silex Banking Co

Address: 20 S 2nd St, Silex, MO 63377
Phone: (573) 384-5221
';var m_a99803171f1f7d8ef068f70b21071d21 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Silex Banking Co',});m_a99803171f1f7d8ef068f70b21071d21['infowindow'] = new google.maps.InfoWindow({content: $la99803171f1f7d8ef068f70b21071d21});var infowindow = new google.maps.InfoWindow({content: $la99803171f1f7d8ef068f70b21071d21});google.maps.event.addListener(m_a99803171f1f7d8ef068f70b21071d21, 'click', function() {infowindow.open(map,m_a99803171f1f7d8ef068f70b21071d21);});$marker.push(m_a99803171f1f7d8ef068f70b21071d21);}});}google.maps.event.addDomListener(window, 'load', initialize);