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.9658,-83.6685)};var g_35cd7a1a6e09477ae2a0ab2fc0314b0d = new google.maps.Geocoder();g_35cd7a1a6e09477ae2a0ab2fc0314b0d.geocode( { 'address': "123 Helle Blvd, Dundee, MI 48131"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dundee-MI-monroe-bank-and-trust').style.display = '';map = new google.maps.Map(document.getElementById('dundee-MI-monroe-bank-and-trust'), mapOptions);}document.getElementById('c7e3f497').innerHTML += ' | View Map';var $l35cd7a1a6e09477ae2a0ab2fc0314b0d = '

Monroe Bank and Trust

Address: 123 Helle Blvd, Dundee, MI 48131
Phone: (734) 529-9123
';var m_35cd7a1a6e09477ae2a0ab2fc0314b0d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Monroe Bank and Trust',});m_35cd7a1a6e09477ae2a0ab2fc0314b0d['infowindow'] = new google.maps.InfoWindow({content: $l35cd7a1a6e09477ae2a0ab2fc0314b0d});var infowindow = new google.maps.InfoWindow({content: $l35cd7a1a6e09477ae2a0ab2fc0314b0d});google.maps.event.addListener(m_35cd7a1a6e09477ae2a0ab2fc0314b0d, 'click', function() {infowindow.open(map,m_35cd7a1a6e09477ae2a0ab2fc0314b0d);});$marker.push(m_35cd7a1a6e09477ae2a0ab2fc0314b0d);}});}google.maps.event.addDomListener(window, 'load', initialize);