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.4981,-83.3757)};var g_acfdb915545bf3f450e8e07dfe88a33d = new google.maps.Geocoder();g_acfdb915545bf3f450e8e07dfe88a33d.geocode( { 'address': "33133 West 12 Mile Road, Farmington Hills, MI 48334, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('farmington-hills-MI-fifth-third-bank--atm').style.display = '';map = new google.maps.Map(document.getElementById('farmington-hills-MI-fifth-third-bank--atm'), mapOptions);}document.getElementById('9d76acb6').innerHTML += ' | View Map';var $lacfdb915545bf3f450e8e07dfe88a33d = '

Fifth Third Bank & ATM

Address: 33133 West 12 Mile Road, Farmington Hills, MI 48334, USA
Phone: (248) 553-5530
';var m_acfdb915545bf3f450e8e07dfe88a33d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fifth Third Bank & ATM',});m_acfdb915545bf3f450e8e07dfe88a33d['infowindow'] = new google.maps.InfoWindow({content: $lacfdb915545bf3f450e8e07dfe88a33d});var infowindow = new google.maps.InfoWindow({content: $lacfdb915545bf3f450e8e07dfe88a33d});google.maps.event.addListener(m_acfdb915545bf3f450e8e07dfe88a33d, 'click', function() {infowindow.open(map,m_acfdb915545bf3f450e8e07dfe88a33d);});$marker.push(m_acfdb915545bf3f450e8e07dfe88a33d);}});}google.maps.event.addDomListener(window, 'load', initialize);