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(41.9189,-85.4491)};var g_5301c4d888f5204274439e6dcf5fdb54 = new google.maps.Geocoder();g_5301c4d888f5204274439e6dcf5fdb54.geocode( { 'address': "25985 M-86, Nottawa, MI 49075, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('nottawa-MI-century-bank-and-trust--nottawa-office').style.display = '';map = new google.maps.Map(document.getElementById('nottawa-MI-century-bank-and-trust--nottawa-office'), mapOptions);}document.getElementById('e024ce27').innerHTML += ' | View Map';var $l5301c4d888f5204274439e6dcf5fdb54 = '

Century Bank and Trust- Nottawa Office

Address: 25985 M-86, Nottawa, MI 49075, USA
Phone: (269) 467-9615
';var m_5301c4d888f5204274439e6dcf5fdb54 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Century Bank and Trust- Nottawa Office',});m_5301c4d888f5204274439e6dcf5fdb54['infowindow'] = new google.maps.InfoWindow({content: $l5301c4d888f5204274439e6dcf5fdb54});var infowindow = new google.maps.InfoWindow({content: $l5301c4d888f5204274439e6dcf5fdb54});google.maps.event.addListener(m_5301c4d888f5204274439e6dcf5fdb54, 'click', function() {infowindow.open(map,m_5301c4d888f5204274439e6dcf5fdb54);});$marker.push(m_5301c4d888f5204274439e6dcf5fdb54);}});}google.maps.event.addDomListener(window, 'load', initialize);