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.6757,-85.577)};var g_edb9847eabfa6be991e6727752bf86a9 = new google.maps.Geocoder();g_edb9847eabfa6be991e6727752bf86a9.geocode( { 'address': "245 Morton St, Shipshewana, IN 46565"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('shipshewana-IN-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('shipshewana-IN-wells-fargo-bank'), mapOptions);}document.getElementById('f6d79db6').innerHTML += ' | View Map';var $ledb9847eabfa6be991e6727752bf86a9 = '

WELLS FARGO BANK

Address: 245 Morton St, Shipshewana, IN 46565
Phone: (260) 768-4191
';var m_edb9847eabfa6be991e6727752bf86a9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'WELLS FARGO BANK',});m_edb9847eabfa6be991e6727752bf86a9['infowindow'] = new google.maps.InfoWindow({content: $ledb9847eabfa6be991e6727752bf86a9});var infowindow = new google.maps.InfoWindow({content: $ledb9847eabfa6be991e6727752bf86a9});google.maps.event.addListener(m_edb9847eabfa6be991e6727752bf86a9, 'click', function() {infowindow.open(map,m_edb9847eabfa6be991e6727752bf86a9);});$marker.push(m_edb9847eabfa6be991e6727752bf86a9);}});}google.maps.event.addDomListener(window, 'load', initialize);