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.8227,-97.6308)};var g_b299057015d5f68307f39647b2574f0a = new google.maps.Geocoder();g_b299057015d5f68307f39647b2574f0a.geocode( { 'address': "1205 18th St, Belleville, KS 66935"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('belleville-KS-astra-bank').style.display = '';map = new google.maps.Map(document.getElementById('belleville-KS-astra-bank'), mapOptions);}document.getElementById('78636718').innerHTML += ' | View Map';var $lb299057015d5f68307f39647b2574f0a = '

Astra Bank

Address: 1205 18th St, Belleville, KS 66935
Phone: (785) 527-2268
';var m_b299057015d5f68307f39647b2574f0a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Astra Bank',});m_b299057015d5f68307f39647b2574f0a['infowindow'] = new google.maps.InfoWindow({content: $lb299057015d5f68307f39647b2574f0a});var infowindow = new google.maps.InfoWindow({content: $lb299057015d5f68307f39647b2574f0a});google.maps.event.addListener(m_b299057015d5f68307f39647b2574f0a, 'click', function() {infowindow.open(map,m_b299057015d5f68307f39647b2574f0a);});$marker.push(m_b299057015d5f68307f39647b2574f0a);}});}google.maps.event.addDomListener(window, 'load', initialize);