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.6696,-98.1544)};var g_0a985bc81791e97f0a78ab33a58ba790 = new google.maps.Geocoder();g_0a985bc81791e97f0a78ab33a58ba790.geocode( { 'address': "120 N Washington St, Jewell, KS 66949, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jewell-KS-guaranty-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('jewell-KS-guaranty-state-bank'), mapOptions);}document.getElementById('ec0c2e7e').innerHTML += ' | View Map';var $l0a985bc81791e97f0a78ab33a58ba790 = '

Guaranty State Bank

Address: 120 N Washington St, Jewell, KS 66949, USA
Phone: (785) 428-3241
';var m_0a985bc81791e97f0a78ab33a58ba790 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Guaranty State Bank',});m_0a985bc81791e97f0a78ab33a58ba790['infowindow'] = new google.maps.InfoWindow({content: $l0a985bc81791e97f0a78ab33a58ba790});var infowindow = new google.maps.InfoWindow({content: $l0a985bc81791e97f0a78ab33a58ba790});google.maps.event.addListener(m_0a985bc81791e97f0a78ab33a58ba790, 'click', function() {infowindow.open(map,m_0a985bc81791e97f0a78ab33a58ba790);});$marker.push(m_0a985bc81791e97f0a78ab33a58ba790);}});}google.maps.event.addDomListener(window, 'load', initialize);