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.1312,-93.2943)};var g_5734bb4825668b18cf9482687c0c2b40 = new google.maps.Geocoder();g_5734bb4825668b18cf9482687c0c2b40.geocode( { 'address': "204 W Primrose St, Springfield, MO 65807"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('springfield-MO-wood-huston-bank').style.display = '';map = new google.maps.Map(document.getElementById('springfield-MO-wood-huston-bank'), mapOptions);}document.getElementById('77fc46b6').innerHTML += ' | View Map';var $l5734bb4825668b18cf9482687c0c2b40 = '

Wood & Huston Bank

Address: 204 W Primrose St, Springfield, MO 65807
Phone: (417) 881-6400
';var m_5734bb4825668b18cf9482687c0c2b40 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wood & Huston Bank',});m_5734bb4825668b18cf9482687c0c2b40['infowindow'] = new google.maps.InfoWindow({content: $l5734bb4825668b18cf9482687c0c2b40});var infowindow = new google.maps.InfoWindow({content: $l5734bb4825668b18cf9482687c0c2b40});google.maps.event.addListener(m_5734bb4825668b18cf9482687c0c2b40, 'click', function() {infowindow.open(map,m_5734bb4825668b18cf9482687c0c2b40);});$marker.push(m_5734bb4825668b18cf9482687c0c2b40);}});}google.maps.event.addDomListener(window, 'load', initialize);