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.5596,-97.1354)};var g_0ae775a8cb3b499ad1fca944e6f5c836 = new google.maps.Geocoder();g_0ae775a8cb3b499ad1fca944e6f5c836.geocode( { 'address': "107 N Rose Hill Rd, Rose Hill, KS 67133, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rose-hill-KS-rose-hill-bank').style.display = '';map = new google.maps.Map(document.getElementById('rose-hill-KS-rose-hill-bank'), mapOptions);}document.getElementById('4fc088ff').innerHTML += ' | View Map';var $l0ae775a8cb3b499ad1fca944e6f5c836 = '

Rose Hill Bank

Address: 107 N Rose Hill Rd, Rose Hill, KS 67133, USA
Phone: (316) 776-2131
';var m_0ae775a8cb3b499ad1fca944e6f5c836 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Rose Hill Bank',});m_0ae775a8cb3b499ad1fca944e6f5c836['infowindow'] = new google.maps.InfoWindow({content: $l0ae775a8cb3b499ad1fca944e6f5c836});var infowindow = new google.maps.InfoWindow({content: $l0ae775a8cb3b499ad1fca944e6f5c836});google.maps.event.addListener(m_0ae775a8cb3b499ad1fca944e6f5c836, 'click', function() {infowindow.open(map,m_0ae775a8cb3b499ad1fca944e6f5c836);});$marker.push(m_0ae775a8cb3b499ad1fca944e6f5c836);}});}google.maps.event.addDomListener(window, 'load', initialize);