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.0633,-97.0393)};var g_b10d826d88e78556ba8e1c92f688a587 = new google.maps.Geocoder();g_b10d826d88e78556ba8e1c92f688a587.geocode( { 'address': "125 N Summit St, Arkansas City, KS 67005, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('arkansas-city-KS-rcb-bank').style.display = '';map = new google.maps.Map(document.getElementById('arkansas-city-KS-rcb-bank'), mapOptions);}document.getElementById('300a9534').innerHTML += ' | View Map';var $lb10d826d88e78556ba8e1c92f688a587 = '

RCB Bank

Address: 125 N Summit St, Arkansas City, KS 67005, USA
Phone: (620) 442-6500
';var m_b10d826d88e78556ba8e1c92f688a587 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'RCB Bank',});m_b10d826d88e78556ba8e1c92f688a587['infowindow'] = new google.maps.InfoWindow({content: $lb10d826d88e78556ba8e1c92f688a587});var infowindow = new google.maps.InfoWindow({content: $lb10d826d88e78556ba8e1c92f688a587});google.maps.event.addListener(m_b10d826d88e78556ba8e1c92f688a587, 'click', function() {infowindow.open(map,m_b10d826d88e78556ba8e1c92f688a587);});$marker.push(m_b10d826d88e78556ba8e1c92f688a587);}});}google.maps.event.addDomListener(window, 'load', initialize);