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(39.1364,-94.932)};var g_2d252bc2a98f1332554e9971b2720604 = new google.maps.Geocoder();g_2d252bc2a98f1332554e9971b2720604.geocode( { 'address': "15500 State Ave, Basehor, KS 66007"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('basehor-KS-citizens-savings-loan-association').style.display = '';map = new google.maps.Map(document.getElementById('basehor-KS-citizens-savings-loan-association'), mapOptions);}document.getElementById('733041c2').innerHTML += ' | View Map';var $l2d252bc2a98f1332554e9971b2720604 = '

Citizens Savings & Loan Association

Address: 15500 State Ave, Basehor, KS 66007
Phone: (913) 724-2050
';var m_2d252bc2a98f1332554e9971b2720604 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Savings & Loan Association',});m_2d252bc2a98f1332554e9971b2720604['infowindow'] = new google.maps.InfoWindow({content: $l2d252bc2a98f1332554e9971b2720604});var infowindow = new google.maps.InfoWindow({content: $l2d252bc2a98f1332554e9971b2720604});google.maps.event.addListener(m_2d252bc2a98f1332554e9971b2720604, 'click', function() {infowindow.open(map,m_2d252bc2a98f1332554e9971b2720604);});$marker.push(m_2d252bc2a98f1332554e9971b2720604);}});}google.maps.event.addDomListener(window, 'load', initialize);