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.4191,-83.1823)};var g_8197e104ac96491a8d9217c4b09b9feb = new google.maps.Geocoder();g_8197e104ac96491a8d9217c4b09b9feb.geocode( { 'address': "the in side Sinai Hospital cafeteria, 6071 Outer Dr W, Detroit, MI 48235, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('detroit-MI-peoples-trust-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('detroit-MI-peoples-trust-credit-union'), mapOptions);}document.getElementById('6e2fc3bd').innerHTML += ' | View Map';var $l8197e104ac96491a8d9217c4b09b9feb = '

Peoples Trust Credit Union

Address: the in side Sinai Hospital cafeteria, 6071 Outer Dr W, Detroit, MI 48235, USA
Phone: (248) 263-4100
';var m_8197e104ac96491a8d9217c4b09b9feb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Peoples Trust Credit Union',});m_8197e104ac96491a8d9217c4b09b9feb['infowindow'] = new google.maps.InfoWindow({content: $l8197e104ac96491a8d9217c4b09b9feb});var infowindow = new google.maps.InfoWindow({content: $l8197e104ac96491a8d9217c4b09b9feb});google.maps.event.addListener(m_8197e104ac96491a8d9217c4b09b9feb, 'click', function() {infowindow.open(map,m_8197e104ac96491a8d9217c4b09b9feb);});$marker.push(m_8197e104ac96491a8d9217c4b09b9feb);}});}google.maps.event.addDomListener(window, 'load', initialize);