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.8397,-90.19)};var g_2e6b03681e279cd4cbd8efd2dd2be997 = new google.maps.Geocoder();g_2e6b03681e279cd4cbd8efd2dd2be997.geocode( { 'address': "235 6th Ave S, Clinton, IA 52732, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clinton-IA-w-j-young--co').style.display = '';map = new google.maps.Map(document.getElementById('clinton-IA-w-j-young--co'), mapOptions);}document.getElementById('2ff1e085').innerHTML += ' | View Map';var $l2e6b03681e279cd4cbd8efd2dd2be997 = '

W J Young & Co

Address: 235 6th Ave S, Clinton, IA 52732, USA
Phone: (563) 243-1243
';var m_2e6b03681e279cd4cbd8efd2dd2be997 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'W J Young & Co',});m_2e6b03681e279cd4cbd8efd2dd2be997['infowindow'] = new google.maps.InfoWindow({content: $l2e6b03681e279cd4cbd8efd2dd2be997});var infowindow = new google.maps.InfoWindow({content: $l2e6b03681e279cd4cbd8efd2dd2be997});google.maps.event.addListener(m_2e6b03681e279cd4cbd8efd2dd2be997, 'click', function() {infowindow.open(map,m_2e6b03681e279cd4cbd8efd2dd2be997);});$marker.push(m_2e6b03681e279cd4cbd8efd2dd2be997);}});}google.maps.event.addDomListener(window, 'load', initialize);