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(43.6272,-83.8946)};var g_4123b73ef1b48a194467f1a6772853a2 = new google.maps.Geocoder();g_4123b73ef1b48a194467f1a6772853a2.geocode( { 'address': "3870 State Street Rd, Bay City, MI 48706, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bay-city-MI-fifth-third-bank--atm').style.display = '';map = new google.maps.Map(document.getElementById('bay-city-MI-fifth-third-bank--atm'), mapOptions);}document.getElementById('4d88552a').innerHTML += ' | View Map';var $l4123b73ef1b48a194467f1a6772853a2 = '

Fifth Third Bank & ATM

Address: 3870 State Street Rd, Bay City, MI 48706, USA
Phone: (989) 667-5304
';var m_4123b73ef1b48a194467f1a6772853a2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fifth Third Bank & ATM',});m_4123b73ef1b48a194467f1a6772853a2['infowindow'] = new google.maps.InfoWindow({content: $l4123b73ef1b48a194467f1a6772853a2});var infowindow = new google.maps.InfoWindow({content: $l4123b73ef1b48a194467f1a6772853a2});google.maps.event.addListener(m_4123b73ef1b48a194467f1a6772853a2, 'click', function() {infowindow.open(map,m_4123b73ef1b48a194467f1a6772853a2);});$marker.push(m_4123b73ef1b48a194467f1a6772853a2);}});}google.maps.event.addDomListener(window, 'load', initialize);