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.9436,-95.1503)};var g_51852caf3f31a2f4fb0b00ff3d4586f3 = new google.maps.Geocoder();g_51852caf3f31a2f4fb0b00ff3d4586f3.geocode( { 'address': "247 N Cedar St, Moran, KS 66755"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('moran-KS-emprise-bank').style.display = '';map = new google.maps.Map(document.getElementById('moran-KS-emprise-bank'), mapOptions);}document.getElementById('0e564c6e').innerHTML += ' | View Map';var $l51852caf3f31a2f4fb0b00ff3d4586f3 = '

Emprise Bank

Address: 247 N Cedar St, Moran, KS 66755
Phone: (620) 237-4659
';var m_51852caf3f31a2f4fb0b00ff3d4586f3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Emprise Bank',});m_51852caf3f31a2f4fb0b00ff3d4586f3['infowindow'] = new google.maps.InfoWindow({content: $l51852caf3f31a2f4fb0b00ff3d4586f3});var infowindow = new google.maps.InfoWindow({content: $l51852caf3f31a2f4fb0b00ff3d4586f3});google.maps.event.addListener(m_51852caf3f31a2f4fb0b00ff3d4586f3, 'click', function() {infowindow.open(map,m_51852caf3f31a2f4fb0b00ff3d4586f3);});$marker.push(m_51852caf3f31a2f4fb0b00ff3d4586f3);}});}google.maps.event.addDomListener(window, 'load', initialize);