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(42.3318,-83.4776)};var g_2c48c7655494ef6dd8f0535f890278d0 = new google.maps.Geocoder();g_2c48c7655494ef6dd8f0535f890278d0.geocode( { 'address': "2575 S Haggerty Rd, Canton, MI 48188"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('canton-MI-talmer-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('canton-MI-talmer-bank-trust'), mapOptions);}document.getElementById('bf1b224c').innerHTML += ' | View Map';var $l2c48c7655494ef6dd8f0535f890278d0 = '

Talmer Bank & Trust

Address: 2575 S Haggerty Rd, Canton, MI 48188
Phone: (734) 844-7488
';var m_2c48c7655494ef6dd8f0535f890278d0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Talmer Bank & Trust',});m_2c48c7655494ef6dd8f0535f890278d0['infowindow'] = new google.maps.InfoWindow({content: $l2c48c7655494ef6dd8f0535f890278d0});var infowindow = new google.maps.InfoWindow({content: $l2c48c7655494ef6dd8f0535f890278d0});google.maps.event.addListener(m_2c48c7655494ef6dd8f0535f890278d0, 'click', function() {infowindow.open(map,m_2c48c7655494ef6dd8f0535f890278d0);});$marker.push(m_2c48c7655494ef6dd8f0535f890278d0);}});}google.maps.event.addDomListener(window, 'load', initialize);