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.1873,-96.0534)};var g_8c862dd32635e2ddb2838aa18ef74a5a = new google.maps.Geocoder();g_8c862dd32635e2ddb2838aa18ef74a5a.geocode( { 'address': "905 E Bertrand Ave, St Marys, KS 66536, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saint-marys-KS-st-marys-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('saint-marys-KS-st-marys-state-bank'), mapOptions);}document.getElementById('8aafd7b2').innerHTML += ' | View Map';var $l8c862dd32635e2ddb2838aa18ef74a5a = '

St Marys State Bank

Address: 905 E Bertrand Ave, St Marys, KS 66536, USA
Phone: (785) 437-2271
';var m_8c862dd32635e2ddb2838aa18ef74a5a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'St Marys State Bank',});m_8c862dd32635e2ddb2838aa18ef74a5a['infowindow'] = new google.maps.InfoWindow({content: $l8c862dd32635e2ddb2838aa18ef74a5a});var infowindow = new google.maps.InfoWindow({content: $l8c862dd32635e2ddb2838aa18ef74a5a});google.maps.event.addListener(m_8c862dd32635e2ddb2838aa18ef74a5a, 'click', function() {infowindow.open(map,m_8c862dd32635e2ddb2838aa18ef74a5a);});$marker.push(m_8c862dd32635e2ddb2838aa18ef74a5a);}});}google.maps.event.addDomListener(window, 'load', initialize);