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.4253,-84.5885)};var g_57c08ea1105b73d6bd9d1a0fdd7b558d = new google.maps.Geocoder();g_57c08ea1105b73d6bd9d1a0fdd7b558d.geocode( { 'address': "3990 S Straits Hwy, Indian River, MI 49749"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('indian-river-MI-citizens-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('indian-river-MI-citizens-national-bank'), mapOptions);}document.getElementById('d477193a').innerHTML += ' | View Map';var $l57c08ea1105b73d6bd9d1a0fdd7b558d = '

Citizens National Bank

Address: 3990 S Straits Hwy, Indian River, MI 49749
Phone: (231) 238-8961
';var m_57c08ea1105b73d6bd9d1a0fdd7b558d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens National Bank',});m_57c08ea1105b73d6bd9d1a0fdd7b558d['infowindow'] = new google.maps.InfoWindow({content: $l57c08ea1105b73d6bd9d1a0fdd7b558d});var infowindow = new google.maps.InfoWindow({content: $l57c08ea1105b73d6bd9d1a0fdd7b558d});google.maps.event.addListener(m_57c08ea1105b73d6bd9d1a0fdd7b558d, 'click', function() {infowindow.open(map,m_57c08ea1105b73d6bd9d1a0fdd7b558d);});$marker.push(m_57c08ea1105b73d6bd9d1a0fdd7b558d);}});}google.maps.event.addDomListener(window, 'load', initialize);