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.9376,-94.6838)};var g_cfc654d4f929d2d23ed18e061daa90f6 = new google.maps.Geocoder();g_cfc654d4f929d2d23ed18e061daa90f6.geocode( { 'address': "602 Inman St, Mallard, IA 50562, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mallard-IA-laurens-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('mallard-IA-laurens-state-bank'), mapOptions);}document.getElementById('9c191c73').innerHTML += ' | View Map';var $lcfc654d4f929d2d23ed18e061daa90f6 = '

Laurens State Bank

Address: 602 Inman St, Mallard, IA 50562, USA
Phone: (712) 425-3436
';var m_cfc654d4f929d2d23ed18e061daa90f6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Laurens State Bank',});m_cfc654d4f929d2d23ed18e061daa90f6['infowindow'] = new google.maps.InfoWindow({content: $lcfc654d4f929d2d23ed18e061daa90f6});var infowindow = new google.maps.InfoWindow({content: $lcfc654d4f929d2d23ed18e061daa90f6});google.maps.event.addListener(m_cfc654d4f929d2d23ed18e061daa90f6, 'click', function() {infowindow.open(map,m_cfc654d4f929d2d23ed18e061daa90f6);});$marker.push(m_cfc654d4f929d2d23ed18e061daa90f6);}});}google.maps.event.addDomListener(window, 'load', initialize);