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.8784,-84.0439)};var g_7ae3704cbb78c46d61af7c86f40e1303 = new google.maps.Geocoder();g_7ae3704cbb78c46d61af7c86f40e1303.geocode( { 'address': "1380 S Main St, Adrian, MI 49221, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('adrian-MI-county-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('adrian-MI-county-national-bank'), mapOptions);}document.getElementById('e05a90c1').innerHTML += ' | View Map';var $l7ae3704cbb78c46d61af7c86f40e1303 = '

County National Bank

Address: 1380 S Main St, Adrian, MI 49221, USA
Phone: (517) 902-0008
';var m_7ae3704cbb78c46d61af7c86f40e1303 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'County National Bank',});m_7ae3704cbb78c46d61af7c86f40e1303['infowindow'] = new google.maps.InfoWindow({content: $l7ae3704cbb78c46d61af7c86f40e1303});var infowindow = new google.maps.InfoWindow({content: $l7ae3704cbb78c46d61af7c86f40e1303});google.maps.event.addListener(m_7ae3704cbb78c46d61af7c86f40e1303, 'click', function() {infowindow.open(map,m_7ae3704cbb78c46d61af7c86f40e1303);});$marker.push(m_7ae3704cbb78c46d61af7c86f40e1303);}});}google.maps.event.addDomListener(window, 'load', initialize);