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.1105,-83.6842)};var g_5bb0b4dd9a4f5c0de3564b63d74bcf5f = new google.maps.Geocoder();g_5bb0b4dd9a4f5c0de3564b63d74bcf5f.geocode( { 'address': "14690 S Sanford Rd, Milan, MI 48160"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('milan-MI-monroe-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('milan-MI-monroe-bank-trust'), mapOptions);}document.getElementById('1c8d26c2').innerHTML += ' | View Map';var $l5bb0b4dd9a4f5c0de3564b63d74bcf5f = '

Monroe Bank & Trust

Address: 14690 S Sanford Rd, Milan, MI 48160
Phone: (734) 439-8801
';var m_5bb0b4dd9a4f5c0de3564b63d74bcf5f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Monroe Bank & Trust',});m_5bb0b4dd9a4f5c0de3564b63d74bcf5f['infowindow'] = new google.maps.InfoWindow({content: $l5bb0b4dd9a4f5c0de3564b63d74bcf5f});var infowindow = new google.maps.InfoWindow({content: $l5bb0b4dd9a4f5c0de3564b63d74bcf5f});google.maps.event.addListener(m_5bb0b4dd9a4f5c0de3564b63d74bcf5f, 'click', function() {infowindow.open(map,m_5bb0b4dd9a4f5c0de3564b63d74bcf5f);});$marker.push(m_5bb0b4dd9a4f5c0de3564b63d74bcf5f);}});}google.maps.event.addDomListener(window, 'load', initialize);