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.8725,-96.2592)};var g_4385a0335a5daa56f694a86f9e3e599e = new google.maps.Geocoder();g_4385a0335a5daa56f694a86f9e3e599e.geocode( { 'address': "413 Maple St, Axtell, KS 66403, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('axtell-KS-state-bank-bern').style.display = '';map = new google.maps.Map(document.getElementById('axtell-KS-state-bank-bern'), mapOptions);}document.getElementById('958a226f').innerHTML += ' | View Map';var $l4385a0335a5daa56f694a86f9e3e599e = '

State Bank-Bern

Address: 413 Maple St, Axtell, KS 66403, USA
Phone: (785) 736-2973
';var m_4385a0335a5daa56f694a86f9e3e599e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'State Bank-Bern',});m_4385a0335a5daa56f694a86f9e3e599e['infowindow'] = new google.maps.InfoWindow({content: $l4385a0335a5daa56f694a86f9e3e599e});var infowindow = new google.maps.InfoWindow({content: $l4385a0335a5daa56f694a86f9e3e599e});google.maps.event.addListener(m_4385a0335a5daa56f694a86f9e3e599e, 'click', function() {infowindow.open(map,m_4385a0335a5daa56f694a86f9e3e599e);});$marker.push(m_4385a0335a5daa56f694a86f9e3e599e);}});}google.maps.event.addDomListener(window, 'load', initialize);