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.3301,-83.0451)};var g_a379505482126b16306ae404ff6c9393 = new google.maps.Geocoder();g_a379505482126b16306ae404ff6c9393.geocode( { 'address': "500 Woodward Ave, Detroit, MI 48226, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('detroit-MI-comerica-business-credit').style.display = '';map = new google.maps.Map(document.getElementById('detroit-MI-comerica-business-credit'), mapOptions);}document.getElementById('c7b67607').innerHTML += ' | View Map';var $la379505482126b16306ae404ff6c9393 = '

Comerica Business Credit

Address: 500 Woodward Ave, Detroit, MI 48226, USA
Phone: (313) 222-4000
';var m_a379505482126b16306ae404ff6c9393 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Comerica Business Credit',});m_a379505482126b16306ae404ff6c9393['infowindow'] = new google.maps.InfoWindow({content: $la379505482126b16306ae404ff6c9393});var infowindow = new google.maps.InfoWindow({content: $la379505482126b16306ae404ff6c9393});google.maps.event.addListener(m_a379505482126b16306ae404ff6c9393, 'click', function() {infowindow.open(map,m_a379505482126b16306ae404ff6c9393);});$marker.push(m_a379505482126b16306ae404ff6c9393);}});}google.maps.event.addDomListener(window, 'load', initialize);