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.3961,-94.6338)};var g_b71b105d60f71c8d81a1bde316818d46 = new google.maps.Geocoder();g_b71b105d60f71c8d81a1bde316818d46.geocode( { 'address': "400 Main St, Rockwell City, IA 50579, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rockwell-city-IA-first-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('rockwell-city-IA-first-community-bank'), mapOptions);}document.getElementById('122aa8e1').innerHTML += ' | View Map';var $lb71b105d60f71c8d81a1bde316818d46 = '

First Community Bank

Address: 400 Main St, Rockwell City, IA 50579, USA
Phone: (712) 297-7556
';var m_b71b105d60f71c8d81a1bde316818d46 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Community Bank',});m_b71b105d60f71c8d81a1bde316818d46['infowindow'] = new google.maps.InfoWindow({content: $lb71b105d60f71c8d81a1bde316818d46});var infowindow = new google.maps.InfoWindow({content: $lb71b105d60f71c8d81a1bde316818d46});google.maps.event.addListener(m_b71b105d60f71c8d81a1bde316818d46, 'click', function() {infowindow.open(map,m_b71b105d60f71c8d81a1bde316818d46);});$marker.push(m_b71b105d60f71c8d81a1bde316818d46);}});}google.maps.event.addDomListener(window, 'load', initialize);