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(41.6597,-88.4598)};var g_c9d83f1c395e67e3945f46b2e550b185 = new google.maps.Geocoder();g_c9d83f1c395e67e3945f46b2e550b185.geocode( { 'address': "1459 Cannonball Trail, Yorkville, IL 60560, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('yorkville-IL-first-national-bank-of-ottawa').style.display = '';map = new google.maps.Map(document.getElementById('yorkville-IL-first-national-bank-of-ottawa'), mapOptions);}document.getElementById('f356b057').innerHTML += ' | View Map';var $lc9d83f1c395e67e3945f46b2e550b185 = '

First National Bank of Ottawa

Address: 1459 Cannonball Trail, Yorkville, IL 60560, USA
Phone: (630) 553-1542
';var m_c9d83f1c395e67e3945f46b2e550b185 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank of Ottawa',});m_c9d83f1c395e67e3945f46b2e550b185['infowindow'] = new google.maps.InfoWindow({content: $lc9d83f1c395e67e3945f46b2e550b185});var infowindow = new google.maps.InfoWindow({content: $lc9d83f1c395e67e3945f46b2e550b185});google.maps.event.addListener(m_c9d83f1c395e67e3945f46b2e550b185, 'click', function() {infowindow.open(map,m_c9d83f1c395e67e3945f46b2e550b185);});$marker.push(m_c9d83f1c395e67e3945f46b2e550b185);}});}google.maps.event.addDomListener(window, 'load', initialize);