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.7423,-86.1617)};var g_aa9abedcb245985b4d98dbc804e7bc7a = new google.maps.Geocoder();g_aa9abedcb245985b4d98dbc804e7bc7a.geocode( { 'address': "382 W Cleveland Rd, Granger, IN 46530"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('granger-IN-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('granger-IN-wells-fargo-bank'), mapOptions);}document.getElementById('2b0895e1').innerHTML += ' | View Map';var $laa9abedcb245985b4d98dbc804e7bc7a = '

Wells Fargo Bank

Address: 382 W Cleveland Rd, Granger, IN 46530
Phone: (574) 271-7603
';var m_aa9abedcb245985b4d98dbc804e7bc7a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_aa9abedcb245985b4d98dbc804e7bc7a['infowindow'] = new google.maps.InfoWindow({content: $laa9abedcb245985b4d98dbc804e7bc7a});var infowindow = new google.maps.InfoWindow({content: $laa9abedcb245985b4d98dbc804e7bc7a});google.maps.event.addListener(m_aa9abedcb245985b4d98dbc804e7bc7a, 'click', function() {infowindow.open(map,m_aa9abedcb245985b4d98dbc804e7bc7a);});$marker.push(m_aa9abedcb245985b4d98dbc804e7bc7a);}});}google.maps.event.addDomListener(window, 'load', initialize);