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.8049,-91.0394)};var g_8d97d20d75f4ac3ace6dfedcd6be1a34 = new google.maps.Geocoder();g_8d97d20d75f4ac3ace6dfedcd6be1a34.geocode( { 'address': "690 W Service Rd N, Wright City, MO 63390"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wright-city-MO-american-bank-of-mo').style.display = '';map = new google.maps.Map(document.getElementById('wright-city-MO-american-bank-of-mo'), mapOptions);}document.getElementById('eefc44ed').innerHTML += ' | View Map';var $l8d97d20d75f4ac3ace6dfedcd6be1a34 = '

American Bank Of MO

Address: 690 W Service Rd N, Wright City, MO 63390
Phone: (636) 745-2930
';var m_8d97d20d75f4ac3ace6dfedcd6be1a34 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Bank Of MO',});m_8d97d20d75f4ac3ace6dfedcd6be1a34['infowindow'] = new google.maps.InfoWindow({content: $l8d97d20d75f4ac3ace6dfedcd6be1a34});var infowindow = new google.maps.InfoWindow({content: $l8d97d20d75f4ac3ace6dfedcd6be1a34});google.maps.event.addListener(m_8d97d20d75f4ac3ace6dfedcd6be1a34, 'click', function() {infowindow.open(map,m_8d97d20d75f4ac3ace6dfedcd6be1a34);});$marker.push(m_8d97d20d75f4ac3ace6dfedcd6be1a34);}});}google.maps.event.addDomListener(window, 'load', initialize);