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.6597,-83.4263)};var g_dbc9df90257ced5f4c3f7a31e0ac2692 = new google.maps.Geocoder();g_dbc9df90257ced5f4c3f7a31e0ac2692.geocode( { 'address': "7070 Highland Rd, Waterford Twp, MI 48327, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('waterford-township-MI-comerica-bank').style.display = '';map = new google.maps.Map(document.getElementById('waterford-township-MI-comerica-bank'), mapOptions);}document.getElementById('60521512').innerHTML += ' | View Map';var $ldbc9df90257ced5f4c3f7a31e0ac2692 = '

Comerica Bank

Address: 7070 Highland Rd, Waterford Twp, MI 48327, USA
Phone: (248) 698-8929
';var m_dbc9df90257ced5f4c3f7a31e0ac2692 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Comerica Bank',});m_dbc9df90257ced5f4c3f7a31e0ac2692['infowindow'] = new google.maps.InfoWindow({content: $ldbc9df90257ced5f4c3f7a31e0ac2692});var infowindow = new google.maps.InfoWindow({content: $ldbc9df90257ced5f4c3f7a31e0ac2692});google.maps.event.addListener(m_dbc9df90257ced5f4c3f7a31e0ac2692, 'click', function() {infowindow.open(map,m_dbc9df90257ced5f4c3f7a31e0ac2692);});$marker.push(m_dbc9df90257ced5f4c3f7a31e0ac2692);}});}google.maps.event.addDomListener(window, 'load', initialize);