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(41.0679,-85.1677)};var g_534b41e570b3614f91c4422c2fb504c6 = new google.maps.Geocoder();g_534b41e570b3614f91c4422c2fb504c6.geocode( { 'address': "5925 Illinois Rd, Fort Wayne, IN 46804"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-wayne-IN-fifth-third-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('fort-wayne-IN-fifth-third-bank-atm'), mapOptions);}document.getElementById('1a248979').innerHTML += ' | View Map';var $l534b41e570b3614f91c4422c2fb504c6 = '

Fifth Third Bank & ATM

Address: 5925 Illinois Rd, Fort Wayne, IN 46804
Phone: (260) 436-6256
';var m_534b41e570b3614f91c4422c2fb504c6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fifth Third Bank & ATM',});m_534b41e570b3614f91c4422c2fb504c6['infowindow'] = new google.maps.InfoWindow({content: $l534b41e570b3614f91c4422c2fb504c6});var infowindow = new google.maps.InfoWindow({content: $l534b41e570b3614f91c4422c2fb504c6});google.maps.event.addListener(m_534b41e570b3614f91c4422c2fb504c6, 'click', function() {infowindow.open(map,m_534b41e570b3614f91c4422c2fb504c6);});$marker.push(m_534b41e570b3614f91c4422c2fb504c6);}});}google.maps.event.addDomListener(window, 'load', initialize);