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(38.789,-92.2597)};var g_20589c9e007043577bc5c24521b2f320 = new google.maps.Geocoder();g_20589c9e007043577bc5c24521b2f320.geocode( { 'address': "106 E Broadway, Ashland, MO 65010"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ashland-MO-commerce-bank').style.display = '';map = new google.maps.Map(document.getElementById('ashland-MO-commerce-bank'), mapOptions);}document.getElementById('7cd1f386').innerHTML += ' | View Map';var $l20589c9e007043577bc5c24521b2f320 = '

Commerce Bank

Address: 106 E Broadway, Ashland, MO 65010
Phone: (573) 657-1434
';var m_20589c9e007043577bc5c24521b2f320 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Commerce Bank',});m_20589c9e007043577bc5c24521b2f320['infowindow'] = new google.maps.InfoWindow({content: $l20589c9e007043577bc5c24521b2f320});var infowindow = new google.maps.InfoWindow({content: $l20589c9e007043577bc5c24521b2f320});google.maps.event.addListener(m_20589c9e007043577bc5c24521b2f320, 'click', function() {infowindow.open(map,m_20589c9e007043577bc5c24521b2f320);});$marker.push(m_20589c9e007043577bc5c24521b2f320);}});}google.maps.event.addDomListener(window, 'load', initialize);