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.9193,-94.9428)};var g_10f652b242318e0d97cf75ad07f053d3 = new google.maps.Geocoder();g_10f652b242318e0d97cf75ad07f053d3.geocode( { 'address': "103 S Main St, Templeton, IA 51463, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('templeton-IA-templeon-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('templeton-IA-templeon-savings-bank'), mapOptions);}document.getElementById('0f3a851f').innerHTML += ' | View Map';var $l10f652b242318e0d97cf75ad07f053d3 = '

Templeon Savings Bank

Address: 103 S Main St, Templeton, IA 51463, USA
Phone: (712) 669-3322
';var m_10f652b242318e0d97cf75ad07f053d3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Templeon Savings Bank',});m_10f652b242318e0d97cf75ad07f053d3['infowindow'] = new google.maps.InfoWindow({content: $l10f652b242318e0d97cf75ad07f053d3});var infowindow = new google.maps.InfoWindow({content: $l10f652b242318e0d97cf75ad07f053d3});google.maps.event.addListener(m_10f652b242318e0d97cf75ad07f053d3, 'click', function() {infowindow.open(map,m_10f652b242318e0d97cf75ad07f053d3);});$marker.push(m_10f652b242318e0d97cf75ad07f053d3);}});}google.maps.event.addDomListener(window, 'load', initialize);