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(41.9805,-92.5812)};var g_ac1a340397c158310a4bc829057f1b68 = new google.maps.Geocoder();g_ac1a340397c158310a4bc829057f1b68.geocode( { 'address': "1301 S County Rd, Toledo, IA 52342, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('toledo-IA-pinnacle-bank').style.display = '';map = new google.maps.Map(document.getElementById('toledo-IA-pinnacle-bank'), mapOptions);}document.getElementById('da16a467').innerHTML += ' | View Map';var $lac1a340397c158310a4bc829057f1b68 = '

Pinnacle Bank

Address: 1301 S County Rd, Toledo, IA 52342, USA
Phone: (641) 484-5141
';var m_ac1a340397c158310a4bc829057f1b68 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Pinnacle Bank',});m_ac1a340397c158310a4bc829057f1b68['infowindow'] = new google.maps.InfoWindow({content: $lac1a340397c158310a4bc829057f1b68});var infowindow = new google.maps.InfoWindow({content: $lac1a340397c158310a4bc829057f1b68});google.maps.event.addListener(m_ac1a340397c158310a4bc829057f1b68, 'click', function() {infowindow.open(map,m_ac1a340397c158310a4bc829057f1b68);});$marker.push(m_ac1a340397c158310a4bc829057f1b68);}});}google.maps.event.addDomListener(window, 'load', initialize);