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(37.2328,-96.9548)};var g_310b60949d2b6096903d7e8a539b20f5 = new google.maps.Geocoder();g_310b60949d2b6096903d7e8a539b20f5.geocode( { 'address': "1610 Main St, Winfield, KS 67156"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('winfield-KS-rcb-bank').style.display = '';map = new google.maps.Map(document.getElementById('winfield-KS-rcb-bank'), mapOptions);}document.getElementById('8f613200').innerHTML += ' | View Map';var $l310b60949d2b6096903d7e8a539b20f5 = '

Rcb Bank

Address: 1610 Main St, Winfield, KS 67156
Phone: (620) 221-4836
';var m_310b60949d2b6096903d7e8a539b20f5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Rcb Bank',});m_310b60949d2b6096903d7e8a539b20f5['infowindow'] = new google.maps.InfoWindow({content: $l310b60949d2b6096903d7e8a539b20f5});var infowindow = new google.maps.InfoWindow({content: $l310b60949d2b6096903d7e8a539b20f5});google.maps.event.addListener(m_310b60949d2b6096903d7e8a539b20f5, 'click', function() {infowindow.open(map,m_310b60949d2b6096903d7e8a539b20f5);});$marker.push(m_310b60949d2b6096903d7e8a539b20f5);}});}google.maps.event.addDomListener(window, 'load', initialize);