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.6057,-95.0023)};var g_6bd97b481f4ba96c73ce44bcbfcbe5f0 = new google.maps.Geocoder();g_6bd97b481f4ba96c73ce44bcbfcbe5f0.geocode( { 'address': "119 S Fulton St, Newell, IA 50568, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('newell-IA-first-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('newell-IA-first-community-bank'), mapOptions);}document.getElementById('a447e861').innerHTML += ' | View Map';var $l6bd97b481f4ba96c73ce44bcbfcbe5f0 = '

First Community Bank

Address: 119 S Fulton St, Newell, IA 50568, USA
Phone: (712) 272-3321
';var m_6bd97b481f4ba96c73ce44bcbfcbe5f0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Community Bank',});m_6bd97b481f4ba96c73ce44bcbfcbe5f0['infowindow'] = new google.maps.InfoWindow({content: $l6bd97b481f4ba96c73ce44bcbfcbe5f0});var infowindow = new google.maps.InfoWindow({content: $l6bd97b481f4ba96c73ce44bcbfcbe5f0});google.maps.event.addListener(m_6bd97b481f4ba96c73ce44bcbfcbe5f0, 'click', function() {infowindow.open(map,m_6bd97b481f4ba96c73ce44bcbfcbe5f0);});$marker.push(m_6bd97b481f4ba96c73ce44bcbfcbe5f0);}});}google.maps.event.addDomListener(window, 'load', initialize);