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.1179,-93.4721)};var g_1aaddca2e76573919b644b1d17f91e5b = new google.maps.Geocoder();g_1aaddca2e76573919b644b1d17f91e5b.geocode( { 'address': "520 E Elm St, Republic, MO 65738, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('republic-MO-the-bank-of-missouri').style.display = '';map = new google.maps.Map(document.getElementById('republic-MO-the-bank-of-missouri'), mapOptions);}document.getElementById('170bae67').innerHTML += ' | View Map';var $l1aaddca2e76573919b644b1d17f91e5b = '

The Bank of Missouri

Address: 520 E Elm St, Republic, MO 65738, USA
Phone: (417) 732-4600
';var m_1aaddca2e76573919b644b1d17f91e5b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Bank of Missouri',});m_1aaddca2e76573919b644b1d17f91e5b['infowindow'] = new google.maps.InfoWindow({content: $l1aaddca2e76573919b644b1d17f91e5b});var infowindow = new google.maps.InfoWindow({content: $l1aaddca2e76573919b644b1d17f91e5b});google.maps.event.addListener(m_1aaddca2e76573919b644b1d17f91e5b, 'click', function() {infowindow.open(map,m_1aaddca2e76573919b644b1d17f91e5b);});$marker.push(m_1aaddca2e76573919b644b1d17f91e5b);}});}google.maps.event.addDomListener(window, 'load', initialize);