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(43.4221,-96.248)};var g_ac0c627019603243add8c307d881f1b7 = new google.maps.Geocoder();g_ac0c627019603243add8c307d881f1b7.geocode( { 'address': "710 1st Ave, Rock Rapids, IA 51246"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rock-rapids-IA-premier-bank').style.display = '';map = new google.maps.Map(document.getElementById('rock-rapids-IA-premier-bank'), mapOptions);}document.getElementById('22c57e2f').innerHTML += ' | View Map';var $lac0c627019603243add8c307d881f1b7 = '

Premier Bank

Address: 710 1st Ave, Rock Rapids, IA 51246
Phone: (712) 472-9100
';var m_ac0c627019603243add8c307d881f1b7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Premier Bank',});m_ac0c627019603243add8c307d881f1b7['infowindow'] = new google.maps.InfoWindow({content: $lac0c627019603243add8c307d881f1b7});var infowindow = new google.maps.InfoWindow({content: $lac0c627019603243add8c307d881f1b7});google.maps.event.addListener(m_ac0c627019603243add8c307d881f1b7, 'click', function() {infowindow.open(map,m_ac0c627019603243add8c307d881f1b7);});$marker.push(m_ac0c627019603243add8c307d881f1b7);}});}google.maps.event.addDomListener(window, 'load', initialize);