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.7921,-89.6876)};var g_b34b82f8014b6e1c1f3274bb1d6fe0dd = new google.maps.Geocoder();g_b34b82f8014b6e1c1f3274bb1d6fe0dd.geocode( { 'address': "40 Apex Dr, Highland, IL 62249"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('highland-IL-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('highland-IL-national-bank'), mapOptions);}document.getElementById('272f2756').innerHTML += ' | View Map';var $lb34b82f8014b6e1c1f3274bb1d6fe0dd = '

National Bank

Address: 40 Apex Dr, Highland, IL 62249
Phone: (618) 651-8282
';var m_b34b82f8014b6e1c1f3274bb1d6fe0dd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'National Bank',});m_b34b82f8014b6e1c1f3274bb1d6fe0dd['infowindow'] = new google.maps.InfoWindow({content: $lb34b82f8014b6e1c1f3274bb1d6fe0dd});var infowindow = new google.maps.InfoWindow({content: $lb34b82f8014b6e1c1f3274bb1d6fe0dd});google.maps.event.addListener(m_b34b82f8014b6e1c1f3274bb1d6fe0dd, 'click', function() {infowindow.open(map,m_b34b82f8014b6e1c1f3274bb1d6fe0dd);});$marker.push(m_b34b82f8014b6e1c1f3274bb1d6fe0dd);}});}google.maps.event.addDomListener(window, 'load', initialize);