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.4266,-82.6723)};var g_74571424f3b9e84389ecb488f01a4b28 = new google.maps.Geocoder();g_74571424f3b9e84389ecb488f01a4b28.geocode( { 'address': "3992 E Chandler St, Carsonville, MI 48419, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('carsonville-MI-exchange-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('carsonville-MI-exchange-state-bank'), mapOptions);}document.getElementById('8e4dfb8e').innerHTML += ' | View Map';var $l74571424f3b9e84389ecb488f01a4b28 = '

Exchange State Bank

Address: 3992 E Chandler St, Carsonville, MI 48419, USA
Phone: (810) 657-9333
';var m_74571424f3b9e84389ecb488f01a4b28 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Exchange State Bank',});m_74571424f3b9e84389ecb488f01a4b28['infowindow'] = new google.maps.InfoWindow({content: $l74571424f3b9e84389ecb488f01a4b28});var infowindow = new google.maps.InfoWindow({content: $l74571424f3b9e84389ecb488f01a4b28});google.maps.event.addListener(m_74571424f3b9e84389ecb488f01a4b28, 'click', function() {infowindow.open(map,m_74571424f3b9e84389ecb488f01a4b28);});$marker.push(m_74571424f3b9e84389ecb488f01a4b28);}});}google.maps.event.addDomListener(window, 'load', initialize);