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(44.4054,-85.7139)};var g_0a11fb1ef9c2d18f62b0e07d66466447 = new google.maps.Geocoder();g_0a11fb1ef9c2d18f62b0e07d66466447.geocode( { 'address': "101 W Mesick Ave, Mesick, MI 49668, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mesick-MI-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('mesick-MI-citizens-bank'), mapOptions);}document.getElementById('39fcb16d').innerHTML += ' | View Map';var $l0a11fb1ef9c2d18f62b0e07d66466447 = '

Citizens Bank

Address: 101 W Mesick Ave, Mesick, MI 49668, USA
Phone: (231) 885-1300
';var m_0a11fb1ef9c2d18f62b0e07d66466447 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_0a11fb1ef9c2d18f62b0e07d66466447['infowindow'] = new google.maps.InfoWindow({content: $l0a11fb1ef9c2d18f62b0e07d66466447});var infowindow = new google.maps.InfoWindow({content: $l0a11fb1ef9c2d18f62b0e07d66466447});google.maps.event.addListener(m_0a11fb1ef9c2d18f62b0e07d66466447, 'click', function() {infowindow.open(map,m_0a11fb1ef9c2d18f62b0e07d66466447);});$marker.push(m_0a11fb1ef9c2d18f62b0e07d66466447);}});}google.maps.event.addDomListener(window, 'load', initialize);