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_2b4978a6af2b411e36c34e0135039c53 = new google.maps.Geocoder();g_2b4978a6af2b411e36c34e0135039c53.geocode( { 'address': "4010 Mccallum CT, East St Louis, IL 62207"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('east-st-louis-IL-east-bank-pointe').style.display = '';map = new google.maps.Map(document.getElementById('east-st-louis-IL-east-bank-pointe'), mapOptions);}document.getElementById('110610e0').innerHTML += ' | View Map';var $l2b4978a6af2b411e36c34e0135039c53 = '

East Bank Pointe

Address: 4010 Mccallum CT, East St Louis, IL 62207
Phone: (618) 874-0443
';var m_2b4978a6af2b411e36c34e0135039c53 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'East Bank Pointe',});m_2b4978a6af2b411e36c34e0135039c53['infowindow'] = new google.maps.InfoWindow({content: $l2b4978a6af2b411e36c34e0135039c53});var infowindow = new google.maps.InfoWindow({content: $l2b4978a6af2b411e36c34e0135039c53});google.maps.event.addListener(m_2b4978a6af2b411e36c34e0135039c53, 'click', function() {infowindow.open(map,m_2b4978a6af2b411e36c34e0135039c53);});$marker.push(m_2b4978a6af2b411e36c34e0135039c53);}});}google.maps.event.addDomListener(window, 'load', initialize);