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.0396,-86.0305)};var g_735121f06e250a3ec34d60ef449db57f = new google.maps.Geocoder();g_735121f06e250a3ec34d60ef449db57f.geocode( { 'address': "114 W Rochester St, Akron, IN 46910"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('akron-IN-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('akron-IN-wells-fargo-bank'), mapOptions);}document.getElementById('f62c7e7a').innerHTML += ' | View Map';var $l735121f06e250a3ec34d60ef449db57f = '

Wells Fargo Bank

Address: 114 W Rochester St, Akron, IN 46910
Phone: (574) 893-4531
';var m_735121f06e250a3ec34d60ef449db57f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_735121f06e250a3ec34d60ef449db57f['infowindow'] = new google.maps.InfoWindow({content: $l735121f06e250a3ec34d60ef449db57f});var infowindow = new google.maps.InfoWindow({content: $l735121f06e250a3ec34d60ef449db57f});google.maps.event.addListener(m_735121f06e250a3ec34d60ef449db57f, 'click', function() {infowindow.open(map,m_735121f06e250a3ec34d60ef449db57f);});$marker.push(m_735121f06e250a3ec34d60ef449db57f);}});}google.maps.event.addDomListener(window, 'load', initialize);