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.8115,-83.7079)};var g_ed268834a86523db316bcd9f1716a5dd = new google.maps.Geocoder();g_ed268834a86523db316bcd9f1716a5dd.geocode( { 'address': "1231 N Leroy St, Fenton, MI 48430, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fenton-MI-atm-fifth-third-bank').style.display = '';map = new google.maps.Map(document.getElementById('fenton-MI-atm-fifth-third-bank'), mapOptions);}document.getElementById('28a4809a').innerHTML += ' | View Map';var $led268834a86523db316bcd9f1716a5dd = '

ATM (Fifth Third Bank)

Address: 1231 N Leroy St, Fenton, MI 48430, USA
Phone:
';var m_ed268834a86523db316bcd9f1716a5dd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Fifth Third Bank)',});m_ed268834a86523db316bcd9f1716a5dd['infowindow'] = new google.maps.InfoWindow({content: $led268834a86523db316bcd9f1716a5dd});var infowindow = new google.maps.InfoWindow({content: $led268834a86523db316bcd9f1716a5dd});google.maps.event.addListener(m_ed268834a86523db316bcd9f1716a5dd, 'click', function() {infowindow.open(map,m_ed268834a86523db316bcd9f1716a5dd);});$marker.push(m_ed268834a86523db316bcd9f1716a5dd);}});}google.maps.event.addDomListener(window, 'load', initialize);