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.3128,-86.1112)};var g_f2abae8161ecd75a807b180c56077cce = new google.maps.Geocoder();g_f2abae8161ecd75a807b180c56077cce.geocode( { 'address': "101 W Monroe St, Bangor, MI 49013, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bangor-MI-fifth-third-bank--atm').style.display = '';map = new google.maps.Map(document.getElementById('bangor-MI-fifth-third-bank--atm'), mapOptions);}document.getElementById('0b35bb16').innerHTML += ' | View Map';var $lf2abae8161ecd75a807b180c56077cce = '

Fifth Third Bank & ATM

Address: 101 W Monroe St, Bangor, MI 49013, USA
Phone: (269) 427-7931
';var m_f2abae8161ecd75a807b180c56077cce = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fifth Third Bank & ATM',});m_f2abae8161ecd75a807b180c56077cce['infowindow'] = new google.maps.InfoWindow({content: $lf2abae8161ecd75a807b180c56077cce});var infowindow = new google.maps.InfoWindow({content: $lf2abae8161ecd75a807b180c56077cce});google.maps.event.addListener(m_f2abae8161ecd75a807b180c56077cce, 'click', function() {infowindow.open(map,m_f2abae8161ecd75a807b180c56077cce);});$marker.push(m_f2abae8161ecd75a807b180c56077cce);}});}google.maps.event.addDomListener(window, 'load', initialize);