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.8199,-95.6918)};var g_726a071f666b50e9ac45f093a33e57ab = new google.maps.Geocoder();g_726a071f666b50e9ac45f093a33e57ab.geocode( { 'address': "530 W Main St, Carbondale, KS 66414"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('carbondale-KS-carbondale-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('carbondale-KS-carbondale-state-bank'), mapOptions);}document.getElementById('27fa159f').innerHTML += ' | View Map';var $l726a071f666b50e9ac45f093a33e57ab = '

Carbondale State Bank

Address: 530 W Main St, Carbondale, KS 66414
Phone: (785) 836-7195
';var m_726a071f666b50e9ac45f093a33e57ab = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Carbondale State Bank',});m_726a071f666b50e9ac45f093a33e57ab['infowindow'] = new google.maps.InfoWindow({content: $l726a071f666b50e9ac45f093a33e57ab});var infowindow = new google.maps.InfoWindow({content: $l726a071f666b50e9ac45f093a33e57ab});google.maps.event.addListener(m_726a071f666b50e9ac45f093a33e57ab, 'click', function() {infowindow.open(map,m_726a071f666b50e9ac45f093a33e57ab);});$marker.push(m_726a071f666b50e9ac45f093a33e57ab);}});}google.maps.event.addDomListener(window, 'load', initialize);