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(42.4685,-91.9005)};var g_fba058470460d044d887af9c598f1cb3 = new google.maps.Geocoder();g_fba058470460d044d887af9c598f1cb3.geocode( { 'address': "601 1st St W, Independence, IA 50644, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('independence-IA-smith-dl-insurance').style.display = '';map = new google.maps.Map(document.getElementById('independence-IA-smith-dl-insurance'), mapOptions);}document.getElementById('7809c683').innerHTML += ' | View Map';var $lfba058470460d044d887af9c598f1cb3 = '

Smith D&L Insurance

Address: 601 1st St W, Independence, IA 50644, USA
Phone: (319) 334-6066
';var m_fba058470460d044d887af9c598f1cb3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Smith D&L Insurance',});m_fba058470460d044d887af9c598f1cb3['infowindow'] = new google.maps.InfoWindow({content: $lfba058470460d044d887af9c598f1cb3});var infowindow = new google.maps.InfoWindow({content: $lfba058470460d044d887af9c598f1cb3});google.maps.event.addListener(m_fba058470460d044d887af9c598f1cb3, 'click', function() {infowindow.open(map,m_fba058470460d044d887af9c598f1cb3);});$marker.push(m_fba058470460d044d887af9c598f1cb3);}});}google.maps.event.addDomListener(window, 'load', initialize);