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.6743,-83.2424)};var g_8b649862360f1c2b5ccee333c282b1d4 = new google.maps.Geocoder();g_8b649862360f1c2b5ccee333c282b1d4.geocode( { 'address': "260 Brown Rd, Auburn Hills, MI 48326"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('auburn-hills-MI-comerica-bank').style.display = '';map = new google.maps.Map(document.getElementById('auburn-hills-MI-comerica-bank'), mapOptions);}document.getElementById('e950d454').innerHTML += ' | View Map';var $l8b649862360f1c2b5ccee333c282b1d4 = '

Comerica Bank

Address: 260 Brown Rd, Auburn Hills, MI 48326
Phone: (248) 393-6676
';var m_8b649862360f1c2b5ccee333c282b1d4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Comerica Bank',});m_8b649862360f1c2b5ccee333c282b1d4['infowindow'] = new google.maps.InfoWindow({content: $l8b649862360f1c2b5ccee333c282b1d4});var infowindow = new google.maps.InfoWindow({content: $l8b649862360f1c2b5ccee333c282b1d4});google.maps.event.addListener(m_8b649862360f1c2b5ccee333c282b1d4, 'click', function() {infowindow.open(map,m_8b649862360f1c2b5ccee333c282b1d4);});$marker.push(m_8b649862360f1c2b5ccee333c282b1d4);}});}google.maps.event.addDomListener(window, 'load', initialize);