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.7236,-96.13)};var g_6ae23dfc7fa555812f517be47221d6da = new google.maps.Geocoder();g_6ae23dfc7fa555812f517be47221d6da.geocode( { 'address': "620 4th St, Centralia, KS 66415, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('centralia-KS-first-national-bank-centralia').style.display = '';map = new google.maps.Map(document.getElementById('centralia-KS-first-national-bank-centralia'), mapOptions);}document.getElementById('8103c92d').innerHTML += ' | View Map';var $l6ae23dfc7fa555812f517be47221d6da = '

First National Bank-Centralia

Address: 620 4th St, Centralia, KS 66415, USA
Phone: (785) 857-3341
';var m_6ae23dfc7fa555812f517be47221d6da = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank-Centralia',});m_6ae23dfc7fa555812f517be47221d6da['infowindow'] = new google.maps.InfoWindow({content: $l6ae23dfc7fa555812f517be47221d6da});var infowindow = new google.maps.InfoWindow({content: $l6ae23dfc7fa555812f517be47221d6da});google.maps.event.addListener(m_6ae23dfc7fa555812f517be47221d6da, 'click', function() {infowindow.open(map,m_6ae23dfc7fa555812f517be47221d6da);});$marker.push(m_6ae23dfc7fa555812f517be47221d6da);}});}google.maps.event.addDomListener(window, 'load', initialize);