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.7531,-89.6778)};var g_b68eec99f3b66e98022e60843901fe3e = new google.maps.Geocoder();g_b68eec99f3b66e98022e60843901fe3e.geocode( { 'address': "100 Suppiger Ln, Highland, IL 62249, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('highland-IL-thebank-of-edwardsvillehighland-center').style.display = '';map = new google.maps.Map(document.getElementById('highland-IL-thebank-of-edwardsvillehighland-center'), mapOptions);}document.getElementById('9c053753').innerHTML += ' | View Map';var $lb68eec99f3b66e98022e60843901fe3e = '

TheBANK of Edwardsville/Highland Center

Address: 100 Suppiger Ln, Highland, IL 62249, USA
Phone: (618) 654-5414
';var m_b68eec99f3b66e98022e60843901fe3e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TheBANK of Edwardsville/Highland Center',});m_b68eec99f3b66e98022e60843901fe3e['infowindow'] = new google.maps.InfoWindow({content: $lb68eec99f3b66e98022e60843901fe3e});var infowindow = new google.maps.InfoWindow({content: $lb68eec99f3b66e98022e60843901fe3e});google.maps.event.addListener(m_b68eec99f3b66e98022e60843901fe3e, 'click', function() {infowindow.open(map,m_b68eec99f3b66e98022e60843901fe3e);});$marker.push(m_b68eec99f3b66e98022e60843901fe3e);}});}google.maps.event.addDomListener(window, 'load', initialize);