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.5043,-83.105)};var g_16eeeb491080ff779eefceb3565812db = new google.maps.Geocoder();g_16eeeb491080ff779eefceb3565812db.geocode( { 'address': "29200 Campbell Rd, Madison Heights, MI 48071"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('madison-heights-MI-chase-bank').style.display = '';map = new google.maps.Map(document.getElementById('madison-heights-MI-chase-bank'), mapOptions);}document.getElementById('692f33aa').innerHTML += ' | View Map';var $l16eeeb491080ff779eefceb3565812db = '

Chase Bank

Address: 29200 Campbell Rd, Madison Heights, MI 48071
Phone: (248) 414-6532
';var m_16eeeb491080ff779eefceb3565812db = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chase Bank',});m_16eeeb491080ff779eefceb3565812db['infowindow'] = new google.maps.InfoWindow({content: $l16eeeb491080ff779eefceb3565812db});var infowindow = new google.maps.InfoWindow({content: $l16eeeb491080ff779eefceb3565812db});google.maps.event.addListener(m_16eeeb491080ff779eefceb3565812db, 'click', function() {infowindow.open(map,m_16eeeb491080ff779eefceb3565812db);});$marker.push(m_16eeeb491080ff779eefceb3565812db);}});}google.maps.event.addDomListener(window, 'load', initialize);