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.5085,-90.6091)};var g_9645c30f063ff521cb253ea04ac3ced9 = new google.maps.Geocoder();g_9645c30f063ff521cb253ea04ac3ced9.geocode( { 'address': "2304 W River Dr, Davenport, IA 52802, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('davenport-IA-credit-island-bait-shop').style.display = '';map = new google.maps.Map(document.getElementById('davenport-IA-credit-island-bait-shop'), mapOptions);}document.getElementById('283b55d4').innerHTML += ' | View Map';var $l9645c30f063ff521cb253ea04ac3ced9 = '

Credit Island Bait Shop

Address: 2304 W River Dr, Davenport, IA 52802, USA
Phone: (563) 326-3370
';var m_9645c30f063ff521cb253ea04ac3ced9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit Island Bait Shop',});m_9645c30f063ff521cb253ea04ac3ced9['infowindow'] = new google.maps.InfoWindow({content: $l9645c30f063ff521cb253ea04ac3ced9});var infowindow = new google.maps.InfoWindow({content: $l9645c30f063ff521cb253ea04ac3ced9});google.maps.event.addListener(m_9645c30f063ff521cb253ea04ac3ced9, 'click', function() {infowindow.open(map,m_9645c30f063ff521cb253ea04ac3ced9);});$marker.push(m_9645c30f063ff521cb253ea04ac3ced9);}});}google.maps.event.addDomListener(window, 'load', initialize);