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.9211,-97.2201)};var g_54d11a7d39e83966fda2f76219587d70 = new google.maps.Geocoder();g_54d11a7d39e83966fda2f76219587d70.geocode( { 'address': "501 N Cedar St, Abilene, KS 67410"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('abilene-KS-solomon-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('abilene-KS-solomon-state-bank'), mapOptions);}document.getElementById('bd479991').innerHTML += ' | View Map';var $l54d11a7d39e83966fda2f76219587d70 = '

Solomon State Bank

Address: 501 N Cedar St, Abilene, KS 67410
Phone: (785) 263-1332
';var m_54d11a7d39e83966fda2f76219587d70 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Solomon State Bank',});m_54d11a7d39e83966fda2f76219587d70['infowindow'] = new google.maps.InfoWindow({content: $l54d11a7d39e83966fda2f76219587d70});var infowindow = new google.maps.InfoWindow({content: $l54d11a7d39e83966fda2f76219587d70});google.maps.event.addListener(m_54d11a7d39e83966fda2f76219587d70, 'click', function() {infowindow.open(map,m_54d11a7d39e83966fda2f76219587d70);});$marker.push(m_54d11a7d39e83966fda2f76219587d70);}});}google.maps.event.addDomListener(window, 'load', initialize);