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.5498,-91.3831)};var g_d4640594e32e593f8eba239bada1a0c4 = new google.maps.Geocoder();g_d4640594e32e593f8eba239bada1a0c4.geocode( { 'address': "1205 Mulholland St, Nauvoo, IL 62354, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('nauvoo-IL-state-bank-of-nauvoo').style.display = '';map = new google.maps.Map(document.getElementById('nauvoo-IL-state-bank-of-nauvoo'), mapOptions);}document.getElementById('10cc87e7').innerHTML += ' | View Map';var $ld4640594e32e593f8eba239bada1a0c4 = '

State Bank of Nauvoo

Address: 1205 Mulholland St, Nauvoo, IL 62354, USA
Phone: (217) 453-2515
';var m_d4640594e32e593f8eba239bada1a0c4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'State Bank of Nauvoo',});m_d4640594e32e593f8eba239bada1a0c4['infowindow'] = new google.maps.InfoWindow({content: $ld4640594e32e593f8eba239bada1a0c4});var infowindow = new google.maps.InfoWindow({content: $ld4640594e32e593f8eba239bada1a0c4});google.maps.event.addListener(m_d4640594e32e593f8eba239bada1a0c4, 'click', function() {infowindow.open(map,m_d4640594e32e593f8eba239bada1a0c4);});$marker.push(m_d4640594e32e593f8eba239bada1a0c4);}});}google.maps.event.addDomListener(window, 'load', initialize);