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.1317,-94.4749)};var g_3e064198f39e38b192ad7f09cec16509 = new google.maps.Geocoder();g_3e064198f39e38b192ad7f09cec16509.geocode( { 'address': "1311 S Madison St, Webb City, MO 64870, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('webb-city-MO-commerce-bank').style.display = '';map = new google.maps.Map(document.getElementById('webb-city-MO-commerce-bank'), mapOptions);}document.getElementById('47c6a288').innerHTML += ' | View Map';var $l3e064198f39e38b192ad7f09cec16509 = '

Commerce Bank

Address: 1311 S Madison St, Webb City, MO 64870, USA
Phone: (417) 626-4707
';var m_3e064198f39e38b192ad7f09cec16509 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Commerce Bank',});m_3e064198f39e38b192ad7f09cec16509['infowindow'] = new google.maps.InfoWindow({content: $l3e064198f39e38b192ad7f09cec16509});var infowindow = new google.maps.InfoWindow({content: $l3e064198f39e38b192ad7f09cec16509});google.maps.event.addListener(m_3e064198f39e38b192ad7f09cec16509, 'click', function() {infowindow.open(map,m_3e064198f39e38b192ad7f09cec16509);});$marker.push(m_3e064198f39e38b192ad7f09cec16509);}});}google.maps.event.addDomListener(window, 'load', initialize);