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(43.7386,-83.9763)};var g_30831d9cccc9a7fc493e59aab86de898 = new google.maps.Geocoder();g_30831d9cccc9a7fc493e59aab86de898.geocode( { 'address': "8 S Huron Rd, Linwood, MI 48634, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('linwood-MI-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('linwood-MI-citizens-bank'), mapOptions);}document.getElementById('f86eab2c').innerHTML += ' | View Map';var $l30831d9cccc9a7fc493e59aab86de898 = '

Citizens Bank

Address: 8 S Huron Rd, Linwood, MI 48634, USA
Phone: (989) 697-4418
';var m_30831d9cccc9a7fc493e59aab86de898 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_30831d9cccc9a7fc493e59aab86de898['infowindow'] = new google.maps.InfoWindow({content: $l30831d9cccc9a7fc493e59aab86de898});var infowindow = new google.maps.InfoWindow({content: $l30831d9cccc9a7fc493e59aab86de898});google.maps.event.addListener(m_30831d9cccc9a7fc493e59aab86de898, 'click', function() {infowindow.open(map,m_30831d9cccc9a7fc493e59aab86de898);});$marker.push(m_30831d9cccc9a7fc493e59aab86de898);}});}google.maps.event.addDomListener(window, 'load', initialize);