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.3243,-91.9562)};var g_f519cdf3b6ccadb6fdd733a32d724f70 = new google.maps.Geocoder();g_f519cdf3b6ccadb6fdd733a32d724f70.geocode( { 'address': "404 S Grand Ave, Houston, MO 65483, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('houston-MO-bank-of-houston').style.display = '';map = new google.maps.Map(document.getElementById('houston-MO-bank-of-houston'), mapOptions);}document.getElementById('d6bad91f').innerHTML += ' | View Map';var $lf519cdf3b6ccadb6fdd733a32d724f70 = '

Bank of Houston

Address: 404 S Grand Ave, Houston, MO 65483, USA
Phone: (417) 967-3351
';var m_f519cdf3b6ccadb6fdd733a32d724f70 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of Houston',});m_f519cdf3b6ccadb6fdd733a32d724f70['infowindow'] = new google.maps.InfoWindow({content: $lf519cdf3b6ccadb6fdd733a32d724f70});var infowindow = new google.maps.InfoWindow({content: $lf519cdf3b6ccadb6fdd733a32d724f70});google.maps.event.addListener(m_f519cdf3b6ccadb6fdd733a32d724f70, 'click', function() {infowindow.open(map,m_f519cdf3b6ccadb6fdd733a32d724f70);});$marker.push(m_f519cdf3b6ccadb6fdd733a32d724f70);}});}google.maps.event.addDomListener(window, 'load', initialize);