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.6328,-91.1768)};var g_5c268beaeaed497f6d7b38ed84745895 = new google.maps.Geocoder();g_5c268beaeaed497f6d7b38ed84745895.geocode( { 'address': "605 W 3rd St, Dallas City, IL 62330, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dallas-city-IL-dallas-city-banking-center').style.display = '';map = new google.maps.Map(document.getElementById('dallas-city-IL-dallas-city-banking-center'), mapOptions);}document.getElementById('0710c997').innerHTML += ' | View Map';var $l5c268beaeaed497f6d7b38ed84745895 = '

Dallas City Banking Center

Address: 605 W 3rd St, Dallas City, IL 62330, USA
Phone: (217) 852-6552
';var m_5c268beaeaed497f6d7b38ed84745895 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Dallas City Banking Center',});m_5c268beaeaed497f6d7b38ed84745895['infowindow'] = new google.maps.InfoWindow({content: $l5c268beaeaed497f6d7b38ed84745895});var infowindow = new google.maps.InfoWindow({content: $l5c268beaeaed497f6d7b38ed84745895});google.maps.event.addListener(m_5c268beaeaed497f6d7b38ed84745895, 'click', function() {infowindow.open(map,m_5c268beaeaed497f6d7b38ed84745895);});$marker.push(m_5c268beaeaed497f6d7b38ed84745895);}});}google.maps.event.addDomListener(window, 'load', initialize);