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(42.0166,-94.3764)};var g_58be01aa723db6569480940d2c1fde3d = new google.maps.Geocoder();g_58be01aa723db6569480940d2c1fde3d.geocode( { 'address': "200 W State St, Jefferson, IA 50129, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jefferson-IA-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('jefferson-IA-wells-fargo-bank'), mapOptions);}document.getElementById('c7bb1969').innerHTML += ' | View Map';var $l58be01aa723db6569480940d2c1fde3d = '

Wells Fargo Bank

Address: 200 W State St, Jefferson, IA 50129, USA
Phone: (515) 386-3141
';var m_58be01aa723db6569480940d2c1fde3d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_58be01aa723db6569480940d2c1fde3d['infowindow'] = new google.maps.InfoWindow({content: $l58be01aa723db6569480940d2c1fde3d});var infowindow = new google.maps.InfoWindow({content: $l58be01aa723db6569480940d2c1fde3d});google.maps.event.addListener(m_58be01aa723db6569480940d2c1fde3d, 'click', function() {infowindow.open(map,m_58be01aa723db6569480940d2c1fde3d);});$marker.push(m_58be01aa723db6569480940d2c1fde3d);}});}google.maps.event.addDomListener(window, 'load', initialize);