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(45.4458,-84.8015)};var g_fc02b61a1b120b332dfda8c6cefb82f9 = new google.maps.Geocoder();g_fc02b61a1b120b332dfda8c6cefb82f9.geocode( { 'address': "8011 Us Highway 31, Alanson, MI 49706"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alanson-MI-citizen-s-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('alanson-MI-citizen-s-national-bank'), mapOptions);}document.getElementById('a202682c').innerHTML += ' | View Map';var $lfc02b61a1b120b332dfda8c6cefb82f9 = '

Citizen's National Bank

Address: 8011 Us Highway 31, Alanson, MI 49706
Phone: (231) 548-2265
';var m_fc02b61a1b120b332dfda8c6cefb82f9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizen's National Bank',});m_fc02b61a1b120b332dfda8c6cefb82f9['infowindow'] = new google.maps.InfoWindow({content: $lfc02b61a1b120b332dfda8c6cefb82f9});var infowindow = new google.maps.InfoWindow({content: $lfc02b61a1b120b332dfda8c6cefb82f9});google.maps.event.addListener(m_fc02b61a1b120b332dfda8c6cefb82f9, 'click', function() {infowindow.open(map,m_fc02b61a1b120b332dfda8c6cefb82f9);});$marker.push(m_fc02b61a1b120b332dfda8c6cefb82f9);}});}google.maps.event.addDomListener(window, 'load', initialize);