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.0498,-84.4061)};var g_a231017b87bebad0d2fc74a26e3e50fd = new google.maps.Geocoder();g_a231017b87bebad0d2fc74a26e3e50fd.geocode( { 'address': "12641 E Chicago Rd, Somerset Center, MI 49282, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('somerset-center-MI-county-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('somerset-center-MI-county-national-bank'), mapOptions);}document.getElementById('c1f26b87').innerHTML += ' | View Map';var $la231017b87bebad0d2fc74a26e3e50fd = '

County National Bank

Address: 12641 E Chicago Rd, Somerset Center, MI 49282, USA
Phone: (517) 688-4433
';var m_a231017b87bebad0d2fc74a26e3e50fd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'County National Bank',});m_a231017b87bebad0d2fc74a26e3e50fd['infowindow'] = new google.maps.InfoWindow({content: $la231017b87bebad0d2fc74a26e3e50fd});var infowindow = new google.maps.InfoWindow({content: $la231017b87bebad0d2fc74a26e3e50fd});google.maps.event.addListener(m_a231017b87bebad0d2fc74a26e3e50fd, 'click', function() {infowindow.open(map,m_a231017b87bebad0d2fc74a26e3e50fd);});$marker.push(m_a231017b87bebad0d2fc74a26e3e50fd);}});}google.maps.event.addDomListener(window, 'load', initialize);