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.7614,-90.0963)};var g_d4c46cea171bad8d235542b789c591f0 = new google.maps.Geocoder();g_d4c46cea171bad8d235542b789c591f0.geocode( { 'address': "3600 Nameoki Rd, Granite City, IL 62040"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('granite-city-IL-first-bank').style.display = '';map = new google.maps.Map(document.getElementById('granite-city-IL-first-bank'), mapOptions);}document.getElementById('e72995bb').innerHTML += ' | View Map';var $ld4c46cea171bad8d235542b789c591f0 = '

First Bank

Address: 3600 Nameoki Rd, Granite City, IL 62040
Phone: (618) 876-3800
';var m_d4c46cea171bad8d235542b789c591f0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Bank',});m_d4c46cea171bad8d235542b789c591f0['infowindow'] = new google.maps.InfoWindow({content: $ld4c46cea171bad8d235542b789c591f0});var infowindow = new google.maps.InfoWindow({content: $ld4c46cea171bad8d235542b789c591f0});google.maps.event.addListener(m_d4c46cea171bad8d235542b789c591f0, 'click', function() {infowindow.open(map,m_d4c46cea171bad8d235542b789c591f0);});$marker.push(m_d4c46cea171bad8d235542b789c591f0);}});}google.maps.event.addDomListener(window, 'load', initialize);