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.1402,-83.2267)};var g_ff58ffa77bb536d4ccfe43d6f6297887 = new google.maps.Geocoder();g_ff58ffa77bb536d4ccfe43d6f6297887.geocode( { 'address': "23120 Allen Rd, Woodhaven, MI 48183, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('woodhaven-MI-comerica-bank').style.display = '';map = new google.maps.Map(document.getElementById('woodhaven-MI-comerica-bank'), mapOptions);}document.getElementById('4e3eae58').innerHTML += ' | View Map';var $lff58ffa77bb536d4ccfe43d6f6297887 = '

Comerica Bank

Address: 23120 Allen Rd, Woodhaven, MI 48183, USA
Phone: (734) 675-3550
';var m_ff58ffa77bb536d4ccfe43d6f6297887 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Comerica Bank',});m_ff58ffa77bb536d4ccfe43d6f6297887['infowindow'] = new google.maps.InfoWindow({content: $lff58ffa77bb536d4ccfe43d6f6297887});var infowindow = new google.maps.InfoWindow({content: $lff58ffa77bb536d4ccfe43d6f6297887});google.maps.event.addListener(m_ff58ffa77bb536d4ccfe43d6f6297887, 'click', function() {infowindow.open(map,m_ff58ffa77bb536d4ccfe43d6f6297887);});$marker.push(m_ff58ffa77bb536d4ccfe43d6f6297887);}});}google.maps.event.addDomListener(window, 'load', initialize);