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()};var g_3596c80a46918e6dde2f3c37290cba47 = new google.maps.Geocoder();g_3596c80a46918e6dde2f3c37290cba47.geocode( { 'address': "9800 Manchester Rd, St Louis, MO 63119"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('st-louis-MO-american-bank-of-missouri').style.display = '';map = new google.maps.Map(document.getElementById('st-louis-MO-american-bank-of-missouri'), mapOptions);}document.getElementById('3331adea').innerHTML += ' | View Map';var $l3596c80a46918e6dde2f3c37290cba47 = '

American Bank Of Missouri

Address: 9800 Manchester Rd, St Louis, MO 63119
Phone: (314) 963-2006
';var m_3596c80a46918e6dde2f3c37290cba47 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Bank Of Missouri',});m_3596c80a46918e6dde2f3c37290cba47['infowindow'] = new google.maps.InfoWindow({content: $l3596c80a46918e6dde2f3c37290cba47});var infowindow = new google.maps.InfoWindow({content: $l3596c80a46918e6dde2f3c37290cba47});google.maps.event.addListener(m_3596c80a46918e6dde2f3c37290cba47, 'click', function() {infowindow.open(map,m_3596c80a46918e6dde2f3c37290cba47);});$marker.push(m_3596c80a46918e6dde2f3c37290cba47);}});}google.maps.event.addDomListener(window, 'load', initialize);