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.6977,-85.4682)};var g_a5a4fd638ea093d7b3898ea244d90245 = new google.maps.Geocoder();g_a5a4fd638ea093d7b3898ea244d90245.geocode( { 'address': "228 S Michigan Ave, Big Rapids, MI 49307"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('big-rapids-MI-fifth-third-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('big-rapids-MI-fifth-third-bank-atm'), mapOptions);}document.getElementById('dd97d8b4').innerHTML += ' | View Map';var $la5a4fd638ea093d7b3898ea244d90245 = '

Fifth Third Bank & ATM

Address: 228 S Michigan Ave, Big Rapids, MI 49307
Phone: (231) 592-4185
';var m_a5a4fd638ea093d7b3898ea244d90245 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fifth Third Bank & ATM',});m_a5a4fd638ea093d7b3898ea244d90245['infowindow'] = new google.maps.InfoWindow({content: $la5a4fd638ea093d7b3898ea244d90245});var infowindow = new google.maps.InfoWindow({content: $la5a4fd638ea093d7b3898ea244d90245});google.maps.event.addListener(m_a5a4fd638ea093d7b3898ea244d90245, 'click', function() {infowindow.open(map,m_a5a4fd638ea093d7b3898ea244d90245);});$marker.push(m_a5a4fd638ea093d7b3898ea244d90245);}});}google.maps.event.addDomListener(window, 'load', initialize);