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.0781,-97.3488)};var g_5ef9934e88e3b081d9e4b31ea67fa6d7 = new google.maps.Geocoder();g_5ef9934e88e3b081d9e4b31ea67fa6d7.geocode( { 'address': "3001 Ivy Dr, North Newton, KS 67117, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-newton-KS-midland-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('north-newton-KS-midland-national-bank'), mapOptions);}document.getElementById('bdc04b12').innerHTML += ' | View Map';var $l5ef9934e88e3b081d9e4b31ea67fa6d7 = '

Midland National Bank

Address: 3001 Ivy Dr, North Newton, KS 67117, USA
Phone: (316) 283-1700
';var m_5ef9934e88e3b081d9e4b31ea67fa6d7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Midland National Bank',});m_5ef9934e88e3b081d9e4b31ea67fa6d7['infowindow'] = new google.maps.InfoWindow({content: $l5ef9934e88e3b081d9e4b31ea67fa6d7});var infowindow = new google.maps.InfoWindow({content: $l5ef9934e88e3b081d9e4b31ea67fa6d7});google.maps.event.addListener(m_5ef9934e88e3b081d9e4b31ea67fa6d7, 'click', function() {infowindow.open(map,m_5ef9934e88e3b081d9e4b31ea67fa6d7);});$marker.push(m_5ef9934e88e3b081d9e4b31ea67fa6d7);}});}google.maps.event.addDomListener(window, 'load', initialize);