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.4351,-84.794)};var g_b6d332147d0b17b7f09c83d97a0cbe56 = new google.maps.Geocoder();g_b6d332147d0b17b7f09c83d97a0cbe56.geocode( { 'address': "8011 US-31, Alanson, MI 49706, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alanson-MI-citizens-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('alanson-MI-citizens-national-bank'), mapOptions);}document.getElementById('14932cb3').innerHTML += ' | View Map';var $lb6d332147d0b17b7f09c83d97a0cbe56 = '

Citizens National Bank

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