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.5151,-90.449)};var g_34a15a5fcc66a6ea229845199fbc0195 = new google.maps.Geocoder();g_34a15a5fcc66a6ea229845199fbc0195.geocode( { 'address': "487 Old Smizer Mill Rd, Fenton, MO 63026, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fenton-MO-commerce-bank').style.display = '';map = new google.maps.Map(document.getElementById('fenton-MO-commerce-bank'), mapOptions);}document.getElementById('e07b4463').innerHTML += ' | View Map';var $l34a15a5fcc66a6ea229845199fbc0195 = '

Commerce Bank

Address: 487 Old Smizer Mill Rd, Fenton, MO 63026, USA
Phone: (314) 746-3002
';var m_34a15a5fcc66a6ea229845199fbc0195 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Commerce Bank',});m_34a15a5fcc66a6ea229845199fbc0195['infowindow'] = new google.maps.InfoWindow({content: $l34a15a5fcc66a6ea229845199fbc0195});var infowindow = new google.maps.InfoWindow({content: $l34a15a5fcc66a6ea229845199fbc0195});google.maps.event.addListener(m_34a15a5fcc66a6ea229845199fbc0195, 'click', function() {infowindow.open(map,m_34a15a5fcc66a6ea229845199fbc0195);});$marker.push(m_34a15a5fcc66a6ea229845199fbc0195);}});}google.maps.event.addDomListener(window, 'load', initialize);