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.7608,-90.4129)};var g_462796a4a34b7ce8123dca4e195c96df = new google.maps.Geocoder();g_462796a4a34b7ce8123dca4e195c96df.geocode( { 'address': "12430 St Charles Rock Rd, Bridgeton, MO 63044"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bridgeton-MO-bank-of-america').style.display = '';map = new google.maps.Map(document.getElementById('bridgeton-MO-bank-of-america'), mapOptions);}document.getElementById('d115fc2a').innerHTML += ' | View Map';var $l462796a4a34b7ce8123dca4e195c96df = '

Bank of America

Address: 12430 St Charles Rock Rd, Bridgeton, MO 63044
Phone: (314) 284-1470
';var m_462796a4a34b7ce8123dca4e195c96df = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America',});m_462796a4a34b7ce8123dca4e195c96df['infowindow'] = new google.maps.InfoWindow({content: $l462796a4a34b7ce8123dca4e195c96df});var infowindow = new google.maps.InfoWindow({content: $l462796a4a34b7ce8123dca4e195c96df});google.maps.event.addListener(m_462796a4a34b7ce8123dca4e195c96df, 'click', function() {infowindow.open(map,m_462796a4a34b7ce8123dca4e195c96df);});$marker.push(m_462796a4a34b7ce8123dca4e195c96df);}});}google.maps.event.addDomListener(window, 'load', initialize);