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()};var g_a22ede5d703532f281f393a5459571fd = new google.maps.Geocoder();g_a22ede5d703532f281f393a5459571fd.geocode( { 'address': "121 W Washington St, St Francis, KS 67756"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('st-francis-KS-bankwest-st-francis').style.display = '';map = new google.maps.Map(document.getElementById('st-francis-KS-bankwest-st-francis'), mapOptions);}document.getElementById('e5c2885a').innerHTML += ' | View Map';var $la22ede5d703532f281f393a5459571fd = '

Bankwest-St Francis

Address: 121 W Washington St, St Francis, KS 67756
Phone: (785) 332-3333
';var m_a22ede5d703532f281f393a5459571fd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bankwest-St Francis',});m_a22ede5d703532f281f393a5459571fd['infowindow'] = new google.maps.InfoWindow({content: $la22ede5d703532f281f393a5459571fd});var infowindow = new google.maps.InfoWindow({content: $la22ede5d703532f281f393a5459571fd});google.maps.event.addListener(m_a22ede5d703532f281f393a5459571fd, 'click', function() {infowindow.open(map,m_a22ede5d703532f281f393a5459571fd);});$marker.push(m_a22ede5d703532f281f393a5459571fd);}});}google.maps.event.addDomListener(window, 'load', initialize);