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(40.1906,-92.5724)};var g_b619892e6df1fdaf1eb92ed22a80914a = new google.maps.Geocoder();g_b619892e6df1fdaf1eb92ed22a80914a.geocode( { 'address': "600 S Baltimore St, Kirksville, MO 63501, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kirksville-MO-northeast-missouri-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('kirksville-MO-northeast-missouri-state-bank'), mapOptions);}document.getElementById('7c90c4e2').innerHTML += ' | View Map';var $lb619892e6df1fdaf1eb92ed22a80914a = '

Northeast Missouri State Bank

Address: 600 S Baltimore St, Kirksville, MO 63501, USA
Phone: (660) 665-6161
';var m_b619892e6df1fdaf1eb92ed22a80914a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northeast Missouri State Bank',});m_b619892e6df1fdaf1eb92ed22a80914a['infowindow'] = new google.maps.InfoWindow({content: $lb619892e6df1fdaf1eb92ed22a80914a});var infowindow = new google.maps.InfoWindow({content: $lb619892e6df1fdaf1eb92ed22a80914a});google.maps.event.addListener(m_b619892e6df1fdaf1eb92ed22a80914a, 'click', function() {infowindow.open(map,m_b619892e6df1fdaf1eb92ed22a80914a);});$marker.push(m_b619892e6df1fdaf1eb92ed22a80914a);}});}google.maps.event.addDomListener(window, 'load', initialize);