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.2463,-96.2514)};var g_ae31ee951b4d4bfb5518e0fcdc064a83 = new google.maps.Geocoder();g_ae31ee951b4d4bfb5518e0fcdc064a83.geocode( { 'address': "202 Westphalia St, Olpe, KS 66865"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('olpe-KS-olpe-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('olpe-KS-olpe-state-bank'), mapOptions);}document.getElementById('e0352027').innerHTML += ' | View Map';var $lae31ee951b4d4bfb5518e0fcdc064a83 = '

Olpe State Bank

Address: 202 Westphalia St, Olpe, KS 66865
Phone: (620) 475-3213
';var m_ae31ee951b4d4bfb5518e0fcdc064a83 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Olpe State Bank',});m_ae31ee951b4d4bfb5518e0fcdc064a83['infowindow'] = new google.maps.InfoWindow({content: $lae31ee951b4d4bfb5518e0fcdc064a83});var infowindow = new google.maps.InfoWindow({content: $lae31ee951b4d4bfb5518e0fcdc064a83});google.maps.event.addListener(m_ae31ee951b4d4bfb5518e0fcdc064a83, 'click', function() {infowindow.open(map,m_ae31ee951b4d4bfb5518e0fcdc064a83);});$marker.push(m_ae31ee951b4d4bfb5518e0fcdc064a83);}});}google.maps.event.addDomListener(window, 'load', initialize);