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.6815,-82.6605)};var g_2bfcb7da18b6e9b885e9aeedadad7e12 = new google.maps.Geocoder();g_2bfcb7da18b6e9b885e9aeedadad7e12.geocode( { 'address': "8920 Dixie Hwy, Fair Haven, MI 48023, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fair-haven-MI-fifth-third-bank--atm').style.display = '';map = new google.maps.Map(document.getElementById('fair-haven-MI-fifth-third-bank--atm'), mapOptions);}document.getElementById('7620b23f').innerHTML += ' | View Map';var $l2bfcb7da18b6e9b885e9aeedadad7e12 = '

Fifth Third Bank & ATM

Address: 8920 Dixie Hwy, Fair Haven, MI 48023, USA
Phone: (586) 725-2771
';var m_2bfcb7da18b6e9b885e9aeedadad7e12 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fifth Third Bank & ATM',});m_2bfcb7da18b6e9b885e9aeedadad7e12['infowindow'] = new google.maps.InfoWindow({content: $l2bfcb7da18b6e9b885e9aeedadad7e12});var infowindow = new google.maps.InfoWindow({content: $l2bfcb7da18b6e9b885e9aeedadad7e12});google.maps.event.addListener(m_2bfcb7da18b6e9b885e9aeedadad7e12, 'click', function() {infowindow.open(map,m_2bfcb7da18b6e9b885e9aeedadad7e12);});$marker.push(m_2bfcb7da18b6e9b885e9aeedadad7e12);}});}google.maps.event.addDomListener(window, 'load', initialize);