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(39.2042,-85.3297)};var g_a607a4a01fd32812d7c357b007bd0f26 = new google.maps.Geocoder();g_a607a4a01fd32812d7c357b007bd0f26.geocode( { 'address': "8912 N US Highway 421, Napoleon, IN 47034"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('napoleon-IN-napoleon-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('napoleon-IN-napoleon-state-bank'), mapOptions);}document.getElementById('aa9b90f9').innerHTML += ' | View Map';var $la607a4a01fd32812d7c357b007bd0f26 = '

Napoleon State Bank

Address: 8912 N US Highway 421, Napoleon, IN 47034
Phone: (812) 852-4002
';var m_a607a4a01fd32812d7c357b007bd0f26 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Napoleon State Bank',});m_a607a4a01fd32812d7c357b007bd0f26['infowindow'] = new google.maps.InfoWindow({content: $la607a4a01fd32812d7c357b007bd0f26});var infowindow = new google.maps.InfoWindow({content: $la607a4a01fd32812d7c357b007bd0f26});google.maps.event.addListener(m_a607a4a01fd32812d7c357b007bd0f26, 'click', function() {infowindow.open(map,m_a607a4a01fd32812d7c357b007bd0f26);});$marker.push(m_a607a4a01fd32812d7c357b007bd0f26);}});}google.maps.event.addDomListener(window, 'load', initialize);