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.2032,-99.4839)};var g_2068a750acdaea23639f97e0f3a1e3e8 = new google.maps.Geocoder();g_2068a750acdaea23639f97e0f3a1e3e8.geocode( { 'address': "302 N Broadway Ave, Protection, KS 67127, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('protection-KS-bank-of-protection').style.display = '';map = new google.maps.Map(document.getElementById('protection-KS-bank-of-protection'), mapOptions);}document.getElementById('87b218a7').innerHTML += ' | View Map';var $l2068a750acdaea23639f97e0f3a1e3e8 = '

Bank of Protection

Address: 302 N Broadway Ave, Protection, KS 67127, USA
Phone: (620) 622-4224
';var m_2068a750acdaea23639f97e0f3a1e3e8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of Protection',});m_2068a750acdaea23639f97e0f3a1e3e8['infowindow'] = new google.maps.InfoWindow({content: $l2068a750acdaea23639f97e0f3a1e3e8});var infowindow = new google.maps.InfoWindow({content: $l2068a750acdaea23639f97e0f3a1e3e8});google.maps.event.addListener(m_2068a750acdaea23639f97e0f3a1e3e8, 'click', function() {infowindow.open(map,m_2068a750acdaea23639f97e0f3a1e3e8);});$marker.push(m_2068a750acdaea23639f97e0f3a1e3e8);}});}google.maps.event.addDomListener(window, 'load', initialize);