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.308,-83.3512)};var g_c052cec87a4296e043ba6fcd94d588f1 = new google.maps.Geocoder();g_c052cec87a4296e043ba6fcd94d588f1.geocode( { 'address': "360 Merriman Rd, Westland, MI 48186, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('westland-MI-atm-tcf-bank').style.display = '';map = new google.maps.Map(document.getElementById('westland-MI-atm-tcf-bank'), mapOptions);}document.getElementById('96dfbdf1').innerHTML += ' | View Map';var $lc052cec87a4296e043ba6fcd94d588f1 = '

ATM (TCF Bank)

Address: 360 Merriman Rd, Westland, MI 48186, USA
Phone:
';var m_c052cec87a4296e043ba6fcd94d588f1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (TCF Bank)',});m_c052cec87a4296e043ba6fcd94d588f1['infowindow'] = new google.maps.InfoWindow({content: $lc052cec87a4296e043ba6fcd94d588f1});var infowindow = new google.maps.InfoWindow({content: $lc052cec87a4296e043ba6fcd94d588f1});google.maps.event.addListener(m_c052cec87a4296e043ba6fcd94d588f1, 'click', function() {infowindow.open(map,m_c052cec87a4296e043ba6fcd94d588f1);});$marker.push(m_c052cec87a4296e043ba6fcd94d588f1);}});}google.maps.event.addDomListener(window, 'load', initialize);