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.4823,-100.467)};var g_5aff2d646f28cbbbb361bc368f9b2080 = new google.maps.Geocoder();g_5aff2d646f28cbbbb361bc368f9b2080.geocode( { 'address': "105 E Long St, Dighton, KS 67839, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dighton-KS-first-national-bank-of-dighton').style.display = '';map = new google.maps.Map(document.getElementById('dighton-KS-first-national-bank-of-dighton'), mapOptions);}document.getElementById('748807f5').innerHTML += ' | View Map';var $l5aff2d646f28cbbbb361bc368f9b2080 = '

First National Bank of Dighton

Address: 105 E Long St, Dighton, KS 67839, USA
Phone: (620) 397-5324
';var m_5aff2d646f28cbbbb361bc368f9b2080 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank of Dighton',});m_5aff2d646f28cbbbb361bc368f9b2080['infowindow'] = new google.maps.InfoWindow({content: $l5aff2d646f28cbbbb361bc368f9b2080});var infowindow = new google.maps.InfoWindow({content: $l5aff2d646f28cbbbb361bc368f9b2080});google.maps.event.addListener(m_5aff2d646f28cbbbb361bc368f9b2080, 'click', function() {infowindow.open(map,m_5aff2d646f28cbbbb361bc368f9b2080);});$marker.push(m_5aff2d646f28cbbbb361bc368f9b2080);}});}google.maps.event.addDomListener(window, 'load', initialize);