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.9412,-85.0754)};var g_535525ec7af390e2554f7255239f0c47 = new google.maps.Geocoder();g_535525ec7af390e2554f7255239f0c47.geocode( { 'address': "3153 Commerce Lane, Ionia, MI 48846, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ionia-MI-fifth-third-bank--atm').style.display = '';map = new google.maps.Map(document.getElementById('ionia-MI-fifth-third-bank--atm'), mapOptions);}document.getElementById('968c0585').innerHTML += ' | View Map';var $l535525ec7af390e2554f7255239f0c47 = '

Fifth Third Bank & ATM

Address: 3153 Commerce Lane, Ionia, MI 48846, USA
Phone: (616) 527-8462
';var m_535525ec7af390e2554f7255239f0c47 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fifth Third Bank & ATM',});m_535525ec7af390e2554f7255239f0c47['infowindow'] = new google.maps.InfoWindow({content: $l535525ec7af390e2554f7255239f0c47});var infowindow = new google.maps.InfoWindow({content: $l535525ec7af390e2554f7255239f0c47});google.maps.event.addListener(m_535525ec7af390e2554f7255239f0c47, 'click', function() {infowindow.open(map,m_535525ec7af390e2554f7255239f0c47);});$marker.push(m_535525ec7af390e2554f7255239f0c47);}});}google.maps.event.addDomListener(window, 'load', initialize);