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.0527,-93.3027)};var g_820b5138a91b4a3ef9a7024cbbcc9af9 = new google.maps.Geocoder();g_820b5138a91b4a3ef9a7024cbbcc9af9.geocode( { 'address': "703 N. McCroskey, Suite 3, Nixa, MO 65714, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('nixa-MO-the-bank-of-missouri').style.display = '';map = new google.maps.Map(document.getElementById('nixa-MO-the-bank-of-missouri'), mapOptions);}document.getElementById('8beddb47').innerHTML += ' | View Map';var $l820b5138a91b4a3ef9a7024cbbcc9af9 = '

The Bank of Missouri

Address: 703 N. McCroskey, Suite 3, Nixa, MO 65714, USA
Phone: (417) 724-8900
';var m_820b5138a91b4a3ef9a7024cbbcc9af9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Bank of Missouri',});m_820b5138a91b4a3ef9a7024cbbcc9af9['infowindow'] = new google.maps.InfoWindow({content: $l820b5138a91b4a3ef9a7024cbbcc9af9});var infowindow = new google.maps.InfoWindow({content: $l820b5138a91b4a3ef9a7024cbbcc9af9});google.maps.event.addListener(m_820b5138a91b4a3ef9a7024cbbcc9af9, 'click', function() {infowindow.open(map,m_820b5138a91b4a3ef9a7024cbbcc9af9);});$marker.push(m_820b5138a91b4a3ef9a7024cbbcc9af9);}});}google.maps.event.addDomListener(window, 'load', initialize);