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.7341,-84.5352)};var g_339a18def9898dd60a634b2ad8fbbd58 = new google.maps.Geocoder();g_339a18def9898dd60a634b2ad8fbbd58.geocode( { 'address': "1215 E Michigan Ave, Lansing, MI 48912, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lansing-MI-fifth-third-bank').style.display = '';map = new google.maps.Map(document.getElementById('lansing-MI-fifth-third-bank'), mapOptions);}document.getElementById('bddb2b12').innerHTML += ' | View Map';var $l339a18def9898dd60a634b2ad8fbbd58 = '

FIFTH THIRD BANK

Address: 1215 E Michigan Ave, Lansing, MI 48912, USA
Phone: (800) 972-3030
';var m_339a18def9898dd60a634b2ad8fbbd58 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'FIFTH THIRD BANK',});m_339a18def9898dd60a634b2ad8fbbd58['infowindow'] = new google.maps.InfoWindow({content: $l339a18def9898dd60a634b2ad8fbbd58});var infowindow = new google.maps.InfoWindow({content: $l339a18def9898dd60a634b2ad8fbbd58});google.maps.event.addListener(m_339a18def9898dd60a634b2ad8fbbd58, 'click', function() {infowindow.open(map,m_339a18def9898dd60a634b2ad8fbbd58);});$marker.push(m_339a18def9898dd60a634b2ad8fbbd58);}});}google.maps.event.addDomListener(window, 'load', initialize);