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.4822,-100.907)};var g_b4f6926d4794e9cdb293fa94a06b4577 = new google.maps.Geocoder();g_b4f6926d4794e9cdb293fa94a06b4577.geocode( { 'address': "501 Main St, Scott City, KS 67871, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('scott-city-KS-first-national-bank-scott-city').style.display = '';map = new google.maps.Map(document.getElementById('scott-city-KS-first-national-bank-scott-city'), mapOptions);}document.getElementById('d310b604').innerHTML += ' | View Map';var $lb4f6926d4794e9cdb293fa94a06b4577 = '

First National Bank-Scott City

Address: 501 Main St, Scott City, KS 67871, USA
Phone: (620) 872-2143
';var m_b4f6926d4794e9cdb293fa94a06b4577 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank-Scott City',});m_b4f6926d4794e9cdb293fa94a06b4577['infowindow'] = new google.maps.InfoWindow({content: $lb4f6926d4794e9cdb293fa94a06b4577});var infowindow = new google.maps.InfoWindow({content: $lb4f6926d4794e9cdb293fa94a06b4577});google.maps.event.addListener(m_b4f6926d4794e9cdb293fa94a06b4577, 'click', function() {infowindow.open(map,m_b4f6926d4794e9cdb293fa94a06b4577);});$marker.push(m_b4f6926d4794e9cdb293fa94a06b4577);}});}google.maps.event.addDomListener(window, 'load', initialize);