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(35.193,-80.8263)};var g_3db69964417194c91f9dfa696d3018e9 = new google.maps.Geocoder();g_3db69964417194c91f9dfa696d3018e9.geocode( { 'address': "3721 Fox Valley Rd, Charlotte, NC 28278"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('charlotte-NC-illini-bank').style.display = '';map = new google.maps.Map(document.getElementById('charlotte-NC-illini-bank'), mapOptions);}document.getElementById('354b3500').innerHTML += ' | View Map';var $l3db69964417194c91f9dfa696d3018e9 = '

Illini Bank

Address: 3721 Fox Valley Rd, Charlotte, NC 28278
Phone: (217) 528-0694
';var m_3db69964417194c91f9dfa696d3018e9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Illini Bank',});m_3db69964417194c91f9dfa696d3018e9['infowindow'] = new google.maps.InfoWindow({content: $l3db69964417194c91f9dfa696d3018e9});var infowindow = new google.maps.InfoWindow({content: $l3db69964417194c91f9dfa696d3018e9});google.maps.event.addListener(m_3db69964417194c91f9dfa696d3018e9, 'click', function() {infowindow.open(map,m_3db69964417194c91f9dfa696d3018e9);});$marker.push(m_3db69964417194c91f9dfa696d3018e9);}});}google.maps.event.addDomListener(window, 'load', initialize);