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.9155,-100.242)};var g_21248b95791951793125224bdb1594fb = new google.maps.Geocoder();g_21248b95791951793125224bdb1594fb.geocode( { 'address': "202 Highway 212, Quinter, KS 67752"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('quinter-KS-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('quinter-KS-state-bank'), mapOptions);}document.getElementById('e992ec90').innerHTML += ' | View Map';var $l21248b95791951793125224bdb1594fb = '

State Bank

Address: 202 Highway 212, Quinter, KS 67752
Phone: (785) 754-3761
';var m_21248b95791951793125224bdb1594fb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'State Bank',});m_21248b95791951793125224bdb1594fb['infowindow'] = new google.maps.InfoWindow({content: $l21248b95791951793125224bdb1594fb});var infowindow = new google.maps.InfoWindow({content: $l21248b95791951793125224bdb1594fb});google.maps.event.addListener(m_21248b95791951793125224bdb1594fb, 'click', function() {infowindow.open(map,m_21248b95791951793125224bdb1594fb);});$marker.push(m_21248b95791951793125224bdb1594fb);}});}google.maps.event.addDomListener(window, 'load', initialize);