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.5335,-89.9845)};var g_538453835b778cca4a3e04ef26625430 = new google.maps.Geocoder();g_538453835b778cca4a3e04ef26625430.geocode( { 'address': "10 N Belt W, Swansea, IL 62226, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('swansea-IL-bank-of-america-financial-center').style.display = '';map = new google.maps.Map(document.getElementById('swansea-IL-bank-of-america-financial-center'), mapOptions);}document.getElementById('85c97b14').innerHTML += ' | View Map';var $l538453835b778cca4a3e04ef26625430 = '

Bank of America Financial Center

Address: 10 N Belt W, Swansea, IL 62226, USA
Phone: (618) 236-8390
';var m_538453835b778cca4a3e04ef26625430 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America Financial Center',});m_538453835b778cca4a3e04ef26625430['infowindow'] = new google.maps.InfoWindow({content: $l538453835b778cca4a3e04ef26625430});var infowindow = new google.maps.InfoWindow({content: $l538453835b778cca4a3e04ef26625430});google.maps.event.addListener(m_538453835b778cca4a3e04ef26625430, 'click', function() {infowindow.open(map,m_538453835b778cca4a3e04ef26625430);});$marker.push(m_538453835b778cca4a3e04ef26625430);}});}google.maps.event.addDomListener(window, 'load', initialize);