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.8847,-98.1855)};var g_4819cb6499a58830f6309d138de97405 = new google.maps.Geocoder();g_4819cb6499a58830f6309d138de97405.geocode( { 'address': "116 S Lincoln St, Arlington, KS 67514"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('arlington-KS-citizens-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('arlington-KS-citizens-community-bank'), mapOptions);}document.getElementById('5406a029').innerHTML += ' | View Map';var $l4819cb6499a58830f6309d138de97405 = '

Citizens Community Bank

Address: 116 S Lincoln St, Arlington, KS 67514
Phone: (620) 538-2266
';var m_4819cb6499a58830f6309d138de97405 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Community Bank',});m_4819cb6499a58830f6309d138de97405['infowindow'] = new google.maps.InfoWindow({content: $l4819cb6499a58830f6309d138de97405});var infowindow = new google.maps.InfoWindow({content: $l4819cb6499a58830f6309d138de97405});google.maps.event.addListener(m_4819cb6499a58830f6309d138de97405, 'click', function() {infowindow.open(map,m_4819cb6499a58830f6309d138de97405);});$marker.push(m_4819cb6499a58830f6309d138de97405);}});}google.maps.event.addDomListener(window, 'load', initialize);