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.4841,-91.4472)};var g_22b74b62efb058d763147a47d7922938 = new google.maps.Geocoder();g_22b74b62efb058d763147a47d7922938.geocode( { 'address': "820 E Main St, Manchester, IA 52057, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('manchester-IA-vermazen-tax-services').style.display = '';map = new google.maps.Map(document.getElementById('manchester-IA-vermazen-tax-services'), mapOptions);}document.getElementById('aac48947').innerHTML += ' | View Map';var $l22b74b62efb058d763147a47d7922938 = '

Vermazen Tax Services

Address: 820 E Main St, Manchester, IA 52057, USA
Phone: (563) 927-3740
';var m_22b74b62efb058d763147a47d7922938 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Vermazen Tax Services',});m_22b74b62efb058d763147a47d7922938['infowindow'] = new google.maps.InfoWindow({content: $l22b74b62efb058d763147a47d7922938});var infowindow = new google.maps.InfoWindow({content: $l22b74b62efb058d763147a47d7922938});google.maps.event.addListener(m_22b74b62efb058d763147a47d7922938, 'click', function() {infowindow.open(map,m_22b74b62efb058d763147a47d7922938);});$marker.push(m_22b74b62efb058d763147a47d7922938);}});}google.maps.event.addDomListener(window, 'load', initialize);