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.2456,-83.1802)};var g_839185ccf72cdda4fca46bfcc95208f0 = new google.maps.Geocoder();g_839185ccf72cdda4fca46bfcc95208f0.geocode( { 'address': "2041 Fort St, Lincoln Park, MI 48146"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lincoln-park-MI-chase-bank-closed').style.display = '';map = new google.maps.Map(document.getElementById('lincoln-park-MI-chase-bank-closed'), mapOptions);}document.getElementById('f8edec8d').innerHTML += ' | View Map';var $l839185ccf72cdda4fca46bfcc95208f0 = '

Chase Bank - Closed

Address: 2041 Fort St, Lincoln Park, MI 48146
Phone: (313) 386-2468
';var m_839185ccf72cdda4fca46bfcc95208f0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chase Bank - Closed',});m_839185ccf72cdda4fca46bfcc95208f0['infowindow'] = new google.maps.InfoWindow({content: $l839185ccf72cdda4fca46bfcc95208f0});var infowindow = new google.maps.InfoWindow({content: $l839185ccf72cdda4fca46bfcc95208f0});google.maps.event.addListener(m_839185ccf72cdda4fca46bfcc95208f0, 'click', function() {infowindow.open(map,m_839185ccf72cdda4fca46bfcc95208f0);});$marker.push(m_839185ccf72cdda4fca46bfcc95208f0);}});}google.maps.event.addDomListener(window, 'load', initialize);