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.6556,-85.4248)};var g_ba6a2bb1c8d6ff0d8e101947591c489d = new google.maps.Geocoder();g_ba6a2bb1c8d6ff0d8e101947591c489d.geocode( { 'address': "1112 N Detroit St, LaGrange, IN 46761, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lagrange-IN-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('lagrange-IN-wells-fargo-bank'), mapOptions);}document.getElementById('cca93a1f').innerHTML += ' | View Map';var $lba6a2bb1c8d6ff0d8e101947591c489d = '

Wells Fargo Bank

Address: 1112 N Detroit St, LaGrange, IN 46761, USA
Phone: (260) 463-7191
';var m_ba6a2bb1c8d6ff0d8e101947591c489d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_ba6a2bb1c8d6ff0d8e101947591c489d['infowindow'] = new google.maps.InfoWindow({content: $lba6a2bb1c8d6ff0d8e101947591c489d});var infowindow = new google.maps.InfoWindow({content: $lba6a2bb1c8d6ff0d8e101947591c489d});google.maps.event.addListener(m_ba6a2bb1c8d6ff0d8e101947591c489d, 'click', function() {infowindow.open(map,m_ba6a2bb1c8d6ff0d8e101947591c489d);});$marker.push(m_ba6a2bb1c8d6ff0d8e101947591c489d);}});}google.maps.event.addDomListener(window, 'load', initialize);