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.5718,-94.879)};var g_ab37ebe9604059e61c19d65ae7024b22 = new google.maps.Geocoder();g_ab37ebe9604059e61c19d65ae7024b22.geocode( { 'address': "29 W Wea St, Paola, KS 66071, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('paola-KS-first-security-bank').style.display = '';map = new google.maps.Map(document.getElementById('paola-KS-first-security-bank'), mapOptions);}document.getElementById('a379e2ac').innerHTML += ' | View Map';var $lab37ebe9604059e61c19d65ae7024b22 = '

First Security Bank

Address: 29 W Wea St, Paola, KS 66071, USA
Phone: (913) 557-3200
';var m_ab37ebe9604059e61c19d65ae7024b22 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Security Bank',});m_ab37ebe9604059e61c19d65ae7024b22['infowindow'] = new google.maps.InfoWindow({content: $lab37ebe9604059e61c19d65ae7024b22});var infowindow = new google.maps.InfoWindow({content: $lab37ebe9604059e61c19d65ae7024b22});google.maps.event.addListener(m_ab37ebe9604059e61c19d65ae7024b22, 'click', function() {infowindow.open(map,m_ab37ebe9604059e61c19d65ae7024b22);});$marker.push(m_ab37ebe9604059e61c19d65ae7024b22);}});}google.maps.event.addDomListener(window, 'load', initialize);