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.0446,-84.7579)};var g_a0b4e99aa138b70505625aa5d2dc5e90 = new google.maps.Geocoder();g_a0b4e99aa138b70505625aa5d2dc5e90.geocode( { 'address': "112 Jonesville St, Litchfield, MI 49252, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('litchfield-MI-county-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('litchfield-MI-county-national-bank'), mapOptions);}document.getElementById('7da6cb1b').innerHTML += ' | View Map';var $la0b4e99aa138b70505625aa5d2dc5e90 = '

County National Bank

Address: 112 Jonesville St, Litchfield, MI 49252, USA
Phone: (517) 542-2932
';var m_a0b4e99aa138b70505625aa5d2dc5e90 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'County National Bank',});m_a0b4e99aa138b70505625aa5d2dc5e90['infowindow'] = new google.maps.InfoWindow({content: $la0b4e99aa138b70505625aa5d2dc5e90});var infowindow = new google.maps.InfoWindow({content: $la0b4e99aa138b70505625aa5d2dc5e90});google.maps.event.addListener(m_a0b4e99aa138b70505625aa5d2dc5e90, 'click', function() {infowindow.open(map,m_a0b4e99aa138b70505625aa5d2dc5e90);});$marker.push(m_a0b4e99aa138b70505625aa5d2dc5e90);}});}google.maps.event.addDomListener(window, 'load', initialize);