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.8555,-84.357)};var g_d08a016d59a164c17df9573ae39388a2 = new google.maps.Geocoder();g_d08a016d59a164c17df9573ae39388a2.geocode( { 'address': "325 Railroad St, Hudson, MI 49247, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hudson-MI-county-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('hudson-MI-county-national-bank'), mapOptions);}document.getElementById('6eddecbf').innerHTML += ' | View Map';var $ld08a016d59a164c17df9573ae39388a2 = '

County National Bank

Address: 325 Railroad St, Hudson, MI 49247, USA
Phone: (517) 448-8957
';var m_d08a016d59a164c17df9573ae39388a2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'County National Bank',});m_d08a016d59a164c17df9573ae39388a2['infowindow'] = new google.maps.InfoWindow({content: $ld08a016d59a164c17df9573ae39388a2});var infowindow = new google.maps.InfoWindow({content: $ld08a016d59a164c17df9573ae39388a2});google.maps.event.addListener(m_d08a016d59a164c17df9573ae39388a2, 'click', function() {infowindow.open(map,m_d08a016d59a164c17df9573ae39388a2);});$marker.push(m_d08a016d59a164c17df9573ae39388a2);}});}google.maps.event.addDomListener(window, 'load', initialize);