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(40.8811,-88.6343)};var g_91a844eb4dd5b04c0eca6bad7720f4da = new google.maps.Geocoder();g_91a844eb4dd5b04c0eca6bad7720f4da.geocode( { 'address': "1100 W Howard St, Pontiac, IL 61764"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pontiac-IL-state-bank-of-graymont').style.display = '';map = new google.maps.Map(document.getElementById('pontiac-IL-state-bank-of-graymont'), mapOptions);}document.getElementById('36e8a1fd').innerHTML += ' | View Map';var $l91a844eb4dd5b04c0eca6bad7720f4da = '

State Bank Of Graymont

Address: 1100 W Howard St, Pontiac, IL 61764
Phone: (815) 844-4433
';var m_91a844eb4dd5b04c0eca6bad7720f4da = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'State Bank Of Graymont',});m_91a844eb4dd5b04c0eca6bad7720f4da['infowindow'] = new google.maps.InfoWindow({content: $l91a844eb4dd5b04c0eca6bad7720f4da});var infowindow = new google.maps.InfoWindow({content: $l91a844eb4dd5b04c0eca6bad7720f4da});google.maps.event.addListener(m_91a844eb4dd5b04c0eca6bad7720f4da, 'click', function() {infowindow.open(map,m_91a844eb4dd5b04c0eca6bad7720f4da);});$marker.push(m_91a844eb4dd5b04c0eca6bad7720f4da);}});}google.maps.event.addDomListener(window, 'load', initialize);