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.7769,-98.7858)};var g_547335f04b26ae4a186960be2c811aab = new google.maps.Geocoder();g_547335f04b26ae4a186960be2c811aab.geocode( { 'address': "133 S Main St, Smith Center, KS 66967, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('smith-center-KS-first-national-bank-smith-center').style.display = '';map = new google.maps.Map(document.getElementById('smith-center-KS-first-national-bank-smith-center'), mapOptions);}document.getElementById('a90b2d25').innerHTML += ' | View Map';var $l547335f04b26ae4a186960be2c811aab = '

First National Bank-Smith Center

Address: 133 S Main St, Smith Center, KS 66967, USA
Phone: (785) 282-6641
';var m_547335f04b26ae4a186960be2c811aab = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank-Smith Center',});m_547335f04b26ae4a186960be2c811aab['infowindow'] = new google.maps.InfoWindow({content: $l547335f04b26ae4a186960be2c811aab});var infowindow = new google.maps.InfoWindow({content: $l547335f04b26ae4a186960be2c811aab});google.maps.event.addListener(m_547335f04b26ae4a186960be2c811aab, 'click', function() {infowindow.open(map,m_547335f04b26ae4a186960be2c811aab);});$marker.push(m_547335f04b26ae4a186960be2c811aab);}});}google.maps.event.addDomListener(window, 'load', initialize);