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.7319,-93.7338)};var g_a6c86b00d499737e36c8c5b8cc54b63d = new google.maps.Geocoder();g_a6c86b00d499737e36c8c5b8cc54b63d.geocode( { 'address': "119 Central Ave W, Clarion, IA 50525, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clarion-IA-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('clarion-IA-wells-fargo-bank'), mapOptions);}document.getElementById('51664cee').innerHTML += ' | View Map';var $la6c86b00d499737e36c8c5b8cc54b63d = '

Wells Fargo Bank

Address: 119 Central Ave W, Clarion, IA 50525, USA
Phone: (515) 532-2854
';var m_a6c86b00d499737e36c8c5b8cc54b63d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_a6c86b00d499737e36c8c5b8cc54b63d['infowindow'] = new google.maps.InfoWindow({content: $la6c86b00d499737e36c8c5b8cc54b63d});var infowindow = new google.maps.InfoWindow({content: $la6c86b00d499737e36c8c5b8cc54b63d});google.maps.event.addListener(m_a6c86b00d499737e36c8c5b8cc54b63d, 'click', function() {infowindow.open(map,m_a6c86b00d499737e36c8c5b8cc54b63d);});$marker.push(m_a6c86b00d499737e36c8c5b8cc54b63d);}});}google.maps.event.addDomListener(window, 'load', initialize);