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.8477,-83.9907)};var g_6e40bb76aed065932b7314cf7ea9629b = new google.maps.Geocoder();g_6e40bb76aed065932b7314cf7ea9629b.geocode( { 'address': "256 Saginaw, Pinconning, MI 48650"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pinconning-MI-chemical-bank-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('pinconning-MI-chemical-bank-trust-co'), mapOptions);}document.getElementById('dd830d40').innerHTML += ' | View Map';var $l6e40bb76aed065932b7314cf7ea9629b = '

Chemical Bank & Trust Co

Address: 256 Saginaw, Pinconning, MI 48650
Phone: (989) 829-5271
';var m_6e40bb76aed065932b7314cf7ea9629b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chemical Bank & Trust Co',});m_6e40bb76aed065932b7314cf7ea9629b['infowindow'] = new google.maps.InfoWindow({content: $l6e40bb76aed065932b7314cf7ea9629b});var infowindow = new google.maps.InfoWindow({content: $l6e40bb76aed065932b7314cf7ea9629b});google.maps.event.addListener(m_6e40bb76aed065932b7314cf7ea9629b, 'click', function() {infowindow.open(map,m_6e40bb76aed065932b7314cf7ea9629b);});$marker.push(m_6e40bb76aed065932b7314cf7ea9629b);}});}google.maps.event.addDomListener(window, 'load', initialize);